@aws-sdk/client-wafv2 3.344.0 → 3.345.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/README.md CHANGED
@@ -372,6 +372,22 @@ DeleteWebACL
372
372
 
373
373
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/classes/deletewebaclcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/deletewebaclcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/deletewebaclcommandoutput.html)
374
374
 
375
+ </details>
376
+ <details>
377
+ <summary>
378
+ DescribeAllManagedProducts
379
+ </summary>
380
+
381
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/classes/describeallmanagedproductscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/describeallmanagedproductscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/describeallmanagedproductscommandoutput.html)
382
+
383
+ </details>
384
+ <details>
385
+ <summary>
386
+ DescribeManagedProductsByVendor
387
+ </summary>
388
+
389
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/classes/describemanagedproductsbyvendorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/describemanagedproductsbyvendorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/describemanagedproductsbyvendorcommandoutput.html)
390
+
375
391
  </details>
376
392
  <details>
377
393
  <summary>
package/dist-cjs/WAFV2.js CHANGED
@@ -16,6 +16,8 @@ const DeletePermissionPolicyCommand_1 = require("./commands/DeletePermissionPoli
16
16
  const DeleteRegexPatternSetCommand_1 = require("./commands/DeleteRegexPatternSetCommand");
17
17
  const DeleteRuleGroupCommand_1 = require("./commands/DeleteRuleGroupCommand");
18
18
  const DeleteWebACLCommand_1 = require("./commands/DeleteWebACLCommand");
19
+ const DescribeAllManagedProductsCommand_1 = require("./commands/DescribeAllManagedProductsCommand");
20
+ const DescribeManagedProductsByVendorCommand_1 = require("./commands/DescribeManagedProductsByVendorCommand");
19
21
  const DescribeManagedRuleGroupCommand_1 = require("./commands/DescribeManagedRuleGroupCommand");
20
22
  const DisassociateWebACLCommand_1 = require("./commands/DisassociateWebACLCommand");
21
23
  const GenerateMobileSdkReleaseUrlCommand_1 = require("./commands/GenerateMobileSdkReleaseUrlCommand");
@@ -69,6 +71,8 @@ const commands = {
69
71
  DeleteRegexPatternSetCommand: DeleteRegexPatternSetCommand_1.DeleteRegexPatternSetCommand,
70
72
  DeleteRuleGroupCommand: DeleteRuleGroupCommand_1.DeleteRuleGroupCommand,
71
73
  DeleteWebACLCommand: DeleteWebACLCommand_1.DeleteWebACLCommand,
74
+ DescribeAllManagedProductsCommand: DescribeAllManagedProductsCommand_1.DescribeAllManagedProductsCommand,
75
+ DescribeManagedProductsByVendorCommand: DescribeManagedProductsByVendorCommand_1.DescribeManagedProductsByVendorCommand,
72
76
  DescribeManagedRuleGroupCommand: DescribeManagedRuleGroupCommand_1.DescribeManagedRuleGroupCommand,
73
77
  DisassociateWebACLCommand: DisassociateWebACLCommand_1.DisassociateWebACLCommand,
74
78
  GenerateMobileSdkReleaseUrlCommand: GenerateMobileSdkReleaseUrlCommand_1.GenerateMobileSdkReleaseUrlCommand,
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeAllManagedProductsCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
+ class DescribeAllManagedProductsCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeAllManagedProductsCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "WAFV2Client";
28
+ const commandName = "DescribeAllManagedProductsCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_1_1.se_DescribeAllManagedProductsCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_1_1.de_DescribeAllManagedProductsCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DescribeAllManagedProductsCommand = DescribeAllManagedProductsCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeManagedProductsByVendorCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
+ class DescribeManagedProductsByVendorCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeManagedProductsByVendorCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "WAFV2Client";
28
+ const commandName = "DescribeManagedProductsByVendorCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_1_1.se_DescribeManagedProductsByVendorCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_1_1.de_DescribeManagedProductsByVendorCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DescribeManagedProductsByVendorCommand = DescribeManagedProductsByVendorCommand;
@@ -15,6 +15,8 @@ tslib_1.__exportStar(require("./DeletePermissionPolicyCommand"), exports);
15
15
  tslib_1.__exportStar(require("./DeleteRegexPatternSetCommand"), exports);
16
16
  tslib_1.__exportStar(require("./DeleteRuleGroupCommand"), exports);
17
17
  tslib_1.__exportStar(require("./DeleteWebACLCommand"), exports);
18
+ tslib_1.__exportStar(require("./DescribeAllManagedProductsCommand"), exports);
19
+ tslib_1.__exportStar(require("./DescribeManagedProductsByVendorCommand"), exports);
18
20
  tslib_1.__exportStar(require("./DescribeManagedRuleGroupCommand"), exports);
19
21
  tslib_1.__exportStar(require("./DisassociateWebACLCommand"), exports);
20
22
  tslib_1.__exportStar(require("./GenerateMobileSdkReleaseUrlCommand"), exports);
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.se_UpdateRuleGroupCommand = exports.se_UpdateRegexPatternSetCommand = exports.se_UpdateManagedRuleSetVersionExpiryDateCommand = exports.se_UpdateIPSetCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_PutPermissionPolicyCommand = exports.se_PutManagedRuleSetVersionsCommand = exports.se_PutLoggingConfigurationCommand = exports.se_ListWebACLsCommand = exports.se_ListTagsForResourceCommand = exports.se_ListRuleGroupsCommand = exports.se_ListResourcesForWebACLCommand = exports.se_ListRegexPatternSetsCommand = exports.se_ListMobileSdkReleasesCommand = exports.se_ListManagedRuleSetsCommand = exports.se_ListLoggingConfigurationsCommand = exports.se_ListIPSetsCommand = exports.se_ListAvailableManagedRuleGroupVersionsCommand = exports.se_ListAvailableManagedRuleGroupsCommand = exports.se_ListAPIKeysCommand = exports.se_GetWebACLForResourceCommand = exports.se_GetWebACLCommand = exports.se_GetSampledRequestsCommand = exports.se_GetRuleGroupCommand = exports.se_GetRegexPatternSetCommand = exports.se_GetRateBasedStatementManagedKeysCommand = exports.se_GetPermissionPolicyCommand = exports.se_GetMobileSdkReleaseCommand = exports.se_GetManagedRuleSetCommand = exports.se_GetLoggingConfigurationCommand = exports.se_GetIPSetCommand = exports.se_GetDecryptedAPIKeyCommand = exports.se_GenerateMobileSdkReleaseUrlCommand = exports.se_DisassociateWebACLCommand = exports.se_DescribeManagedRuleGroupCommand = exports.se_DeleteWebACLCommand = exports.se_DeleteRuleGroupCommand = exports.se_DeleteRegexPatternSetCommand = exports.se_DeletePermissionPolicyCommand = exports.se_DeleteLoggingConfigurationCommand = exports.se_DeleteIPSetCommand = exports.se_DeleteFirewallManagerRuleGroupsCommand = exports.se_CreateWebACLCommand = exports.se_CreateRuleGroupCommand = exports.se_CreateRegexPatternSetCommand = exports.se_CreateIPSetCommand = exports.se_CreateAPIKeyCommand = exports.se_CheckCapacityCommand = exports.se_AssociateWebACLCommand = void 0;
4
- exports.de_UpdateRegexPatternSetCommand = exports.de_UpdateManagedRuleSetVersionExpiryDateCommand = exports.de_UpdateIPSetCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_PutPermissionPolicyCommand = exports.de_PutManagedRuleSetVersionsCommand = exports.de_PutLoggingConfigurationCommand = exports.de_ListWebACLsCommand = exports.de_ListTagsForResourceCommand = exports.de_ListRuleGroupsCommand = exports.de_ListResourcesForWebACLCommand = exports.de_ListRegexPatternSetsCommand = exports.de_ListMobileSdkReleasesCommand = exports.de_ListManagedRuleSetsCommand = exports.de_ListLoggingConfigurationsCommand = exports.de_ListIPSetsCommand = exports.de_ListAvailableManagedRuleGroupVersionsCommand = exports.de_ListAvailableManagedRuleGroupsCommand = exports.de_ListAPIKeysCommand = exports.de_GetWebACLForResourceCommand = exports.de_GetWebACLCommand = exports.de_GetSampledRequestsCommand = exports.de_GetRuleGroupCommand = exports.de_GetRegexPatternSetCommand = exports.de_GetRateBasedStatementManagedKeysCommand = exports.de_GetPermissionPolicyCommand = exports.de_GetMobileSdkReleaseCommand = exports.de_GetManagedRuleSetCommand = exports.de_GetLoggingConfigurationCommand = exports.de_GetIPSetCommand = exports.de_GetDecryptedAPIKeyCommand = exports.de_GenerateMobileSdkReleaseUrlCommand = exports.de_DisassociateWebACLCommand = exports.de_DescribeManagedRuleGroupCommand = exports.de_DeleteWebACLCommand = exports.de_DeleteRuleGroupCommand = exports.de_DeleteRegexPatternSetCommand = exports.de_DeletePermissionPolicyCommand = exports.de_DeleteLoggingConfigurationCommand = exports.de_DeleteIPSetCommand = exports.de_DeleteFirewallManagerRuleGroupsCommand = exports.de_CreateWebACLCommand = exports.de_CreateRuleGroupCommand = exports.de_CreateRegexPatternSetCommand = exports.de_CreateIPSetCommand = exports.de_CreateAPIKeyCommand = exports.de_CheckCapacityCommand = exports.de_AssociateWebACLCommand = exports.se_UpdateWebACLCommand = void 0;
5
- exports.de_UpdateWebACLCommand = exports.de_UpdateRuleGroupCommand = void 0;
3
+ exports.se_UpdateManagedRuleSetVersionExpiryDateCommand = exports.se_UpdateIPSetCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_PutPermissionPolicyCommand = exports.se_PutManagedRuleSetVersionsCommand = exports.se_PutLoggingConfigurationCommand = exports.se_ListWebACLsCommand = exports.se_ListTagsForResourceCommand = exports.se_ListRuleGroupsCommand = exports.se_ListResourcesForWebACLCommand = exports.se_ListRegexPatternSetsCommand = exports.se_ListMobileSdkReleasesCommand = exports.se_ListManagedRuleSetsCommand = exports.se_ListLoggingConfigurationsCommand = exports.se_ListIPSetsCommand = exports.se_ListAvailableManagedRuleGroupVersionsCommand = exports.se_ListAvailableManagedRuleGroupsCommand = exports.se_ListAPIKeysCommand = exports.se_GetWebACLForResourceCommand = exports.se_GetWebACLCommand = exports.se_GetSampledRequestsCommand = exports.se_GetRuleGroupCommand = exports.se_GetRegexPatternSetCommand = exports.se_GetRateBasedStatementManagedKeysCommand = exports.se_GetPermissionPolicyCommand = exports.se_GetMobileSdkReleaseCommand = exports.se_GetManagedRuleSetCommand = exports.se_GetLoggingConfigurationCommand = exports.se_GetIPSetCommand = exports.se_GetDecryptedAPIKeyCommand = exports.se_GenerateMobileSdkReleaseUrlCommand = exports.se_DisassociateWebACLCommand = exports.se_DescribeManagedRuleGroupCommand = exports.se_DescribeManagedProductsByVendorCommand = exports.se_DescribeAllManagedProductsCommand = exports.se_DeleteWebACLCommand = exports.se_DeleteRuleGroupCommand = exports.se_DeleteRegexPatternSetCommand = exports.se_DeletePermissionPolicyCommand = exports.se_DeleteLoggingConfigurationCommand = exports.se_DeleteIPSetCommand = exports.se_DeleteFirewallManagerRuleGroupsCommand = exports.se_CreateWebACLCommand = exports.se_CreateRuleGroupCommand = exports.se_CreateRegexPatternSetCommand = exports.se_CreateIPSetCommand = exports.se_CreateAPIKeyCommand = exports.se_CheckCapacityCommand = exports.se_AssociateWebACLCommand = void 0;
4
+ exports.de_TagResourceCommand = exports.de_PutPermissionPolicyCommand = exports.de_PutManagedRuleSetVersionsCommand = exports.de_PutLoggingConfigurationCommand = exports.de_ListWebACLsCommand = exports.de_ListTagsForResourceCommand = exports.de_ListRuleGroupsCommand = exports.de_ListResourcesForWebACLCommand = exports.de_ListRegexPatternSetsCommand = exports.de_ListMobileSdkReleasesCommand = exports.de_ListManagedRuleSetsCommand = exports.de_ListLoggingConfigurationsCommand = exports.de_ListIPSetsCommand = exports.de_ListAvailableManagedRuleGroupVersionsCommand = exports.de_ListAvailableManagedRuleGroupsCommand = exports.de_ListAPIKeysCommand = exports.de_GetWebACLForResourceCommand = exports.de_GetWebACLCommand = exports.de_GetSampledRequestsCommand = exports.de_GetRuleGroupCommand = exports.de_GetRegexPatternSetCommand = exports.de_GetRateBasedStatementManagedKeysCommand = exports.de_GetPermissionPolicyCommand = exports.de_GetMobileSdkReleaseCommand = exports.de_GetManagedRuleSetCommand = exports.de_GetLoggingConfigurationCommand = exports.de_GetIPSetCommand = exports.de_GetDecryptedAPIKeyCommand = exports.de_GenerateMobileSdkReleaseUrlCommand = exports.de_DisassociateWebACLCommand = exports.de_DescribeManagedRuleGroupCommand = exports.de_DescribeManagedProductsByVendorCommand = exports.de_DescribeAllManagedProductsCommand = exports.de_DeleteWebACLCommand = exports.de_DeleteRuleGroupCommand = exports.de_DeleteRegexPatternSetCommand = exports.de_DeletePermissionPolicyCommand = exports.de_DeleteLoggingConfigurationCommand = exports.de_DeleteIPSetCommand = exports.de_DeleteFirewallManagerRuleGroupsCommand = exports.de_CreateWebACLCommand = exports.de_CreateRuleGroupCommand = exports.de_CreateRegexPatternSetCommand = exports.de_CreateIPSetCommand = exports.de_CreateAPIKeyCommand = exports.de_CheckCapacityCommand = exports.de_AssociateWebACLCommand = exports.se_UpdateWebACLCommand = exports.se_UpdateRuleGroupCommand = exports.se_UpdateRegexPatternSetCommand = void 0;
5
+ exports.de_UpdateWebACLCommand = exports.de_UpdateRuleGroupCommand = exports.de_UpdateRegexPatternSetCommand = exports.de_UpdateManagedRuleSetVersionExpiryDateCommand = exports.de_UpdateIPSetCommand = exports.de_UntagResourceCommand = void 0;
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const protocol_http_1 = require("@smithy/protocol-http");
8
8
  const models_0_1 = require("../models/models_0");
@@ -105,6 +105,20 @@ const se_DeleteWebACLCommand = async (input, context) => {
105
105
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
106
106
  };
107
107
  exports.se_DeleteWebACLCommand = se_DeleteWebACLCommand;
108
+ const se_DescribeAllManagedProductsCommand = async (input, context) => {
109
+ const headers = sharedHeaders("DescribeAllManagedProducts");
110
+ let body;
111
+ body = JSON.stringify((0, smithy_client_1._json)(input));
112
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
113
+ };
114
+ exports.se_DescribeAllManagedProductsCommand = se_DescribeAllManagedProductsCommand;
115
+ const se_DescribeManagedProductsByVendorCommand = async (input, context) => {
116
+ const headers = sharedHeaders("DescribeManagedProductsByVendor");
117
+ let body;
118
+ body = JSON.stringify((0, smithy_client_1._json)(input));
119
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
120
+ };
121
+ exports.se_DescribeManagedProductsByVendorCommand = se_DescribeManagedProductsByVendorCommand;
108
122
  const se_DescribeManagedRuleGroupCommand = async (input, context) => {
109
123
  const headers = sharedHeaders("DescribeManagedRuleGroup");
110
124
  let body;
@@ -1096,6 +1110,81 @@ const de_DeleteWebACLCommandError = async (output, context) => {
1096
1110
  });
1097
1111
  }
1098
1112
  };
