Skip to content

Commit

Permalink
Merge branch 'release-1.20.60' into develop
Browse files Browse the repository at this point in the history
* release-1.20.60:
  Bumping version to 1.20.60
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 28, 2021
2 parents 7ca8178 + a40ee6e commit e6b2581
Show file tree
Hide file tree
Showing 11 changed files with 7,075 additions and 10 deletions.
27 changes: 27 additions & 0 deletions .changes/1.20.60.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``connect``",
"description": "Updated max number of tags that can be attached from 200 to 50. MaxContacts is now an optional parameter for the UpdateQueueMaxContact API.",
"type": "api-change"
},
{
"category": "``mediapackage-vod``",
"description": "MediaPackage now offers the option to place your Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) encoder metadata in every video segment instead of in the init fragment for DASH and CMAF endpoints.",
"type": "api-change"
},
{
"category": "``nimble``",
"description": "Amazon Nimble Studio is a virtual studio service that empowers visual effects, animation, and interactive content teams to create content securely within a scalable, private cloud service.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "AWS IoT SiteWise interpolation API will get interpolated values for an asset property per specified time interval during a period of time.",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "Add CallAs parameter to GetTemplateSummary to enable use with StackSets delegated administrator integration",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.20.60
=======

* api-change:``connect``: Updated max number of tags that can be attached from 200 to 50. MaxContacts is now an optional parameter for the UpdateQueueMaxContact API.
* api-change:``mediapackage-vod``: MediaPackage now offers the option to place your Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) encoder metadata in every video segment instead of in the init fragment for DASH and CMAF endpoints.
* api-change:``nimble``: Amazon Nimble Studio is a virtual studio service that empowers visual effects, animation, and interactive content teams to create content securely within a scalable, private cloud service.
* api-change:``iotsitewise``: AWS IoT SiteWise interpolation API will get interpolated values for an asset property per specified time interval during a period of time.
* api-change:``cloudformation``: Add CallAs parameter to GetTemplateSummary to enable use with StackSets delegated administrator integration


1.20.59
=======

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 re
import logging

__version__ = '1.20.59'
__version__ = '1.20.60'


