From 1aa13e5f5dde088140bd1945910da538ea8a2224 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 14 Jun 2022 18:25:42 +0000 Subject: [PATCH 1/2] Update to latest models --- .../api-change-budgets-11075.json | 5 + .../api-change-lookoutmetrics-87128.json | 5 + .../api-change-mediaconvert-7896.json | 5 + .../data/budgets/2016-10-20/service-2.json | 87 ++++++++++---- .../lookoutmetrics/2017-07-25/service-2.json | 109 +++++++++++++++++- .../mediaconvert/2017-08-29/service-2.json | 19 ++- 6 files changed, 201 insertions(+), 29 deletions(-) create mode 100644 .changes/next-release/api-change-budgets-11075.json create mode 100644 .changes/next-release/api-change-lookoutmetrics-87128.json create mode 100644 .changes/next-release/api-change-mediaconvert-7896.json diff --git a/.changes/next-release/api-change-budgets-11075.json b/.changes/next-release/api-change-budgets-11075.json new file mode 100644 index 0000000000..c6d1353d6d --- /dev/null +++ b/.changes/next-release/api-change-budgets-11075.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``budgets``", + "description": "Add a budgets ThrottlingException. Update the CostFilters value pattern." +} diff --git a/.changes/next-release/api-change-lookoutmetrics-87128.json b/.changes/next-release/api-change-lookoutmetrics-87128.json new file mode 100644 index 0000000000..6067b8a2fb --- /dev/null +++ b/.changes/next-release/api-change-lookoutmetrics-87128.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lookoutmetrics``", + "description": "Adding filters to Alert and adding new UpdateAlert API." +} diff --git a/.changes/next-release/api-change-mediaconvert-7896.json b/.changes/next-release/api-change-mediaconvert-7896.json new file mode 100644 index 0000000000..2d65d36967 --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-7896.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediaconvert``", + "description": "AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders." +} diff --git a/botocore/data/budgets/2016-10-20/service-2.json b/botocore/data/budgets/2016-10-20/service-2.json index 4fe71ec03c..ca7cbd0335 100644 --- a/botocore/data/budgets/2016-10-20/service-2.json +++ b/botocore/data/budgets/2016-10-20/service-2.json @@ -26,7 +26,8 @@ {"shape":"InternalErrorException"}, {"shape":"CreationLimitExceededException"}, {"shape":"DuplicateRecordException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Creates a budget and, if included, notifications and subscribers.

Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

" }, @@ -44,7 +45,8 @@ {"shape":"CreationLimitExceededException"}, {"shape":"DuplicateRecordException"}, {"shape":"NotFoundException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Creates a budget action.

" }, @@ -62,7 +64,8 @@ {"shape":"NotFoundException"}, {"shape":"CreationLimitExceededException"}, {"shape":"DuplicateRecordException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Creates a notification. You must create the budget before you create the associated notification.

" }, @@ -80,7 +83,8 @@ {"shape":"CreationLimitExceededException"}, {"shape":"DuplicateRecordException"}, {"shape":"NotFoundException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Creates a subscriber. You must create the associated budget and notification before you create the subscriber.

" }, @@ -96,7 +100,8 @@ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Deletes a budget. You can delete your budget at any time.

Deleting a budget also deletes the notifications and subscribers that are associated with that budget.

" }, @@ -113,7 +118,8 @@ {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, - {"shape":"ResourceLockedException"} + {"shape":"ResourceLockedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Deletes a budget action.

" }, @@ -129,7 +135,8 @@ {"shape":"InvalidParameterException"}, {"shape":"InternalErrorException"}, {"shape":"NotFoundException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Deletes a notification.

Deleting a notification also deletes the subscribers that are associated with the notification.

" }, @@ -145,7 +152,8 @@ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Deletes a subscriber.

Deleting the last subscriber to a notification also deletes the notification.

" }, @@ -161,7 +169,8 @@ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Describes a budget.

The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

" }, @@ -177,7 +186,8 @@ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Describes a budget action detail.

" }, @@ -194,7 +204,8 @@ {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, - {"shape":"InvalidNextTokenException"} + {"shape":"InvalidNextTokenException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Describes a budget action history detail.

