Skip to content

Commit

Permalink
Updates SDK to v2.895.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 28, 2021
1 parent a3312b1 commit bfb22c7
Show file tree
Hide file tree
Showing 31 changed files with 11,171 additions and 73 deletions.
27 changes: 27 additions & 0 deletions .changes/2.895.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "Add CallAs parameter to GetTemplateSummary to enable use with StackSets delegated administrator integration"
},
{
"type": "feature",
"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": "feature",
"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": "feature",
"category": "MediaPackageVod",
"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": "feature",
"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."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.894.0-->
<!--LATEST=2.895.0-->
<!--ENTRYINSERT-->

## 2.895.0
* feature: CloudFormation: Add CallAs parameter to GetTemplateSummary to enable use with StackSets delegated administrator integration
* feature: Connect: Updated max number of tags that can be attached from 200 to 50. MaxContacts is now an optional parameter for the UpdateQueueMaxContact API.
* feature: IoTSiteWise: AWS IoT SiteWise interpolation API will get interpolated values for an asset property per specified time interval during a period of time.
* feature: MediaPackageVod: 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.
* feature: 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.

## 2.894.0
* feature: AuditManager: This release restricts using backslashes in control, assessment, and framework names. The controlSetName field of the UpdateAssessmentFrameworkControlSet API now allows strings without backslashes.
* feature: Node.js: Add postinstall script warning end-of-support for Node.js <10.x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.894.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.895.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 2 additions & 1 deletion apis/cloudformation-2010-05-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,8 @@
"TemplateBody": {},
"TemplateURL": {},
"StackName": {},
"StackSetName": {}
"StackSetName": {},
"CallAs": {}
}
},
"output": {
Expand Down
10 changes: 8 additions & 2 deletions apis/cloudformation-2010-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,8 @@
"documentation": "<p>The names of one or more AWS accounts for which you want to deploy stack set updates.</p>"
},
"AccountsUrl": {
"shape": "AccountsUrl"
"shape": "AccountsUrl",
"documentation": "<p>Returns the value of the AccountsUrl property.</p>"
},
"OrganizationalUnitIds": {
"shape": "OrganizationalUnitIdList",
Expand Down Expand Up @@ -2786,6 +2787,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 @@ -5095,7 +5100,8 @@
"type": "structure",
"members": {
"RegionConcurrencyType": {
"shape": "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",
Expand Down
3 changes: 1 addition & 2 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2983,8 +2983,7 @@
"type": "structure",
"required": [
"InstanceId",
"QueueId",
"MaxContacts"
"QueueId"
],
"members": {
"InstanceId": {
Expand Down
7 changes: 3 additions & 4 deletions apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7901,7 +7901,7 @@
"member": {
"shape": "TagKey"
},
"max": 200,
"max": 50,
"min": 1
},
"TagMap": {
Expand All @@ -7912,7 +7912,7 @@
"value": {
"shape": "TagValue"
},
"max": 200,
"max": 50,
"min": 1
},
"TagResourceRequest": {
Expand Down Expand Up @@ -8165,8 +8165,7 @@
"type": "structure",
"required": [
"InstanceId",
"QueueId",
"MaxContacts"
"QueueId"
],
"members": {
"InstanceId": {
Expand Down
131 changes: 118 additions & 13 deletions apis/iotsitewise-2019-12-02.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1539,6 +1539,108 @@
"hostPrefix": "data."
}
},
"GetInterpolatedAssetPropertyValues": {
"http": {
"method": "GET",
"requestUri": "/properties/interpolated"
},
"input": {
"type": "structure",
"required": [
"startTimeInSeconds",
"endTimeInSeconds",
"quality",
"intervalInSeconds",
"type"
],
"members": {
"assetId": {
"location": "querystring",
"locationName": "assetId"
},
"propertyId": {
"location": "querystring",
"locationName": "propertyId"
},
"propertyAlias": {
"location": "querystring",
"locationName": "propertyAlias"
},
"startTimeInSeconds": {
"location": "querystring",
"locationName": "startTimeInSeconds",
"type": "long"
},
"startTimeOffsetInNanos": {
"location": "querystring",
"locationName": "startTimeOffsetInNanos",
"type": "integer"
},
"endTimeInSeconds": {
"location": "querystring",
"locationName": "endTimeInSeconds",
"type": "long"
},
"endTimeOffsetInNanos": {
"location": "querystring",
"locationName": "endTimeOffsetInNanos",
"type": "integer"
},
"quality": {
"location": "querystring",
"locationName": "quality"
},
"intervalInSeconds": {
"location": "querystring",
"locationName": "intervalInSeconds",
"type": "long"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"type": {
"location": "querystring",
"locationName": "type"
}
}
},
"output": {
"type": "structure",
"required": [
"interpolatedAssetPropertyValues"
],
"members": {
"interpolatedAssetPropertyValues": {
"type": "list",
"member": {
"type": "structure",
"required": [
"timestamp",
"value"
],
"members": {
"timestamp": {
"shape": "Sq"
},
"value": {
"shape": "Sl"
}
}
}
},
"nextToken": {}
}
},
"endpoint": {
"hostPrefix": "data."
}
},
"ListAccessPolicies": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -2674,26 +2776,29 @@
],
"members": {
"value": {
"type": "structure",
"members": {
"stringValue": {},
"integerValue": {
"type": "integer"
},
"doubleValue": {
"type": "double"
},
"booleanValue": {
"type": "boolean"
}
}
"shape": "Sl"
},
"timestamp": {
"shape": "Sq"
},
"quality": {}
}
},
"Sl": {
"type": "structure",
"members": {
"stringValue": {},
"integerValue": {
"type": "integer"
},
"doubleValue": {
"type": "double"
},
"booleanValue": {
"type": "boolean"
}
}
},
"Sq": {
"type": "structure",
"required": [
Expand Down
Loading

0 comments on commit bfb22c7

Please sign in to comment.