@aws-sdk/client-internetmonitor 3.758.0 → 3.772.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 +46 -46
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
BadRequestException: () => BadRequestException,
|
|
26
26
|
ConflictException: () => ConflictException,
|
|
@@ -69,7 +69,7 @@ __export(src_exports, {
|
|
|
69
69
|
paginateListInternetEvents: () => paginateListInternetEvents,
|
|
70
70
|
paginateListMonitors: () => paginateListMonitors
|
|
71
71
|
});
|
|
72
|
-
module.exports = __toCommonJS(
|
|
72
|
+
module.exports = __toCommonJS(index_exports);
|
|
73
73
|
|
|
74
74
|
// src/InternetMonitorClient.ts
|
|
75
75
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -196,9 +196,9 @@ var InternetMonitorClient = class extends import_smithy_client.Client {
|
|
|
196
196
|
this.middlewareStack.use(
|
|
197
197
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
198
198
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultInternetMonitorHttpAuthSchemeParametersProvider,
|
|
199
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
199
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
200
200
|
"aws.auth#sigv4": config.credentials
|
|
201
|
-
})
|
|
201
|
+
}), "identityProviderConfigProvider")
|
|
202
202
|
})
|
|
203
203
|
);
|
|
204
204
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -524,12 +524,12 @@ var se_CreateMonitorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
524
524
|
body = JSON.stringify(
|
|
525
525
|
(0, import_smithy_client.take)(input, {
|
|
526
526
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
527
|
-
HealthEventsConfig: (_) => se_HealthEventsConfig(_, context),
|
|
528
|
-
InternetMeasurementsLogDelivery: (_) => (0, import_smithy_client._json)(_),
|
|
527
|
+
HealthEventsConfig: /* @__PURE__ */ __name((_) => se_HealthEventsConfig(_, context), "HealthEventsConfig"),
|
|
528
|
+
InternetMeasurementsLogDelivery: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "InternetMeasurementsLogDelivery"),
|
|
529
529
|
MaxCityNetworksToMonitor: [],
|
|
530
530
|
MonitorName: [],
|
|
531
|
-
Resources: (_) => (0, import_smithy_client._json)(_),
|
|
532
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
531
|
+
Resources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Resources"),
|
|
532
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
533
533
|
TrafficPercentageToMonitor: []
|
|
534
534
|
})
|
|
535
535
|
);
|
|
@@ -669,11 +669,11 @@ var se_StartQueryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
669
669
|
let body;
|
|
670
670
|
body = JSON.stringify(
|
|
671
671
|
(0, import_smithy_client.take)(input, {
|
|
672
|
-
EndTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
673
|
-
FilterParameters: (_) => (0, import_smithy_client._json)(_),
|
|
672
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "EndTime"),
|
|
673
|
+
FilterParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FilterParameters"),
|
|
674
674
|
LinkedAccountId: [],
|
|
675
675
|
QueryType: [],
|
|
676
|
-
StartTime: (_) => (0, import_smithy_client.serializeDateTime)(_)
|
|
676
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "StartTime")
|
|
677
677
|
})
|
|
678
678
|
);
|
|
679
679
|
b.m("POST").h(headers).b(body);
|
|
@@ -699,7 +699,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
699
699
|
let body;
|
|
700
700
|
body = JSON.stringify(
|
|
701
701
|
(0, import_smithy_client.take)(input, {
|
|
702
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
702
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
703
703
|
})
|
|
704
704
|
);
|
|
705
705
|
b.m("POST").h(headers).b(body);
|
|
@@ -728,11 +728,11 @@ var se_UpdateMonitorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
728
728
|
body = JSON.stringify(
|
|
729
729
|
(0, import_smithy_client.take)(input, {
|
|
730
730
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
731
|
-
HealthEventsConfig: (_) => se_HealthEventsConfig(_, context),
|
|
732
|
-
InternetMeasurementsLogDelivery: (_) => (0, import_smithy_client._json)(_),
|
|
731
|
+
HealthEventsConfig: /* @__PURE__ */ __name((_) => se_HealthEventsConfig(_, context), "HealthEventsConfig"),
|
|
732
|
+
InternetMeasurementsLogDelivery: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "InternetMeasurementsLogDelivery"),
|
|
733
733
|
MaxCityNetworksToMonitor: [],
|
|
734
|
-
ResourcesToAdd: (_) => (0, import_smithy_client._json)(_),
|
|
735
|
-
ResourcesToRemove: (_) => (0, import_smithy_client._json)(_),
|
|
734
|
+
ResourcesToAdd: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourcesToAdd"),
|
|
735
|
+
ResourcesToRemove: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourcesToRemove"),
|
|
736
736
|
Status: [],
|
|
737
737
|
TrafficPercentageToMonitor: []
|
|
738
738
|
})
|
|
@@ -774,16 +774,16 @@ var de_GetHealthEventCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
774
774
|
});
|
|
775
775
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
776
776
|
const doc = (0, import_smithy_client.take)(data, {
|
|
777
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
778
|
-
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
777
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
778
|
+
EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndedAt"),
|
|
779
779
|
EventArn: import_smithy_client.expectString,
|
|
780
780
|
EventId: import_smithy_client.expectString,
|
|
781
781
|
HealthScoreThreshold: import_smithy_client.limitedParseDouble,
|
|
782
782
|
ImpactType: import_smithy_client.expectString,
|
|
783
|
-
ImpactedLocations: (_) => de_ImpactedLocationsList(_, context),
|
|
784
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
783
|
+
ImpactedLocations: /* @__PURE__ */ __name((_) => de_ImpactedLocationsList(_, context), "ImpactedLocations"),
|
|
784
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastUpdatedAt"),
|
|
785
785
|
PercentOfTotalTrafficImpacted: import_smithy_client.limitedParseDouble,
|
|
786
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
786
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartedAt"),
|
|
787
787
|
Status: import_smithy_client.expectString
|
|
788
788
|
});
|
|
789
789
|
Object.assign(contents, doc);
|
|
@@ -798,13 +798,13 @@ var de_GetInternetEventCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
798
798
|
});
|
|
799
799
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
800
800
|
const doc = (0, import_smithy_client.take)(data, {
|
|
801
|
-
ClientLocation: (_) => de_ClientLocation(_, context),
|
|
802
|
-
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
801
|
+
ClientLocation: /* @__PURE__ */ __name((_) => de_ClientLocation(_, context), "ClientLocation"),
|
|
802
|
+
EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndedAt"),
|
|
803
803
|
EventArn: import_smithy_client.expectString,
|
|
804
804
|
EventId: import_smithy_client.expectString,
|
|
805
805
|
EventStatus: import_smithy_client.expectString,
|
|
806
806
|
EventType: import_smithy_client.expectString,
|
|
807
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
807
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartedAt")
|
|
808
808
|
});
|
|
809
809
|
Object.assign(contents, doc);
|
|
810
810
|
return contents;
|
|
@@ -818,11 +818,11 @@ var de_GetMonitorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
818
818
|
});
|
|
819
819
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
820
820
|
const doc = (0, import_smithy_client.take)(data, {
|
|
821
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
822
|
-
HealthEventsConfig: (_) => de_HealthEventsConfig(_, context),
|
|
821
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
822
|
+
HealthEventsConfig: /* @__PURE__ */ __name((_) => de_HealthEventsConfig(_, context), "HealthEventsConfig"),
|
|
823
823
|
InternetMeasurementsLogDelivery: import_smithy_client._json,
|
|
824
824
|
MaxCityNetworksToMonitor: import_smithy_client.expectInt32,
|
|
825
|
-
ModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
825
|
+
ModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ModifiedAt"),
|
|
826
826
|
MonitorArn: import_smithy_client.expectString,
|
|
827
827
|
MonitorName: import_smithy_client.expectString,
|
|
828
828
|
ProcessingStatus: import_smithy_client.expectString,
|
|
@@ -874,7 +874,7 @@ var de_ListHealthEventsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
874
874
|
});
|
|
875
875
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
876
876
|
const doc = (0, import_smithy_client.take)(data, {
|
|
877
|
-
HealthEvents: (_) => de_HealthEventList(_, context),
|
|
877
|
+
HealthEvents: /* @__PURE__ */ __name((_) => de_HealthEventList(_, context), "HealthEvents"),
|
|
878
878
|
NextToken: import_smithy_client.expectString
|
|
879
879
|
});
|
|
880
880
|
Object.assign(contents, doc);
|
|
@@ -889,7 +889,7 @@ var de_ListInternetEventsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
889
889
|
});
|
|
890
890
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
891
891
|
const doc = (0, import_smithy_client.take)(data, {
|
|
892
|
-
InternetEvents: (_) => de_InternetEventsList(_, context),
|
|
892
|
+
InternetEvents: /* @__PURE__ */ __name((_) => de_InternetEventsList(_, context), "InternetEvents"),
|
|
893
893
|
NextToken: import_smithy_client.expectString
|
|
894
894
|
});
|
|
895
895
|
Object.assign(contents, doc);
|
|
@@ -1178,9 +1178,9 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1178
1178
|
}, "de_ValidationExceptionRes");
|
|
1179
1179
|
var se_HealthEventsConfig = /* @__PURE__ */ __name((input, context) => {
|
|
1180
1180
|
return (0, import_smithy_client.take)(input, {
|
|
1181
|
-
AvailabilityLocalHealthEventsConfig: (_) => se_LocalHealthEventsConfig(_, context),
|
|
1181
|
+
AvailabilityLocalHealthEventsConfig: /* @__PURE__ */ __name((_) => se_LocalHealthEventsConfig(_, context), "AvailabilityLocalHealthEventsConfig"),
|
|
1182
1182
|
AvailabilityScoreThreshold: import_smithy_client.serializeFloat,
|
|
1183
|
-
PerformanceLocalHealthEventsConfig: (_) => se_LocalHealthEventsConfig(_, context),
|
|
1183
|
+
PerformanceLocalHealthEventsConfig: /* @__PURE__ */ __name((_) => se_LocalHealthEventsConfig(_, context), "PerformanceLocalHealthEventsConfig"),
|
|
1184
1184
|
PerformanceScoreThreshold: import_smithy_client.serializeFloat
|
|
1185
1185
|
});
|
|
1186
1186
|
}, "se_HealthEventsConfig");
|
|
@@ -1212,16 +1212,16 @@ var de_ClientLocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
1212
1212
|
}, "de_ClientLocation");
|
|
1213
1213
|
var de_HealthEvent = /* @__PURE__ */ __name((output, context) => {
|
|
1214
1214
|
return (0, import_smithy_client.take)(output, {
|
|
1215
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1216
|
-
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1215
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
1216
|
+
EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndedAt"),
|
|
1217
1217
|
EventArn: import_smithy_client.expectString,
|
|
1218
1218
|
EventId: import_smithy_client.expectString,
|
|
1219
1219
|
HealthScoreThreshold: import_smithy_client.limitedParseDouble,
|
|
1220
1220
|
ImpactType: import_smithy_client.expectString,
|
|
1221
|
-
ImpactedLocations: (_) => de_ImpactedLocationsList(_, context),
|
|
1222
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1221
|
+
ImpactedLocations: /* @__PURE__ */ __name((_) => de_ImpactedLocationsList(_, context), "ImpactedLocations"),
|
|
1222
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "LastUpdatedAt"),
|
|
1223
1223
|
PercentOfTotalTrafficImpacted: import_smithy_client.limitedParseDouble,
|
|
1224
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1224
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartedAt"),
|
|
1225
1225
|
Status: import_smithy_client.expectString
|
|
1226
1226
|
});
|
|
1227
1227
|
}, "de_HealthEvent");
|
|
@@ -1233,9 +1233,9 @@ var de_HealthEventList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1233
1233
|
}, "de_HealthEventList");
|
|
1234
1234
|
var de_HealthEventsConfig = /* @__PURE__ */ __name((output, context) => {
|
|
1235
1235
|
return (0, import_smithy_client.take)(output, {
|
|
1236
|
-
AvailabilityLocalHealthEventsConfig: (_) => de_LocalHealthEventsConfig(_, context),
|
|
1236
|
+
AvailabilityLocalHealthEventsConfig: /* @__PURE__ */ __name((_) => de_LocalHealthEventsConfig(_, context), "AvailabilityLocalHealthEventsConfig"),
|
|
1237
1237
|
AvailabilityScoreThreshold: import_smithy_client.limitedParseDouble,
|
|
1238
|
-
PerformanceLocalHealthEventsConfig: (_) => de_LocalHealthEventsConfig(_, context),
|
|
1238
|
+
PerformanceLocalHealthEventsConfig: /* @__PURE__ */ __name((_) => de_LocalHealthEventsConfig(_, context), "PerformanceLocalHealthEventsConfig"),
|
|
1239
1239
|
PerformanceScoreThreshold: import_smithy_client.limitedParseDouble
|
|
1240
1240
|
});
|
|
1241
1241
|
}, "de_HealthEventsConfig");
|
|
@@ -1247,7 +1247,7 @@ var de_ImpactedLocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
1247
1247
|
City: import_smithy_client.expectString,
|
|
1248
1248
|
Country: import_smithy_client.expectString,
|
|
1249
1249
|
CountryCode: import_smithy_client.expectString,
|
|
1250
|
-
InternetHealth: (_) => de_InternetHealth(_, context),
|
|
1250
|
+
InternetHealth: /* @__PURE__ */ __name((_) => de_InternetHealth(_, context), "InternetHealth"),
|
|
1251
1251
|
Ipv4Prefixes: import_smithy_client._json,
|
|
1252
1252
|
Latitude: import_smithy_client.limitedParseDouble,
|
|
1253
1253
|
Longitude: import_smithy_client.limitedParseDouble,
|
|
@@ -1272,19 +1272,19 @@ var de_InternetEventsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1272
1272
|
}, "de_InternetEventsList");
|
|
1273
1273
|
var de_InternetEventSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1274
1274
|
return (0, import_smithy_client.take)(output, {
|
|
1275
|
-
ClientLocation: (_) => de_ClientLocation(_, context),
|
|
1276
|
-
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1275
|
+
ClientLocation: /* @__PURE__ */ __name((_) => de_ClientLocation(_, context), "ClientLocation"),
|
|
1276
|
+
EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndedAt"),
|
|
1277
1277
|
EventArn: import_smithy_client.expectString,
|
|
1278
1278
|
EventId: import_smithy_client.expectString,
|
|
1279
1279
|
EventStatus: import_smithy_client.expectString,
|
|
1280
1280
|
EventType: import_smithy_client.expectString,
|
|
1281
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1281
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartedAt")
|
|
1282
1282
|
});
|
|
1283
1283
|
}, "de_InternetEventSummary");
|
|
1284
1284
|
var de_InternetHealth = /* @__PURE__ */ __name((output, context) => {
|
|
1285
1285
|
return (0, import_smithy_client.take)(output, {
|
|
1286
|
-
Availability: (_) => de_AvailabilityMeasurement(_, context),
|
|
1287
|
-
Performance: (_) => de_PerformanceMeasurement(_, context)
|
|
1286
|
+
Availability: /* @__PURE__ */ __name((_) => de_AvailabilityMeasurement(_, context), "Availability"),
|
|
1287
|
+
Performance: /* @__PURE__ */ __name((_) => de_PerformanceMeasurement(_, context), "Performance")
|
|
1288
1288
|
});
|
|
1289
1289
|
}, "de_InternetHealth");
|
|
1290
1290
|
var de_LocalHealthEventsConfig = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1299,7 +1299,7 @@ var de_PerformanceMeasurement = /* @__PURE__ */ __name((output, context) => {
|
|
|
1299
1299
|
ExperienceScore: import_smithy_client.limitedParseDouble,
|
|
1300
1300
|
PercentOfClientLocationImpacted: import_smithy_client.limitedParseDouble,
|
|
1301
1301
|
PercentOfTotalTrafficImpacted: import_smithy_client.limitedParseDouble,
|
|
1302
|
-
RoundTripTime: (_) => de_RoundTripTime(_, context)
|
|
1302
|
+
RoundTripTime: /* @__PURE__ */ __name((_) => de_RoundTripTime(_, context), "RoundTripTime")
|
|
1303
1303
|
});
|
|
1304
1304
|
}, "de_PerformanceMeasurement");
|
|
1305
1305
|
var de_RoundTripTime = /* @__PURE__ */ __name((output, context) => {
|
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.772.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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|