@aws-sdk/client-network-firewall 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/AssociateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/AssociateSubnetsCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallCommand.js +2 -2
- package/dist-cjs/commands/CreateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallCommand.js +2 -2
- package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeFirewallCommand.js +2 -2
- package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +2 -2
- package/dist-cjs/commands/DisassociateSubnetsCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListFirewallsCommand.js +2 -2
- package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +2 -2
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +441 -627
- package/dist-cjs/protocols/Aws_json1_0.js +83 -0
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/AssociateSubnetsCommand.js +3 -3
- package/dist-es/commands/CreateFirewallCommand.js +3 -3
- package/dist-es/commands/CreateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/CreateRuleGroupCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallCommand.js +3 -3
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteRuleGroupCommand.js +3 -3
- package/dist-es/commands/DescribeFirewallCommand.js +3 -3
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeRuleGroupCommand.js +3 -3
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +3 -3
- package/dist-es/commands/DisassociateSubnetsCommand.js +3 -3
- package/dist-es/commands/ListFirewallPoliciesCommand.js +3 -3
- package/dist-es/commands/ListFirewallsCommand.js +3 -3
- package/dist-es/commands/ListRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +3 -3
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateRuleGroupCommand.js +3 -3
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +3 -3
- package/dist-es/models/models_0.js +111 -416
- package/dist-es/protocols/Aws_json1_0.js +76 -1
- package/dist-types/models/models_0.d.ts +494 -616
- package/dist-types/ts3.4/models/models_0.d.ts +248 -411
- package/package.json +6 -6
|
@@ -2199,6 +2199,22 @@ const serializeAws_json1_0IPSet = (input, context) => {
|
|
|
2199
2199
|
}),
|
|
2200
2200
|
};
|
|
2201
2201
|
};
|
|
2202
|
+
const serializeAws_json1_0IPSetReference = (input, context) => {
|
|
2203
|
+
return {
|
|
2204
|
+
...(input.ReferenceArn != null && { ReferenceArn: input.ReferenceArn }),
|
|
2205
|
+
};
|
|
2206
|
+
};
|
|
2207
|
+
const serializeAws_json1_0IPSetReferenceMap = (input, context) => {
|
|
2208
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
2209
|
+
if (value === null) {
|
|
2210
|
+
return acc;
|
|
2211
|
+
}
|
|
2212
|
+
return {
|
|
2213
|
+
...acc,
|
|
2214
|
+
[key]: serializeAws_json1_0IPSetReference(value, context),
|
|
2215
|
+
};
|
|
2216
|
+
}, {});
|
|
2217
|
+
};
|
|
2202
2218
|
const serializeAws_json1_0IPSets = (input, context) => {
|
|
2203
2219
|
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
2204
2220
|
if (value === null) {
|
|
@@ -2343,6 +2359,13 @@ const serializeAws_json1_0PutResourcePolicyRequest = (input, context) => {
|
|
|
2343
2359
|
...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }),
|
|
2344
2360
|
};
|
|
2345
2361
|
};
|
|
2362
|
+
const serializeAws_json1_0ReferenceSets = (input, context) => {
|
|
2363
|
+
return {
|
|
2364
|
+
...(input.IPSetReferences != null && {
|
|
2365
|
+
IPSetReferences: serializeAws_json1_0IPSetReferenceMap(input.IPSetReferences, context),
|
|
2366
|
+
}),
|
|
2367
|
+
};
|
|
2368
|
+
};
|
|
2346
2369
|
const serializeAws_json1_0RuleDefinition = (input, context) => {
|
|
2347
2370
|
return {
|
|
2348
2371
|
...(input.Actions != null && { Actions: serializeAws_json1_0StatelessActions(input.Actions, context) }),
|
|
@@ -2353,6 +2376,9 @@ const serializeAws_json1_0RuleDefinition = (input, context) => {
|
|
|
2353
2376
|
};
|
|
2354
2377
|
const serializeAws_json1_0RuleGroup = (input, context) => {
|
|
2355
2378
|
return {
|
|
2379
|
+
...(input.ReferenceSets != null && {
|
|
2380
|
+
ReferenceSets: serializeAws_json1_0ReferenceSets(input.ReferenceSets, context),
|
|
2381
|
+
}),
|
|
2356
2382
|
...(input.RuleVariables != null && {
|
|
2357
2383
|
RuleVariables: serializeAws_json1_0RuleVariables(input.RuleVariables, context),
|
|
2358
2384
|
}),
|
|
@@ -2775,6 +2801,20 @@ const deserializeAws_json1_0Attachment = (output, context) => {
|
|
|
2775
2801
|
SubnetId: (0, smithy_client_1.expectString)(output.SubnetId),
|
|
2776
2802
|
};
|
|
2777
2803
|
};
|
|
2804
|
+
const deserializeAws_json1_0CapacityUsageSummary = (output, context) => {
|
|
2805
|
+
return {
|
|
2806
|
+
CIDRs: output.CIDRs != null ? deserializeAws_json1_0CIDRSummary(output.CIDRs, context) : undefined,
|
|
2807
|
+
};
|
|
2808
|
+
};
|
|
2809
|
+
const deserializeAws_json1_0CIDRSummary = (output, context) => {
|
|
2810
|
+
return {
|
|
2811
|
+
AvailableCIDRCount: (0, smithy_client_1.expectInt32)(output.AvailableCIDRCount),
|
|
2812
|
+
IPSetReferences: output.IPSetReferences != null
|
|
2813
|
+
? deserializeAws_json1_0IPSetMetadataMap(output.IPSetReferences, context)
|
|
2814
|
+
: undefined,
|
|
2815
|
+
UtilizedCIDRCount: (0, smithy_client_1.expectInt32)(output.UtilizedCIDRCount),
|
|
2816
|
+
};
|
|
2817
|
+
};
|
|
2778
2818
|
const deserializeAws_json1_0CreateFirewallPolicyResponse = (output, context) => {
|
|
2779
2819
|
return {
|
|
2780
2820
|
FirewallPolicyResponse: output.FirewallPolicyResponse != null
|
|
@@ -3020,6 +3060,9 @@ const deserializeAws_json1_0Firewalls = (output, context) => {
|
|
|
3020
3060
|
};
|
|
3021
3061
|
const deserializeAws_json1_0FirewallStatus = (output, context) => {
|
|
3022
3062
|
return {
|
|
3063
|
+
CapacityUsageSummary: output.CapacityUsageSummary != null
|
|
3064
|
+
? deserializeAws_json1_0CapacityUsageSummary(output.CapacityUsageSummary, context)
|
|
3065
|
+
: undefined,
|
|
3023
3066
|
ConfigurationSyncStateSummary: (0, smithy_client_1.expectString)(output.ConfigurationSyncStateSummary),
|
|
3024
3067
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3025
3068
|
SyncStates: output.SyncStates != null ? deserializeAws_json1_0SyncStates(output.SyncStates, context) : undefined,
|
|
@@ -3081,6 +3124,38 @@ const deserializeAws_json1_0IPSet = (output, context) => {
|
|
|
3081
3124
|
Definition: output.Definition != null ? deserializeAws_json1_0VariableDefinitionList(output.Definition, context) : undefined,
|
|
3082
3125
|
};
|
|
3083
3126
|
};
|
|
3127
|
+
const deserializeAws_json1_0IPSetMetadata = (output, context) => {
|
|
3128
|
+
return {
|
|
3129
|
+
ResolvedCIDRCount: (0, smithy_client_1.expectInt32)(output.ResolvedCIDRCount),
|
|
3130
|
+
};
|
|
3131
|
+
};
|
|
3132
|
+
const deserializeAws_json1_0IPSetMetadataMap = (output, context) => {
|
|
3133
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
3134
|
+
if (value === null) {
|
|
3135
|
+
return acc;
|
|
3136
|
+
}
|
|
3137
|
+
return {
|
|
3138
|
+
...acc,
|
|
3139
|
+
[key]: deserializeAws_json1_0IPSetMetadata(value, context),
|
|
3140
|
+
};
|
|
3141
|
+
}, {});
|
|
3142
|
+
};
|
|
3143
|
+
const deserializeAws_json1_0IPSetReference = (output, context) => {
|
|
3144
|
+
return {
|
|
3145
|
+
ReferenceArn: (0, smithy_client_1.expectString)(output.ReferenceArn),
|
|
3146
|
+
};
|
|
3147
|
+
};
|
|
3148
|
+
const deserializeAws_json1_0IPSetReferenceMap = (output, context) => {
|
|
3149
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
3150
|
+
if (value === null) {
|
|
3151
|
+
return acc;
|
|
3152
|
+
}
|
|
3153
|
+
return {
|
|
3154
|
+
...acc,
|
|
3155
|
+
[key]: deserializeAws_json1_0IPSetReference(value, context),
|
|
3156
|
+
};
|
|
3157
|
+
}, {});
|
|
3158
|
+
};
|
|
3084
3159
|
const deserializeAws_json1_0IPSets = (output, context) => {
|
|
3085
3160
|
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
3086
3161
|
if (value === null) {
|
|
@@ -3234,6 +3309,13 @@ const deserializeAws_json1_0PublishMetricAction = (output, context) => {
|
|
|
3234
3309
|
const deserializeAws_json1_0PutResourcePolicyResponse = (output, context) => {
|
|
3235
3310
|
return {};
|
|
3236
3311
|
};
|
|
3312
|
+
const deserializeAws_json1_0ReferenceSets = (output, context) => {
|
|
3313
|
+
return {
|
|
3314
|
+
IPSetReferences: output.IPSetReferences != null
|
|
3315
|
+
? deserializeAws_json1_0IPSetReferenceMap(output.IPSetReferences, context)
|
|
3316
|
+
: undefined,
|
|
3317
|
+
};
|
|
3318
|
+
};
|
|
3237
3319
|
const deserializeAws_json1_0ResourceNotFoundException = (output, context) => {
|
|
3238
3320
|
return {
|
|
3239
3321
|
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
@@ -3254,6 +3336,7 @@ const deserializeAws_json1_0RuleDefinition = (output, context) => {
|
|
|
3254
3336
|
};
|
|
3255
3337
|
const deserializeAws_json1_0RuleGroup = (output, context) => {
|
|
3256
3338
|
return {
|
|
3339
|
+
ReferenceSets: output.ReferenceSets != null ? deserializeAws_json1_0ReferenceSets(output.ReferenceSets, context) : undefined,
|
|
3257
3340
|
RuleVariables: output.RuleVariables != null ? deserializeAws_json1_0RuleVariables(output.RuleVariables, context) : undefined,
|
|
3258
3341
|
RulesSource: output.RulesSource != null ? deserializeAws_json1_0RulesSource(output.RulesSource, context) : undefined,
|
|
3259
3342
|
StatefulRuleOptions: output.StatefulRuleOptions != null
|
|
@@ -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 { AssociateFirewallPolicyRequestFilterSensitiveLog, AssociateFirewallPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0AssociateFirewallPolicyCommand, serializeAws_json1_0AssociateFirewallPolicyCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var AssociateFirewallPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateFirewallPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateFirewallPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateFirewallPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateFirewallPolicyResponseFilterSensitiveLog,
|
|
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 { AssociateSubnetsRequestFilterSensitiveLog, AssociateSubnetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0AssociateSubnetsCommand, serializeAws_json1_0AssociateSubnetsCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var AssociateSubnetsCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateSubnetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateSubnetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateSubnetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateSubnetsResponseFilterSensitiveLog,
|
|
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 { CreateFirewallRequestFilterSensitiveLog, CreateFirewallResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0CreateFirewallCommand, serializeAws_json1_0CreateFirewallCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var CreateFirewallCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFirewallCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFirewallCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFirewallRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFirewallResponseFilterSensitiveLog,
|
|
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 { CreateFirewallPolicyRequestFilterSensitiveLog, CreateFirewallPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0CreateFirewallPolicyCommand, serializeAws_json1_0CreateFirewallPolicyCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var CreateFirewallPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFirewallPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFirewallPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFirewallPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFirewallPolicyResponseFilterSensitiveLog,
|
|
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 { CreateRuleGroupRequestFilterSensitiveLog, CreateRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0CreateRuleGroupCommand, serializeAws_json1_0CreateRuleGroupCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var CreateRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateRuleGroupResponseFilterSensitiveLog,
|
|
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 { DeleteFirewallRequestFilterSensitiveLog, DeleteFirewallResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DeleteFirewallCommand, serializeAws_json1_0DeleteFirewallCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DeleteFirewallCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFirewallCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFirewallCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFirewallRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFirewallResponseFilterSensitiveLog,
|
|
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 { DeleteFirewallPolicyRequestFilterSensitiveLog, DeleteFirewallPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DeleteFirewallPolicyCommand, serializeAws_json1_0DeleteFirewallPolicyCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DeleteFirewallPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFirewallPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFirewallPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFirewallPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFirewallPolicyResponseFilterSensitiveLog,
|
|
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 { DeleteResourcePolicyRequestFilterSensitiveLog, DeleteResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DeleteResourcePolicyCommand, serializeAws_json1_0DeleteResourcePolicyCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DeleteResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteResourcePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteResourcePolicyResponseFilterSensitiveLog,
|
|
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 { DeleteRuleGroupRequestFilterSensitiveLog, DeleteRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DeleteRuleGroupCommand, serializeAws_json1_0DeleteRuleGroupCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DeleteRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteRuleGroupResponseFilterSensitiveLog,
|
|
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 { DescribeFirewallRequestFilterSensitiveLog, DescribeFirewallResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeFirewallCommand, serializeAws_json1_0DescribeFirewallCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DescribeFirewallCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFirewallCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFirewallCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFirewallRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFirewallResponseFilterSensitiveLog,
|
|
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 { DescribeFirewallPolicyRequestFilterSensitiveLog, DescribeFirewallPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeFirewallPolicyCommand, serializeAws_json1_0DescribeFirewallPolicyCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DescribeFirewallPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFirewallPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFirewallPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFirewallPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFirewallPolicyResponseFilterSensitiveLog,
|
|
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 { DescribeLoggingConfigurationRequestFilterSensitiveLog, DescribeLoggingConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeLoggingConfigurationCommand, serializeAws_json1_0DescribeLoggingConfigurationCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DescribeLoggingConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLoggingConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeLoggingConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeLoggingConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeLoggingConfigurationResponseFilterSensitiveLog,
|
|
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 { DescribeResourcePolicyRequestFilterSensitiveLog, DescribeResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeResourcePolicyCommand, serializeAws_json1_0DescribeResourcePolicyCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DescribeResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeResourcePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeResourcePolicyResponseFilterSensitiveLog,
|
|
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 { DescribeRuleGroupRequestFilterSensitiveLog, DescribeRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeRuleGroupCommand, serializeAws_json1_0DescribeRuleGroupCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DescribeRuleGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRuleGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRuleGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRuleGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRuleGroupResponseFilterSensitiveLog,
|
|
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 { DescribeRuleGroupMetadataRequestFilterSensitiveLog, DescribeRuleGroupMetadataResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeRuleGroupMetadataCommand, serializeAws_json1_0DescribeRuleGroupMetadataCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DescribeRuleGroupMetadataCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRuleGroupMetadataCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRuleGroupMetadataCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRuleGroupMetadataRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRuleGroupMetadataResponseFilterSensitiveLog,
|
|
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 { DisassociateSubnetsRequestFilterSensitiveLog, DisassociateSubnetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DisassociateSubnetsCommand, serializeAws_json1_0DisassociateSubnetsCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var DisassociateSubnetsCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateSubnetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateSubnetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateSubnetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateSubnetsResponseFilterSensitiveLog,
|
|
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 { ListFirewallPoliciesRequestFilterSensitiveLog, ListFirewallPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0ListFirewallPoliciesCommand, serializeAws_json1_0ListFirewallPoliciesCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var ListFirewallPoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(ListFirewallPoliciesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFirewallPoliciesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFirewallPoliciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFirewallPoliciesResponseFilterSensitiveLog,
|
|
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 { ListFirewallsRequestFilterSensitiveLog, ListFirewallsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0ListFirewallsCommand, serializeAws_json1_0ListFirewallsCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var ListFirewallsCommand = (function (_super) {
|
|
7
7
|
__extends(ListFirewallsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFirewallsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFirewallsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFirewallsResponseFilterSensitiveLog,
|
|
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 { ListRuleGroupsRequestFilterSensitiveLog, ListRuleGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0ListRuleGroupsCommand, serializeAws_json1_0ListRuleGroupsCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var ListRuleGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(ListRuleGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRuleGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRuleGroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRuleGroupsResponseFilterSensitiveLog,
|
|
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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0ListTagsForResourceCommand, serializeAws_json1_0ListTagsForResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
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 { PutResourcePolicyRequestFilterSensitiveLog, PutResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0PutResourcePolicyCommand, serializeAws_json1_0PutResourcePolicyCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var PutResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutResourcePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutResourcePolicyResponseFilterSensitiveLog,
|
|
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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0TagResourceCommand, serializeAws_json1_0TagResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0UntagResourceCommand, serializeAws_json1_0UntagResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|