Skip to content

Commit

Permalink
Merge branch 'release-1.34.38'
Browse files Browse the repository at this point in the history
* release-1.34.38:
  Bumping version to 1.34.38
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 8, 2024
2 parents 8d4e705 + 82cef38 commit 4262550
Show file tree
Hide file tree
Showing 7 changed files with 386 additions and 24 deletions.
17 changes: 17 additions & 0 deletions .changes/1.34.38.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``codepipeline``",
"description": "Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter \"WorkspaceName\".",
"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.34.38
=======

* api-change:``codepipeline``: Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.
* api-change:``quicksight``: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
* api-change:``workspaces``: This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName".


1.34.37
=======

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.34.37'
__version__ = '1.34.38'


class NullHandler(logging.Handler):
Expand Down
209 changes: 193 additions & 16 deletions botocore/data/codepipeline/2015-07-09/service-2.json

Large diffs are not rendered by default.

150 changes: 147 additions & 3 deletions botocore/data/quicksight/2018-04-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5437,6 +5437,10 @@
"ContributionAnalysisDefaults":{
"shape":"ContributionAnalysisDefaultList",
"documentation":"<p>The contribution analysis (anomaly configuration) setup of the visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a <code>BarChartVisual</code>.</p>"
Expand Down Expand Up @@ -5710,6 +5714,10 @@
"VisualPalette":{
"shape":"VisualPalette",
"documentation":"<p>The palette (chart color) display setup of the visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a <code>BoxPlotVisual</code>.</p>"
Expand Down Expand Up @@ -6688,6 +6696,10 @@
"VisualPalette":{
"shape":"VisualPalette",
"documentation":"<p>The palette (chart color) display setup of the visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a <code>ComboChartVisual</code>.</p>"
Expand Down Expand Up @@ -7037,6 +7049,16 @@
"COLLECTIVE"
]
},
"ContextMenuOption":{
"type":"structure",
"members":{
"AvailabilityStatus":{
"shape":"DashboardBehavior",
"documentation":"<p>The availability status of the context menu options. If the value of this property is set to <code>ENABLED</code>, dashboard readers can interact with the context menu.</p>"
}
},
"documentation":"<p>The context menu options for a visual's interactions.</p>"
},
"ContributionAnalysisDefault":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -8743,6 +8765,10 @@
"ImageScaling":{
"shape":"CustomContentImageScalingConfiguration",
"documentation":"<p>The sizing options for the size of the custom content visual. This structure is required when the <code>ContentType</code> of the visual is <code>'IMAGE'</code>.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a <code>CustomContentVisual</code>.</p>"
Expand Down Expand Up @@ -14937,6 +14963,10 @@
"MapStyleOptions":{
"shape":"GeospatialMapStyleOptions",
"documentation":"<p>The map style options of the filled map visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration for a <code>FilledMapVisual</code>.</p>"
Expand Down Expand Up @@ -16033,6 +16063,10 @@
"VisualPalette":{
"shape":"VisualPalette",
"documentation":"<p>The visual palette configuration of a <code>FunnelChartVisual</code>.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a <code>FunnelChartVisual</code>.</p>"
Expand Down Expand Up @@ -16207,6 +16241,10 @@
"VisualPalette":{
"shape":"VisualPalette",
"documentation":"<p>The visual palette configuration of a <code>GaugeChartVisual</code>.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a <code>GaugeChartVisual</code>.</p>"
Expand Down Expand Up @@ -16568,7 +16606,11 @@
"shape":"GeospatialPointStyleOptions",
"documentation":"<p>The point style options of the geospatial map.</p>"
},
"VisualPalette":{"shape":"VisualPalette"}
"VisualPalette":{"shape":"VisualPalette"},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a <code>GeospatialMapVisual</code>.</p>"
},
Expand Down Expand Up @@ -17171,6 +17213,10 @@
"Tooltip":{
"shape":"TooltipOptions",
"documentation":"<p>The tooltip display setup of the visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a heat map.</p>"
Expand Down Expand Up @@ -17335,6 +17381,10 @@
"VisualPalette":{
"shape":"VisualPalette",
"documentation":"<p>The visual palette configuration of a histogram.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration for a <code>HistogramVisual</code>.</p>"
Expand Down Expand Up @@ -17747,6 +17797,10 @@
"CustomNarrative":{
"shape":"CustomNarrativeOptions",
"documentation":"<p>The custom narrative of the insight visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of an insight visual.</p>"
Expand Down Expand Up @@ -18146,6 +18200,10 @@
"KPIOptions":{
"shape":"KPIOptions",
"documentation":"<p>The options that determine the presentation of a KPI visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a KPI visual.</p>"
Expand Down Expand Up @@ -18565,6 +18623,10 @@
"VisualPalette":{
"shape":"VisualPalette",
"documentation":"<p>The visual palette configuration of a line chart.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a line chart.</p>"
Expand Down Expand Up @@ -22143,6 +22205,10 @@
"ContributionAnalysisDefaults":{
"shape":"ContributionAnalysisDefaultList",
"documentation":"<p>The contribution analysis (anomaly configuration) setup of the visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a pie chart.</p>"
Expand Down Expand Up @@ -22353,6 +22419,10 @@
"PaginatedReportOptions":{
"shape":"PivotTablePaginatedReportOptions",
"documentation":"<p>The paginated report options for a pivot table visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration for a <code>PivotTableVisual</code>.</p>"
Expand Down Expand Up @@ -23095,6 +23165,10 @@
"AxesRangeScale":{
"shape":"RadarChartAxesRangeScale",
"documentation":"<p>The axis behavior options of a radar chart.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a <code>RadarChartVisual</code>.</p>"
Expand Down Expand Up @@ -24375,6 +24449,10 @@
"DataLabels":{
"shape":"DataLabelOptions",
"documentation":"<p>The data label configuration of a sankey diagram.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a sankey diagram.</p>"
Expand Down Expand Up @@ -24502,6 +24580,10 @@
"VisualPalette":{
"shape":"VisualPalette",
"documentation":"<p>The palette (chart color) display setup of the visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a scatter plot.</p>"
Expand Down Expand Up @@ -26838,6 +26920,10 @@
"TableInlineVisualizations":{
"shape":"TableInlineVisualizationList",
"documentation":"<p>A collection of inline visualizations to display within a chart.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration for a <code>TableVisual</code>.</p>"
Expand Down Expand Up @@ -29052,6 +29138,10 @@
"Tooltip":{
"shape":"TooltipOptions",
"documentation":"<p>The tooltip display setup of the visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a tree map.</p>"
Expand Down Expand Up @@ -30171,11 +30261,11 @@
},
"GrantPermissions":{
"shape":"ResourcePermissionList",
"documentation":"<p>The permissions that you want to grant on a resource.</p>"
"documentation":"<p>The permissions that you want to grant on a resource. Namespace ARNs are not supported <code>Principal</code> values for folder permissions.</p>"
},
"RevokePermissions":{
"shape":"ResourcePermissionList",
"documentation":"<p>The permissions that you want to revoke from a resource.</p>"
"documentation":"<p>The permissions that you want to revoke from a resource. Namespace ARNs are not supported <code>Principal</code> values for folder permissions.</p>"
}
}
},
Expand Down Expand Up @@ -31752,6 +31842,20 @@
"DATA_POINT_MENU"
]
},
"VisualInteractionOptions":{
"type":"structure",
"members":{
"VisualMenuOption":{
"shape":"VisualMenuOption",
"documentation":"<p>The on-visual menu options for a visual.</p>"
},
"ContextMenuOption":{
"shape":"ContextMenuOption",
"documentation":"<p>The context menu options for a visual.</p>"
}
},
"documentation":"<p>The general visual interactions setup for visual publish options</p>"
},
"VisualList":{
"type":"list",
"member":{"shape":"Visual"},
Expand Down Expand Up @@ -31842,6 +31946,16 @@
},
"documentation":"<p>The field well configuration of a waterfall visual.</p>"
},
"WaterfallChartColorConfiguration":{
"type":"structure",
"members":{
"GroupColorConfiguration":{
"shape":"WaterfallChartGroupColorConfiguration",
"documentation":"<p>The color configuration for individual groups within a waterfall visual.</p>"
}
},
"documentation":"<p>The color configuration of a waterfall visual.</p>"
},
"WaterfallChartConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -31884,6 +31998,14 @@
"VisualPalette":{
"shape":"VisualPalette",
"documentation":"<p>The visual palette configuration of a waterfall visual.</p>"
},
"ColorConfiguration":{
"shape":"WaterfallChartColorConfiguration",
"documentation":"<p>The color configuration of a waterfall visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration for a waterfall visual.</p>"
Expand All @@ -31898,6 +32020,24 @@
},
"documentation":"<p>The field well configuration of a waterfall visual.</p>"
},
"WaterfallChartGroupColorConfiguration":{
"type":"structure",
"members":{
"PositiveBarColor":{
"shape":"HexColor",
"documentation":"<p>Defines the color for the positive bars of a waterfall chart.</p>"
},
"NegativeBarColor":{
"shape":"HexColor",
"documentation":"<p>Defines the color for the negative bars of a waterfall chart.</p>"
},
"TotalBarColor":{
"shape":"HexColor",
"documentation":"<p>Defines the color for the total bars of a waterfall chart.</p>"
}
},
"documentation":"<p>The color configuration for individual groups within a waterfall visual.</p>"
},
"WaterfallChartOptions":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -32033,6 +32173,10 @@
"WordCloudOptions":{
"shape":"WordCloudOptions",
"documentation":"<p>The options for a word cloud visual.</p>"
},
"Interactions":{
"shape":"VisualInteractionOptions",
"documentation":"<p>The general visual interactions setup for a visual.</p>"
}
},
"documentation":"<p>The configuration of a word cloud visual.</p>"
Expand Down
Loading

0 comments on commit 4262550

Please sign in to comment.