@aws-sdk/client-internetmonitor 3.514.0 → 3.520.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/GetHealthEventCommand.d.ts +3 -0
- package/dist-types/commands/ListHealthEventsCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +12 -4
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -1143,6 +1143,7 @@ var de_ImpactedLocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
1143
1143
|
Country: import_smithy_client.expectString,
|
|
1144
1144
|
CountryCode: import_smithy_client.expectString,
|
|
1145
1145
|
InternetHealth: (_) => de_InternetHealth(_, context),
|
|
1146
|
+
Ipv4Prefixes: import_smithy_client._json,
|
|
1146
1147
|
Latitude: import_smithy_client.limitedParseDouble,
|
|
1147
1148
|
Longitude: import_smithy_client.limitedParseDouble,
|
|
1148
1149
|
Metro: import_smithy_client.expectString,
|
|
@@ -653,6 +653,7 @@ const de_ImpactedLocation = (output, context) => {
|
|
|
653
653
|
Country: __expectString,
|
|
654
654
|
CountryCode: __expectString,
|
|
655
655
|
InternetHealth: (_) => de_InternetHealth(_, context),
|
|
656
|
+
Ipv4Prefixes: _json,
|
|
656
657
|
Latitude: __limitedParseDouble,
|
|
657
658
|
Longitude: __limitedParseDouble,
|
|
658
659
|
Metro: __expectString,
|
|
@@ -115,7 +115,7 @@ export interface LocalHealthEventsConfig {
|
|
|
115
115
|
* @public
|
|
116
116
|
* <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
|
|
117
117
|
* threshold is crossed for a local health score.</p>
|
|
118
|
-
* <p>If you don't set a minimum traffic impact threshold, the default value is 0.
|
|
118
|
+
* <p>If you don't set a minimum traffic impact threshold, the default value is 0.1%.</p>
|
|
119
119
|
*/
|
|
120
120
|
MinTrafficImpact?: number;
|
|
121
121
|
}
|
|
@@ -671,6 +671,11 @@ export interface ImpactedLocation {
|
|
|
671
671
|
* <p>The calculated health at a specific location.</p>
|
|
672
672
|
*/
|
|
673
673
|
InternetHealth?: InternetHealth;
|
|
674
|
+
/**
|
|
675
|
+
* @public
|
|
676
|
+
* <p>The IPv4 prefixes at the client location that was impacted by the health event.</p>
|
|
677
|
+
*/
|
|
678
|
+
Ipv4Prefixes?: string[];
|
|
674
679
|
}
|
|
675
680
|
/**
|
|
676
681
|
* @public
|
|
@@ -1237,15 +1242,18 @@ export interface StartQueryInput {
|
|
|
1237
1242
|
* <ul>
|
|
1238
1243
|
* <li>
|
|
1239
1244
|
* <p>
|
|
1240
|
-
* <code>MEASUREMENTS</code>:
|
|
1245
|
+
* <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic,
|
|
1246
|
+
* and round-trip times, at 5 minute intervals.</p>
|
|
1241
1247
|
* </li>
|
|
1242
1248
|
* <li>
|
|
1243
1249
|
* <p>
|
|
1244
|
-
* <code>TOP_LOCATIONS</code>:
|
|
1250
|
+
* <code>TOP_LOCATIONS</code>: Provides availability score, performance score, total traffic,
|
|
1251
|
+
* and time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.</p>
|
|
1245
1252
|
* </li>
|
|
1246
1253
|
* <li>
|
|
1247
1254
|
* <p>
|
|
1248
|
-
* <code>TOP_LOCATION_DETAILS</code>:
|
|
1255
|
+
* <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your
|
|
1256
|
+
* current configuration, and the best performing EC2 configuration, at 1 hour intervals.</p>
|
|
1249
1257
|
* </li>
|
|
1250
1258
|
* </ul>
|
|
1251
1259
|
* <p>For lists of the fields returned with each query type and more information about how each type of query is
|
|
@@ -178,6 +178,7 @@ export interface ImpactedLocation {
|
|
|
178
178
|
Status: HealthEventStatus | undefined;
|
|
179
179
|
CausedBy?: NetworkImpairment;
|
|
180
180
|
InternetHealth?: InternetHealth;
|
|
181
|
+
Ipv4Prefixes?: string[];
|
|
181
182
|
}
|
|
182
183
|
export declare const HealthEventImpactType: {
|
|
183
184
|
readonly AVAILABILITY: "AVAILABILITY";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-internetmonitor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Internetmonitor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.520.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-internetmonitor",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.515.0",
|
|
24
24
|
"@aws-sdk/core": "3.513.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.515.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.515.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.515.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.515.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.515.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.515.0",
|
|
31
|
+
"@aws-sdk/types": "3.515.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.515.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.515.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.515.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.1.1",
|
|
36
36
|
"@smithy/core": "^1.3.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.4.1",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"@smithy/util-retry": "^2.1.1",
|
|
59
59
|
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
|
-
"uuid": "^
|
|
61
|
+
"uuid": "^9.0.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
|
-
"@types/uuid": "^
|
|
67
|
+
"@types/uuid": "^9.0.4",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|