1113
+ const de_DescribeAllManagedProductsCommand = async (output, context) => {
1114
+ if (output.statusCode >= 300) {
1115
+ return de_DescribeAllManagedProductsCommandError(output, context);
1116
+ }
1117
+ const data = await parseBody(output.body, context);
1118
+ let contents = {};
1119
+ contents = (0, smithy_client_1._json)(data);
1120
+ const response = {
1121
+ $metadata: deserializeMetadata(output),
1122
+ ...contents,
1123
+ };
1124
+ return response;
1125
+ };
1126
+ exports.de_DescribeAllManagedProductsCommand = de_DescribeAllManagedProductsCommand;
1127
+ const de_DescribeAllManagedProductsCommandError = async (output, context) => {
1128
+ const parsedOutput = {
1129
+ ...output,
1130
+ body: await parseErrorBody(output.body, context),
1131
+ };
1132
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1133
+ switch (errorCode) {
1134
+ case "WAFInternalErrorException":
1135
+ case "com.amazonaws.wafv2#WAFInternalErrorException":
1136
+ throw await de_WAFInternalErrorExceptionRes(parsedOutput, context);
1137
+ case "WAFInvalidOperationException":
1138
+ case "com.amazonaws.wafv2#WAFInvalidOperationException":
1139
+ throw await de_WAFInvalidOperationExceptionRes(parsedOutput, context);
1140
+ default:
1141
+ const parsedBody = parsedOutput.body;
1142
+ return throwDefaultError({
1143
+ output,
1144
+ parsedBody,
1145
+ errorCode,
1146
+ });
1147
+ }
1148
+ };
1149
+ const de_DescribeManagedProductsByVendorCommand = async (output, context) => {
1150
+ if (output.statusCode >= 300) {
1151
+ return de_DescribeManagedProductsByVendorCommandError(output, context);
1152
+ }
1153
+ const data = await parseBody(output.body, context);
1154
+ let contents = {};
1155
+ contents = (0, smithy_client_1._json)(data);
1156
+ const response = {
1157
+ $metadata: deserializeMetadata(output),
1158
+ ...contents,
1159
+ };
1160
+ return response;
1161
+ };
1162
+ exports.de_DescribeManagedProductsByVendorCommand = de_DescribeManagedProductsByVendorCommand;
1163
+ const de_DescribeManagedProductsByVendorCommandError = async (output, context) => {
1164
+ const parsedOutput = {
1165
+ ...output,
1166
+ body: await parseErrorBody(output.body, context),
1167
+ };
1168
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1169
+ switch (errorCode) {
1170
+ case "WAFInternalErrorException":
1171
+ case "com.amazonaws.wafv2#WAFInternalErrorException":
1172
+ throw await de_WAFInternalErrorExceptionRes(parsedOutput, context);
1173
+ case "WAFInvalidOperationException":
1174
+ case "com.amazonaws.wafv2#WAFInvalidOperationException":
1175
+ throw await de_WAFInvalidOperationExceptionRes(parsedOutput, context);
1176
+ case "WAFInvalidParameterException":
1177
+ case "com.amazonaws.wafv2#WAFInvalidParameterException":
1178
+ throw await de_WAFInvalidParameterExceptionRes(parsedOutput, context);
1179
+ default:
1180
+ const parsedBody = parsedOutput.body;
1181
+ return throwDefaultError({
1182
+ output,
1183
+ parsedBody,
1184
+ errorCode,
1185
+ });
1186
+ }
1187
+ };
1099
1188
  const de_DescribeManagedRuleGroupCommand = async (output, context) => {
1100
1189
  if (output.statusCode >= 300) {
1101
1190
  return de_DescribeManagedRuleGroupCommandError(output, context);
package/dist-es/WAFV2.js CHANGED
@@ -13,6 +13,8 @@ import { DeletePermissionPolicyCommand, } from "./commands/DeletePermissionPolic
13
13
  import { DeleteRegexPatternSetCommand, } from "./commands/DeleteRegexPatternSetCommand";
14
14
  import { DeleteRuleGroupCommand, } from "./commands/DeleteRuleGroupCommand";
15
15
  import { DeleteWebACLCommand, } from "./commands/DeleteWebACLCommand";
16
+ import { DescribeAllManagedProductsCommand, } from "./commands/DescribeAllManagedProductsCommand";
17
+ import { DescribeManagedProductsByVendorCommand, } from "./commands/DescribeManagedProductsByVendorCommand";
16
18
  import { DescribeManagedRuleGroupCommand, } from "./commands/DescribeManagedRuleGroupCommand";
17
19
  import { DisassociateWebACLCommand, } from "./commands/DisassociateWebACLCommand";
18
20
  import { GenerateMobileSdkReleaseUrlCommand, } from "./commands/GenerateMobileSdkReleaseUrlCommand";
@@ -66,6 +68,8 @@ const commands = {
66
68
  DeleteRegexPatternSetCommand,
67
69
  DeleteRuleGroupCommand,
68
70
  DeleteWebACLCommand,
71
+ DescribeAllManagedProductsCommand,
72
+ DescribeManagedProductsByVendorCommand,
69
73
  DescribeManagedRuleGroupCommand,
70
74
  DisassociateWebACLCommand,
71
75
  GenerateMobileSdkReleaseUrlCommand,
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_DescribeAllManagedProductsCommand, se_DescribeAllManagedProductsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
6
+ export class DescribeAllManagedProductsCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAllManagedProductsCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "WAFV2Client";
25
+ const commandName = "DescribeAllManagedProductsCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: (_) => _,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_DescribeAllManagedProductsCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_DescribeAllManagedProductsCommand(output, context);
41
+ }
42
+ }
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_DescribeManagedProductsByVendorCommand, se_DescribeManagedProductsByVendorCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
6
+ export class DescribeManagedProductsByVendorCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, DescribeManagedProductsByVendorCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "WAFV2Client";
25
+ const commandName = "DescribeManagedProductsByVendorCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: (_) => _,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_DescribeManagedProductsByVendorCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_DescribeManagedProductsByVendorCommand(output, context);
41
+ }
42
+ }
@@ -12,6 +12,8 @@ export * from "./DeletePermissionPolicyCommand";
12
12
  export * from "./DeleteRegexPatternSetCommand";
