Skip to content

Commit

Permalink
Release v1.40.14 (2021-08-03) (#4044)
Browse files Browse the repository at this point in the history
Release v1.40.14 (2021-08-03)
===

### Service Client Updates
* `service/glue`: Updates service API and documentation
  * Add ConcurrentModificationException to create-table, delete-table, create-database, update-database, delete-database
* `service/iotsitewise`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK has added control over the passthrough of XDS captions metadata to outputs.
* `service/proton`: Updates service documentation
* `service/redshift`: Updates service API and documentation
  * API support for Redshift Data Sharing feature.
  • Loading branch information
aws-sdk-go-automation authored Aug 3, 2021
1 parent 56b1540 commit 7938281
Show file tree
Hide file tree
Showing 18 changed files with 2,884 additions and 477 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.40.14 (2021-08-03)
===

### Service Client Updates
* `service/glue`: Updates service API and documentation
* Add ConcurrentModificationException to create-table, delete-table, create-database, update-database, delete-database
* `service/iotsitewise`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK has added control over the passthrough of XDS captions metadata to outputs.
* `service/proton`: Updates service documentation
* `service/redshift`: Updates service API and documentation
* API support for Redshift Data Sharing feature.

Release v1.40.13 (2021-08-02)
===

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.40.13"
const SDKVersion = "1.40.14"
15 changes: 10 additions & 5 deletions models/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@
{"shape":"ResourceNumberLimitExceededException"},
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"GlueEncryptionException"}
{"shape":"GlueEncryptionException"},
{"shape":"ConcurrentModificationException"}
]
},
"CreateDevEndpoint":{
Expand Down Expand Up @@ -464,7 +465,8 @@
{"shape":"ResourceNumberLimitExceededException"},
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"GlueEncryptionException"}
{"shape":"GlueEncryptionException"},
{"shape":"ConcurrentModificationException"}
]
},
"CreateTrigger":{
Expand Down Expand Up @@ -606,7 +608,8 @@
{"shape":"EntityNotFoundException"},
{"shape":"InvalidInputException"},
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"}
{"shape":"OperationTimeoutException"},
{"shape":"ConcurrentModificationException"}
]
},
"DeleteDevEndpoint":{
Expand Down Expand Up @@ -773,7 +776,8 @@
{"shape":"EntityNotFoundException"},
{"shape":"InvalidInputException"},
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"}
{"shape":"OperationTimeoutException"},
{"shape":"ConcurrentModificationException"}
]
},
"DeleteTableVersion":{
Expand Down Expand Up @@ -2254,7 +2258,8 @@
{"shape":"InvalidInputException"},
{"shape":"InternalServiceException"},
{"shape":"OperationTimeoutException"},
{"shape":"GlueEncryptionException"}
{"shape":"GlueEncryptionException"},
{"shape":"ConcurrentModificationException"}
]
},
"UpdateDevEndpoint":{
Expand Down
4 changes: 2 additions & 2 deletions models/apis/glue/2017-03-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@
"base": null,
"refs": {
"Connection$ConnectionType": "<p>The type of the connection. Currently, SFTP is not supported.</p>",
"ConnectionInput$ConnectionType": "<p>The type of the connection. Currently, these types are supported:</p> <ul> <li> <p> <code>JDBC</code> - Designates a connection to a database through Java Database Connectivity (JDBC).</p> </li> <li> <p> <code>KAFKA</code> - Designates a connection to an Apache Kafka streaming platform.</p> </li> <li> <p> <code>MONGODB</code> - Designates a connection to a MongoDB document database.</p> </li> <li> <p> <code>NETWORK</code> - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).</p> </li> <li> <p> <code>MARKETPLACE</code> - Uses configuration settings contained in a connector purchased from Marketplace to read from and write to data stores that are not natively supported by Glue.</p> </li> <li> <p> <code>CUSTOM</code> - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue.</p> </li> </ul> <p>SFTP is not supported.</p>",
"ConnectionInput$ConnectionType": "<p>The type of the connection. Currently, these types are supported:</p> <ul> <li> <p> <code>JDBC</code> - Designates a connection to a database through Java Database Connectivity (JDBC).</p> </li> <li> <p> <code>KAFKA</code> - Designates a connection to an Apache Kafka streaming platform.</p> </li> <li> <p> <code>MONGODB</code> - Designates a connection to a MongoDB document database.</p> </li> <li> <p> <code>NETWORK</code> - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).</p> </li> <li> <p> <code>MARKETPLACE</code> - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue.</p> </li> <li> <p> <code>CUSTOM</code> - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue.</p> </li> </ul> <p>SFTP is not supported.</p>",
"GetConnectionsFilter$ConnectionType": "<p>The type of connections to return. Currently, SFTP is not supported.</p>"
}
},
Expand Down Expand Up @@ -1768,7 +1768,7 @@
"EnableHybridValues": {
"base": null,
"refs": {
"PutResourcePolicyRequest$EnableHybrid": "<p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account access to Data Catalog resources:</p> <ul> <li> <p>By directly updating the resource policy with <code>PutResourePolicy</code> </p> </li> <li> <p>By using the <b>Grant permissions</b> command on the Management Console.</p> </li> </ul> <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>"
"PutResourcePolicyRequest$EnableHybrid": "<p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account access to Data Catalog resources:</p> <ul> <li> <p>By directly updating the resource policy with <code>PutResourePolicy</code> </p> </li> <li> <p>By using the <b>Grant permissions</b> command on the Amazon Web Services Management Console.</p> </li> </ul> <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>"
}
},
"EncryptionAtRest": {
Expand Down
13 changes: 9 additions & 4 deletions models/apis/iotsitewise/2019-12-02/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3016,9 +3016,8 @@
},
"Interval":{
"type":"string",
"max":3,
"min":2,
"pattern":"1w|1d|1h|15m|5m|1m"
"max":23,
"min":2
},
"IntervalInSeconds":{
"type":"long",
Expand Down Expand Up @@ -3489,6 +3488,11 @@
"min":1,
"pattern":"[A-Za-z0-9+/=]+"
},
"Offset":{
"type":"string",
"max":25,
"min":2
},
"OffsetInNanos":{
"type":"integer",
"max":999999999,
Expand Down Expand Up @@ -3927,7 +3931,8 @@
"type":"structure",
"required":["interval"],
"members":{
"interval":{"shape":"Interval"}
"interval":{"shape":"Interval"},
"offset":{"shape":"Offset"}
}
},
"UnauthorizedException":{
Expand Down
14 changes: 10 additions & 4 deletions models/apis/iotsitewise/2019-12-02/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"DescribeLoggingOptions": "<p>Retrieves the current IoT SiteWise logging options.</p>",
"DescribePortal": "<p>Retrieves information about a portal.</p>",
"DescribeProject": "<p>Retrieves information about a project.</p>",
"DescribeStorageConfiguration": "<p>Retrieves information about the storage configuration for IoT SiteWise.</p> <note> <p>Exporting data to Amazon S3 is currently in preview release and is subject to change. We recommend that you use this feature only with test data, and not in production environments.</p> </note>",
"DescribeStorageConfiguration": "<p>Retrieves information about the storage configuration for IoT SiteWise.</p>",
"DisassociateAssets": "<p>Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.</p>",
"GetAssetPropertyAggregates": "<p>Gets aggregated values for an asset property. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#aggregates\">Querying aggregates</a> in the <i>IoT SiteWise User Guide</i>.</p> <p>To identify an asset property, you must specify one of the following:</p> <ul> <li> <p>The <code>assetId</code> and <code>propertyId</code> of an asset property.</p> </li> <li> <p>A <code>propertyAlias</code>, which is a data stream alias (for example, <code>/company/windfarm/3/turbine/7/temperature</code>). To define an asset property's alias, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html\">UpdateAssetProperty</a>.</p> </li> </ul>",
"GetAssetPropertyValue": "<p>Gets an asset property's current value. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#current-values\">Querying current values</a> in the <i>IoT SiteWise User Guide</i>.</p> <p>To identify an asset property, you must specify one of the following:</p> <ul> <li> <p>The <code>assetId</code> and <code>propertyId</code> of an asset property.</p> </li> <li> <p>A <code>propertyAlias</code>, which is a data stream alias (for example, <code>/company/windfarm/3/turbine/7/temperature</code>). To define an asset property's alias, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html\">UpdateAssetProperty</a>.</p> </li> </ul>",
Expand All @@ -50,7 +50,7 @@
"ListTagsForResource": "<p>Retrieves the list of tags for an IoT SiteWise resource.</p>",
"PutDefaultEncryptionConfiguration": "<p>Sets the default encryption configuration for the Amazon Web Services account. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/key-management.html\">Key management</a> in the <i>IoT SiteWise User Guide</i>.</p>",
"PutLoggingOptions": "<p>Sets logging options for IoT SiteWise.</p>",
"PutStorageConfiguration": "<p>Configures storage settings for IoT SiteWise.</p> <note> <p>Exporting data to Amazon S3 is currently in preview release and is subject to change. We recommend that you use this feature only with test data, and not in production environments.</p> </note>",
"PutStorageConfiguration": "<p>Configures storage settings for IoT SiteWise.</p>",
"TagResource": "<p>Adds tags to an IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag's value.</p>",
"UntagResource": "<p>Removes a tag from an IoT SiteWise resource.</p>",
"UpdateAccessPolicy": "<p>Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or project resource.</p>",
Expand Down Expand Up @@ -1355,7 +1355,7 @@
"Interval": {
"base": null,
"refs": {
"TumblingWindow$interval": "<p>The time interval for the tumbling window. Note that <code>w</code> represents weeks, <code>d</code> represents days, <code>h</code> represents hours, and <code>m</code> represents minutes. IoT SiteWise computes the <code>1w</code> interval the end of Sunday at midnight each week (UTC), the <code>1d</code> interval at the end of each day at midnight (UTC), the <code>1h</code> interval at the end of each hour, and so on. </p> <p>When IoT SiteWise aggregates data points for metric computations, the start of each interval is exclusive and the end of each interval is inclusive. IoT SiteWise places the computed data point at the end of the interval.</p>"
"TumblingWindow$interval": "<p>The time interval for the tumbling window. The interval time must be between 1 minute and 1 week.</p> <p>IoT SiteWise computes the <code>1w</code> interval the end of Sunday at midnight each week (UTC), the <code>1d</code> interval at the end of each day at midnight (UTC), the <code>1h</code> interval at the end of each hour, and so on. </p> <p>When IoT SiteWise aggregates data points for metric computations, the start of each interval is exclusive and the end of each interval is inclusive. IoT SiteWise places the computed data point at the end of the interval.</p>"
}
},
"IntervalInSeconds": {
Expand Down Expand Up @@ -1675,6 +1675,12 @@
"ListProjectsResponse$nextToken": "<p>The token for the next set of results, or null if there are no additional results.</p>"
}
},
"Offset": {
"base": null,
"refs": {
"TumblingWindow$offset": "<p>The offset for the tumbling window. The <code>offset</code> parameter accepts the following:</p> <ul> <li> <p>The offset time.</p> <p>For example, if you specify <code>18h</code> for <code>offset</code> and <code>1d</code> for <code>interval</code>, IoT SiteWise aggregates data in one of the following ways:</p> <ul> <li> <p>If you create the metric before or at 6:00 p.m. (UTC), you get the first aggregation result at 6 p.m. (UTC) on the day when you create the metric.</p> </li> <li> <p>If you create the metric after 6:00 p.m. (UTC), you get the first aggregation result at 6 p.m. (UTC) the next day.</p> </li> </ul> </li> <li> <p>The ISO 8601 format.</p> <p>For example, if you specify <code>PT18H</code> for <code>offset</code> and <code>1d</code> for <code>interval</code>, IoT SiteWise aggregates data in one of the following ways:</p> <ul> <li> <p>If you create the metric before or at 6:00 p.m. (UTC), you get the first aggregation result at 6 p.m. (UTC) on the day when you create the metric.</p> </li> <li> <p>If you create the metric after 6:00 p.m. (UTC), you get the first aggregation result at 6 p.m. (UTC) the next day.</p> </li> </ul> </li> <li> <p>The 24-hour clock.</p> <p>For example, if you specify <code>00:03:00</code> for <code>offset</code> and <code>5m</code> for <code>interval</code>, and you create the metric at 2 p.m. (UTC), you get the first aggregation result at 2:03 p.m. (UTC). You get the second aggregation result at 2:08 p.m. (UTC). </p> </li> <li> <p>The offset time zone.</p> <p>For example, if you specify <code>2021-07-23T18:00-08</code> for <code>offset</code> and <code>1d</code> for <code>interval</code>, IoT SiteWise aggregates data in one of the following ways:</p> <ul> <li> <p>If you create the metric before or at 6:00 p.m. (PST), you get the first aggregation result at 6 p.m. (PST) on the day when you create the metric.</p> </li> <li> <p>If you create the metric after 6:00 p.m. (PST), you get the first aggregation result at 6 p.m. (PST) the next day.</p> </li> </ul> </li> </ul>"
}
},
"OffsetInNanos": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2105,7 +2111,7 @@
}
},
"TumblingWindow": {
"base": "<p>Contains a tumbling window, which is a repeating fixed-sized, non-overlapping, and contiguous time interval. This window is used in metric and aggregation computations.</p>",
"base": "<p>Contains a tumbling window, which is a repeating fixed-sized, non-overlapping, and contiguous time window. You use this window in metrics to aggregate data from properties and other assets.</p> <p>You can use <code>m</code>, <code>h</code>, <code>d</code>, and <code>w</code> when you specify an interval or offset. Note that <code>m</code> represents minutes, and <code>w</code> represents weeks. You can also use <code>s</code> to represent seconds in <code>offset</code>.</p> <p>The <code>interval</code> and <code>offset</code> parameters support the <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 format</a>. For example, <code>PT5S</code> represents five seconds, <code>PT5M</code> represents five minutes, and <code>PT5H</code> represents five hours.</p>",
"refs": {
"MetricWindow$tumbling": "<p>The tumbling time interval window.</p>"
}
Expand Down
35 changes: 35 additions & 0 deletions models/apis/mediaconvert/2017-08-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2571,6 +2571,13 @@
"RAW"
]
},
"CopyProtectionAction": {
"type": "string",
"enum": [
"PASSTHROUGH",
"STRIP"
]
},
"CreateJobRequest": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -3831,6 +3838,19 @@
}
}
},
"ExtendedDataServices": {
"type": "structure",
"members": {
"CopyProtectionAction": {
"shape": "CopyProtectionAction",
"locationName": "copyProtectionAction"
},
"VchipAction": {
"shape": "VchipAction",
"locationName": "vchipAction"
}
}
},
"F4vMoovPlacement": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -5770,6 +5790,10 @@
"shape": "EsamSettings",
"locationName": "esam"
},
"ExtendedDataServices": {
"shape": "ExtendedDataServices",
"locationName": "extendedDataServices"
},
"Inputs": {
"shape": "__listOfInput",
"locationName": "inputs"
Expand Down Expand Up @@ -5898,6 +5922,10 @@
"shape": "EsamSettings",
"locationName": "esam"
},
"ExtendedDataServices": {
"shape": "ExtendedDataServices",
"locationName": "extendedDataServices"
},
"Inputs": {
"shape": "__listOfInputTemplate",
"locationName": "inputs"
Expand Down Expand Up @@ -8853,6 +8881,13 @@
"HARD"
]
},
"VchipAction": {
"type": "string",
"enum": [
"PASSTHROUGH",
"STRIP"
]
},
"VideoCodec": {
"type": "string",
"enum": [
Expand Down
19 changes: 19 additions & 0 deletions models/apis/mediaconvert/2017-08-29/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,12 @@
"ContainerSettings$Container": "Container for this output. Some containers require a container settings object. If not specified, the default object will be created."
}
},
"CopyProtectionAction": {
"base": "The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.",
"refs": {
"ExtendedDataServices$CopyProtectionAction": "The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions."
}
},
"CreateJobRequest": {
"base": "Send your create job request with your job settings and IAM role. Optionally, include user metadata and the ARN for the queue.",
"refs": {
Expand Down Expand Up @@ -1267,6 +1273,13 @@
"refs": {
}
},
"ExtendedDataServices": {
"base": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory.",
"refs": {
"JobSettings$ExtendedDataServices": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory.",
"JobTemplateSettings$ExtendedDataServices": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory."
}
},
"F4vMoovPlacement": {
"base": "If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.",
"refs": {
Expand Down Expand Up @@ -3177,6 +3190,12 @@
"Vc3Settings$Telecine": "When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard telecine (HARD) to create a smoother picture. When you keep the default value, None (NONE), MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture."
}
},
"VchipAction": {
"base": "The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.",
"refs": {
"ExtendedDataServices$VchipAction": "The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions."
}
},
"VideoCodec": {
"base": "Type of video codec",
"refs": {
Expand Down
Loading

0 comments on commit 7938281

Please sign in to comment.