class NullHandler(logging.Handler):
Expand Down
14 changes: 12 additions & 2 deletions botocore/data/cloudformation/2010-05-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,10 @@
"shape":"AccountList",
"documentation":"<p>The names of one or more AWS accounts for which you want to deploy stack set updates.</p>"
},
"AccountsUrl":{"shape":"AccountsUrl"},
"AccountsUrl":{
"shape":"AccountsUrl",
"documentation":"<p>Returns the value of the AccountsUrl property.</p>"
},
"OrganizationalUnitIds":{
"shape":"OrganizationalUnitIdList",
"documentation":"<p>The organization root ID or organizational unit (OU) IDs to which StackSets deploys.</p>"
Expand Down Expand Up @@ -2497,6 +2500,10 @@
"StackSetName":{
"shape":"StackSetNameOrId",
"documentation":"<p>The name or unique ID of the stack set from which the stack was created.</p> <p>Conditional: You must specify only one of the following parameters: <code>StackName</code>, <code>StackSetName</code>, <code>TemplateBody</code>, or <code>TemplateURL</code>.</p>"
},
"CallAs":{
"shape":"CallAs",
"documentation":"<p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.</p> <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed permissions.</p> <ul> <li> <p>If you are signed in to the management account, specify <code>SELF</code>.</p> </li> <li> <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p> <p>Your AWS account must be registered as a delegated administrator in the management account. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html\">Register a delegated administrator</a> in the <i>AWS CloudFormation User Guide</i>.</p> </li> </ul>"
}
},
"documentation":"<p>The input for the <a>GetTemplateSummary</a> action.</p>"
Expand Down Expand Up @@ -4817,7 +4824,10 @@
"StackSetOperationPreferences":{
"type":"structure",
"members":{
"RegionConcurrencyType":{"shape":"RegionConcurrencyType"},
"RegionConcurrencyType":{
"shape":"RegionConcurrencyType",
"documentation":"<p>The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time.</p>"
},
"RegionOrder":{
"shape":"RegionList",
"documentation":"<p>The order of the Regions in where you want to perform the stack operation.</p>"
Expand Down
7 changes: 3 additions & 4 deletions botocore/data/connect/2017-08-08/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6575,14 +6575,14 @@
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":200,
"max":50,
"min":1
},
"TagMap":{
"type":"map",
"key":{"shape":"TagKey"},
"value":{"shape":"TagValue"},
"max":200,
"max":50,
"min":1
},
"TagResourceRequest":{
Expand Down Expand Up @@ -6837,8 +6837,7 @@
"type":"structure",
"required":[
"InstanceId",
"QueueId",
"MaxContacts"
"QueueId"
],
"members":{
"InstanceId":{
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/iotsitewise/2019-12-02/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "assetRelationshipSummaries"
},
"GetInterpolatedAssetPropertyValues": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "interpolatedAssetPropertyValues"
}
}
}
150 changes: 148 additions & 2 deletions botocore/data/iotsitewise/2019-12-02/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,24 @@
"documentation":"<p>Gets the history of an asset property's values. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#historical-values\">Querying historical values</a> in the <i>AWS 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>",
"endpoint":{"hostPrefix":"data."}
},
"GetInterpolatedAssetPropertyValues":{
"name":"GetInterpolatedAssetPropertyValues",
"http":{
"method":"GET",
"requestUri":"/properties/interpolated"
},
"input":{"shape":"GetInterpolatedAssetPropertyValuesRequest"},
"output":{"shape":"GetInterpolatedAssetPropertyValuesResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InternalFailureException"},
{"shape":"ThrottlingException"},
{"shape":"ServiceUnavailableException"}
],
"documentation":"<p>Get interpolated values for an asset property for a specified time interval, during a period of time. For example, you can use the this operation to return the interpolated temperature values for a wind turbine every 24 hours over a duration of 7 days.</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>",
"endpoint":{"hostPrefix":"data."}
},
"ListAccessPolicies":{
"name":"ListAccessPolicies",
"http":{
Expand Down Expand Up @@ -3588,6 +3606,104 @@
}
}
},
"GetInterpolatedAssetPropertyValuesRequest":{
"type":"structure",
"required":[
"startTimeInSeconds",
"endTimeInSeconds",
"quality",
"intervalInSeconds",
"type"
],
"members":{
"assetId":{
"shape":"ID",
"documentation":"<p>The ID of the asset.</p>",
"location":"querystring",
"locationName":"assetId"
},
"propertyId":{
"shape":"ID",
"documentation":"<p>The ID of the asset property.</p>",
"location":"querystring",
"locationName":"propertyId"
},
"propertyAlias":{
"shape":"AssetPropertyAlias",
"documentation":"<p>The property alias that identifies the property, such as an OPC-UA server data stream path (for example, <code>/company/windfarm/3/turbine/7/temperature</code>). For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html\">Mapping industrial data streams to asset properties</a> in the <i>AWS IoT SiteWise User Guide</i>.</p>",
"location":"querystring",
"locationName":"propertyAlias"
},
"startTimeInSeconds":{
"shape":"TimeInSeconds",
"documentation":"<p>The exclusive start of the range from which to interpolate data, expressed in seconds in Unix epoch time.</p>",
"location":"querystring",
"locationName":"startTimeInSeconds"
},
"startTimeOffsetInNanos":{
"shape":"OffsetInNanos",
"documentation":"<p>The nanosecond offset converted from <code>startTimeInSeconds</code>.</p>",
"location":"querystring",
"locationName":"startTimeOffsetInNanos"
},
"endTimeInSeconds":{
"shape":"TimeInSeconds",
"documentation":"<p>The inclusive end of the range from which to interpolate data, expressed in seconds in Unix epoch time.</p>",
"location":"querystring",
"locationName":"endTimeInSeconds"
},
"endTimeOffsetInNanos":{
"shape":"OffsetInNanos",
"documentation":"<p>The nanosecond offset converted from <code>endTimeInSeconds</code>.</p>",
"location":"querystring",
"locationName":"endTimeOffsetInNanos"
},
"quality":{
"shape":"Quality",
"documentation":"<p>The quality of the asset property value. You can use this parameter as a filter to choose only the asset property values that have a specific quality.</p>",
"location":"querystring",
"locationName":"quality"
},
"intervalInSeconds":{
"shape":"IntervalInSeconds",
"documentation":"<p>The time interval in seconds over which to interpolate data. Each interval starts when the previous one ends.</p>",
"location":"querystring",
"locationName":"intervalInSeconds"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>The token to be used for the next set of paginated results.</p>",
"location":"querystring",
"locationName":"nextToken"
},
"maxResults":{
"shape":"MaxInterpolatedResults",
"documentation":"<p>The maximum number of results to be returned per paginated request. If not specified, the default value is 10.</p>",
"location":"querystring",
"locationName":"maxResults"
},
"type":{
"shape":"InterpolationType",
"documentation":"<p>The interpolation type.</p> <p>Valid values: <code>LINEAR_INTERPOLATION</code> </p>",
"location":"querystring",
"locationName":"type"
}
}
},
"GetInterpolatedAssetPropertyValuesResponse":{
"type":"structure",
"required":["interpolatedAssetPropertyValues"],
"members":{
"interpolatedAssetPropertyValues":{
"shape":"InterpolatedAssetPropertyValues",
"documentation":"<p>The requested interpolated values.</p>"
},
"nextToken":{
"shape":"NextToken",
"documentation":"<p>The token for the next set of results, or null if there are no additional results.</p>"
}
}
},
"Greengrass":{
"type":"structure",
"required":["groupArn"],
Expand Down Expand Up @@ -3616,7 +3732,7 @@
"members":{
"arn":{
"shape":"ARN",
"documentation":"<p>The ARN of the IAM role. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.htmll#identifiers-arns\">IAM ARNs</a> in the <i>IAM User Guide</i>.</p>"
"documentation":"<p>The ARN of the IAM role. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html\">IAM ARNs</a> in the <i>IAM User Guide</i>.</p>"
}
},
"documentation":"<p>Contains information about an AWS Identity and Access Management (IAM) role. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html\">IAM roles</a> in the <i>IAM User Guide</i>.</p>"
Expand Down Expand Up @@ -3747,12 +3863,38 @@
"exception":true,
"fault":true
},
"InterpolatedAssetPropertyValue":{
"type":"structure",
"required":[
"timestamp",
"value"
],
"members":{
"timestamp":{"shape":"TimeInNanos"},
"value":{"shape":"Variant"}
},
"documentation":"<p>Contains information about an interpolated asset property value.</p>"
},
"InterpolatedAssetPropertyValues":{
"type":"list",
"member":{"shape":"InterpolatedAssetPropertyValue"}
},
"InterpolationType":{
"type":"string",
"max":256,
"min":1
},
"Interval":{
"type":"string",
"max":3,
"min":2,
"pattern":"1w|1d|1h|15m|5m|1m"
},
"IntervalInSeconds":{
"type":"long",
"max":320000000,
"min":1
},
"InvalidRequestException":{
"type":"structure",
"required":["message"],
Expand Down Expand Up @@ -4238,6 +4380,10 @@
"min":1,
"pattern":"[^\\u0000-\\u001F\\u007F]+"
},
"MaxInterpolatedResults":{
"type":"integer",
"min":1
},
"MaxResults":{
"type":"integer",
"max":250,
Expand Down Expand Up @@ -4313,7 +4459,7 @@
},
"NextToken":{
"type":"string",
"max":2048,
"max":4096,
"min":1,
"pattern":"[A-Za-z0-9+/=]+"
},
Expand Down
10 changes: 10 additions & 0 deletions botocore/data/mediapackage-vod/2018-11-07/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,11 @@
"locationName": "hlsManifests",
"shape": "__listOfHlsManifest"
},
"IncludeEncoderConfigurationInSegments": {
"documentation": "When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.\n",
"locationName": "includeEncoderConfigurationInSegments",
"shape": "__boolean"
},
"SegmentDurationSeconds": {
"documentation": "Duration (in seconds) of each fragment. Actual fragments will be\nrounded to the nearest multiple of the source fragment duration.\n",
"locationName": "segmentDurationSeconds",
Expand Down Expand Up @@ -1122,6 +1127,11 @@
"locationName": "encryption",
"shape": "DashEncryption"
},
"IncludeEncoderConfigurationInSegments": {
"documentation": "When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.\n",
"locationName": "includeEncoderConfigurationInSegments",
"shape": "__boolean"
},
"PeriodTriggers": {
"documentation": "A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH)\nMedia Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not\nbe partitioned into more than one period. If the list contains \"ADS\", new periods will be created where\nthe Asset contains SCTE-35 ad markers.\n",
"locationName": "periodTriggers",
Expand Down

0 comments on commit e6b2581

Please sign in to comment.