" }, @@ -210,7 +221,8 @@ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"AccessDeniedException"}, - {"shape":"InvalidNextTokenException"} + {"shape":"InvalidNextTokenException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Describes all of the budget actions for an account.

" }, @@ -227,7 +239,8 @@ {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, - {"shape":"InvalidNextTokenException"} + {"shape":"InvalidNextTokenException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Describes all of the budget actions for a budget.

" }, @@ -245,7 +258,8 @@ {"shape":"NotFoundException"}, {"shape":"InvalidNextTokenException"}, {"shape":"ExpiredNextTokenException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Lists the budget names and notifications that are associated with an account.

" }, @@ -263,7 +277,8 @@ {"shape":"NotFoundException"}, {"shape":"InvalidNextTokenException"}, {"shape":"ExpiredNextTokenException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Describes the history for DAILY, MONTHLY, and QUARTERLY budgets. Budget history isn't available for ANNUAL budgets.

" }, @@ -281,7 +296,8 @@ {"shape":"NotFoundException"}, {"shape":"InvalidNextTokenException"}, {"shape":"ExpiredNextTokenException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Lists the budgets that are associated with an account.

The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

" }, @@ -299,7 +315,8 @@ {"shape":"NotFoundException"}, {"shape":"InvalidNextTokenException"}, {"shape":"ExpiredNextTokenException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Lists the notifications that are associated with a budget.

" }, @@ -317,7 +334,8 @@ {"shape":"InvalidParameterException"}, {"shape":"InvalidNextTokenException"}, {"shape":"ExpiredNextTokenException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Lists the subscribers that are associated with a notification.

" }, @@ -334,7 +352,8 @@ {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, - {"shape":"ResourceLockedException"} + {"shape":"ResourceLockedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Executes a budget action.

" }, @@ -350,7 +369,8 @@ {"shape":"InternalErrorException"}, {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Updates a budget. You can change every part of a budget except for the budgetName and the calculatedSpend. When you modify a budget, the calculatedSpend drops to zero until Amazon Web Services has new usage data to use for forecasting.

Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

" }, @@ -367,7 +387,8 @@ {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, {"shape":"AccessDeniedException"}, - {"shape":"ResourceLockedException"} + {"shape":"ResourceLockedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Updates a budget action.

" }, @@ -384,7 +405,8 @@ {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, {"shape":"DuplicateRecordException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Updates a notification.

" }, @@ -401,7 +423,8 @@ {"shape":"InvalidParameterException"}, {"shape":"NotFoundException"}, {"shape":"DuplicateRecordException"}, - {"shape":"AccessDeniedException"} + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} ], "documentation":"

Updates a subscriber.

" } @@ -1414,9 +1437,15 @@ }, "documentation":"

Response of DescribeSubscribersForNotification

" }, + "DimensionValue":{ + "type":"string", + "max":2147483647, + "min":0, + "pattern":"[\\S\\s]*" + }, "DimensionValues":{ "type":"list", - "member":{"shape":"GenericString"} + "member":{"shape":"DimensionValue"} }, "DuplicateRecordException":{ "type":"structure", @@ -1874,6 +1903,14 @@ "ABSOLUTE_VALUE" ] }, + "ThrottlingException":{ + "type":"structure", + "members":{ + "Message":{"shape":"errorMessage"} + }, + "documentation":"

The number of API requests has exceeded the maximum allowed API request throttling limit for the account.

", + "exception":true + }, "TimePeriod":{ "type":"structure", "members":{ @@ -2068,5 +2105,5 @@ "documentation":"

The error message the exception carries.

" } }, - "documentation":"

The Amazon Web Services Budgets API enables you to use Amazon Web Services Budgets to plan your service usage, service costs, and instance reservations. The API reference provides descriptions, syntax, and usage examples for each of the actions and data types for Amazon Web Services Budgets.

Budgets provide you with a way to see the following information:

Amazon Web Services updates your budget status several times a day. Budgets track your unblended costs, subscriptions, refunds, and RIs. You can create the following types of budgets:

Service Endpoint

The Amazon Web Services Budgets API provides the following endpoint:

For information about costs that are associated with the Amazon Web Services Budgets API, see Amazon Web Services Cost Management Pricing.

