@aws-sdk/client-shield 3.131.0 → 3.141.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateDRTLogBucketCommand.js +2 -2
- package/dist-cjs/commands/AssociateDRTRoleCommand.js +2 -2
- package/dist-cjs/commands/AssociateHealthCheckCommand.js +2 -2
- package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js +2 -2
- package/dist-cjs/commands/CreateProtectionCommand.js +2 -2
- package/dist-cjs/commands/CreateProtectionGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteProtectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteProtectionGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAttackCommand.js +2 -2
- package/dist-cjs/commands/DescribeAttackStatisticsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDRTAccessCommand.js +2 -2
- package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeProtectionCommand.js +2 -2
- package/dist-cjs/commands/DescribeProtectionGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-cjs/commands/DisableProactiveEngagementCommand.js +2 -2
- package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js +2 -2
- package/dist-cjs/commands/DisassociateDRTRoleCommand.js +2 -2
- package/dist-cjs/commands/DisassociateHealthCheckCommand.js +2 -2
- package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-cjs/commands/EnableProactiveEngagementCommand.js +2 -2
- package/dist-cjs/commands/GetSubscriptionStateCommand.js +2 -2
- package/dist-cjs/commands/ListAttacksCommand.js +2 -2
- package/dist-cjs/commands/ListProtectionGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListProtectionsCommand.js +2 -2
- package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateProtectionGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubscriptionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +415 -609
- package/dist-cjs/protocols/Aws_json1_1.js +95 -0
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +3 -3
- package/dist-es/commands/AssociateDRTRoleCommand.js +3 -3
- package/dist-es/commands/AssociateHealthCheckCommand.js +3 -3
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +3 -3
- package/dist-es/commands/CreateProtectionCommand.js +3 -3
- package/dist-es/commands/CreateProtectionGroupCommand.js +3 -3
- package/dist-es/commands/CreateSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteProtectionCommand.js +3 -3
- package/dist-es/commands/DeleteProtectionGroupCommand.js +3 -3
- package/dist-es/commands/DeleteSubscriptionCommand.js +3 -3
- package/dist-es/commands/DescribeAttackCommand.js +3 -3
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +3 -3
- package/dist-es/commands/DescribeDRTAccessCommand.js +3 -3
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeProtectionCommand.js +3 -3
- package/dist-es/commands/DescribeProtectionGroupCommand.js +3 -3
- package/dist-es/commands/DescribeSubscriptionCommand.js +3 -3
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +3 -3
- package/dist-es/commands/DisableProactiveEngagementCommand.js +3 -3
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +3 -3
- package/dist-es/commands/DisassociateDRTRoleCommand.js +3 -3
- package/dist-es/commands/DisassociateHealthCheckCommand.js +3 -3
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +3 -3
- package/dist-es/commands/EnableProactiveEngagementCommand.js +3 -3
- package/dist-es/commands/GetSubscriptionStateCommand.js +3 -3
- package/dist-es/commands/ListAttacksCommand.js +3 -3
- package/dist-es/commands/ListProtectionGroupsCommand.js +3 -3
- package/dist-es/commands/ListProtectionsCommand.js +3 -3
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +3 -3
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateProtectionGroupCommand.js +3 -3
- package/dist-es/commands/UpdateSubscriptionCommand.js +3 -3
- package/dist-es/models/models_0.js +103 -404
- package/dist-es/protocols/Aws_json1_1.js +86 -2
- package/dist-types/Shield.d.ts +23 -13
- package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +1 -1
- package/dist-types/commands/CreateProtectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +5 -2
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +1 -1
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -5
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListProtectionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +464 -612
- package/dist-types/ts3.4/models/models_0.d.ts +226 -400
- package/package.json +6 -6
|
@@ -2274,6 +2274,35 @@ const serializeAws_json1_1EnableProactiveEngagementRequest = (input, context) =>
|
|
|
2274
2274
|
const serializeAws_json1_1GetSubscriptionStateRequest = (input, context) => {
|
|
2275
2275
|
return {};
|
|
2276
2276
|
};
|
|
2277
|
+
const serializeAws_json1_1InclusionProtectionFilters = (input, context) => {
|
|
2278
|
+
return {
|
|
2279
|
+
...(input.ProtectionNames != null && {
|
|
2280
|
+
ProtectionNames: serializeAws_json1_1ProtectionNameFilters(input.ProtectionNames, context),
|
|
2281
|
+
}),
|
|
2282
|
+
...(input.ResourceArns != null && {
|
|
2283
|
+
ResourceArns: serializeAws_json1_1ResourceArnFilters(input.ResourceArns, context),
|
|
2284
|
+
}),
|
|
2285
|
+
...(input.ResourceTypes != null && {
|
|
2286
|
+
ResourceTypes: serializeAws_json1_1ProtectedResourceTypeFilters(input.ResourceTypes, context),
|
|
2287
|
+
}),
|
|
2288
|
+
};
|
|
2289
|
+
};
|
|
2290
|
+
const serializeAws_json1_1InclusionProtectionGroupFilters = (input, context) => {
|
|
2291
|
+
return {
|
|
2292
|
+
...(input.Aggregations != null && {
|
|
2293
|
+
Aggregations: serializeAws_json1_1ProtectionGroupAggregationFilters(input.Aggregations, context),
|
|
2294
|
+
}),
|
|
2295
|
+
...(input.Patterns != null && {
|
|
2296
|
+
Patterns: serializeAws_json1_1ProtectionGroupPatternFilters(input.Patterns, context),
|
|
2297
|
+
}),
|
|
2298
|
+
...(input.ProtectionGroupIds != null && {
|
|
2299
|
+
ProtectionGroupIds: serializeAws_json1_1ProtectionGroupIdFilters(input.ProtectionGroupIds, context),
|
|
2300
|
+
}),
|
|
2301
|
+
...(input.ResourceTypes != null && {
|
|
2302
|
+
ResourceTypes: serializeAws_json1_1ProtectedResourceTypeFilters(input.ResourceTypes, context),
|
|
2303
|
+
}),
|
|
2304
|
+
};
|
|
2305
|
+
};
|
|
2277
2306
|
const serializeAws_json1_1ListAttacksRequest = (input, context) => {
|
|
2278
2307
|
return {
|
|
2279
2308
|
...(input.EndTime != null && { EndTime: serializeAws_json1_1TimeRange(input.EndTime, context) }),
|
|
@@ -2287,12 +2316,18 @@ const serializeAws_json1_1ListAttacksRequest = (input, context) => {
|
|
|
2287
2316
|
};
|
|
2288
2317
|
const serializeAws_json1_1ListProtectionGroupsRequest = (input, context) => {
|
|
2289
2318
|
return {
|
|
2319
|
+
...(input.InclusionFilters != null && {
|
|
2320
|
+
InclusionFilters: serializeAws_json1_1InclusionProtectionGroupFilters(input.InclusionFilters, context),
|
|
2321
|
+
}),
|
|
2290
2322
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
2291
2323
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
2292
2324
|
};
|
|
2293
2325
|
};
|
|
2294
2326
|
const serializeAws_json1_1ListProtectionsRequest = (input, context) => {
|
|
2295
2327
|
return {
|
|
2328
|
+
...(input.InclusionFilters != null && {
|
|
2329
|
+
InclusionFilters: serializeAws_json1_1InclusionProtectionFilters(input.InclusionFilters, context),
|
|
2330
|
+
}),
|
|
2296
2331
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
2297
2332
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
2298
2333
|
};
|
|
@@ -2309,6 +2344,36 @@ const serializeAws_json1_1ListTagsForResourceRequest = (input, context) => {
|
|
|
2309
2344
|
...(input.ResourceARN != null && { ResourceARN: input.ResourceARN }),
|
|
2310
2345
|
};
|
|
2311
2346
|
};
|
|
2347
|
+
const serializeAws_json1_1ProtectedResourceTypeFilters = (input, context) => {
|
|
2348
|
+
return input
|
|
2349
|
+
.filter((e) => e != null)
|
|
2350
|
+
.map((entry) => {
|
|
2351
|
+
if (entry === null) {
|
|
2352
|
+
return null;
|
|
2353
|
+
}
|
|
2354
|
+
return entry;
|
|
2355
|
+
});
|
|
2356
|
+
};
|
|
2357
|
+
const serializeAws_json1_1ProtectionGroupAggregationFilters = (input, context) => {
|
|
2358
|
+
return input
|
|
2359
|
+
.filter((e) => e != null)
|
|
2360
|
+
.map((entry) => {
|
|
2361
|
+
if (entry === null) {
|
|
2362
|
+
return null;
|
|
2363
|
+
}
|
|
2364
|
+
return entry;
|
|
2365
|
+
});
|
|
2366
|
+
};
|
|
2367
|
+
const serializeAws_json1_1ProtectionGroupIdFilters = (input, context) => {
|
|
2368
|
+
return input
|
|
2369
|
+
.filter((e) => e != null)
|
|
2370
|
+
.map((entry) => {
|
|
2371
|
+
if (entry === null) {
|
|
2372
|
+
return null;
|
|
2373
|
+
}
|
|
2374
|
+
return entry;
|
|
2375
|
+
});
|
|
2376
|
+
};
|
|
2312
2377
|
const serializeAws_json1_1ProtectionGroupMembers = (input, context) => {
|
|
2313
2378
|
return input
|
|
2314
2379
|
.filter((e) => e != null)
|
|
@@ -2319,6 +2384,26 @@ const serializeAws_json1_1ProtectionGroupMembers = (input, context) => {
|
|
|
2319
2384
|
return entry;
|
|
2320
2385
|
});
|
|
2321
2386
|
};
|
|
2387
|
+
const serializeAws_json1_1ProtectionGroupPatternFilters = (input, context) => {
|
|
2388
|
+
return input
|
|
2389
|
+
.filter((e) => e != null)
|
|
2390
|
+
.map((entry) => {
|
|
2391
|
+
if (entry === null) {
|
|
2392
|
+
return null;
|
|
2393
|
+
}
|
|
2394
|
+
return entry;
|
|
2395
|
+
});
|
|
2396
|
+
};
|
|
2397
|
+
const serializeAws_json1_1ProtectionNameFilters = (input, context) => {
|
|
2398
|
+
return input
|
|
2399
|
+
.filter((e) => e != null)
|
|
2400
|
+
.map((entry) => {
|
|
2401
|
+
if (entry === null) {
|
|
2402
|
+
return null;
|
|
2403
|
+
}
|
|
2404
|
+
return entry;
|
|
2405
|
+
});
|
|
2406
|
+
};
|
|
2322
2407
|
const serializeAws_json1_1ResourceArnFilterList = (input, context) => {
|
|
2323
2408
|
return input
|
|
2324
2409
|
.filter((e) => e != null)
|
|
@@ -2329,6 +2414,16 @@ const serializeAws_json1_1ResourceArnFilterList = (input, context) => {
|
|
|
2329
2414
|
return entry;
|
|
2330
2415
|
});
|
|
2331
2416
|
};
|
|
2417
|
+
const serializeAws_json1_1ResourceArnFilters = (input, context) => {
|
|
2418
|
+
return input
|
|
2419
|
+
.filter((e) => e != null)
|
|
2420
|
+
.map((entry) => {
|
|
2421
|
+
if (entry === null) {
|
|
2422
|
+
return null;
|
|
2423
|
+
}
|
|
2424
|
+
return entry;
|
|
2425
|
+
});
|
|
2426
|
+
};
|
|
2332
2427
|
const serializeAws_json1_1ResponseAction = (input, context) => {
|
|
2333
2428
|
return {
|
|
2334
2429
|
...(input.Block != null && { Block: serializeAws_json1_1BlockAction(input.Block, context) }),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateDRTLogBucketRequestFilterSensitiveLog, AssociateDRTLogBucketResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateDRTLogBucketCommand, serializeAws_json1_1AssociateDRTLogBucketCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateDRTLogBucketCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateDRTLogBucketCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateDRTLogBucketCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateDRTLogBucketRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateDRTLogBucketResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateDRTRoleRequestFilterSensitiveLog, AssociateDRTRoleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateDRTRoleCommand, serializeAws_json1_1AssociateDRTRoleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateDRTRoleCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateDRTRoleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateDRTRoleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateDRTRoleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateDRTRoleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateHealthCheckRequestFilterSensitiveLog, AssociateHealthCheckResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateHealthCheckCommand, serializeAws_json1_1AssociateHealthCheckCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateHealthCheckCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateHealthCheckCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateHealthCheckCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateHealthCheckRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateHealthCheckResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateProactiveEngagementDetailsRequestFilterSensitiveLog, AssociateProactiveEngagementDetailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateProactiveEngagementDetailsCommand, serializeAws_json1_1AssociateProactiveEngagementDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateProactiveEngagementDetailsCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateProactiveEngagementDetailsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateProactiveEngagementDetailsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateProactiveEngagementDetailsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateProactiveEngagementDetailsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateProtectionRequestFilterSensitiveLog, CreateProtectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateProtectionCommand, serializeAws_json1_1CreateProtectionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateProtectionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateProtectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateProtectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateProtectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateProtectionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateProtectionGroupRequestFilterSensitiveLog, CreateProtectionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateProtectionGroupCommand, serializeAws_json1_1CreateProtectionGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateProtectionGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateProtectionGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateProtectionGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateProtectionGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateProtectionGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateSubscriptionRequestFilterSensitiveLog, CreateSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateSubscriptionCommand, serializeAws_json1_1CreateSubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateSubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSubscriptionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSubscriptionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSubscriptionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteProtectionRequestFilterSensitiveLog, DeleteProtectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteProtectionCommand, serializeAws_json1_1DeleteProtectionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteProtectionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteProtectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteProtectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteProtectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteProtectionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteProtectionGroupRequestFilterSensitiveLog, DeleteProtectionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteProtectionGroupCommand, serializeAws_json1_1DeleteProtectionGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteProtectionGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteProtectionGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteProtectionGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteProtectionGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteProtectionGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteSubscriptionRequestFilterSensitiveLog, DeleteSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteSubscriptionCommand, serializeAws_json1_1DeleteSubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteSubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSubscriptionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteSubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSubscriptionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteSubscriptionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeAttackRequestFilterSensitiveLog, DescribeAttackResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAttackCommand, serializeAws_json1_1DescribeAttackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAttackCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAttackCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAttackCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAttackRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAttackResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeAttackStatisticsRequestFilterSensitiveLog, DescribeAttackStatisticsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAttackStatisticsCommand, serializeAws_json1_1DescribeAttackStatisticsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAttackStatisticsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAttackStatisticsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAttackStatisticsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAttackStatisticsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAttackStatisticsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeDRTAccessRequestFilterSensitiveLog, DescribeDRTAccessResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeDRTAccessCommand, serializeAws_json1_1DescribeDRTAccessCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeDRTAccessCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDRTAccessCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDRTAccessCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDRTAccessRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDRTAccessResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeEmergencyContactSettingsRequestFilterSensitiveLog, DescribeEmergencyContactSettingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEmergencyContactSettingsCommand, serializeAws_json1_1DescribeEmergencyContactSettingsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEmergencyContactSettingsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEmergencyContactSettingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEmergencyContactSettingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEmergencyContactSettingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEmergencyContactSettingsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeProtectionRequestFilterSensitiveLog, DescribeProtectionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeProtectionCommand, serializeAws_json1_1DescribeProtectionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeProtectionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeProtectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeProtectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeProtectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeProtectionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeProtectionGroupRequestFilterSensitiveLog, DescribeProtectionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeProtectionGroupCommand, serializeAws_json1_1DescribeProtectionGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeProtectionGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeProtectionGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeProtectionGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeProtectionGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeProtectionGroupResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeSubscriptionRequestFilterSensitiveLog, DescribeSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeSubscriptionCommand, serializeAws_json1_1DescribeSubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeSubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeSubscriptionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeSubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeSubscriptionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeSubscriptionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisableApplicationLayerAutomaticResponseRequestFilterSensitiveLog, DisableApplicationLayerAutomaticResponseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand, serializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisableApplicationLayerAutomaticResponseCommand = (function (_super) {
|
|
7
7
|
__extends(DisableApplicationLayerAutomaticResponseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisableApplicationLayerAutomaticResponseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisableApplicationLayerAutomaticResponseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisableApplicationLayerAutomaticResponseResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisableProactiveEngagementRequestFilterSensitiveLog, DisableProactiveEngagementResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisableProactiveEngagementCommand, serializeAws_json1_1DisableProactiveEngagementCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisableProactiveEngagementCommand = (function (_super) {
|
|
7
7
|
__extends(DisableProactiveEngagementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisableProactiveEngagementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisableProactiveEngagementRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisableProactiveEngagementResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateDRTLogBucketRequestFilterSensitiveLog, DisassociateDRTLogBucketResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateDRTLogBucketCommand, serializeAws_json1_1DisassociateDRTLogBucketCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateDRTLogBucketCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateDRTLogBucketCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateDRTLogBucketCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateDRTLogBucketRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateDRTLogBucketResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateDRTRoleRequestFilterSensitiveLog, DisassociateDRTRoleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateDRTRoleCommand, serializeAws_json1_1DisassociateDRTRoleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateDRTRoleCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateDRTRoleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateDRTRoleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateDRTRoleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateDRTRoleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateHealthCheckRequestFilterSensitiveLog, DisassociateHealthCheckResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateHealthCheckCommand, serializeAws_json1_1DisassociateHealthCheckCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateHealthCheckCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateHealthCheckCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateHealthCheckCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateHealthCheckRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateHealthCheckResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { EnableApplicationLayerAutomaticResponseRequestFilterSensitiveLog, EnableApplicationLayerAutomaticResponseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand, serializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var EnableApplicationLayerAutomaticResponseCommand = (function (_super) {
|
|
7
7
|
__extends(EnableApplicationLayerAutomaticResponseCommand, _super);
|
|
@@ -20,8 +20,8 @@ var EnableApplicationLayerAutomaticResponseCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: EnableApplicationLayerAutomaticResponseRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnableApplicationLayerAutomaticResponseResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|