13
13
  export * from "./DeleteRuleGroupCommand";
14
14
  export * from "./DeleteWebACLCommand";
15
+ export * from "./DescribeAllManagedProductsCommand";
16
+ export * from "./DescribeManagedProductsByVendorCommand";
15
17
  export * from "./DescribeManagedRuleGroupCommand";
16
18
  export * from "./DisassociateWebACLCommand";
17
19
  export * from "./GenerateMobileSdkReleaseUrlCommand";
@@ -86,6 +86,18 @@ export const se_DeleteWebACLCommand = async (input, context) => {
86
86
  body = JSON.stringify(_json(input));
87
87
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
88
88
  };
89
+ export const se_DescribeAllManagedProductsCommand = async (input, context) => {
90
+ const headers = sharedHeaders("DescribeAllManagedProducts");
91
+ let body;
92
+ body = JSON.stringify(_json(input));
93
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
94
+ };
95
+ export const se_DescribeManagedProductsByVendorCommand = async (input, context) => {
96
+ const headers = sharedHeaders("DescribeManagedProductsByVendor");
97
+ let body;
98
+ body = JSON.stringify(_json(input));
99
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
100
+ };
89
101
  export const se_DescribeManagedRuleGroupCommand = async (input, context) => {
90
102
  const headers = sharedHeaders("DescribeManagedRuleGroup");
91
103
  let body;
@@ -1026,6 +1038,79 @@ const de_DeleteWebACLCommandError = async (output, context) => {
1026
1038
  });
