@aws-sdk/client-internetmonitor 3.297.0 → 3.298.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/commands/CreateMonitorCommand.js +2 -3
- package/dist-cjs/commands/DeleteMonitorCommand.js +2 -3
- package/dist-cjs/commands/GetHealthEventCommand.js +2 -3
- package/dist-cjs/commands/GetMonitorCommand.js +2 -3
- package/dist-cjs/commands/ListHealthEventsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitorsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitorCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -117
- package/dist-es/commands/CreateMonitorCommand.js +2 -3
- package/dist-es/commands/DeleteMonitorCommand.js +2 -3
- package/dist-es/commands/GetHealthEventCommand.js +2 -3
- package/dist-es/commands/GetMonitorCommand.js +2 -3
- package/dist-es/commands/ListHealthEventsCommand.js +2 -3
- package/dist-es/commands/ListMonitorsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateMonitorCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -87
- package/dist-types/models/models_0.d.ts +0 -116
- package/dist-types/ts3.4/models/models_0.d.ts +0 -81
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.CreateMonitorCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class CreateMonitorCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class CreateMonitorCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DeleteMonitorCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteMonitorCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class DeleteMonitorCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetHealthEventCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetHealthEventCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class GetHealthEventCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetMonitorCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetMonitorCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class GetMonitorCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListHealthEventsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListHealthEventsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class ListHealthEventsCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListMonitorsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListMonitorsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class ListMonitorsCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListTagsForResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.TagResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UntagResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateMonitorCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateMonitorCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class UpdateMonitorCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ResourceNotFoundException = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = exports.MonitorProcessingStatusCode = exports.HealthEventImpactType = exports.HealthEventStatus = exports.TriangulationEventType = exports.ValidationException = exports.ThrottlingException = exports.LimitExceededException = exports.InternalServerException = exports.MonitorConfigState = exports.ConflictException = exports.BadRequestException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const InternetMonitorServiceException_1 = require("./InternetMonitorServiceException");
|
|
5
5
|
class AccessDeniedException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -184,119 +184,3 @@ class ResourceNotFoundException extends InternetMonitorServiceException_1.Intern
|
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
187
|
-
const AvailabilityMeasurementFilterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
exports.AvailabilityMeasurementFilterSensitiveLog = AvailabilityMeasurementFilterSensitiveLog;
|
|
191
|
-
const CreateMonitorInputFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
exports.CreateMonitorInputFilterSensitiveLog = CreateMonitorInputFilterSensitiveLog;
|
|
195
|
-
const CreateMonitorOutputFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
exports.CreateMonitorOutputFilterSensitiveLog = CreateMonitorOutputFilterSensitiveLog;
|
|
199
|
-
const DeleteMonitorInputFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
exports.DeleteMonitorInputFilterSensitiveLog = DeleteMonitorInputFilterSensitiveLog;
|
|
203
|
-
const DeleteMonitorOutputFilterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
exports.DeleteMonitorOutputFilterSensitiveLog = DeleteMonitorOutputFilterSensitiveLog;
|
|
207
|
-
const GetHealthEventInputFilterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
});
|
|
210
|
-
exports.GetHealthEventInputFilterSensitiveLog = GetHealthEventInputFilterSensitiveLog;
|
|
211
|
-
const NetworkFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
exports.NetworkFilterSensitiveLog = NetworkFilterSensitiveLog;
|
|
215
|
-
const NetworkImpairmentFilterSensitiveLog = (obj) => ({
|
|
216
|
-
...obj,
|
|
217
|
-
});
|
|
218
|
-
exports.NetworkImpairmentFilterSensitiveLog = NetworkImpairmentFilterSensitiveLog;
|
|
219
|
-
const RoundTripTimeFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
exports.RoundTripTimeFilterSensitiveLog = RoundTripTimeFilterSensitiveLog;
|
|
223
|
-
const PerformanceMeasurementFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
exports.PerformanceMeasurementFilterSensitiveLog = PerformanceMeasurementFilterSensitiveLog;
|
|
227
|
-
const InternetHealthFilterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
exports.InternetHealthFilterSensitiveLog = InternetHealthFilterSensitiveLog;
|
|
231
|
-
const ImpactedLocationFilterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
exports.ImpactedLocationFilterSensitiveLog = ImpactedLocationFilterSensitiveLog;
|
|
235
|
-
const GetHealthEventOutputFilterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
exports.GetHealthEventOutputFilterSensitiveLog = GetHealthEventOutputFilterSensitiveLog;
|
|
239
|
-
const GetMonitorInputFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
exports.GetMonitorInputFilterSensitiveLog = GetMonitorInputFilterSensitiveLog;
|
|
243
|
-
const GetMonitorOutputFilterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
exports.GetMonitorOutputFilterSensitiveLog = GetMonitorOutputFilterSensitiveLog;
|
|
247
|
-
const HealthEventFilterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
});
|
|
250
|
-
exports.HealthEventFilterSensitiveLog = HealthEventFilterSensitiveLog;
|
|
251
|
-
const ListHealthEventsInputFilterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
exports.ListHealthEventsInputFilterSensitiveLog = ListHealthEventsInputFilterSensitiveLog;
|
|
255
|
-
const ListHealthEventsOutputFilterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
exports.ListHealthEventsOutputFilterSensitiveLog = ListHealthEventsOutputFilterSensitiveLog;
|
|
259
|
-
const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
exports.ListTagsForResourceInputFilterSensitiveLog = ListTagsForResourceInputFilterSensitiveLog;
|
|
263
|
-
const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
264
|
-
...obj,
|
|
265
|
-
});
|
|
266
|
-
exports.ListTagsForResourceOutputFilterSensitiveLog = ListTagsForResourceOutputFilterSensitiveLog;
|
|
267
|
-
const ListMonitorsInputFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
exports.ListMonitorsInputFilterSensitiveLog = ListMonitorsInputFilterSensitiveLog;
|
|
271
|
-
const MonitorFilterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
});
|
|
274
|
-
exports.MonitorFilterSensitiveLog = MonitorFilterSensitiveLog;
|
|
275
|
-
const ListMonitorsOutputFilterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
exports.ListMonitorsOutputFilterSensitiveLog = ListMonitorsOutputFilterSensitiveLog;
|
|
279
|
-
const UpdateMonitorInputFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
});
|
|
282
|
-
exports.UpdateMonitorInputFilterSensitiveLog = UpdateMonitorInputFilterSensitiveLog;
|
|
283
|
-
const UpdateMonitorOutputFilterSensitiveLog = (obj) => ({
|
|
284
|
-
...obj,
|
|
285
|
-
});
|
|
286
|
-
exports.UpdateMonitorOutputFilterSensitiveLog = UpdateMonitorOutputFilterSensitiveLog;
|
|
287
|
-
const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
exports.TagResourceInputFilterSensitiveLog = TagResourceInputFilterSensitiveLog;
|
|
291
|
-
const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
292
|
-
...obj,
|
|
293
|
-
});
|
|
294
|
-
exports.TagResourceOutputFilterSensitiveLog = TagResourceOutputFilterSensitiveLog;
|
|
295
|
-
const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
exports.UntagResourceInputFilterSensitiveLog = UntagResourceInputFilterSensitiveLog;
|
|
299
|
-
const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
exports.UntagResourceOutputFilterSensitiveLog = UntagResourceOutputFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateMonitorInputFilterSensitiveLog, CreateMonitorOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateMonitorCommand, serializeAws_restJson1CreateMonitorCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateMonitorCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class CreateMonitorCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteMonitorInputFilterSensitiveLog, DeleteMonitorOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteMonitorCommand, serializeAws_restJson1DeleteMonitorCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteMonitorCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class DeleteMonitorCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetHealthEventInputFilterSensitiveLog, GetHealthEventOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetHealthEventCommand, serializeAws_restJson1GetHealthEventCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetHealthEventCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class GetHealthEventCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetMonitorInputFilterSensitiveLog, GetMonitorOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetMonitorCommand, serializeAws_restJson1GetMonitorCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetMonitorCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class GetMonitorCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListHealthEventsInputFilterSensitiveLog, ListHealthEventsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListHealthEventsCommand, serializeAws_restJson1ListHealthEventsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListHealthEventsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class ListHealthEventsCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListMonitorsInputFilterSensitiveLog, ListMonitorsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListMonitorsCommand, serializeAws_restJson1ListMonitorsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListMonitorsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class ListMonitorsCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceInputFilterSensitiveLog, TagResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class TagResourceCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceInputFilterSensitiveLog, UntagResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateMonitorInputFilterSensitiveLog, UpdateMonitorOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateMonitorCommand, serializeAws_restJson1UpdateMonitorCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateMonitorCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class UpdateMonitorCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -170,90 +170,3 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
170
170
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
-
export const AvailabilityMeasurementFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
export const CreateMonitorInputFilterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
});
|
|
179
|
-
export const CreateMonitorOutputFilterSensitiveLog = (obj) => ({
|
|
180
|
-
...obj,
|
|
181
|
-
});
|
|
182
|
-
export const DeleteMonitorInputFilterSensitiveLog = (obj) => ({
|
|
183
|
-
...obj,
|
|
184
|
-
});
|
|
185
|
-
export const DeleteMonitorOutputFilterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
export const GetHealthEventInputFilterSensitiveLog = (obj) => ({
|
|
189
|
-
...obj,
|
|
190
|
-
});
|
|
191
|
-
export const NetworkFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
export const NetworkImpairmentFilterSensitiveLog = (obj) => ({
|
|
195
|
-
...obj,
|
|
196
|
-
});
|
|
197
|
-
export const RoundTripTimeFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
export const PerformanceMeasurementFilterSensitiveLog = (obj) => ({
|
|
201
|
-
...obj,
|
|
202
|
-
});
|
|
203
|
-
export const InternetHealthFilterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
export const ImpactedLocationFilterSensitiveLog = (obj) => ({
|
|
207
|
-
...obj,
|
|
208
|
-
});
|
|
209
|
-
export const GetHealthEventOutputFilterSensitiveLog = (obj) => ({
|
|
210
|
-
...obj,
|
|
211
|
-
});
|
|
212
|
-
export const GetMonitorInputFilterSensitiveLog = (obj) => ({
|
|
213
|
-
...obj,
|
|
214
|
-
});
|
|
215
|
-
export const GetMonitorOutputFilterSensitiveLog = (obj) => ({
|
|
216
|
-
...obj,
|
|
217
|
-
});
|
|
218
|
-
export const HealthEventFilterSensitiveLog = (obj) => ({
|
|
219
|
-
...obj,
|
|
220
|
-
});
|
|
221
|
-
export const ListHealthEventsInputFilterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
export const ListHealthEventsOutputFilterSensitiveLog = (obj) => ({
|
|
225
|
-
...obj,
|
|
226
|
-
});
|
|
227
|
-
export const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
export const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
export const ListMonitorsInputFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
export const MonitorFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
export const ListMonitorsOutputFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
export const UpdateMonitorInputFilterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
});
|
|
245
|
-
export const UpdateMonitorOutputFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
export const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
249
|
-
...obj,
|
|
250
|
-
});
|
|
251
|
-
export const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
export const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
255
|
-
...obj,
|
|
256
|
-
});
|
|
257
|
-
export const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
@@ -825,119 +825,3 @@ export interface UntagResourceInput {
|
|
|
825
825
|
*/
|
|
826
826
|
export interface UntagResourceOutput {
|
|
827
827
|
}
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
|
-
export declare const AvailabilityMeasurementFilterSensitiveLog: (obj: AvailabilityMeasurement) => any;
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
|
-
export declare const CreateMonitorInputFilterSensitiveLog: (obj: CreateMonitorInput) => any;
|
|
836
|
-
/**
|
|
837
|
-
* @internal
|
|
838
|
-
*/
|
|
839
|
-
export declare const CreateMonitorOutputFilterSensitiveLog: (obj: CreateMonitorOutput) => any;
|
|
840
|
-
/**
|
|
841
|
-
* @internal
|
|
842
|
-
*/
|
|
843
|
-
export declare const DeleteMonitorInputFilterSensitiveLog: (obj: DeleteMonitorInput) => any;
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
|
-
export declare const DeleteMonitorOutputFilterSensitiveLog: (obj: DeleteMonitorOutput) => any;
|
|
848
|
-
/**
|
|
849
|
-
* @internal
|
|
850
|
-
*/
|
|
851
|
-
export declare const GetHealthEventInputFilterSensitiveLog: (obj: GetHealthEventInput) => any;
|
|
852
|
-
/**
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
|
-
export declare const NetworkFilterSensitiveLog: (obj: Network) => any;
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
|
-
export declare const NetworkImpairmentFilterSensitiveLog: (obj: NetworkImpairment) => any;
|
|
860
|
-
/**
|
|
861
|
-
* @internal
|
|
862
|
-
*/
|
|
863
|
-
export declare const RoundTripTimeFilterSensitiveLog: (obj: RoundTripTime) => any;
|
|
864
|
-
/**
|
|
865
|
-
* @internal
|
|
866
|
-
*/
|
|
867
|
-
export declare const PerformanceMeasurementFilterSensitiveLog: (obj: PerformanceMeasurement) => any;
|
|
868
|
-
/**
|
|
869
|
-
* @internal
|
|
870
|
-
*/
|
|
871
|
-
export declare const InternetHealthFilterSensitiveLog: (obj: InternetHealth) => any;
|
|
872
|
-
/**
|
|
873
|
-
* @internal
|
|
874
|
-
*/
|
|
875
|
-
export declare const ImpactedLocationFilterSensitiveLog: (obj: ImpactedLocation) => any;
|
|
876
|
-
/**
|
|
877
|
-
* @internal
|
|
878
|
-
*/
|
|
879
|
-
export declare const GetHealthEventOutputFilterSensitiveLog: (obj: GetHealthEventOutput) => any;
|
|
880
|
-
/**
|
|
881
|
-
* @internal
|
|
882
|
-
*/
|
|
883
|
-
export declare const GetMonitorInputFilterSensitiveLog: (obj: GetMonitorInput) => any;
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
|
-
export declare const GetMonitorOutputFilterSensitiveLog: (obj: GetMonitorOutput) => any;
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
|
-
export declare const HealthEventFilterSensitiveLog: (obj: HealthEvent) => any;
|
|
892
|
-
/**
|
|
893
|
-
* @internal
|
|
894
|
-
*/
|
|
895
|
-
export declare const ListHealthEventsInputFilterSensitiveLog: (obj: ListHealthEventsInput) => any;
|
|
896
|
-
/**
|
|
897
|
-
* @internal
|
|
898
|
-
*/
|
|
899
|
-
export declare const ListHealthEventsOutputFilterSensitiveLog: (obj: ListHealthEventsOutput) => any;
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
904
|
-
/**
|
|
905
|
-
* @internal
|
|
906
|
-
*/
|
|
907
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
908
|
-
/**
|
|
909
|
-
* @internal
|
|
910
|
-
*/
|
|
911
|
-
export declare const ListMonitorsInputFilterSensitiveLog: (obj: ListMonitorsInput) => any;
|
|
912
|
-
/**
|
|
913
|
-
* @internal
|
|
914
|
-
*/
|
|
915
|
-
export declare const MonitorFilterSensitiveLog: (obj: Monitor) => any;
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
export declare const ListMonitorsOutputFilterSensitiveLog: (obj: ListMonitorsOutput) => any;
|
|
920
|
-
/**
|
|
921
|
-
* @internal
|
|
922
|
-
*/
|
|
923
|
-
export declare const UpdateMonitorInputFilterSensitiveLog: (obj: UpdateMonitorInput) => any;
|
|
924
|
-
/**
|
|
925
|
-
* @internal
|
|
926
|
-
*/
|
|
927
|
-
export declare const UpdateMonitorOutputFilterSensitiveLog: (obj: UpdateMonitorOutput) => any;
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
932
|
-
/**
|
|
933
|
-
* @internal
|
|
934
|
-
*/
|
|
935
|
-
export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
936
|
-
/**
|
|
937
|
-
* @internal
|
|
938
|
-
*/
|
|
939
|
-
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
|
|
@@ -265,84 +265,3 @@ export interface UntagResourceInput {
|
|
|
265
265
|
TagKeys: string[] | undefined;
|
|
266
266
|
}
|
|
267
267
|
export interface UntagResourceOutput {}
|
|
268
|
-
export declare const AvailabilityMeasurementFilterSensitiveLog: (
|
|
269
|
-
obj: AvailabilityMeasurement
|
|
270
|
-
) => any;
|
|
271
|
-
export declare const CreateMonitorInputFilterSensitiveLog: (
|
|
272
|
-
obj: CreateMonitorInput
|
|
273
|
-
) => any;
|
|
274
|
-
export declare const CreateMonitorOutputFilterSensitiveLog: (
|
|
275
|
-
obj: CreateMonitorOutput
|
|
276
|
-
) => any;
|
|
277
|
-
export declare const DeleteMonitorInputFilterSensitiveLog: (
|
|
278
|
-
obj: DeleteMonitorInput
|
|
279
|
-
) => any;
|
|
280
|
-
export declare const DeleteMonitorOutputFilterSensitiveLog: (
|
|
281
|
-
obj: DeleteMonitorOutput
|
|
282
|
-
) => any;
|
|
283
|
-
export declare const GetHealthEventInputFilterSensitiveLog: (
|
|
284
|
-
obj: GetHealthEventInput
|
|
285
|
-
) => any;
|
|
286
|
-
export declare const NetworkFilterSensitiveLog: (obj: Network) => any;
|
|
287
|
-
export declare const NetworkImpairmentFilterSensitiveLog: (
|
|
288
|
-
obj: NetworkImpairment
|
|
289
|
-
) => any;
|
|
290
|
-
export declare const RoundTripTimeFilterSensitiveLog: (
|
|
291
|
-
obj: RoundTripTime
|
|
292
|
-
) => any;
|
|
293
|
-
export declare const PerformanceMeasurementFilterSensitiveLog: (
|
|
294
|
-
obj: PerformanceMeasurement
|
|
295
|
-
) => any;
|
|
296
|
-
export declare const InternetHealthFilterSensitiveLog: (
|
|
297
|
-
obj: InternetHealth
|
|
298
|
-
) => any;
|
|
299
|
-
export declare const ImpactedLocationFilterSensitiveLog: (
|
|
300
|
-
obj: ImpactedLocation
|
|
301
|
-
) => any;
|
|
302
|
-
export declare const GetHealthEventOutputFilterSensitiveLog: (
|
|
303
|
-
obj: GetHealthEventOutput
|
|
304
|
-
) => any;
|
|
305
|
-
export declare const GetMonitorInputFilterSensitiveLog: (
|
|
306
|
-
obj: GetMonitorInput
|
|
307
|
-
) => any;
|
|
308
|
-
export declare const GetMonitorOutputFilterSensitiveLog: (
|
|
309
|
-
obj: GetMonitorOutput
|
|
310
|
-
) => any;
|
|
311
|
-
export declare const HealthEventFilterSensitiveLog: (obj: HealthEvent) => any;
|
|
312
|
-
export declare const ListHealthEventsInputFilterSensitiveLog: (
|
|
313
|
-
obj: ListHealthEventsInput
|
|
314
|
-
) => any;
|
|
315
|
-
export declare const ListHealthEventsOutputFilterSensitiveLog: (
|
|
316
|
-
obj: ListHealthEventsOutput
|
|
317
|
-
) => any;
|
|
318
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
319
|
-
obj: ListTagsForResourceInput
|
|
320
|
-
) => any;
|
|
321
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
322
|
-
obj: ListTagsForResourceOutput
|
|
323
|
-
) => any;
|
|
324
|
-
export declare const ListMonitorsInputFilterSensitiveLog: (
|
|
325
|
-
obj: ListMonitorsInput
|
|
326
|
-
) => any;
|
|
327
|
-
export declare const MonitorFilterSensitiveLog: (obj: Monitor) => any;
|
|
328
|
-
export declare const ListMonitorsOutputFilterSensitiveLog: (
|
|
329
|
-
obj: ListMonitorsOutput
|
|
330
|
-
) => any;
|
|
331
|
-
export declare const UpdateMonitorInputFilterSensitiveLog: (
|
|
332
|
-
obj: UpdateMonitorInput
|
|
333
|
-
) => any;
|
|
334
|
-
export declare const UpdateMonitorOutputFilterSensitiveLog: (
|
|
335
|
-
obj: UpdateMonitorOutput
|
|
336
|
-
) => any;
|
|
337
|
-
export declare const TagResourceInputFilterSensitiveLog: (
|
|
338
|
-
obj: TagResourceInput
|
|
339
|
-
) => any;
|
|
340
|
-
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
341
|
-
obj: TagResourceOutput
|
|
342
|
-
) => any;
|
|
343
|
-
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
344
|
-
obj: UntagResourceInput
|
|
345
|
-
) => any;
|
|
346
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
347
|
-
obj: UntagResourceOutput
|
|
348
|
-
) => any;
|
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.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo internetmonitor"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|