Skip to content

Commit

Permalink
Updates SDK to v2.1272.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 9, 2022
1 parent a11bc50 commit f481a23
Show file tree
Hide file tree
Showing 19 changed files with 135 additions and 24 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1272.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "IoTFleetWise",
"description": "Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions."
},
{
"type": "feature",
"category": "MediaLive",
"description": "Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency."
},
{
"type": "feature",
"category": "MediaPackageVod",
"description": "This release provides the approximate number of assets in a packaging group."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1271.0-->
<!--LATEST=2.1272.0-->
<!--ENTRYINSERT-->

## 2.1272.0
* feature: IoTFleetWise: Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions.
* feature: MediaLive: Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.
* feature: MediaPackageVod: This release provides the approximate number of assets in a packaging group.

## 2.1271.0
* feature: AutoScaling: Adds support for metric math for target tracking scaling policies, saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to the CreateAutoScalingGroup API.
* feature: IoTTwinMaker: This release adds the following new features: 1) New APIs for managing a continuous sync of assets and asset models from AWS IoT SiteWise. 2) Support user friendly names for component types (ComponentTypeName) and properties (DisplayName).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1271.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1272.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
10 changes: 8 additions & 2 deletions apis/iotfleetwise-2021-06-17.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,10 @@
"max": {
"type": "double"
},
"assignedValue": {}
"assignedValue": {
"deprecated": true,
"deprecatedMessage": "assignedValue is no longer in use"
}
}
},
"attribute": {
Expand All @@ -1915,7 +1918,10 @@
"max": {
"type": "double"
},
"assignedValue": {},
"assignedValue": {
"deprecated": true,
"deprecatedMessage": "assignedValue is no longer in use"
},
"defaultValue": {}
}
}
Expand Down
8 changes: 6 additions & 2 deletions apis/iotfleetwise-2021-06-17.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,9 @@
},
"assignedValue": {
"shape": "string",
"documentation": "<p>A specified value for the actuator.</p>"
"documentation": "<p>A specified value for the actuator.</p>",
"deprecated": true,
"deprecatedMessage": "assignedValue is no longer in use"
}
},
"documentation": "<p>A signal that represents a vehicle device such as the engine, heater, and door locks. Data from an actuator reports the state of a certain vehicle device.</p> <note> <p> Updating actuator data can change the state of a device. For example, you can turn on or off the heater by updating its actuator data.</p> </note>"
Expand Down Expand Up @@ -1764,7 +1766,9 @@
},
"assignedValue": {
"shape": "string",
"documentation": "<p>A specified value for the attribute.</p>"
"documentation": "<p>A specified value for the attribute.</p>",
"deprecated": true,
"deprecatedMessage": "assignedValue is no longer in use"
},
"defaultValue": {
"shape": "string",
Expand Down
2 changes: 1 addition & 1 deletion apis/logs-2014-03-28.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@
},
"tags": {
"shape": "Tags",
"documentation": "<p>The key-value pairs to use for the tags.</p> <p>CloudWatch Logs doesn’t support IAM policies that prevent users from assigning specified tags to log groups using the <code>aws:Resource/<i>key-name</i> </code> or <code>aws:TagKeys</code> condition keys. For more information about using tags to control access, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html\">Controlling access to Amazon Web Services resources using tags</a>.</p>"
"documentation": "<p>The key-value pairs to use for the tags.</p> <p>You can grant users access to certain log groups while preventing them from accessing other log groups. To do so, tag your groups and use IAM policies that refer to those tags. To assign tags when you create a log group, you must have either the <code>logs:TagResource</code> or <code>logs:TagLogGroup</code> permission. For more information about tagging, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services resources</a>. For more information about using tags to control access, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html\">Controlling access to Amazon Web Services resources using tags</a>.</p>"
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions apis/medialive-2017-10-14.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -7059,6 +7059,10 @@
"Width": {
"locationName": "width",
"type": "integer"
},
"LatencyMs": {
"locationName": "latencyMs",
"type": "integer"
}
}
},
Expand Down Expand Up @@ -7113,6 +7117,10 @@
"Width": {
"locationName": "width",
"type": "integer"
},
"LatencyMs": {
"locationName": "latencyMs",
"type": "integer"
}
}
},
Expand Down Expand Up @@ -7194,6 +7202,10 @@
"MaxBitrate": {
"locationName": "maxBitrate",
"type": "integer"
},
"LatencyMs": {
"locationName": "latencyMs",
"type": "integer"
}
}
}
Expand Down
18 changes: 17 additions & 1 deletion apis/medialive-2017-10-14.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -8918,6 +8918,11 @@
"shape": "__integer",
"locationName": "maxBitrate",
"documentation": "The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video."
},
"LatencyMs": {
"shape": "__integer",
"locationName": "latencyMs",
"documentation": "The Link device's buffer size (latency) in milliseconds (ms)."
}
},
"documentation": "Configurable settings for the input device."
Expand Down Expand Up @@ -8981,6 +8986,11 @@
"shape": "__integer",
"locationName": "width",
"documentation": "The width of the video source, in pixels."
},
"LatencyMs": {
"shape": "__integer",
"locationName": "latencyMs",
"documentation": "The Link device's buffer size (latency) in milliseconds (ms). You can specify this value."
}
},
"documentation": "Settings that describe the active source from the input device, and the video characteristics of that source."
Expand Down Expand Up @@ -9140,7 +9150,8 @@
"type": "string",
"documentation": "The type of the input device. For an AWS Elemental Link device that outputs resolutions up to 1080, choose \"HD\".",
"enum": [
"HD"
"HD",
"UHD"
]
},
"InputDeviceUhdSettings": {
Expand Down Expand Up @@ -9185,6 +9196,11 @@
"shape": "__integer",
"locationName": "width",
"documentation": "The width of the video source, in pixels."
},
"LatencyMs": {
"shape": "__integer",
"locationName": "latencyMs",
"documentation": "The Link device's buffer size (latency) in milliseconds (ms). You can specify this value."
}
},
"documentation": "Settings that describe the active source from the input device, and the video characteristics of that source."
Expand Down
12 changes: 12 additions & 0 deletions apis/mediapackage-vod-2018-11-07.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@
},
"output": {
"members": {
"ApproximateAssetCount": {
"locationName": "approximateAssetCount",
"type": "integer"
},
"Arn": {
"locationName": "arn"
},
Expand Down Expand Up @@ -648,6 +652,10 @@
"locationName": "packagingGroups",
"member": {
"members": {
"ApproximateAssetCount": {
"locationName": "approximateAssetCount",
"type": "integer"
},
"Arn": {
"locationName": "arn"
},
Expand Down Expand Up @@ -778,6 +786,10 @@
},
"output": {
"members": {
"ApproximateAssetCount": {
"locationName": "approximateAssetCount",
"type": "integer"
},
"Arn": {
"locationName": "arn"
},
Expand Down
17 changes: 16 additions & 1 deletion apis/mediapackage-vod-2018-11-07.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@
"shape": "Profile"
},
"ScteMarkersSource": {
"documentation": "The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content.",
"documentation": "The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35 tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.",
"locationName": "scteMarkersSource",
"shape": "ScteMarkersSource"
},
Expand Down Expand Up @@ -1238,6 +1238,11 @@
},
"DescribePackagingGroupResponse": {
"members": {
"ApproximateAssetCount": {
"documentation": "The approximate asset count of the PackagingGroup.",
"locationName": "approximateAssetCount",
"shape": "__integer"
},
"Arn": {
"documentation": "The ARN of the PackagingGroup.",
"locationName": "arn",
Expand Down Expand Up @@ -1657,6 +1662,11 @@
"PackagingGroup": {
"documentation": "A MediaPackage VOD PackagingGroup resource.",
"members": {
"ApproximateAssetCount": {
"documentation": "The approximate asset count of the PackagingGroup.",
"locationName": "approximateAssetCount",
"shape": "__integer"
},
"Arn": {
"documentation": "The ARN of the PackagingGroup.",
"locationName": "arn",
Expand Down Expand Up @@ -1865,6 +1875,11 @@
},
"UpdatePackagingGroupResponse": {
"members": {
"ApproximateAssetCount": {
"documentation": "The approximate asset count of the PackagingGroup.",
"locationName": "approximateAssetCount",
"shape": "__integer"
},
"Arn": {
"documentation": "The ARN of the PackagingGroup.",
"locationName": "arn",
Expand Down
2 changes: 1 addition & 1 deletion clients/cloudwatchlogs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ declare namespace CloudWatchLogs {
*/
kmsKeyId?: KmsKeyId;
/**
* The key-value pairs to use for the tags. CloudWatch Logs doesn’t support IAM policies that prevent users from assigning specified tags to log groups using the aws:Resource/key-name or aws:TagKeys condition keys. For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags.
* The key-value pairs to use for the tags. You can grant users access to certain log groups while preventing them from accessing other log groups. To do so, tag your groups and use IAM policies that refer to those tags. To assign tags when you create a log group, you must have either the logs:TagResource or logs:TagLogGroup permission. For more information about tagging, see Tagging Amazon Web Services resources. For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags.
*/
tags?: Tags;
}
Expand Down
14 changes: 13 additions & 1 deletion clients/medialive.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3941,6 +3941,10 @@ to.
* The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.
*/
MaxBitrate?: __integer;
/**
* The Link device's buffer size (latency) in milliseconds (ms).
*/
LatencyMs?: __integer;
}
export type InputDeviceConfiguredInput = "AUTO"|"HDMI"|"SDI"|string;
export type InputDeviceConnectionState = "DISCONNECTED"|"CONNECTED"|string;
Expand Down Expand Up @@ -3977,6 +3981,10 @@ to.
* The width of the video source, in pixels.
*/
Width?: __integer;
/**
* The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
*/
LatencyMs?: __integer;
}
export type InputDeviceIpScheme = "STATIC"|"DHCP"|string;
export interface InputDeviceNetworkSettings {
Expand Down Expand Up @@ -4066,7 +4074,7 @@ to.
UhdDeviceSettings?: InputDeviceUhdSettings;
}
export type InputDeviceTransferType = "OUTGOING"|"INCOMING"|string;
export type InputDeviceType = "HD"|string;
export type InputDeviceType = "HD"|"UHD"|string;
export interface InputDeviceUhdSettings {
/**
* If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
Expand Down Expand Up @@ -4100,6 +4108,10 @@ to.
* The width of the video source, in pixels.
*/
Width?: __integer;
/**
* The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
*/
LatencyMs?: __integer;
}
export type InputFilter = "AUTO"|"DISABLED"|"FORCED"|string;
export interface InputLocation {
Expand Down
14 changes: 13 additions & 1 deletion clients/mediapackagevod.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ rounded to the nearest multiple of the source fragment duration.
*/
Profile?: Profile;
/**
* The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content.
* The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35 tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.
*/
ScteMarkersSource?: ScteMarkersSource;
StreamSelection?: StreamSelection;
Expand Down Expand Up @@ -515,6 +515,10 @@ rounded to the nearest multiple of the source segment duration.
Id: __string;
}
export interface DescribePackagingGroupResponse {
/**
* The approximate asset count of the PackagingGroup.
*/
ApproximateAssetCount?: __integer;
/**
* The ARN of the PackagingGroup.
*/
Expand Down Expand Up @@ -757,6 +761,10 @@ rounded to the nearest multiple of the source fragment duration.
Tags?: Tags;
}
export interface PackagingGroup {
/**
* The approximate asset count of the PackagingGroup.
*/
ApproximateAssetCount?: __integer;
/**
* The ARN of the PackagingGroup.
*/
Expand Down Expand Up @@ -839,6 +847,10 @@ MediaPackage will assume when accessing the key provider service.
Id: __string;
}
export interface UpdatePackagingGroupResponse {
/**
* The approximate asset count of the PackagingGroup.
*/
ApproximateAssetCount?: __integer;
/**
* The ARN of the PackagingGroup.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/aws-sdk-core-react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.1271.0',
VERSION: '2.1272.0',

/**
* @api private
Expand Down
8 changes: 4 additions & 4 deletions dist/aws-sdk-react-native.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.1271.0
// AWS SDK for JavaScript v2.1272.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
Expand Down Expand Up @@ -250719,7 +250719,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.1271.0',
VERSION: '2.1272.0',

/**
* @api private
Expand Down Expand Up @@ -272779,7 +272779,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],461:[function(require,module,exports){
// AWS SDK for JavaScript v2.1271.0
// AWS SDK for JavaScript v2.1272.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
require('./browser_loader');
Expand Down
4 changes: 2 additions & 2 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.1271.0',
VERSION: '2.1272.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.1271.0",
"version": "2.1272.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit f481a23

Please sign in to comment.