Skip to content

Commit

Permalink
Merge branch 'release-1.34.33'
Browse files Browse the repository at this point in the history
* release-1.34.33:
  Bumping version to 1.34.33
  Update to latest partitions and endpoints
  Update to latest models
  Fix pytest-8.0.0 test failures due to incorrect `pytest.warns()` (#3109)
aws-sdk-python-automation committed Feb 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents eb8972c + 7742d1b commit 1d7d687
Showing 12 changed files with 1,107 additions and 104 deletions.
27 changes: 27 additions & 0 deletions .changes/1.34.33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``cognito-idp``",
"description": "Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.",
"type": "api-change"
},
{
"category": "``managedblockchain-query``",
"description": "This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release includes support for broadcast-mixed audio description tracks.",
"type": "api-change"
},
{
"category": "``neptune-graph``",
"description": "Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,16 @@
CHANGELOG
=========

1.34.33
=======

* api-change:``cognito-idp``: Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
* api-change:``ivs``: This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
* api-change:``managedblockchain-query``: This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.
* api-change:``mediaconvert``: This release includes support for broadcast-mixed audio description tracks.
* api-change:``neptune-graph``: Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.


1.34.32
=======

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

__version__ = '1.34.32'
__version__ = '1.34.33'


class NullHandler(logging.Handler):
72 changes: 36 additions & 36 deletions botocore/data/cognito-idp/2016-04-18/service-2.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
@@ -11281,6 +11281,7 @@
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
@@ -11299,6 +11300,7 @@
"fips-us-west-2" : {
"deprecated" : true
},
"il-central-1" : { },
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
@@ -16836,16 +16838,22 @@
"sms-voice" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "sms-voice-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"fips-ca-central-1" : {
@@ -16870,6 +16878,7 @@
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"us-east-1" : {
"variants" : [ {
"hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
369 changes: 362 additions & 7 deletions botocore/data/ivs/2020-07-14/service-2.json

Large diffs are not rendered by default.

64 changes: 39 additions & 25 deletions botocore/data/managedblockchain-query/2023-05-04/service-2.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
"documentation":"<p>Gets the token balance for a batch of tokens by using the <code>BatchGetTokenBalance</code> action for every token in the request.</p> <note> <p>Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.</p> </note>"
"documentation":"<p>Gets the token balance for a batch of tokens by using the <code>BatchGetTokenBalance</code> action for every token in the request.</p> <note> <p>Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.</p> </note>"
},
"GetAssetContract":{
"name":"GetAssetContract",
@@ -68,7 +68,7 @@
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
"documentation":"<p>Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.</p> <note> <p>Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.</p> </note>"
"documentation":"<p>Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.</p> <note> <p>Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.</p> </note>"
},
"GetTransaction":{
"name":"GetTransaction",
@@ -87,7 +87,7 @@
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
"documentation":"<p>Get the details of a transaction.</p>"
"documentation":"<p>Gets the details of a transaction.</p> <note> <p>This action will return transaction details for all transactions that are <i>confirmed</i> on the blockchain, even if they have not reached <a href=\"https://docs.aws.amazon.com/managed-blockchain/latest/ambq-dg/key-concepts.html#finality\">finality</a>. </p> </note>"
},
"ListAssetContracts":{
"name":"ListAssetContracts",
@@ -141,7 +141,7 @@
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
"documentation":"<p>An array of <code>TransactionEvent</code> objects. Each object contains details about the transaction event.</p>"
"documentation":"<p>An array of <code>TransactionEvent</code> objects. Each object contains details about the transaction event.</p> <note> <p>This action will return transaction details for all transactions that are <i>confirmed</i> on the blockchain, even if they have not reached <a href=\"https://docs.aws.amazon.com/managed-blockchain/latest/ambq-dg/key-concepts.html#finality\">finality</a>. </p> </note>"
},
"ListTransactions":{
"name":"ListTransactions",
@@ -323,7 +323,26 @@
},
"ConfirmationStatus":{
"type":"string",
"enum":["FINAL"]
"enum":[
"FINAL",
"NONFINAL"
]
},
"ConfirmationStatusFilter":{
"type":"structure",
"required":["include"],
"members":{
"include":{
"shape":"ConfirmationStatusIncludeList",
"documentation":"<p>The container to determine whether to list results that have only reached <a href=\"https://docs.aws.amazon.com/managed-blockchain/latest/ambq-dg/key-concepts.html#finality\"> <i>finality</i> </a>. Transactions that have reached finality are always part of the response.</p>"
}
},
"documentation":"<p>The container for the <code>ConfirmationStatusFilter</code> that filters for the <a href=\"https://docs.aws.amazon.com/managed-blockchain/latest/ambq-dg/key-concepts.html#finality\"> <i>finality</i> </a> of the results.</p>"
},
"ConfirmationStatusIncludeList":{
"type":"list",
"member":{"shape":"ConfirmationStatus"},
"min":1
},
"ContractFilter":{
"type":"structure",
@@ -545,7 +564,7 @@
},
"maxResults":{
"shape":"ListAssetContractsInputMaxResultsInteger",
"documentation":"<p>The maximum number of contracts to list.</p>"
"documentation":"<p>The maximum number of contracts to list.</p> <p>Default:<code>100</code> </p> <note> <p>Even if additional results can be retrieved, the request can return less results than <code>maxResults</code> or an empty array of results.</p> <p>To retrieve the next set of results, make another request with the returned <code>nextToken</code> value. The value of <code>nextToken</code> is <code>null</code> when there are no more results to return</p> </note>"
}
}
},
@@ -587,7 +606,7 @@
},
"maxResults":{
"shape":"ListTokenBalancesInputMaxResultsInteger",
"documentation":"<p>The maximum number of token balances to return.</p>"
"documentation":"<p>The maximum number of token balances to return.</p> <p>Default:<code>100</code> </p> <note> <p>Even if additional results can be retrieved, the request can return less results than <code>maxResults</code> or an empty array of results.</p> <p>To retrieve the next set of results, make another request with the returned <code>nextToken</code> value. The value of <code>nextToken</code> is <code>null</code> when there are no more results to return</p> </note>"
}
}
},
@@ -632,7 +651,7 @@
},
"maxResults":{
"shape":"ListTransactionEventsInputMaxResultsInteger",
"documentation":"<p>The maximum number of transaction events to list.</p> <note> <p>Even if additional results can be retrieved, the request can return less results than <code>maxResults</code> or an empty array of results.</p> <p>To retrieve the next set of results, make another request with the returned <code>nextToken</code> value. The value of <code>nextToken</code> is <code>null</code> when there are no more results to return</p> </note>"
"documentation":"<p>The maximum number of transaction events to list.</p> <p>Default:<code>100</code> </p> <note> <p>Even if additional results can be retrieved, the request can return less results than <code>maxResults</code> or an empty array of results.</p> <p>To retrieve the next set of results, make another request with the returned <code>nextToken</code> value. The value of <code>nextToken</code> is <code>null</code> when there are no more results to return</p> </note>"
}
}
},
@@ -675,15 +694,19 @@
"toBlockchainInstant":{"shape":"BlockchainInstant"},
"sort":{
"shape":"ListTransactionsSort",
"documentation":"<p>Sorts items in an ascending order if the first page starts at <code>fromTime</code>. Sorts items in a descending order if the first page starts at <code>toTime</code>.</p>"
"documentation":"<p>The order by which the results will be sorted. If <code>ASCENNDING</code> is selected, the results will be ordered by <code>fromTime</code>. </p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
},
"maxResults":{
"shape":"ListTransactionsInputMaxResultsInteger",
"documentation":"<p>The maximum number of transactions to list.</p> <note> <p>Even if additional results can be retrieved, the request can return less results than <code>maxResults</code> or an empty array of results.</p> <p>To retrieve the next set of results, make another request with the returned <code>nextToken</code> value. The value of <code>nextToken</code> is <code>null</code> when there are no more results to return</p> </note>"
"documentation":"<p>The maximum number of transactions to list.</p> <p>Default:<code>100</code> </p> <note> <p>Even if additional results can be retrieved, the request can return less results than <code>maxResults</code> or an empty array of results.</p> <p>To retrieve the next set of results, make another request with the returned <code>nextToken</code> value. The value of <code>nextToken</code> is <code>null</code> when there are no more results to return</p> </note>"
},
"confirmationStatusFilter":{
"shape":"ConfirmationStatusFilter",
"documentation":"<p>This filter is used to include transactions in the response that haven't reached <a href=\"https://docs.aws.amazon.com/managed-blockchain/latest/ambq-dg/key-concepts.html#finality\"> <i>finality</i> </a>. Transactions that have reached finiality are always part of the response.</p>"
}
}
},
@@ -797,13 +820,6 @@
"type":"string",
"pattern":"(0x[A-Fa-f0-9]{64}|[A-Fa-f0-9]{64})"
},
"QueryTransactionStatus":{
"type":"string",
"enum":[
"FINAL",
"FAILED"
]
},
"QuotaCode":{"type":"string"},
"ResourceId":{"type":"string"},
"ResourceNotFoundException":{
@@ -990,10 +1006,10 @@
},
"tokenId":{
"shape":"QueryTokenId",
"documentation":"<p>The unique identifier of the token.</p> <note> <p>You must specify this container with <code>btc</code> for the native BTC token, and <code>eth</code> for the native ETH token. For all other token types you must specify the <code>tokenId</code> in the 64 character hexadecimal <code>tokenid</code> format.</p> </note>"
"documentation":"<p>The unique identifier of the token.</p> <note> <p>For native tokens, use the 3 character abbreviation that best matches your token. For example, btc for Bitcoin, eth for Ether, etc. For all other token types you must specify the <code>tokenId</code> in the 64 character hexadecimal <code>tokenid</code> format.</p> </note>"
}
},
"documentation":"<p>The container for the identifier for the token including the unique token ID and its blockchain network.</p> <note> <p>Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.</p> </note>"
"documentation":"<p>The container for the identifier for the token including the unique token ID and its blockchain network.</p> <note> <p>Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.</p> </note>"
},
"Transaction":{
"type":"structure",
@@ -1034,12 +1050,6 @@
"shape":"Long",
"documentation":"<p>The number of transactions in the block.</p>"
},
"status":{
"shape":"QueryTransactionStatus",
"documentation":"<p>The status of the transaction.</p> <important> <p>This property is deprecated. You must use the <code>confirmationStatus</code> and the <code>executionStatus</code> properties to determine if the <code>status</code> of the transaction is <code>FINAL</code> or <code>FAILED</code>.</p> <ul> <li> <p>Transactions with a <code>status</code> of <code>FINAL</code> will now have the <code>confirmationStatus</code> set to <code>FINAL</code> and the <code>executionStatus</code> set to <code>SUCCEEDED</code>.</p> </li> <li> <p>Transactions with a <code>status</code> of <code>FAILED</code> will now have the <code>confirmationStatus</code> set to <code>FINAL</code> and the <code>executionStatus</code> set to <code>FAILED</code>.</p> </li> </ul> </important>",
"deprecated":true,
"deprecatedMessage":"The status field in the GetTransaction response is deprecated and is replaced with the confirmationStatus and executionStatus fields."
},
"to":{
"shape":"ChainAddress",
"documentation":"<p>The identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.</p>"
@@ -1171,6 +1181,10 @@
"transactionTimestamp":{
"shape":"Timestamp",
"documentation":"<p>The time when the transaction occurred.</p>"
},
"confirmationStatus":{
"shape":"ConfirmationStatus",
"documentation":"<p>Specifies whether to list transactions that have not reached Finality.</p>"
}
},
"documentation":"<p>The container of the transaction output.</p>"
63 changes: 42 additions & 21 deletions botocore/data/mediaconvert/2017-08-29/service-2.json
Original file line number Diff line number Diff line change
@@ -461,7 +461,9 @@
"documentation": "ResourceInUseException"
}
],
"documentation": "Send an request with an empty body to the regional API endpoint to get your account API endpoint."
"documentation": "Send an request with an empty body to the regional API endpoint to get your account API endpoint.",
"deprecated": true,
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
},
"DisassociateCertificate": {
"name": "DisassociateCertificate",
@@ -1172,7 +1174,7 @@
},
"AacCodecProfile": {
"type": "string",
"documentation": "Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates.",
"documentation": "AAC Profile.",
"enum": [
"LC",
"HEV1",
@@ -1192,7 +1194,7 @@
},
"AacRateControlMode": {
"type": "string",
"documentation": "Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality.",
"documentation": "Rate Control Mode.",
"enum": [
"CBR",
"VBR"
@@ -1222,7 +1224,7 @@
"CodecProfile": {
"shape": "AacCodecProfile",
"locationName": "codecProfile",
"documentation": "Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates."
"documentation": "AAC Profile."
},
"CodingMode": {
"shape": "AacCodingMode",
@@ -1232,7 +1234,7 @@
"RateControlMode": {
"shape": "AacRateControlMode",
"locationName": "rateControlMode",
"documentation": "Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality."
"documentation": "Rate Control Mode."
},
"RawFormat": {
"shape": "AacRawFormat",
@@ -1242,7 +1244,7 @@
"SampleRate": {
"shape": "__integerMin8000Max96000",
"locationName": "sampleRate",
"documentation": "Specify the AAC sample rate in samples per second (Hz). Valid sample rates depend on the AAC profile and Coding mode that you select. For a list of supported sample rates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html"
"documentation": "Specify the Sample rate in Hz. Valid sample rates depend on the Profile and Coding mode that you select. The following list shows valid sample rates for each Profile and Coding mode. * LC Profile, Coding mode 1.0, 2.0, and Receiver Mix: 8000, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000. * LC Profile, Coding mode 5.1: 32000, 44100, 48000, 96000. * HEV1 Profile, Coding mode 1.0 and Receiver Mix: 22050, 24000, 32000, 44100, 48000. * HEV1 Profile, Coding mode 2.0 and 5.1: 32000, 44100, 48000, 96000. * HEV2 Profile, Coding mode 2.0: 22050, 24000, 32000, 44100, 48000."
},
"Specification": {
"shape": "AacSpecification",
@@ -1252,7 +1254,7 @@
"VbrQuality": {
"shape": "AacVbrQuality",
"locationName": "vbrQuality",
"documentation": "Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr"
"documentation": "VBR Quality Level - Only used if rate_control_mode is VBR."
}
},
"documentation": "Required when you set Codec to the value AAC. The service accepts one of two mutually exclusive groups of AAC settings--VBR and CBR. To select one of these modes, set the value of Bitrate control mode to \"VBR\" or \"CBR\". In VBR mode, you control the audio quality with the setting VBR quality. In CBR mode, you use the setting Bitrate. Defaults and valid values depend on the rate control mode."
@@ -1267,7 +1269,7 @@
},
"AacVbrQuality": {
"type": "string",
"documentation": "Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr",
"documentation": "VBR Quality Level - Only used if rate_control_mode is VBR.",
"enum": [
"LOW",
"MEDIUM_LOW",
@@ -1775,7 +1777,7 @@
"documentation": "Settings related to audio encoding. The settings in this group vary depending on the value that you choose for your audio codec."
},
"CustomLanguageCode": {
"shape": "__stringPatternAZaZ23AZaZ",
"shape": "__stringPatternAZaZ23AZaZ09",
"locationName": "customLanguageCode",
"documentation": "Specify the language for this audio output track. The service puts this language code into your output audio track when you set Language code control to Use configured. The service also uses your specified custom language code when you set Language code control to Follow input, but your input file doesn't specify a language code. For all outputs, you can use an ISO 639-2 or ISO 639-3 code. For streaming outputs, you can also use any other code in the full RFC-5646 specification. Streaming outputs are those that are in one of the following output groups: CMAF, DASH ISO, Apple HLS, or Microsoft Smooth Streaming."
},
@@ -3500,13 +3502,6 @@
},
"documentation": "Custom 3D lut settings"
},
"ColorConversion3DLUTSettings": {
"type": "list",
"documentation": "Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.",
"member": {
"shape": "ColorConversion3DLUTSetting"
}
},
"ColorCorrector": {
"type": "structure",
"members": {
@@ -4373,7 +4368,9 @@
"enum": [
"DEFAULT",
"GET_ONLY"
]
],
"deprecated": true,
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
},
"DescribeEndpointsRequest": {
"type": "structure",
@@ -4394,7 +4391,9 @@
"documentation": "Use this string, provided with the response to a previous request, to request the next batch of endpoints."
}
},
"documentation": "DescribeEndpointsRequest"
"documentation": "DescribeEndpointsRequest",
"deprecated": true,
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
},
"DescribeEndpointsResponse": {
"type": "structure",
@@ -4409,7 +4408,9 @@
"locationName": "nextToken",
"documentation": "Use this string to request the next batch of endpoints."
}
}
},
"deprecated": true,
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
},
"DestinationSettings": {
"type": "structure",
@@ -8024,7 +8025,7 @@
"documentation": "Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails."
},
"ColorConversion3DLUTSettings": {
"shape": "ColorConversion3DLUTSettings",
"shape": "__listOfColorConversion3DLUTSetting",
"locationName": "colorConversion3DLUTSettings",
"documentation": "Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs."
},
@@ -8195,7 +8196,7 @@
"documentation": "Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails."
},
"ColorConversion3DLUTSettings": {
"shape": "ColorConversion3DLUTSettings",
"shape": "__listOfColorConversion3DLUTSetting",
"locationName": "colorConversion3DLUTSettings",
"documentation": "Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs."
},
@@ -11095,6 +11096,16 @@
"RemixSettings": {
"type": "structure",
"members": {
"AudioDescriptionAudioChannel": {
"shape": "__integerMin1Max64",
"locationName": "audioDescriptionAudioChannel",
"documentation": "Optionally specify the channel in your input that contains your audio description audio signal. MediaConvert mixes your audio signal across all output channels, while reducing their volume according to your data stream. When you specify an audio description audio channel, you must also specify an audio description data channel. For more information about audio description signals, see the BBC WHP 198 and 051 white papers."
},
"AudioDescriptionDataChannel": {
"shape": "__integerMin1Max64",
"locationName": "audioDescriptionDataChannel",
"documentation": "Optionally specify the channel in your input that contains your audio description data stream. MediaConvert mixes your audio signal across all output channels, while reducing their volume according to your data stream. When you specify an audio description data channel, you must also specify an audio description audio channel. For more information about audio description signals, see the BBC WHP 198 and 051 white papers."
},
"ChannelMapping": {
"shape": "ChannelMapping",
"locationName": "channelMapping",
@@ -13816,6 +13827,12 @@
"shape": "CmafAdditionalManifest"
}
},
"__listOfColorConversion3DLUTSetting": {
"type": "list",
"member": {
"shape": "ColorConversion3DLUTSetting"
}
},
"__listOfDashAdditionalManifest": {
"type": "list",
"member": {
@@ -14235,6 +14252,10 @@
"type": "string",
"pattern": "^[A-Za-z]{2,3}(-[A-Za-z-]+)?$"
},
"__stringPatternAZaZ23AZaZ09": {
"type": "string",
"pattern": "^[A-Za-z]{2,3}(-[A-Za-z0-9-]+)?$"
},
"__stringPatternArnAwsUsGovAcm": {
"type": "string",
"pattern": "^arn:aws(-us-gov)?:acm:"
585 changes: 578 additions & 7 deletions botocore/data/neptune-graph/2023-11-29/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
@@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.32'
release = '1.34.33'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
4 changes: 1 addition & 3 deletions tests/unit/test_session.py
Original file line number Diff line number Diff line change
@@ -781,9 +781,7 @@ def test_internal_component(self):
self.session._get_internal_component('internal'), component
)
with self.assertRaises(ValueError):
# get_component has been deprecated to the public
with pytest.warns(DeprecationWarning):
self.session.get_component('internal')
self.session.get_component('internal')

def test_internal_endpoint_resolver_is_same_as_deprecated_public(self):
endpoint_resolver = self.session._get_internal_component(
4 changes: 1 addition & 3 deletions tests/unit/test_session_legacy.py
Original file line number Diff line number Diff line change
@@ -795,9 +795,7 @@ def test_internal_component(self):
self.session._get_internal_component('internal'), component
)
with self.assertRaises(ValueError):
# get_component has been deprecated to the public
with pytest.warns(DeprecationWarning):
self.session.get_component('internal')
self.session.get_component('internal')

def test_internal_endpoint_resolver_is_same_as_deprecated_public(self):
endpoint_resolver = self.session._get_internal_component(

0 comments on commit 1d7d687

Please sign in to comment.