1027
1039
  }
1028
1040
  };
1041
+ export const de_DescribeAllManagedProductsCommand = async (output, context) => {
1042
+ if (output.statusCode >= 300) {
1043
+ return de_DescribeAllManagedProductsCommandError(output, context);
1044
+ }
1045
+ const data = await parseBody(output.body, context);
1046
+ let contents = {};
1047
+ contents = _json(data);
1048
+ const response = {
1049
+ $metadata: deserializeMetadata(output),
1050
+ ...contents,
1051
+ };
1052
+ return response;
1053
+ };
1054
+ const de_DescribeAllManagedProductsCommandError = async (output, context) => {
1055
+ const parsedOutput = {
1056
+ ...output,
1057
+ body: await parseErrorBody(output.body, context),
1058
+ };
1059
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1060
+ switch (errorCode) {
1061
+ case "WAFInternalErrorException":
1062
+ case "com.amazonaws.wafv2#WAFInternalErrorException":
1063
+ throw await de_WAFInternalErrorExceptionRes(parsedOutput, context);
1064
+ case "WAFInvalidOperationException":
1065
+ case "com.amazonaws.wafv2#WAFInvalidOperationException":
1066
+ throw await de_WAFInvalidOperationExceptionRes(parsedOutput, context);
1067
+ default:
1068
+ const parsedBody = parsedOutput.body;
1069
+ return throwDefaultError({
1070
+ output,
1071
+ parsedBody,
1072
+ errorCode,
1073
+ });
1074
+ }
1075
+ };
1076
+ export const de_DescribeManagedProductsByVendorCommand = async (output, context) => {
1077
+ if (output.statusCode >= 300) {
1078
+ return de_DescribeManagedProductsByVendorCommandError(output, context);
1079
+ }
1080
+ const data = await parseBody(output.body, context);
1081
+ let contents = {};
1082
+ contents = _json(data);
1083
+ const response = {
1084
+ $metadata: deserializeMetadata(output),
1085
+ ...contents,
1086
+ };
1087
+ return response;
1088
+ };
1089
+ const de_DescribeManagedProductsByVendorCommandError = async (output, context) => {
1090
+ const parsedOutput = {
1091
+ ...output,
1092
+ body: await parseErrorBody(output.body, context),
1093
+ };
1094
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1095
+ switch (errorCode) {
1096
+ case "WAFInternalErrorException":
1097
+ case "com.amazonaws.wafv2#WAFInternalErrorException":
1098
+ throw await de_WAFInternalErrorExceptionRes(parsedOutput, context);
1099
+ case "WAFInvalidOperationException":
1100
+ case "com.amazonaws.wafv2#WAFInvalidOperationException":
1101
+ throw await de_WAFInvalidOperationExceptionRes(parsedOutput, context);
1102
+ case "WAFInvalidParameterException":
1103
+ case "com.amazonaws.wafv2#WAFInvalidParameterException":
1104
+ throw await de_WAFInvalidParameterExceptionRes(parsedOutput, context);
1105
+ default:
1106
+ const parsedBody = parsedOutput.body;
1107
+ return throwDefaultError({
1108
+ output,
1109
+ parsedBody,
1110
+ errorCode,
1111
+ });
1112
+ }
1113
+ };
1029
1114
  export const de_DescribeManagedRuleGroupCommand = async (output, context) => {
1030
1115
  if (output.statusCode >= 300) {
1031
1116
  return de_DescribeManagedRuleGroupCommandError(output, context);
@@ -13,6 +13,8 @@ import { DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput
13
13
  import { DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput } from "./commands/DeleteRegexPatternSetCommand";
14
14
  import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
15
15
  import { DeleteWebACLCommandInput, DeleteWebACLCommandOutput } from "./commands/DeleteWebACLCommand";
16
+ import { DescribeAllManagedProductsCommandInput, DescribeAllManagedProductsCommandOutput } from "./commands/DescribeAllManagedProductsCommand";
17
+ import { DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput } from "./commands/DescribeManagedProductsByVendorCommand";
16
18
  import { DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput } from "./commands/DescribeManagedRuleGroupCommand";
17
19
  import { DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput } from "./commands/DisassociateWebACLCommand";
18
20
  import { GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput } from "./commands/GenerateMobileSdkReleaseUrlCommand";
@@ -136,6 +138,18 @@ export interface WAFV2 {
136
138
  deleteWebACL(args: DeleteWebACLCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebACLCommandOutput>;
137
139
  deleteWebACL(args: DeleteWebACLCommandInput, cb: (err: any, data?: DeleteWebACLCommandOutput) => void): void;
138
140
  deleteWebACL(args: DeleteWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebACLCommandOutput) => void): void;
141
+ /**
142
+ * @see {@link DescribeAllManagedProductsCommand}
143
+ */
144
+ describeAllManagedProducts(args: DescribeAllManagedProductsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAllManagedProductsCommandOutput>;
145
+ describeAllManagedProducts(args: DescribeAllManagedProductsCommandInput, cb: (err: any, data?: DescribeAllManagedProductsCommandOutput) => void): void;
146
+ describeAllManagedProducts(args: DescribeAllManagedProductsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAllManagedProductsCommandOutput) => void): void;
147
+ /**
148
+ * @see {@link DescribeManagedProductsByVendorCommand}
149
+ */
150
+ describeManagedProductsByVendor(args: DescribeManagedProductsByVendorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeManagedProductsByVendorCommandOutput>;
151
+ describeManagedProductsByVendor(args: DescribeManagedProductsByVendorCommandInput, cb: (err: any, data?: DescribeManagedProductsByVendorCommandOutput) => void): void;
152
+ describeManagedProductsByVendor(args: DescribeManagedProductsByVendorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeManagedProductsByVendorCommandOutput) => void): void;
139
153
  /**
140
154
  * @see {@link DescribeManagedRuleGroupCommand}
141
155
  */
@@ -22,6 +22,8 @@ import { DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput
22
22
  import { DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput } from "./commands/DeleteRegexPatternSetCommand";
23
23
  import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
24
24
  import { DeleteWebACLCommandInput, DeleteWebACLCommandOutput } from "./commands/DeleteWebACLCommand";
25
+ import { DescribeAllManagedProductsCommandInput, DescribeAllManagedProductsCommandOutput } from "./commands/DescribeAllManagedProductsCommand";
26
+ import { DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput } from "./commands/DescribeManagedProductsByVendorCommand";
25
27
  import { DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput } from "./commands/DescribeManagedRuleGroupCommand";
26
28
  import { DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput } from "./commands/DisassociateWebACLCommand";
27
29
  import { GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput } from "./commands/GenerateMobileSdkReleaseUrlCommand";
@@ -64,11 +66,11 @@ export { __Client };
64
66
  /**
65
67
  * @public
66
68
  */
67
- export type ServiceInputTypes = AssociateWebACLCommandInput | CheckCapacityCommandInput | CreateAPIKeyCommandInput | CreateIPSetCommandInput | CreateRegexPatternSetCommandInput | CreateRuleGroupCommandInput | CreateWebACLCommandInput | DeleteFirewallManagerRuleGroupsCommandInput | DeleteIPSetCommandInput | DeleteLoggingConfigurationCommandInput | DeletePermissionPolicyCommandInput | DeleteRegexPatternSetCommandInput | DeleteRuleGroupCommandInput | DeleteWebACLCommandInput | DescribeManagedRuleGroupCommandInput | DisassociateWebACLCommandInput | GenerateMobileSdkReleaseUrlCommandInput | GetDecryptedAPIKeyCommandInput | GetIPSetCommandInput | GetLoggingConfigurationCommandInput | GetManagedRuleSetCommandInput | GetMobileSdkReleaseCommandInput | GetPermissionPolicyCommandInput | GetRateBasedStatementManagedKeysCommandInput | GetRegexPatternSetCommandInput | GetRuleGroupCommandInput | GetSampledRequestsCommandInput | GetWebACLCommandInput | GetWebACLForResourceCommandInput | ListAPIKeysCommandInput | ListAvailableManagedRuleGroupVersionsCommandInput | ListAvailableManagedRuleGroupsCommandInput | ListIPSetsCommandInput | ListLoggingConfigurationsCommandInput | ListManagedRuleSetsCommandInput | ListMobileSdkReleasesCommandInput | ListRegexPatternSetsCommandInput | ListResourcesForWebACLCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | ListWebACLsCommandInput | PutLoggingConfigurationCommandInput | PutManagedRuleSetVersionsCommandInput | PutPermissionPolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIPSetCommandInput | UpdateManagedRuleSetVersionExpiryDateCommandInput | UpdateRegexPatternSetCommandInput | UpdateRuleGroupCommandInput | UpdateWebACLCommandInput;
69
+ export type ServiceInputTypes = AssociateWebACLCommandInput | CheckCapacityCommandInput | CreateAPIKeyCommandInput | CreateIPSetCommandInput | CreateRegexPatternSetCommandInput | CreateRuleGroupCommandInput | CreateWebACLCommandInput | DeleteFirewallManagerRuleGroupsCommandInput | DeleteIPSetCommandInput | DeleteLoggingConfigurationCommandInput | DeletePermissionPolicyCommandInput | DeleteRegexPatternSetCommandInput | DeleteRuleGroupCommandInput | DeleteWebACLCommandInput | DescribeAllManagedProductsCommandInput | DescribeManagedProductsByVendorCommandInput | DescribeManagedRuleGroupCommandInput | DisassociateWebACLCommandInput | GenerateMobileSdkReleaseUrlCommandInput | GetDecryptedAPIKeyCommandInput | GetIPSetCommandInput | GetLoggingConfigurationCommandInput | GetManagedRuleSetCommandInput | GetMobileSdkReleaseCommandInput | GetPermissionPolicyCommandInput | GetRateBasedStatementManagedKeysCommandInput | GetRegexPatternSetCommandInput | GetRuleGroupCommandInput | GetSampledRequestsCommandInput | GetWebACLCommandInput | GetWebACLForResourceCommandInput | ListAPIKeysCommandInput | ListAvailableManagedRuleGroupVersionsCommandInput | ListAvailableManagedRuleGroupsCommandInput | ListIPSetsCommandInput | ListLoggingConfigurationsCommandInput | ListManagedRuleSetsCommandInput | ListMobileSdkReleasesCommandInput | ListRegexPatternSetsCommandInput | ListResourcesForWebACLCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | ListWebACLsCommandInput | PutLoggingConfigurationCommandInput | PutManagedRuleSetVersionsCommandInput | PutPermissionPolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIPSetCommandInput | UpdateManagedRuleSetVersionExpiryDateCommandInput | UpdateRegexPatternSetCommandInput | UpdateRuleGroupCommandInput | UpdateWebACLCommandInput;
68
70
  /**
69
71
  * @public
70
72
  */
71
- export type ServiceOutputTypes = AssociateWebACLCommandOutput | CheckCapacityCommandOutput | CreateAPIKeyCommandOutput | CreateIPSetCommandOutput | CreateRegexPatternSetCommandOutput | CreateRuleGroupCommandOutput | CreateWebACLCommandOutput | DeleteFirewallManagerRuleGroupsCommandOutput | DeleteIPSetCommandOutput | DeleteLoggingConfigurationCommandOutput | DeletePermissionPolicyCommandOutput | DeleteRegexPatternSetCommandOutput | DeleteRuleGroupCommandOutput | DeleteWebACLCommandOutput | DescribeManagedRuleGroupCommandOutput | DisassociateWebACLCommandOutput | GenerateMobileSdkReleaseUrlCommandOutput | GetDecryptedAPIKeyCommandOutput | GetIPSetCommandOutput | GetLoggingConfigurationCommandOutput | GetManagedRuleSetCommandOutput | GetMobileSdkReleaseCommandOutput | GetPermissionPolicyCommandOutput | GetRateBasedStatementManagedKeysCommandOutput | GetRegexPatternSetCommandOutput | GetRuleGroupCommandOutput | GetSampledRequestsCommandOutput | GetWebACLCommandOutput | GetWebACLForResourceCommandOutput | ListAPIKeysCommandOutput | ListAvailableManagedRuleGroupVersionsCommandOutput | ListAvailableManagedRuleGroupsCommandOutput | ListIPSetsCommandOutput | ListLoggingConfigurationsCommandOutput | ListManagedRuleSetsCommandOutput | ListMobileSdkReleasesCommandOutput | ListRegexPatternSetsCommandOutput | ListResourcesForWebACLCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | ListWebACLsCommandOutput | PutLoggingConfigurationCommandOutput | PutManagedRuleSetVersionsCommandOutput | PutPermissionPolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIPSetCommandOutput | UpdateManagedRuleSetVersionExpiryDateCommandOutput | UpdateRegexPatternSetCommandOutput | UpdateRuleGroupCommandOutput | UpdateWebACLCommandOutput;
73
+ export type ServiceOutputTypes = AssociateWebACLCommandOutput | CheckCapacityCommandOutput | CreateAPIKeyCommandOutput | CreateIPSetCommandOutput | CreateRegexPatternSetCommandOutput | CreateRuleGroupCommandOutput | CreateWebACLCommandOutput | DeleteFirewallManagerRuleGroupsCommandOutput | DeleteIPSetCommandOutput | DeleteLoggingConfigurationCommandOutput | DeletePermissionPolicyCommandOutput | DeleteRegexPatternSetCommandOutput | DeleteRuleGroupCommandOutput | DeleteWebACLCommandOutput | DescribeAllManagedProductsCommandOutput | DescribeManagedProductsByVendorCommandOutput | DescribeManagedRuleGroupCommandOutput | DisassociateWebACLCommandOutput | GenerateMobileSdkReleaseUrlCommandOutput | GetDecryptedAPIKeyCommandOutput | GetIPSetCommandOutput | GetLoggingConfigurationCommandOutput | GetManagedRuleSetCommandOutput | GetMobileSdkReleaseCommandOutput | GetPermissionPolicyCommandOutput | GetRateBasedStatementManagedKeysCommandOutput | GetRegexPatternSetCommandOutput | GetRuleGroupCommandOutput | GetSampledRequestsCommandOutput | GetWebACLCommandOutput | GetWebACLForResourceCommandOutput | ListAPIKeysCommandOutput | ListAvailableManagedRuleGroupVersionsCommandOutput | ListAvailableManagedRuleGroupsCommandOutput | ListIPSetsCommandOutput | ListLoggingConfigurationsCommandOutput | ListManagedRuleSetsCommandOutput | ListMobileSdkReleasesCommandOutput | ListRegexPatternSetsCommandOutput | ListResourcesForWebACLCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | ListWebACLsCommandOutput | PutLoggingConfigurationCommandOutput | PutManagedRuleSetVersionsCommandOutput | PutPermissionPolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIPSetCommandOutput | UpdateManagedRuleSetVersionExpiryDateCommandOutput | UpdateRegexPatternSetCommandOutput | UpdateRuleGroupCommandOutput | UpdateWebACLCommandOutput;
72
74
  /**
73
75
  * @public
74
76
  */