@aws-sdk/client-wafv2 3.50.0 → 3.53.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 +31 -0
- package/dist-cjs/WAFV2.js +45 -0
- package/dist-cjs/commands/GenerateMobileSdkReleaseUrlCommand.js +36 -0
- package/dist-cjs/commands/GetMobileSdkReleaseCommand.js +36 -0
- package/dist-cjs/commands/ListMobileSdkReleasesCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/WAFV2ServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +323 -4
- package/dist-cjs/protocols/Aws_json1_1.js +848 -2057
- package/dist-es/WAFV2.js +45 -0
- package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +39 -0
- package/dist-es/commands/GetMobileSdkReleaseCommand.js +39 -0
- package/dist-es/commands/ListMobileSdkReleasesCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/WAFV2ServiceException.js +12 -0
- package/dist-es/models/models_0.js +280 -1
- package/dist-es/protocols/Aws_json1_1.js +1493 -2206
- package/dist-types/WAFV2.d.ts +35 -2
- package/dist-types/WAFV2Client.d.ts +5 -2
- package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +37 -0
- package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +37 -0
- package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +37 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +8 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/WAFV2ServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +433 -63
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/WAFV2.d.ts +245 -0
- package/dist-types/ts3.4/WAFV2Client.d.ts +121 -0
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +48 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +199 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +146 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,37 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
* **clients:** update clients as of 2022/02/23 ([#3356](https://github.com/aws/aws-sdk-js-v3/issues/3356)) ([b6b2e25](https://github.com/aws/aws-sdk-js-v3/commit/b6b2e258add12c73d807483ca078401a6d84a12b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **clients:** update clients as of 2022/02/18 ([#3335](https://github.com/aws/aws-sdk-js-v3/issues/3335)) ([717b06f](https://github.com/aws/aws-sdk-js-v3/commit/717b06fc43e9876a6f8040147b75ad5da38b1e0f))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
30
|
+
|
|
31
|
+
**Note:** Version bump only for package @aws-sdk/client-wafv2
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
6
37
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
38
|
|
|
8
39
|
**Note:** Version bump only for package @aws-sdk/client-wafv2
|
package/dist-cjs/WAFV2.js
CHANGED
|
@@ -16,9 +16,11 @@ const DeleteRuleGroupCommand_1 = require("./commands/DeleteRuleGroupCommand");
|
|
|
16
16
|
const DeleteWebACLCommand_1 = require("./commands/DeleteWebACLCommand");
|
|
17
17
|
const DescribeManagedRuleGroupCommand_1 = require("./commands/DescribeManagedRuleGroupCommand");
|
|
18
18
|
const DisassociateWebACLCommand_1 = require("./commands/DisassociateWebACLCommand");
|
|
19
|
+
const GenerateMobileSdkReleaseUrlCommand_1 = require("./commands/GenerateMobileSdkReleaseUrlCommand");
|
|
19
20
|
const GetIPSetCommand_1 = require("./commands/GetIPSetCommand");
|
|
20
21
|
const GetLoggingConfigurationCommand_1 = require("./commands/GetLoggingConfigurationCommand");
|
|
21
22
|
const GetManagedRuleSetCommand_1 = require("./commands/GetManagedRuleSetCommand");
|
|
23
|
+
const GetMobileSdkReleaseCommand_1 = require("./commands/GetMobileSdkReleaseCommand");
|
|
22
24
|
const GetPermissionPolicyCommand_1 = require("./commands/GetPermissionPolicyCommand");
|
|
23
25
|
const GetRateBasedStatementManagedKeysCommand_1 = require("./commands/GetRateBasedStatementManagedKeysCommand");
|
|
24
26
|
const GetRegexPatternSetCommand_1 = require("./commands/GetRegexPatternSetCommand");
|
|
@@ -31,6 +33,7 @@ const ListAvailableManagedRuleGroupVersionsCommand_1 = require("./commands/ListA
|
|
|
31
33
|
const ListIPSetsCommand_1 = require("./commands/ListIPSetsCommand");
|
|
32
34
|
const ListLoggingConfigurationsCommand_1 = require("./commands/ListLoggingConfigurationsCommand");
|
|
33
35
|
const ListManagedRuleSetsCommand_1 = require("./commands/ListManagedRuleSetsCommand");
|
|
36
|
+
const ListMobileSdkReleasesCommand_1 = require("./commands/ListMobileSdkReleasesCommand");
|
|
34
37
|
const ListRegexPatternSetsCommand_1 = require("./commands/ListRegexPatternSetsCommand");
|
|
35
38
|
const ListResourcesForWebACLCommand_1 = require("./commands/ListResourcesForWebACLCommand");
|
|
36
39
|
const ListRuleGroupsCommand_1 = require("./commands/ListRuleGroupsCommand");
|
|
@@ -258,6 +261,20 @@ class WAFV2 extends WAFV2Client_1.WAFV2Client {
|
|
|
258
261
|
return this.send(command, optionsOrCb);
|
|
259
262
|
}
|
|
260
263
|
}
|
|
264
|
+
generateMobileSdkReleaseUrl(args, optionsOrCb, cb) {
|
|
265
|
+
const command = new GenerateMobileSdkReleaseUrlCommand_1.GenerateMobileSdkReleaseUrlCommand(args);
|
|
266
|
+
if (typeof optionsOrCb === "function") {
|
|
267
|
+
this.send(command, optionsOrCb);
|
|
268
|
+
}
|
|
269
|
+
else if (typeof cb === "function") {
|
|
270
|
+
if (typeof optionsOrCb !== "object")
|
|
271
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
272
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
273
|
+
}
|
|
274
|
+
else {
|
|
275
|
+
return this.send(command, optionsOrCb);
|
|
276
|
+
}
|
|
277
|
+
}
|
|
261
278
|
getIPSet(args, optionsOrCb, cb) {
|
|
262
279
|
const command = new GetIPSetCommand_1.GetIPSetCommand(args);
|
|
263
280
|
if (typeof optionsOrCb === "function") {
|
|
@@ -300,6 +317,20 @@ class WAFV2 extends WAFV2Client_1.WAFV2Client {
|
|
|
300
317
|
return this.send(command, optionsOrCb);
|
|
301
318
|
}
|
|
302
319
|
}
|
|
320
|
+
getMobileSdkRelease(args, optionsOrCb, cb) {
|
|
321
|
+
const command = new GetMobileSdkReleaseCommand_1.GetMobileSdkReleaseCommand(args);
|
|
322
|
+
if (typeof optionsOrCb === "function") {
|
|
323
|
+
this.send(command, optionsOrCb);
|
|
324
|
+
}
|
|
325
|
+
else if (typeof cb === "function") {
|
|
326
|
+
if (typeof optionsOrCb !== "object")
|
|
327
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
328
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
329
|
+
}
|
|
330
|
+
else {
|
|
331
|
+
return this.send(command, optionsOrCb);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
303
334
|
getPermissionPolicy(args, optionsOrCb, cb) {
|
|
304
335
|
const command = new GetPermissionPolicyCommand_1.GetPermissionPolicyCommand(args);
|
|
305
336
|
if (typeof optionsOrCb === "function") {
|
|
@@ -468,6 +499,20 @@ class WAFV2 extends WAFV2Client_1.WAFV2Client {
|
|
|
468
499
|
return this.send(command, optionsOrCb);
|
|
469
500
|
}
|
|
470
501
|
}
|
|
502
|
+
listMobileSdkReleases(args, optionsOrCb, cb) {
|
|
503
|
+
const command = new ListMobileSdkReleasesCommand_1.ListMobileSdkReleasesCommand(args);
|
|
504
|
+
if (typeof optionsOrCb === "function") {
|
|
505
|
+
this.send(command, optionsOrCb);
|
|
506
|
+
}
|
|
507
|
+
else if (typeof cb === "function") {
|
|
508
|
+
if (typeof optionsOrCb !== "object")
|
|
509
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
510
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
511
|
+
}
|
|
512
|
+
else {
|
|
513
|
+
return this.send(command, optionsOrCb);
|
|
514
|
+
}
|
|
515
|
+
}
|
|
471
516
|
listRegexPatternSets(args, optionsOrCb, cb) {
|
|
472
517
|
const command = new ListRegexPatternSetsCommand_1.ListRegexPatternSetsCommand(args);
|
|
473
518
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GenerateMobileSdkReleaseUrlCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class GenerateMobileSdkReleaseUrlCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WAFV2Client";
|
|
18
|
+
const commandName = "GenerateMobileSdkReleaseUrlCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GenerateMobileSdkReleaseUrlRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GenerateMobileSdkReleaseUrlResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1GenerateMobileSdkReleaseUrlCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1GenerateMobileSdkReleaseUrlCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GenerateMobileSdkReleaseUrlCommand = GenerateMobileSdkReleaseUrlCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetMobileSdkReleaseCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class GetMobileSdkReleaseCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WAFV2Client";
|
|
18
|
+
const commandName = "GetMobileSdkReleaseCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetMobileSdkReleaseRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetMobileSdkReleaseResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1GetMobileSdkReleaseCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetMobileSdkReleaseCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetMobileSdkReleaseCommand = GetMobileSdkReleaseCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListMobileSdkReleasesCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class ListMobileSdkReleasesCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WAFV2Client";
|
|
18
|
+
const commandName = "ListMobileSdkReleasesCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListMobileSdkReleasesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListMobileSdkReleasesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1ListMobileSdkReleasesCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1ListMobileSdkReleasesCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ListMobileSdkReleasesCommand = ListMobileSdkReleasesCommand;
|
|
@@ -16,9 +16,11 @@ tslib_1.__exportStar(require("./DeleteRuleGroupCommand"), exports);
|
|
|
16
16
|
tslib_1.__exportStar(require("./DeleteWebACLCommand"), exports);
|
|
17
17
|
tslib_1.__exportStar(require("./DescribeManagedRuleGroupCommand"), exports);
|
|
18
18
|
tslib_1.__exportStar(require("./DisassociateWebACLCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GenerateMobileSdkReleaseUrlCommand"), exports);
|
|
19
20
|
tslib_1.__exportStar(require("./GetIPSetCommand"), exports);
|
|
20
21
|
tslib_1.__exportStar(require("./GetLoggingConfigurationCommand"), exports);
|
|
21
22
|
tslib_1.__exportStar(require("./GetManagedRuleSetCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./GetMobileSdkReleaseCommand"), exports);
|
|
22
24
|
tslib_1.__exportStar(require("./GetPermissionPolicyCommand"), exports);
|
|
23
25
|
tslib_1.__exportStar(require("./GetRateBasedStatementManagedKeysCommand"), exports);
|
|
24
26
|
tslib_1.__exportStar(require("./GetRegexPatternSetCommand"), exports);
|
|
@@ -31,6 +33,7 @@ tslib_1.__exportStar(require("./ListAvailableManagedRuleGroupsCommand"), exports
|
|
|
31
33
|
tslib_1.__exportStar(require("./ListIPSetsCommand"), exports);
|
|
32
34
|
tslib_1.__exportStar(require("./ListLoggingConfigurationsCommand"), exports);
|
|
33
35
|
tslib_1.__exportStar(require("./ListManagedRuleSetsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./ListMobileSdkReleasesCommand"), exports);
|
|
34
37
|
tslib_1.__exportStar(require("./ListRegexPatternSetsCommand"), exports);
|
|
35
38
|
tslib_1.__exportStar(require("./ListResourcesForWebACLCommand"), exports);
|
|
36
39
|
tslib_1.__exportStar(require("./ListRuleGroupsCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WAFV2ServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./WAFV2"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./WAFV2Client"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
9
|
+
var WAFV2ServiceException_1 = require("./models/WAFV2ServiceException");
|
|
10
|
+
Object.defineProperty(exports, "WAFV2ServiceException", { enumerable: true, get: function () { return WAFV2ServiceException_1.WAFV2ServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WAFV2ServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class WAFV2ServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, WAFV2ServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.WAFV2ServiceException = WAFV2ServiceException;
|