Skip to content

Commit

Permalink
Merge branch 'release-1.31.10' into develop
Browse files Browse the repository at this point in the history
* release-1.31.10:
  Bumping version to 1.31.10
  Update to latest partitions and endpoints
  Update to latest models
  Update quicksight sdk extras paginators
  • Loading branch information
aws-sdk-python-automation committed Jul 24, 2023
2 parents a47126b + 9fd9317 commit 1a5df55
Show file tree
Hide file tree
Showing 19 changed files with 2,514 additions and 2,375 deletions.
37 changes: 37 additions & 0 deletions .changes/1.31.10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``apigatewayv2``",
"description": "Documentation updates for Amazon API Gateway.",
"type": "api-change"
},
{
"category": "``ce``",
"description": "This release introduces the new API 'GetSavingsPlanPurchaseRecommendationDetails', which retrieves the details for a Savings Plan recommendation. It also updates the existing API 'GetSavingsPlansPurchaseRecommendation' to include the recommendation detail ID.",
"type": "api-change"
},
{
"category": "``chime-sdk-media-pipelines``",
"description": "AWS Media Pipeline compositing enhancement and Media Insights Pipeline auto language identification.",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Add \"disabled\" enum value to SpotInstanceState.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Added support for Data Preparation Recipe node in Glue Studio jobs",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "This release launches new Snapshot APIs for CSV and PDF exports, adds support for info icon for filters and parameters in Exploration APIs, adds modeled exception to the DeleteAccountCustomization API, and introduces AttributeAggregationFunction's ability to add UNIQUE_VALUE aggregation in tooltips.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.31.10
=======

* api-change:``apigatewayv2``: Documentation updates for Amazon API Gateway.
* api-change:``ce``: This release introduces the new API 'GetSavingsPlanPurchaseRecommendationDetails', which retrieves the details for a Savings Plan recommendation. It also updates the existing API 'GetSavingsPlansPurchaseRecommendation' to include the recommendation detail ID.
* api-change:``chime-sdk-media-pipelines``: AWS Media Pipeline compositing enhancement and Media Insights Pipeline auto language identification.
* api-change:``cloudformation``: This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts.
* api-change:``ec2``: Add "disabled" enum value to SpotInstanceState.
* api-change:``glue``: Added support for Data Preparation Recipe node in Glue Studio jobs
* api-change:``quicksight``: This release launches new Snapshot APIs for CSV and PDF exports, adds support for info icon for filters and parameters in Exploration APIs, adds modeled exception to the DeleteAccountCustomization API, and introduces AttributeAggregationFunction's ability to add UNIQUE_VALUE aggregation in tooltips.


1.31.9
======

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.31.9'
__version__ = '1.31.10'


class NullHandler(logging.Handler):
Expand Down
399 changes: 217 additions & 182 deletions botocore/data/apigatewayv2/2018-11-29/endpoint-rule-set-1.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions botocore/data/apigatewayv2/2018-11-29/service-2.json

Large diffs are not rendered by default.

914 changes: 257 additions & 657 deletions botocore/data/ce/2017-10-25/endpoint-rule-set-1.json

Large diffs are not rendered by default.

214 changes: 203 additions & 11 deletions botocore/data/ce/2017-10-25/service-2.json

Large diffs are not rendered by default.

218 changes: 215 additions & 3 deletions botocore/data/chime-sdk-media-pipelines/2021-07-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,25 @@
}
},
"shapes":{
"ActiveSpeakerOnlyConfiguration":{
"type":"structure",
"members":{
"ActiveSpeakerPosition":{
"shape":"ActiveSpeakerPosition",
"documentation":"<p>The position of the <code>ActiveSpeakerOnly</code> video tile.</p>"
}
},
"documentation":"<p>Defines the configuration for an <code>ActiveSpeakerOnly</code> video tile.</p>"
},
"ActiveSpeakerPosition":{
"type":"string",
"enum":[
"TopLeft",
"TopRight",
"BottomLeft",
"BottomRight"
]
},
"AmazonResourceName":{
"type":"string",
"max":1011,
Expand Down Expand Up @@ -461,7 +480,6 @@
},
"AmazonTranscribeProcessorConfiguration":{
"type":"structure",
"required":["LanguageCode"],
"members":{
"LanguageCode":{
"shape":"CallAnalyticsLanguageCode",
Expand Down Expand Up @@ -510,6 +528,26 @@
"FilterPartialResults":{
"shape":"Boolean",
"documentation":"<p>If true, <code>TranscriptEvents</code> with <code>IsPartial: true</code> are filtered out of the insights target.</p>"
},
"IdentifyLanguage":{
"shape":"Boolean",
"documentation":"<p>Turns language identification on or off.</p>"
},
"LanguageOptions":{
"shape":"LanguageOptions",
"documentation":"<p>The language options for the transcription, such as automatic language detection.</p>"
},
"PreferredLanguage":{
"shape":"CallAnalyticsLanguageCode",
"documentation":"<p>The preferred language for the transcription.</p>"
},
"VocabularyNames":{
"shape":"VocabularyNames",
"documentation":"<p>The names of the custom vocabulary or vocabularies used during transcription.</p>"
},
"VocabularyFilterNames":{
"shape":"VocabularyFilterNames",
"documentation":"<p>The names of the custom vocabulary filter or filters using during transcription.</p>"
}
},
"documentation":"<p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p>"
Expand Down Expand Up @@ -670,6 +708,22 @@
"exception":true
},
"Boolean":{"type":"boolean"},
"BorderColor":{
"type":"string",
"enum":[
"Black",
"Blue",
"Red",
"Green",
"White",
"Yellow"
]
},
"BorderThickness":{
"type":"integer",
"max":20,
"min":1
},
"CallAnalyticsLanguageCode":{
"type":"string",
"enum":[
Expand All @@ -684,6 +738,13 @@
"pt-BR"
]
},
"CanvasOrientation":{
"type":"string",
"enum":[
"Landscape",
"Portrait"
]
},
"CategoryName":{
"type":"string",
"max":200,
Expand Down Expand Up @@ -922,13 +983,19 @@
"enum":[
"PresenterOnly",
"Horizontal",
"Vertical"
"Vertical",
"ActiveSpeakerOnly"
]
},
"ContentType":{
"type":"string",
"enum":["PII"]
},
"CornerRadius":{
"type":"integer",
"max":20,
"min":1
},
"CreateMediaCapturePipelineRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1079,7 +1146,7 @@
},
"S3RecordingSinkRuntimeConfiguration":{
"shape":"S3RecordingSinkRuntimeConfiguration",
"documentation":"<p>The runtime configuration for the S3 recording sink.</p>"
"documentation":"<p>The runtime configuration for the S3 recording sink. If specified, the settings in this structure override any settings in <code>S3RecordingSinkConfiguration</code>.</p>"
},
"Tags":{
"shape":"TagList",
Expand Down Expand Up @@ -1326,6 +1393,26 @@
"PresenterOnlyConfiguration":{
"shape":"PresenterOnlyConfiguration",
"documentation":"<p>Defines the configuration options for a presenter only video tile.</p>"
},
"ActiveSpeakerOnlyConfiguration":{
"shape":"ActiveSpeakerOnlyConfiguration",
"documentation":"<p>The configuration settings for an <code>ActiveSpeakerOnly</code> video tile.</p>"
},
"HorizontalLayoutConfiguration":{
"shape":"HorizontalLayoutConfiguration",
"documentation":"<p>The configuration settings for a horizontal layout.</p>"
},
"VerticalLayoutConfiguration":{
"shape":"VerticalLayoutConfiguration",
"documentation":"<p>The configuration settings for a vertical layout.</p>"
},
"VideoAttribute":{
"shape":"VideoAttribute",
"documentation":"<p>The attribute settings for the video tiles.</p>"
},
"CanvasOrientation":{
"shape":"CanvasOrientation",
"documentation":"<p>The orientation setting, horizontal or vertical.</p>"
}
},
"documentation":"<p>Specifies the type of grid layout.</p>"
Expand All @@ -1336,6 +1423,46 @@
"min":36,
"pattern":"[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}"
},
"HighlightColor":{
"type":"string",
"enum":[
"Black",
"Blue",
"Red",
"Green",
"White",
"Yellow"
]
},
"HorizontalLayoutConfiguration":{
"type":"structure",
"members":{
"TileOrder":{
"shape":"TileOrder",
"documentation":"<p>Sets the automatic ordering of the video tiles.</p>"
},
"TilePosition":{
"shape":"HorizontalTilePosition",
"documentation":"<p>Sets the position of horizontal tiles.</p>"
},
"TileCount":{
"shape":"TileCount",
"documentation":"<p>The maximum number of video tiles to display.</p>"
},
"TileAspectRatio":{
"shape":"TileAspectRatio",
"documentation":"<p>Sets the aspect ratio of the video tiles, such as 16:9.</p>"
}
},
"documentation":"<p>Defines the configuration settings for the horizontal layout.</p>"
},
"HorizontalTilePosition":{
"type":"string",
"enum":[
"Top",
"Bottom"
]
},
"Iso8601Timestamp":{
"type":"timestamp",
"timestampFormat":"iso8601"
Expand Down Expand Up @@ -1452,6 +1579,12 @@
},
"documentation":"<p>A structure that contains the configuration settings for an AWS Lambda function's data sink.</p>"
},
"LanguageOptions":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[a-zA-Z-,]+"
},
"LayoutOption":{
"type":"string",
"enum":["GridView"]
Expand Down Expand Up @@ -2540,6 +2673,22 @@
"error":{"httpStatusCode":429},
"exception":true
},
"TileAspectRatio":{
"type":"string",
"pattern":"^\\d{1,2}\\/\\d{1,2}$"
},
"TileCount":{
"type":"integer",
"max":10,
"min":1
},
"TileOrder":{
"type":"string",
"enum":[
"JoinSequence",
"SpeakerSequence"
]
},
"Timestamp":{"type":"timestamp"},
"TimestampRange":{
"type":"structure",
Expand Down Expand Up @@ -2662,6 +2811,35 @@
}
}
},
"VerticalLayoutConfiguration":{
"type":"structure",
"members":{
"TileOrder":{
"shape":"TileOrder",
"documentation":"<p>Sets the automatic ordering of the video tiles.</p>"
},
"TilePosition":{
"shape":"VerticalTilePosition",
"documentation":"<p>Sets the position of vertical tiles.</p>"
},
"TileCount":{
"shape":"TileCount",
"documentation":"<p>The maximum number of tiles to display.</p>"
},
"TileAspectRatio":{
"shape":"TileAspectRatio",
"documentation":"<p>Sets the aspect ratio of the video tiles, such as 16:9.</p>"
}
},
"documentation":"<p>Defines the configuration settings for a vertial layout.</p>"
},
"VerticalTilePosition":{
"type":"string",
"enum":[
"Left",
"Right"
]
},
"VideoArtifactsConfiguration":{
"type":"structure",
"required":["State"],
Expand All @@ -2677,6 +2855,28 @@
},
"documentation":"<p>The video artifact configuration object.</p>"
},
"VideoAttribute":{
"type":"structure",
"members":{
"CornerRadius":{
"shape":"CornerRadius",
"documentation":"<p>Sets the corner radius of all video tiles.</p>"
},
"BorderColor":{
"shape":"BorderColor",
"documentation":"<p>Defines the border color of all video tiles.</p>"
},
"HighlightColor":{
"shape":"HighlightColor",
"documentation":"<p>Defines the highlight color for the active video tile.</p>"
},
"BorderThickness":{
"shape":"BorderThickness",
"documentation":"<p>Defines the border thickness for all video tiles.</p>"
}
},
"documentation":"<p>Defines the settings for a video tile.</p>"
},
"VideoConcatenationConfiguration":{
"type":"structure",
"required":["State"],
Expand Down Expand Up @@ -2706,12 +2906,24 @@
"min":1,
"pattern":"^[0-9a-zA-Z._-]+"
},
"VocabularyFilterNames":{
"type":"string",
"max":3000,
"min":1,
"pattern":"^[a-zA-Z0-9,-._]+"
},
"VocabularyName":{
"type":"string",
"max":200,
"min":1,
"pattern":"^[0-9a-zA-Z._-]+"
},
"VocabularyNames":{
"type":"string",
"max":3000,
"min":1,
"pattern":"^[a-zA-Z0-9,-._]+"
},
"VoiceAnalyticsConfigurationStatus":{
"type":"string",
"enum":[
Expand Down
Loading

0 comments on commit 1a5df55

Please sign in to comment.