Skip to content

Commit

Permalink
Release v1.35.14 (2020-10-23) (#3611)
Browse files Browse the repository at this point in the history
Release v1.35.14 (2020-10-23)
===

### Service Client Updates
* `service/macie2`: Updates service documentation
* `service/mediatailor`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
  * Support description on columns.
  • Loading branch information
aws-sdk-go-automation committed Oct 23, 2020
1 parent 5832eee commit fe2622e
Show file tree
Hide file tree
Showing 10 changed files with 266 additions and 65 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.35.14 (2020-10-23)
===

### Service Client Updates
* `service/macie2`: Updates service documentation
* `service/mediatailor`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
* Support description on columns.

Release v1.35.13 (2020-10-22)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.35.13"
const SDKVersion = "1.35.14"
34 changes: 17 additions & 17 deletions models/apis/macie2/2020-01-01/docs-2.json

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions models/apis/mediatailor/2018-04-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@
}
},
"shapes": {
"AdMarkerPassthrough" : {
"type" : "structure",
"members" : {
"Enabled" : {
"shape" : "__boolean"
}
}
},
"AvailSuppression": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -251,6 +259,9 @@
"LivePreRollConfiguration" : {
"shape" : "LivePreRollConfiguration"
},
"ManifestProcessingRules":{
"shape" : "ManifestProcessingRules"
},
"Name": {
"shape": "__string"
},
Expand Down Expand Up @@ -342,6 +353,14 @@
],
"type": "string"
},
"ManifestProcessingRules" : {
"type" : "structure",
"members" : {
"AdMarkerPassthrough" : {
"shape" : "AdMarkerPassthrough"
}
}
},
"Mode": {
"enum": [
"OFF",
Expand Down Expand Up @@ -428,6 +447,9 @@
"LivePreRollConfiguration" : {
"shape" : "LivePreRollConfiguration"
},
"ManifestProcessingRules": {
"shape": "ManifestProcessingRules"
},
"Name": {
"shape": "__string"
},
Expand Down Expand Up @@ -473,6 +495,9 @@
"Name": {
"shape": "__string"
},
"ManifestProcessingRules": {
"shape": "ManifestProcessingRules"
},
"PlaybackConfigurationArn": {
"shape": "__string"
},
Expand Down
13 changes: 13 additions & 0 deletions models/apis/mediatailor/2018-04-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
},
"service": "<p>Use the AWS Elemental MediaTailor SDK to configure scalable ad insertion for your live and VOD content. With AWS Elemental MediaTailor, you can serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the AWS Elemental MediaTailor User Guide.<p>Through the SDK, you manage AWS Elemental MediaTailor configurations the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>",
"shapes": {
"AdMarkerPassthrough" : {
"base" : null,
"refs" : {
"ManifestProcessingRules$AdMarkerPassthrough" : "<p>For HLS, when set to <code>true</code>, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.</p><p>No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of <code>60</code>, but no ads are filled for that ad break, MediaTailor will not set the value to 0.</p>"
}
},
"AvailSuppression": {
"base": null,
"refs": {
Expand Down Expand Up @@ -72,6 +78,13 @@
"PutPlaybackConfigurationRequest$LivePreRollConfiguration" : "<p>The configuration for pre-roll ad insertion.</p>"
}
},
"ManifestProcessingRules" : {
"base" : "The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.",
"refs" : {
"GetPlaybackConfigurationResponse$ManifestProcessingRules" : "The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.",
"PutPlaybackConfigurationRequest$ManifestProcessingRules" : "The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor."
}
},
"OriginManifestType": {
"base": null,
"refs": {
Expand Down
15 changes: 14 additions & 1 deletion models/apis/quicksight/2018-04-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2070,6 +2070,17 @@
"DATETIME"
]
},
"ColumnDescription":{
"type":"structure",
"members":{
"Text":{"shape":"ColumnDescriptiveText"}
}
},
"ColumnDescriptiveText":{
"type":"string",
"max":500,
"min":0
},
"ColumnGroup":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2142,7 +2153,8 @@
"ColumnTag":{
"type":"structure",
"members":{
"ColumnGeographicRole":{"shape":"GeoSpatialDataRole"}
"ColumnGeographicRole":{"shape":"GeoSpatialDataRole"},
"ColumnDescription":{"shape":"ColumnDescription"}
}
},
"ColumnTagList":{
Expand Down Expand Up @@ -5877,6 +5889,7 @@
"type":"structure",
"members":{
"Name":{"shape":"ColumnName"},
"Description":{"shape":"ColumnDescriptiveText"},
"Type":{"shape":"ColumnDataType"}
}
},
Expand Down
27 changes: 20 additions & 7 deletions models/apis/quicksight/2018-04-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,19 @@
"OutputColumn$Type": "<p>Type.</p>"
}
},
"ColumnDescription": {
"base": "<p>Metadata that contains a description for a column.</p>",
"refs": {
"ColumnTag$ColumnDescription": "<p>A description for a column.</p>"
}
},
"ColumnDescriptiveText": {
"base": null,
"refs": {
"ColumnDescription$Text": "<p>The text of a description for a column.</p>",
"OutputColumn$Description": "<p>A description for a column.</p>"
}
},
"ColumnGroup": {
"base": "<p>Groupings of columns that work together in certain Amazon QuickSight features. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.</p>",
"refs": {
Expand Down Expand Up @@ -964,7 +977,7 @@
}
},
"DataColorPalette": {
"base": "<p>The theme colors that are used for data colors in charts. The colors description is a hexidecimal color code that consists of six alphanumerical characters, prefixed with <code>#</code>, for example #37BFF5. </p>",
"base": "<p>The theme colors that are used for data colors in charts. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with <code>#</code>, for example #37BFF5. </p>",
"refs": {
"ThemeConfiguration$DataColorPalette": "<p>Color properties that apply to chart data colors.</p>"
}
Expand Down Expand Up @@ -1085,8 +1098,8 @@
"DataSourceParametersList": {
"base": null,
"refs": {
"CredentialPair$AlternateDataSourceParameters": "<p>A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the <code>DataSourceParameters</code> structure that's in the request with the structures in the <code>AlternateDataSourceParameters</code> allowlist. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the <code>AlternateDataSourceParameters</code> list is null, the <code>DataSourceParameters</code> originally used with these <code>Credentials</code> is automatically allowed.</p>",
"DataSource$AlternateDataSourceParameters": "<p>A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the <code>DataSourceParameters</code> structure that's in the request with the structures in the <code>AlternateDataSourceParameters</code> allowlist. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the <code>AlternateDataSourceParameters</code> list is null, the <code>Credentials</code> originally used with this <code>DataSourceParameters</code> are automatically allowed.</p>"
"CredentialPair$AlternateDataSourceParameters": "<p>A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the <code>DataSourceParameters</code> structure that's in the request with the structures in the <code>AlternateDataSourceParameters</code> allow list. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the <code>AlternateDataSourceParameters</code> list is null, the <code>DataSourceParameters</code> originally used with these <code>Credentials</code> is automatically allowed.</p>",
"DataSource$AlternateDataSourceParameters": "<p>A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the <code>DataSourceParameters</code> structure that's in the request with the structures in the <code>AlternateDataSourceParameters</code> allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the <code>AlternateDataSourceParameters</code> list is null, the <code>Credentials</code> originally used with this <code>DataSourceParameters</code> are automatically allowed.</p>"
}
},
"DataSourceType": {
Expand Down Expand Up @@ -2316,7 +2329,7 @@
"DateTimeParameter$Name": "<p>A display name for the date-time parameter.</p>",
"DecimalParameter$Name": "<p>A display name for the decimal parameter.</p>",
"IntegerParameter$Name": "<p>The name of the integer parameter.</p>",
"Sheet$Name": "<p>The name of a sheet. This is displayed on the sheet's tab in the QuickSight console.</p>",
"Sheet$Name": "<p>The name of a sheet. This name is displayed on the sheet's tab in the QuickSight console.</p>",
"StringParameter$Name": "<p>A display name for a string parameter.</p>",
"TemplateError$Message": "<p>Description of the error type.</p>",
"ThemeError$Message": "<p>The error message.</p>"
Expand Down Expand Up @@ -2423,7 +2436,7 @@
"Principal": {
"base": null,
"refs": {
"ResourcePermission$Principal": "<p>The Amazon Resource Name (ARN) of the principal. This can be one of the following:</p> <ul> <li> <p>The ARN of an Amazon QuickSight user, group, or namespace. (This is most common.)</p> </li> <li> <p>The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts. (This is less common.) </p> </li> </ul>"
"ResourcePermission$Principal": "<p>The Amazon Resource Name (ARN) of the principal. This can be one of the following:</p> <ul> <li> <p>The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)</p> </li> <li> <p>The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p> </li> <li> <p>The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts. (This is less common.) </p> </li> </ul>"
}
},
"ProjectOperation": {
Expand Down Expand Up @@ -2811,7 +2824,7 @@
}
},
"Sheet": {
"base": "<p>A sheet is an object that contains a set of visuals that are viewed together on one page in the Amazon QuickSight console. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.</p>",
"base": "<p>A <i>sheet</i>, which is an object that contains a set of visuals that are viewed together on one page in the Amazon QuickSight console. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.</p>",
"refs": {
"SheetList$member": null
}
Expand Down Expand Up @@ -3544,7 +3557,7 @@
}
},
"UIColorPalette": {
"base": "<p>The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexidecimal color code that consists of six alphanumerical characters, prefixed with <code>#</code>, for example #37BFF5. For more information, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html\">Using Themes in Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide.</i> </p>",
"base": "<p>The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with <code>#</code>, for example #37BFF5. For more information, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html\">Using Themes in Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide.</i> </p>",
"refs": {
"ThemeConfiguration$UIColorPalette": "<p>Color properties that apply to the UI and to charts, excluding the colors that apply to data. </p>"
}
Expand Down

0 comments on commit fe2622e

Please sign in to comment.