" + "documentation":"

Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Amazon Web Services Budgets feature.

Budgets provide you with a way to see the following information:

Amazon Web Services updates your budget status several times a day. Budgets track your unblended costs, subscriptions, refunds, and RIs. You can create the following types of budgets:

Service Endpoint

The Amazon Web Services Budgets API provides the following endpoint:

For information about costs that are associated with the Amazon Web Services Budgets API, see Amazon Web Services Cost Management Pricing.

" } diff --git a/botocore/data/lookoutmetrics/2017-07-25/service-2.json b/botocore/data/lookoutmetrics/2017-07-25/service-2.json index 14676d6b7b..9de4019526 100644 --- a/botocore/data/lookoutmetrics/2017-07-25/service-2.json +++ b/botocore/data/lookoutmetrics/2017-07-25/service-2.json @@ -461,6 +461,23 @@ ], "documentation":"

Removes tags from a detector, dataset, or alert.

" }, + "UpdateAlert":{ + "name":"UpdateAlert", + "http":{ + "method":"POST", + "requestUri":"/UpdateAlert" + }, + "input":{"shape":"UpdateAlertRequest"}, + "output":{"shape":"UpdateAlertResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"

Make changes to an existing alert.

" + }, "UpdateAnomalyDetector":{ "name":"UpdateAnomalyDetector", "http":{ @@ -586,6 +603,10 @@ "CreationTime":{ "shape":"Timestamp", "documentation":"

The time at which the alert was created.

" + }, + "AlertFilters":{ + "shape":"AlertFilters", + "documentation":"

The configuration of the alert filters, containing MetricList and DimensionFilter.

" } }, "documentation":"

A configuration for Amazon SNS-integrated notifications.

" @@ -595,6 +616,20 @@ "max":256, "pattern":".*\\S.*" }, + "AlertFilters":{ + "type":"structure", + "members":{ + "MetricList":{ + "shape":"MetricNameList", + "documentation":"

The list of measures that you want to get alerts for.

" + }, + "DimensionFilterList":{ + "shape":"DimensionFilterList", + "documentation":"

The list of DimensionFilter objects that are used for dimension-based filtering.

" + } + }, + "documentation":"

The configuration of the alert filters.

" + }, "AlertName":{ "type":"string", "max":63, @@ -1128,7 +1163,6 @@ "type":"structure", "required":[ "AlertName", - "AlertSensitivityThreshold", "AnomalyDetectorArn", "Action" ], @@ -1156,6 +1190,10 @@ "Tags":{ "shape":"TagMap", "documentation":"

A list of tags to apply to the alert.

" + }, + "AlertFilters":{ + "shape":"AlertFilters", + "documentation":"

The configuration of the alert filters, containing MetricList and DimensionFilterList.

" } } }, @@ -1704,6 +1742,26 @@ "type":"list", "member":{"shape":"DimensionContribution"} }, + "DimensionFilter":{ + "type":"structure", + "members":{ + "DimensionName":{ + "shape":"ColumnName", + "documentation":"

The name of the dimension to filter on.

" + }, + "DimensionValueList":{ + "shape":"DimensionValueList", + "documentation":"

The list of values for the dimension specified in DimensionName that you want to filter on.

" + } + }, + "documentation":"

The dimension filter, containing DimensionName and DimensionValueList.

" + }, + "DimensionFilterList":{ + "type":"list", + "member":{"shape":"DimensionFilter"}, + "max":5, + "min":1 + }, "DimensionList":{ "type":"list", "member":{"shape":"ColumnName"}, @@ -1750,6 +1808,12 @@ "type":"list", "member":{"shape":"DimensionValueContribution"} }, + "DimensionValueList":{ + "type":"list", + "member":{"shape":"DimensionValue"}, + "max":10, + "min":1 + }, "ErrorMessage":{ "type":"string", "max":256 @@ -2331,6 +2395,12 @@ "max":256, "pattern":"^[a-zA-Z0-9][a-zA-Z0-9\\-_]*" }, + "MetricNameList":{ + "type":"list", + "member":{"shape":"MetricName"}, + "max":5, + "min":1 + }, "MetricSetDescription":{ "type":"string", "max":256, @@ -2636,7 +2706,7 @@ }, "SnsFormat":{ "shape":"SnsFormat", - "documentation":"

