@aws-sdk/client-waf 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1037 -654
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/CreateByteMatchSetCommand.js +2 -2
- package/dist-es/commands/CreateGeoMatchSetCommand.js +2 -2
- package/dist-es/commands/CreateIPSetCommand.js +2 -2
- package/dist-es/commands/CreateRateBasedRuleCommand.js +2 -2
- package/dist-es/commands/CreateRegexMatchSetCommand.js +2 -2
- package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +2 -2
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +2 -2
- package/dist-es/commands/CreateWebACLCommand.js +2 -2
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +2 -2
- package/dist-es/commands/CreateXssMatchSetCommand.js +2 -2
- package/dist-es/commands/DeleteByteMatchSetCommand.js +2 -2
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +2 -2
- package/dist-es/commands/DeleteIPSetCommand.js +2 -2
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePermissionPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +2 -2
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +2 -2
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +2 -2
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +2 -2
- package/dist-es/commands/DeleteWebACLCommand.js +2 -2
- package/dist-es/commands/DeleteXssMatchSetCommand.js +2 -2
- package/dist-es/commands/GetByteMatchSetCommand.js +2 -2
- package/dist-es/commands/GetChangeTokenCommand.js +2 -2
- package/dist-es/commands/GetChangeTokenStatusCommand.js +2 -2
- package/dist-es/commands/GetGeoMatchSetCommand.js +2 -2
- package/dist-es/commands/GetIPSetCommand.js +2 -2
- package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/GetPermissionPolicyCommand.js +2 -2
- package/dist-es/commands/GetRateBasedRuleCommand.js +2 -2
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +2 -2
- package/dist-es/commands/GetRegexMatchSetCommand.js +2 -2
- package/dist-es/commands/GetRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/GetRuleCommand.js +2 -2
- package/dist-es/commands/GetRuleGroupCommand.js +2 -2
- package/dist-es/commands/GetSampledRequestsCommand.js +2 -2
- package/dist-es/commands/GetSizeConstraintSetCommand.js +2 -2
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +2 -2
- package/dist-es/commands/GetWebACLCommand.js +2 -2
- package/dist-es/commands/GetXssMatchSetCommand.js +2 -2
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +2 -2
- package/dist-es/commands/ListByteMatchSetsCommand.js +2 -2
- package/dist-es/commands/ListGeoMatchSetsCommand.js +2 -2
- package/dist-es/commands/ListIPSetsCommand.js +2 -2
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListRateBasedRulesCommand.js +2 -2
- package/dist-es/commands/ListRegexMatchSetsCommand.js +2 -2
- package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -2
- package/dist-es/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListRulesCommand.js +2 -2
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +2 -2
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +2 -2
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWebACLsCommand.js +2 -2
- package/dist-es/commands/ListXssMatchSetsCommand.js +2 -2
- package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/PutPermissionPolicyCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateByteMatchSetCommand.js +2 -2
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +2 -2
- package/dist-es/commands/UpdateIPSetCommand.js +2 -2
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +2 -2
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +2 -2
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/UpdateRuleCommand.js +2 -2
- package/dist-es/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +2 -2
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +2 -2
- package/dist-es/commands/UpdateWebACLCommand.js +2 -2
- package/dist-es/commands/UpdateXssMatchSetCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +600 -523
- package/dist-types/WAFClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +307 -349
- package/dist-types/ts3.4/WAFClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +306 -349
- package/package.json +34 -34
|
@@ -26,12 +26,13 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.waf",
|
|
32
|
+
xmlNamespace: "http://waf.amazonaws.com/doc/2015-08-24/",
|
|
33
|
+
version: "2015-08-24",
|
|
34
|
+
serviceTarget: "AWSWAF_20150824",
|
|
35
|
+
},
|
|
35
36
|
serviceId: config?.serviceId ?? "WAF",
|
|
36
37
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
38
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateByteMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateByteMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateByteMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateByteMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateByteMatchSet", {})
|
|
13
13
|
.n("WAFClient", "CreateByteMatchSetCommand")
|
|
14
|
-
.sc(CreateByteMatchSet)
|
|
14
|
+
.sc(CreateByteMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateGeoMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateGeoMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateGeoMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateGeoMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateGeoMatchSet", {})
|
|
13
13
|
.n("WAFClient", "CreateGeoMatchSetCommand")
|
|
14
|
-
.sc(CreateGeoMatchSet)
|
|
14
|
+
.sc(CreateGeoMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateIPSet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateIPSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateIPSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateIPSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateIPSet", {})
|
|
13
13
|
.n("WAFClient", "CreateIPSetCommand")
|
|
14
|
-
.sc(CreateIPSet)
|
|
14
|
+
.sc(CreateIPSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateRateBasedRule } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRateBasedRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRateBasedRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRateBasedRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateRateBasedRule", {})
|
|
13
13
|
.n("WAFClient", "CreateRateBasedRuleCommand")
|
|
14
|
-
.sc(CreateRateBasedRule)
|
|
14
|
+
.sc(CreateRateBasedRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateRegexMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRegexMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRegexMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRegexMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateRegexMatchSet", {})
|
|
13
13
|
.n("WAFClient", "CreateRegexMatchSetCommand")
|
|
14
|
-
.sc(CreateRegexMatchSet)
|
|
14
|
+
.sc(CreateRegexMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateRegexPatternSet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRegexPatternSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRegexPatternSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRegexPatternSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateRegexPatternSet", {})
|
|
13
13
|
.n("WAFClient", "CreateRegexPatternSetCommand")
|
|
14
|
-
.sc(CreateRegexPatternSet)
|
|
14
|
+
.sc(CreateRegexPatternSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateRule } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateRule", {})
|
|
13
13
|
.n("WAFClient", "CreateRuleCommand")
|
|
14
|
-
.sc(CreateRule)
|
|
14
|
+
.sc(CreateRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateRuleGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRuleGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRuleGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRuleGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateRuleGroup", {})
|
|
13
13
|
.n("WAFClient", "CreateRuleGroupCommand")
|
|
14
|
-
.sc(CreateRuleGroup)
|
|
14
|
+
.sc(CreateRuleGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSizeConstraintSet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSizeConstraintSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSizeConstraintSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSizeConstraintSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateSizeConstraintSet", {})
|
|
13
13
|
.n("WAFClient", "CreateSizeConstraintSetCommand")
|
|
14
|
-
.sc(CreateSizeConstraintSet)
|
|
14
|
+
.sc(CreateSizeConstraintSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSqlInjectionMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSqlInjectionMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSqlInjectionMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSqlInjectionMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateSqlInjectionMatchSet", {})
|
|
13
13
|
.n("WAFClient", "CreateSqlInjectionMatchSetCommand")
|
|
14
|
-
.sc(CreateSqlInjectionMatchSet)
|
|
14
|
+
.sc(CreateSqlInjectionMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateWebACL } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateWebACL$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateWebACLCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateWebACLCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateWebACL", {})
|
|
13
13
|
.n("WAFClient", "CreateWebACLCommand")
|
|
14
|
-
.sc(CreateWebACL)
|
|
14
|
+
.sc(CreateWebACL$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateWebACLMigrationStack } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateWebACLMigrationStack$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateWebACLMigrationStackCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateWebACLMigrationStackCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateWebACLMigrationStack", {})
|
|
13
13
|
.n("WAFClient", "CreateWebACLMigrationStackCommand")
|
|
14
|
-
.sc(CreateWebACLMigrationStack)
|
|
14
|
+
.sc(CreateWebACLMigrationStack$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateXssMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateXssMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateXssMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateXssMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "CreateXssMatchSet", {})
|
|
13
13
|
.n("WAFClient", "CreateXssMatchSetCommand")
|
|
14
|
-
.sc(CreateXssMatchSet)
|
|
14
|
+
.sc(CreateXssMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteByteMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteByteMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteByteMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteByteMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteByteMatchSet", {})
|
|
13
13
|
.n("WAFClient", "DeleteByteMatchSetCommand")
|
|
14
|
-
.sc(DeleteByteMatchSet)
|
|
14
|
+
.sc(DeleteByteMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteGeoMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteGeoMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteGeoMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteGeoMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteGeoMatchSet", {})
|
|
13
13
|
.n("WAFClient", "DeleteGeoMatchSetCommand")
|
|
14
|
-
.sc(DeleteGeoMatchSet)
|
|
14
|
+
.sc(DeleteGeoMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteIPSet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteIPSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteIPSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteIPSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteIPSet", {})
|
|
13
13
|
.n("WAFClient", "DeleteIPSetCommand")
|
|
14
|
-
.sc(DeleteIPSet)
|
|
14
|
+
.sc(DeleteIPSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteLoggingConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteLoggingConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteLoggingConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteLoggingConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteLoggingConfiguration", {})
|
|
13
13
|
.n("WAFClient", "DeleteLoggingConfigurationCommand")
|
|
14
|
-
.sc(DeleteLoggingConfiguration)
|
|
14
|
+
.sc(DeleteLoggingConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeletePermissionPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeletePermissionPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeletePermissionPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeletePermissionPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeletePermissionPolicy", {})
|
|
13
13
|
.n("WAFClient", "DeletePermissionPolicyCommand")
|
|
14
|
-
.sc(DeletePermissionPolicy)
|
|
14
|
+
.sc(DeletePermissionPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteRateBasedRule } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRateBasedRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRateBasedRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRateBasedRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteRateBasedRule", {})
|
|
13
13
|
.n("WAFClient", "DeleteRateBasedRuleCommand")
|
|
14
|
-
.sc(DeleteRateBasedRule)
|
|
14
|
+
.sc(DeleteRateBasedRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteRegexMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRegexMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRegexMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRegexMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteRegexMatchSet", {})
|
|
13
13
|
.n("WAFClient", "DeleteRegexMatchSetCommand")
|
|
14
|
-
.sc(DeleteRegexMatchSet)
|
|
14
|
+
.sc(DeleteRegexMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteRegexPatternSet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRegexPatternSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRegexPatternSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRegexPatternSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteRegexPatternSet", {})
|
|
13
13
|
.n("WAFClient", "DeleteRegexPatternSetCommand")
|
|
14
|
-
.sc(DeleteRegexPatternSet)
|
|
14
|
+
.sc(DeleteRegexPatternSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteRule } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteRule", {})
|
|
13
13
|
.n("WAFClient", "DeleteRuleCommand")
|
|
14
|
-
.sc(DeleteRule)
|
|
14
|
+
.sc(DeleteRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteRuleGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRuleGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRuleGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRuleGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteRuleGroup", {})
|
|
13
13
|
.n("WAFClient", "DeleteRuleGroupCommand")
|
|
14
|
-
.sc(DeleteRuleGroup)
|
|
14
|
+
.sc(DeleteRuleGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSizeConstraintSet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSizeConstraintSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSizeConstraintSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSizeConstraintSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteSizeConstraintSet", {})
|
|
13
13
|
.n("WAFClient", "DeleteSizeConstraintSetCommand")
|
|
14
|
-
.sc(DeleteSizeConstraintSet)
|
|
14
|
+
.sc(DeleteSizeConstraintSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSqlInjectionMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSqlInjectionMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSqlInjectionMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSqlInjectionMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteSqlInjectionMatchSet", {})
|
|
13
13
|
.n("WAFClient", "DeleteSqlInjectionMatchSetCommand")
|
|
14
|
-
.sc(DeleteSqlInjectionMatchSet)
|
|
14
|
+
.sc(DeleteSqlInjectionMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteWebACL } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteWebACL$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteWebACLCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteWebACLCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteWebACL", {})
|
|
13
13
|
.n("WAFClient", "DeleteWebACLCommand")
|
|
14
|
-
.sc(DeleteWebACL)
|
|
14
|
+
.sc(DeleteWebACL$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteXssMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteXssMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteXssMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteXssMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "DeleteXssMatchSet", {})
|
|
13
13
|
.n("WAFClient", "DeleteXssMatchSetCommand")
|
|
14
|
-
.sc(DeleteXssMatchSet)
|
|
14
|
+
.sc(DeleteXssMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetByteMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { GetByteMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetByteMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetByteMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "GetByteMatchSet", {})
|
|
13
13
|
.n("WAFClient", "GetByteMatchSetCommand")
|
|
14
|
-
.sc(GetByteMatchSet)
|
|
14
|
+
.sc(GetByteMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetChangeToken } from "../schemas/schemas_0";
|
|
4
|
+
import { GetChangeToken$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetChangeTokenCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetChangeTokenCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "GetChangeToken", {})
|
|
13
13
|
.n("WAFClient", "GetChangeTokenCommand")
|
|
14
|
-
.sc(GetChangeToken)
|
|
14
|
+
.sc(GetChangeToken$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetChangeTokenStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { GetChangeTokenStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetChangeTokenStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetChangeTokenStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "GetChangeTokenStatus", {})
|
|
13
13
|
.n("WAFClient", "GetChangeTokenStatusCommand")
|
|
14
|
-
.sc(GetChangeTokenStatus)
|
|
14
|
+
.sc(GetChangeTokenStatus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetGeoMatchSet } from "../schemas/schemas_0";
|
|
4
|
+
import { GetGeoMatchSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetGeoMatchSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetGeoMatchSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "GetGeoMatchSet", {})
|
|
13
13
|
.n("WAFClient", "GetGeoMatchSetCommand")
|
|
14
|
-
.sc(GetGeoMatchSet)
|
|
14
|
+
.sc(GetGeoMatchSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetIPSet } from "../schemas/schemas_0";
|
|
4
|
+
import { GetIPSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetIPSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetIPSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "GetIPSet", {})
|
|
13
13
|
.n("WAFClient", "GetIPSetCommand")
|
|
14
|
-
.sc(GetIPSet)
|
|
14
|
+
.sc(GetIPSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetLoggingConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { GetLoggingConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetLoggingConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetLoggingConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "GetLoggingConfiguration", {})
|
|
13
13
|
.n("WAFClient", "GetLoggingConfigurationCommand")
|
|
14
|
-
.sc(GetLoggingConfiguration)
|
|
14
|
+
.sc(GetLoggingConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPermissionPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPermissionPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPermissionPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPermissionPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "GetPermissionPolicy", {})
|
|
13
13
|
.n("WAFClient", "GetPermissionPolicyCommand")
|
|
14
|
-
.sc(GetPermissionPolicy)
|
|
14
|
+
.sc(GetPermissionPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRateBasedRule } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRateBasedRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRateBasedRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRateBasedRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWAF_20150824", "GetRateBasedRule", {})
|
|
13
13
|
.n("WAFClient", "GetRateBasedRuleCommand")
|
|
14
|
-
.sc(GetRateBasedRule)
|
|
14
|
+
.sc(GetRateBasedRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|