@aws-sdk/client-internetmonitor 3.296.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/InternetMonitor.d.ts +11 -0
- package/dist-types/InternetMonitorClient.d.ts +24 -4
- package/dist-types/commands/CreateMonitorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMonitorCommand.d.ts +16 -0
- package/dist-types/commands/GetHealthEventCommand.d.ts +16 -0
- package/dist-types/commands/GetMonitorCommand.d.ts +16 -0
- package/dist-types/commands/ListHealthEventsCommand.d.ts +16 -0
- package/dist-types/commands/ListMonitorsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMonitorCommand.d.ts +16 -0
- package/dist-types/models/InternetMonitorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +95 -116
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListHealthEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMonitorsPaginator.d.ts +3 -0
- 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
|
-
});
|