The format of the SNS topic.

" + "documentation":"

The format of the SNS topic.

" } }, "documentation":"

Contains information about the SNS topic to which you want to send your alerts and the IAM role that has access to that topic.

" @@ -2925,6 +2995,41 @@ "members":{ } }, + "UpdateAlertRequest":{ + "type":"structure", + "required":["AlertArn"], + "members":{ + "AlertArn":{ + "shape":"Arn", + "documentation":"

The ARN of the alert to update.

" + }, + "AlertDescription":{ + "shape":"AlertDescription", + "documentation":"

A description of the alert.

" + }, + "AlertSensitivityThreshold":{ + "shape":"SensitivityThreshold", + "documentation":"

An integer from 0 to 100 specifying the alert sensitivity threshold.

" + }, + "Action":{ + "shape":"Action", + "documentation":"

Action that will be triggered when there is an alert.

" + }, + "AlertFilters":{ + "shape":"AlertFilters", + "documentation":"

The configuration of the alert filters, containing MetricList and DimensionFilterList.

" + } + } + }, + "UpdateAlertResponse":{ + "type":"structure", + "members":{ + "AlertArn":{ + "shape":"Arn", + "documentation":"

The ARN of the updated alert.

" + } + } + }, "UpdateAnomalyDetectorRequest":{ "type":"structure", "required":["AnomalyDetectorArn"], diff --git a/botocore/data/mediaconvert/2017-08-29/service-2.json b/botocore/data/mediaconvert/2017-08-29/service-2.json index 8ef68daa34..884b600c9c 100644 --- a/botocore/data/mediaconvert/2017-08-29/service-2.json +++ b/botocore/data/mediaconvert/2017-08-29/service-2.json @@ -1737,6 +1737,16 @@ }, "documentation": "Settings related to one audio tab on the MediaConvert console. In your job JSON, an instance of AudioDescription is equivalent to one audio tab in the console. Usually, one audio tab corresponds to one output audio track. Depending on how you set up your input audio selectors and whether you use audio selector groups, one audio tab can correspond to a group of output audio tracks." }, + "AudioDurationCorrection": { + "type": "string", + "documentation": "Apply audio timing corrections to help synchronize audio and video in your output. To apply timing corrections, your input must meet the following requirements: * Container: MP4, or MOV, with an accurate time-to-sample (STTS) table. * Audio track: AAC. Choose from the following audio timing correction settings: * Disabled (Default): Apply no correction. * Auto: Recommended for most inputs. MediaConvert analyzes the audio timing in your input and determines which correction setting to use, if needed. * Track: Adjust the duration of each audio frame by a constant amount to align the audio track length with STTS duration. Track-level correction does not affect pitch, and is recommended for tonal audio content such as music. * Frame: Adjust the duration of each audio frame by a variable amount to align audio frames with STTS timestamps. No corrections are made to already-aligned frames. Frame-level correction may affect the pitch of corrected frames, and is recommended for atonal audio content such as speech or percussion.", + "enum": [ + "DISABLED", + "AUTO", + "TRACK", + "FRAME" + ] + }, "AudioLanguageCodeControl": { "type": "string", "documentation": "Specify which source for language code takes precedence for this audio track. When you choose Follow input (FOLLOW_INPUT), the service uses the language code from the input track if it's present. If there's no languge code on the input track, the service uses the code that you specify in the setting Language code (languageCode or customLanguageCode). When you choose Use configured (USE_CONFIGURED), the service uses the language code that you specify.", @@ -1818,6 +1828,11 @@ "AudioSelector": { "type": "structure", "members": { + "AudioDurationCorrection": { + "shape": "AudioDurationCorrection", + "locationName": "audioDurationCorrection", + "documentation": "Apply audio timing corrections to help synchronize audio and video in your output. To apply timing corrections, your input must meet the following requirements: * Container: MP4, or MOV, with an accurate time-to-sample (STTS) table. * Audio track: AAC. Choose from the following audio timing correction settings: * Disabled (Default): Apply no correction. * Auto: Recommended for most inputs. MediaConvert analyzes the audio timing in your input and determines which correction setting to use, if needed. * Track: Adjust the duration of each audio frame by a constant amount to align the audio track length with STTS duration. Track-level correction does not affect pitch, and is recommended for tonal audio content such as music. * Frame: Adjust the duration of each audio frame by a variable amount to align audio frames with STTS timestamps. No corrections are made to already-aligned frames. Frame-level correction may affect the pitch of corrected frames, and is recommended for atonal audio content such as speech or percussion." + }, "CustomLanguageCode": { "shape": "__stringMin3Max3PatternAZaZ3", "locationName": "customLanguageCode", @@ -7056,7 +7071,7 @@ "VideoGenerator": { "shape": "InputVideoGenerator", "locationName": "videoGenerator", - "documentation": "Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. When you include Video generator, MediaConvert creates a video input with black frames and without an audio track. You can specify a value for Video generator, or you can specify an Input file, but you cannot specify both." + "documentation": "When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html" }, "VideoSelector": { "shape": "VideoSelector", @@ -7291,7 +7306,7 @@ "documentation": "Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds. Required when you include Video generator." } }, - "documentation": "Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. When you include Video generator, MediaConvert creates a video input with black frames and without an audio track. You can specify a value for Video generator, or you can specify an Input file, but you cannot specify both." + "documentation": "When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html" }, "InsertableImage": { "type": "structure", From 58622414a3cb33f7b69a6e608495a0680680ee08 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 14 Jun 2022 18:25:52 +0000 Subject: [PATCH 2/2] Bumping version to 1.27.9 --- .changes/1.27.9.json | 17 +++++++++++++++++ .../next-release/api-change-budgets-11075.json | 5 ----- .../api-change-lookoutmetrics-87128.json | 5 ----- .../api-change-mediaconvert-7896.json | 5 ----- CHANGELOG.rst | 8 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 7 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 .changes/1.27.9.json delete mode 100644 .changes/next-release/api-change-budgets-11075.json delete mode 100644 .changes/next-release/api-change-lookoutmetrics-87128.json delete mode 100644 .changes/next-release/api-change-mediaconvert-7896.json diff --git a/.changes/1.27.9.json b/.changes/1.27.9.json new file mode 100644 index 0000000000..13fdfff3cd --- /dev/null +++ b/.changes/1.27.9.json @@ -0,0 +1,17 @@ +[ + { + "category": "``budgets``", + "description": "Add a budgets ThrottlingException. Update the CostFilters value pattern.", + "type": "api-change" + }, + { + "category": "``lookoutmetrics``", + "description": "Adding filters to Alert and adding new UpdateAlert API.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-budgets-11075.json b/.changes/next-release/api-change-budgets-11075.json deleted file mode 100644 index c6d1353d6d..0000000000 --- a/.changes/next-release/api-change-budgets-11075.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``budgets``", - "description": "Add a budgets ThrottlingException. Update the CostFilters value pattern." -} diff --git a/.changes/next-release/api-change-lookoutmetrics-87128.json b/.changes/next-release/api-change-lookoutmetrics-87128.json deleted file mode 100644 index 6067b8a2fb..0000000000 --- a/.changes/next-release/api-change-lookoutmetrics-87128.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lookoutmetrics``", - "description": "Adding filters to Alert and adding new UpdateAlert API." -} diff --git a/.changes/next-release/api-change-mediaconvert-7896.json b/.changes/next-release/api-change-mediaconvert-7896.json deleted file mode 100644 index 2d65d36967..0000000000 --- a/.changes/next-release/api-change-mediaconvert-7896.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9ee3906c6d..d57826be1a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.27.9 +====== + +* api-change:``budgets``: Add a budgets ThrottlingException. Update the CostFilters value pattern. +* api-change:``lookoutmetrics``: Adding filters to Alert and adding new UpdateAlert API. +* api-change:``mediaconvert``: AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders. + + 1.27.8 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 00edb9df5b..f3655bc53e 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.27.8' +__version__ = '1.27.9' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 40d0988b81..f1160e20d4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.27' # The full version, including alpha/beta/rc tags. -release = '1.27.8' +release = '1.27.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.