Skip to content

Commit

Permalink
Updates SDK to v2.1564.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 22, 2024
1 parent 52de9c7 commit 3136693
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 17 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1564.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "InternetMonitor",
"description": "This release adds IPv4 prefixes to health events"
},
{
"type": "feature",
"category": "KinesisVideo",
"description": "Increasing NextToken parameter length restriction for List APIs from 512 to 1024."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1563.0-->
<!--LATEST=2.1564.0-->
<!--ENTRYINSERT-->

## 2.1564.0
* feature: InternetMonitor: This release adds IPv4 prefixes to health events
* feature: KinesisVideo: Increasing NextToken parameter length restriction for List APIs from 512 to 1024.

## 2.1563.0
* feature: IoTEvents: Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models
* feature: LookoutEquipment: This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1563.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1564.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
4 changes: 4 additions & 0 deletions apis/internetmonitor-2021-06-03.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,10 @@
}
}
}
},
"Ipv4Prefixes": {
"type": "list",
"member": {}
}
}
}
Expand Down
14 changes: 12 additions & 2 deletions apis/internetmonitor-2021-06-03.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,10 @@
"InternetHealth": {
"shape": "InternetHealth",
"documentation": "<p>The calculated health at a specific location.</p>"
},
"Ipv4Prefixes": {
"shape": "Ipv4PrefixList",
"documentation": "<p>The IPv4 prefixes at the client location that was impacted by the health event.</p>"
}
},
"documentation": "<p>Information about a location impacted by a health event in Amazon CloudWatch Internet Monitor.</p> <p>Geographic regions are hierarchically categorized into country, subdivision, metro and city geographic granularities. The geographic region is identified based on the IP address used at the client locations.</p>"
Expand Down Expand Up @@ -1044,6 +1048,12 @@
},
"documentation": "<p>Publish internet measurements to an Amazon S3 bucket in addition to CloudWatch Logs.</p>"
},
"Ipv4PrefixList": {
"type": "list",
"member": {
"shape": "String"
}
},
"ListHealthEventsInput": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -1179,7 +1189,7 @@
},
"MinTrafficImpact": {
"shape": "Percentage",
"documentation": "<p>The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.</p> <p>If you don't set a minimum traffic impact threshold, the default value is 0.01%.</p>"
"documentation": "<p>The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.</p> <p>If you don't set a minimum traffic impact threshold, the default value is 0.1%.</p>"
}
},
"documentation": "<p>A complex type with the configuration information that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance or availability issue, when scores cross a threshold for one or more city-networks.</p> <p>Defines the percentages, for performance scores or availability scores, that are the local thresholds for when Amazon CloudWatch Internet Monitor creates a health event. Also defines whether a local threshold is enabled or disabled, and the minimum percentage of overall traffic that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.</p> <p>If you don't set a local health event threshold, the default value is 60%.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-overview.html#IMUpdateThresholdFromOverview\"> Change health event thresholds</a> in the Internet Monitor section of the <i>CloudWatch User Guide</i>.</p>"
Expand Down Expand Up @@ -1487,7 +1497,7 @@
},
"QueryType": {
"shape": "QueryType",
"documentation": "<p>The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:</p> <ul> <li> <p> <code>MEASUREMENTS</code>: TBD definition</p> </li> <li> <p> <code>TOP_LOCATIONS</code>: TBD definition</p> </li> <li> <p> <code>TOP_LOCATION_DETAILS</code>: TBD definition</p> </li> </ul> <p>For lists of the fields returned with each query type and more information about how each type of query is performed, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\"> Using the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>"
"documentation": "<p>The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:</p> <ul> <li> <p> <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic, and round-trip times, at 5 minute intervals.</p> </li> <li> <p> <code>TOP_LOCATIONS</code>: Provides availability score, performance score, total traffic, and time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.</p> </li> <li> <p> <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your current configuration, and the best performing EC2 configuration, at 1 hour intervals.</p> </li> </ul> <p>For lists of the fields returned with each query type and more information about how each type of query is performed, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\"> Using the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>"
},
"FilterParameters": {
"shape": "FilterParameters",
Expand Down
2 changes: 1 addition & 1 deletion apis/kinesisvideo-2017-09-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@
},
"NextToken": {
"type": "string",
"max": 512,
"max": 1024,
"min": 0,
"pattern": "[a-zA-Z0-9+/=]*"
},
Expand Down
9 changes: 7 additions & 2 deletions clients/internetmonitor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ declare namespace InternetMonitor {
* The calculated health at a specific location.
*/
InternetHealth?: InternetHealth;
/**
* The IPv4 prefixes at the client location that was impacted by the health event.
*/
Ipv4Prefixes?: Ipv4PrefixList;
}
export type ImpactedLocationsList = ImpactedLocation[];
export interface InternetHealth {
Expand All @@ -516,6 +520,7 @@ declare namespace InternetMonitor {
*/
S3Config?: S3Config;
}
export type Ipv4PrefixList = String[];
export interface ListHealthEventsInput {
/**
* The name of the monitor.
Expand Down Expand Up @@ -598,7 +603,7 @@ declare namespace InternetMonitor {
*/
HealthScoreThreshold?: Percentage;
/**
* The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score. If you don't set a minimum traffic impact threshold, the default value is 0.01%.
* The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score. If you don't set a minimum traffic impact threshold, the default value is 0.1%.
*/
MinTrafficImpact?: Percentage;
}
Expand Down Expand Up @@ -735,7 +740,7 @@ declare namespace InternetMonitor {
*/
EndTime: SyntheticTimestamp_date_time;
/**
* The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface: MEASUREMENTS: TBD definition TOP_LOCATIONS: TBD definition TOP_LOCATION_DETAILS: TBD definition For lists of the fields returned with each query type and more information about how each type of query is performed, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
* The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface: MEASUREMENTS: Provides availability score, performance score, total traffic, and round-trip times, at 5 minute intervals. TOP_LOCATIONS: Provides availability score, performance score, total traffic, and time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume. TOP_LOCATION_DETAILS: Provides TTFB for Amazon CloudFront, your current configuration, and the best performing EC2 configuration, at 1 hour intervals. For lists of the fields returned with each query type and more information about how each type of query is performed, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
*/
QueryType: QueryType;
/**
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.1563.0',
VERSION: '2.1564.0',

/**
* @api private
Expand Down
4 changes: 2 additions & 2 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.1563.0
// AWS SDK for JavaScript v2.1564.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 @@ -272903,7 +272903,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.1563.0',
VERSION: '2.1564.0',

/**
* @api private
Expand Down Expand Up @@ -295152,7 +295152,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],467:[function(require,module,exports){
// AWS SDK for JavaScript v2.1563.0
// AWS SDK for JavaScript v2.1564.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.1563.0',
VERSION: '2.1564.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.1563.0",
"version": "2.1564.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit 3136693

Please sign in to comment.