@aws-sdk/client-wafv2 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +126 -127
- package/dist-cjs/models/WAFV2ServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/WAFV2.js +1 -1
- package/dist-es/WAFV2Client.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateWebACLCommand.js +2 -2
- package/dist-es/commands/CheckCapacityCommand.js +2 -2
- package/dist-es/commands/CreateAPIKeyCommand.js +2 -2
- package/dist-es/commands/CreateIPSetCommand.js +2 -2
- package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-es/commands/CreateWebACLCommand.js +2 -2
- package/dist-es/commands/DeleteAPIKeyCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.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/DeleteRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-es/commands/DeleteWebACLCommand.js +2 -2
- package/dist-es/commands/DescribeAllManagedProductsCommand.js +2 -2
- package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +2 -2
- package/dist-es/commands/DescribeManagedRuleGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateWebACLCommand.js +2 -2
- package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +2 -2
- package/dist-es/commands/GetDecryptedAPIKeyCommand.js +2 -2
- package/dist-es/commands/GetIPSetCommand.js +2 -2
- package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/GetManagedRuleSetCommand.js +2 -2
- package/dist-es/commands/GetMobileSdkReleaseCommand.js +2 -2
- package/dist-es/commands/GetPermissionPolicyCommand.js +2 -2
- package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +2 -2
- package/dist-es/commands/GetRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/GetRuleGroupCommand.js +2 -2
- package/dist-es/commands/GetSampledRequestsCommand.js +2 -2
- package/dist-es/commands/GetTopPathStatisticsByTrafficCommand.js +2 -2
- package/dist-es/commands/GetWebACLCommand.js +2 -2
- package/dist-es/commands/GetWebACLForResourceCommand.js +2 -2
- package/dist-es/commands/ListAPIKeysCommand.js +2 -2
- package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +2 -2
- package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListIPSetsCommand.js +2 -2
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListManagedRuleSetsCommand.js +2 -2
- package/dist-es/commands/ListMobileSdkReleasesCommand.js +2 -2
- package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -2
- package/dist-es/commands/ListResourcesForWebACLCommand.js +2 -2
- package/dist-es/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWebACLsCommand.js +2 -2
- package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/PutManagedRuleSetVersionsCommand.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/UpdateIPSetCommand.js +2 -2
- package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +2 -2
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-es/commands/UpdateWebACLCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/WAFV2ServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/WAFV2Client.d.ts +5 -5
- package/dist-types/commands/AssociateWebACLCommand.d.ts +6 -4
- package/dist-types/commands/CheckCapacityCommand.d.ts +6 -4
- package/dist-types/commands/CreateAPIKeyCommand.d.ts +6 -4
- package/dist-types/commands/CreateIPSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateWebACLCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAPIKeyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIPSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWebACLCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +6 -4
- package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateWebACLCommand.d.ts +6 -4
- package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +6 -4
- package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +6 -4
- package/dist-types/commands/GetIPSetCommand.d.ts +6 -4
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetManagedRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +6 -4
- package/dist-types/commands/GetPermissionPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +6 -4
- package/dist-types/commands/GetRegexPatternSetCommand.d.ts +6 -4
- package/dist-types/commands/GetRuleGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetSampledRequestsCommand.d.ts +6 -4
- package/dist-types/commands/GetTopPathStatisticsByTrafficCommand.d.ts +6 -4
- package/dist-types/commands/GetWebACLCommand.d.ts +6 -4
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListAPIKeysCommand.d.ts +6 -4
- package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListIPSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +6 -4
- package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +6 -4
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWebACLsCommand.d.ts +6 -4
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +6 -4
- package/dist-types/commands/PutPermissionPolicyCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIPSetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWebACLCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/WAFV2ServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/WAFV2Client.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAPIKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTopPathStatisticsByTrafficCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateRuleGroupRequest,
|
|
@@ -18,7 +18,7 @@ export interface CreateRuleGroupCommandOutput
|
|
|
18
18
|
declare const CreateRuleGroupCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateRuleGroupCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateRuleGroupCommandInput,
|
|
23
23
|
CreateRuleGroupCommandOutput,
|
|
24
24
|
WAFV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateRuleGroupCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateRuleGroupCommandInput,
|
|
32
32
|
CreateRuleGroupCommandOutput,
|
|
33
33
|
WAFV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateWebACLCommandOutput
|
|
|
15
15
|
declare const CreateWebACLCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateWebACLCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateWebACLCommandInput,
|
|
20
20
|
CreateWebACLCommandOutput,
|
|
21
21
|
WAFV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateWebACLCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateWebACLCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateWebACLCommandInput,
|
|
29
29
|
CreateWebACLCommandOutput,
|
|
30
30
|
WAFV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateWebACLCommand extends CreateWebACLCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteAPIKeyRequest, DeleteAPIKeyResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteAPIKeyCommandOutput
|
|
|
15
15
|
declare const DeleteAPIKeyCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteAPIKeyCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteAPIKeyCommandInput,
|
|
20
20
|
DeleteAPIKeyCommandOutput,
|
|
21
21
|
WAFV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteAPIKeyCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteAPIKeyCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteAPIKeyCommandInput,
|
|
29
29
|
DeleteAPIKeyCommandOutput,
|
|
30
30
|
WAFV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteAPIKeyCommand extends DeleteAPIKeyCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteFirewallManagerRuleGroupsRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput
|
|
|
19
19
|
declare const DeleteFirewallManagerRuleGroupsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteFirewallManagerRuleGroupsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteFirewallManagerRuleGroupsCommandInput,
|
|
24
24
|
DeleteFirewallManagerRuleGroupsCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteFirewallManagerRuleGroupsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteFirewallManagerRuleGroupsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteFirewallManagerRuleGroupsCommandInput,
|
|
33
33
|
DeleteFirewallManagerRuleGroupsCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteFirewallManagerRuleGroupsCommand extends DeleteFirewallManagerRuleGroupsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteIPSetCommandOutput
|
|
|
15
15
|
declare const DeleteIPSetCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteIPSetCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteIPSetCommandInput,
|
|
20
20
|
DeleteIPSetCommandOutput,
|
|
21
21
|
WAFV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteIPSetCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteIPSetCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteIPSetCommandInput,
|
|
29
29
|
DeleteIPSetCommandOutput,
|
|
30
30
|
WAFV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteIPSetCommand extends DeleteIPSetCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteLoggingConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteLoggingConfigurationCommandOutput
|
|
|
19
19
|
declare const DeleteLoggingConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteLoggingConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteLoggingConfigurationCommandInput,
|
|
24
24
|
DeleteLoggingConfigurationCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteLoggingConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteLoggingConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteLoggingConfigurationCommandInput,
|
|
33
33
|
DeleteLoggingConfigurationCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeletePermissionPolicyRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeletePermissionPolicyCommandOutput
|
|
|
19
19
|
declare const DeletePermissionPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeletePermissionPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeletePermissionPolicyCommandInput,
|
|
24
24
|
DeletePermissionPolicyCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeletePermissionPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeletePermissionPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeletePermissionPolicyCommandInput,
|
|
33
33
|
DeletePermissionPolicyCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeletePermissionPolicyCommand extends DeletePermissionPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteRegexPatternSetRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteRegexPatternSetCommandOutput
|
|
|
19
19
|
declare const DeleteRegexPatternSetCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteRegexPatternSetCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteRegexPatternSetCommandInput,
|
|
24
24
|
DeleteRegexPatternSetCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteRegexPatternSetCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteRegexPatternSetCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteRegexPatternSetCommandInput,
|
|
33
33
|
DeleteRegexPatternSetCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteRegexPatternSetCommand extends DeleteRegexPatternSetCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteRuleGroupRequest,
|
|
@@ -18,7 +18,7 @@ export interface DeleteRuleGroupCommandOutput
|
|
|
18
18
|
declare const DeleteRuleGroupCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteRuleGroupCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteRuleGroupCommandInput,
|
|
23
23
|
DeleteRuleGroupCommandOutput,
|
|
24
24
|
WAFV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteRuleGroupCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteRuleGroupCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteRuleGroupCommandInput,
|
|
32
32
|
DeleteRuleGroupCommandOutput,
|
|
33
33
|
WAFV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteWebACLCommandOutput
|
|
|
15
15
|
declare const DeleteWebACLCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteWebACLCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteWebACLCommandInput,
|
|
20
20
|
DeleteWebACLCommandOutput,
|
|
21
21
|
WAFV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteWebACLCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteWebACLCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteWebACLCommandInput,
|
|
29
29
|
DeleteWebACLCommandOutput,
|
|
30
30
|
WAFV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteWebACLCommand extends DeleteWebACLCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeAllManagedProductsRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAllManagedProductsCommandOutput
|
|
|
19
19
|
declare const DescribeAllManagedProductsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAllManagedProductsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAllManagedProductsCommandInput,
|
|
24
24
|
DescribeAllManagedProductsCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAllManagedProductsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAllManagedProductsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAllManagedProductsCommandInput,
|
|
33
33
|
DescribeAllManagedProductsCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAllManagedProductsCommand extends DescribeAllManagedProductsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeManagedProductsByVendorRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeManagedProductsByVendorCommandOutput
|
|
|
19
19
|
declare const DescribeManagedProductsByVendorCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeManagedProductsByVendorCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeManagedProductsByVendorCommandInput,
|
|
24
24
|
DescribeManagedProductsByVendorCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeManagedProductsByVendorCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeManagedProductsByVendorCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeManagedProductsByVendorCommandInput,
|
|
33
33
|
DescribeManagedProductsByVendorCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeManagedProductsByVendorCommand extends DescribeManagedProductsByVendorCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeManagedRuleGroupRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeManagedRuleGroupCommandOutput
|
|
|
19
19
|
declare const DescribeManagedRuleGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeManagedRuleGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeManagedRuleGroupCommandInput,
|
|
24
24
|
DescribeManagedRuleGroupCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeManagedRuleGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeManagedRuleGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeManagedRuleGroupCommandInput,
|
|
33
33
|
DescribeManagedRuleGroupCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeManagedRuleGroupCommand extends DescribeManagedRuleGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateWebACLRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateWebACLCommandOutput
|
|
|
19
19
|
declare const DisassociateWebACLCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateWebACLCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateWebACLCommandInput,
|
|
24
24
|
DisassociateWebACLCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateWebACLCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateWebACLCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateWebACLCommandInput,
|
|
33
33
|
DisassociateWebACLCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateWebACLCommand extends DisassociateWebACLCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GenerateMobileSdkReleaseUrlRequest,
|
|
@@ -19,7 +19,7 @@ export interface GenerateMobileSdkReleaseUrlCommandOutput
|
|
|
19
19
|
declare const GenerateMobileSdkReleaseUrlCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GenerateMobileSdkReleaseUrlCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GenerateMobileSdkReleaseUrlCommandInput,
|
|
24
24
|
GenerateMobileSdkReleaseUrlCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GenerateMobileSdkReleaseUrlCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GenerateMobileSdkReleaseUrlCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GenerateMobileSdkReleaseUrlCommandInput,
|
|
33
33
|
GenerateMobileSdkReleaseUrlCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GenerateMobileSdkReleaseUrlCommand extends GenerateMobileSdkReleaseUrlCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetDecryptedAPIKeyRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetDecryptedAPIKeyCommandOutput
|
|
|
19
19
|
declare const GetDecryptedAPIKeyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetDecryptedAPIKeyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetDecryptedAPIKeyCommandInput,
|
|
24
24
|
GetDecryptedAPIKeyCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetDecryptedAPIKeyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetDecryptedAPIKeyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetDecryptedAPIKeyCommandInput,
|
|
33
33
|
GetDecryptedAPIKeyCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetDecryptedAPIKeyCommand extends GetDecryptedAPIKeyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface GetIPSetCommandOutput
|
|
|
13
13
|
extends GetIPSetResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetIPSetCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetIPSetCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetIPSetCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetIPSetCommandInput,
|
|
20
18
|
GetIPSetCommandOutput,
|
|
21
19
|
WAFV2ClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetIPSetCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetIPSetCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetIPSetCommandInput,
|
|
29
25
|
GetIPSetCommandOutput,
|
|
30
26
|
WAFV2ClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetIPSetCommand extends GetIPSetCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetLoggingConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetLoggingConfigurationCommandOutput
|
|
|
19
19
|
declare const GetLoggingConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetLoggingConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetLoggingConfigurationCommandInput,
|
|
24
24
|
GetLoggingConfigurationCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetLoggingConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetLoggingConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetLoggingConfigurationCommandInput,
|
|
33
33
|
GetLoggingConfigurationCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetLoggingConfigurationCommand extends GetLoggingConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetManagedRuleSetRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetManagedRuleSetCommandOutput
|
|
|
19
19
|
declare const GetManagedRuleSetCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetManagedRuleSetCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetManagedRuleSetCommandInput,
|
|
24
24
|
GetManagedRuleSetCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetManagedRuleSetCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetManagedRuleSetCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetManagedRuleSetCommandInput,
|
|
33
33
|
GetManagedRuleSetCommandOutput,
|
|
34
34
|
WAFV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetManagedRuleSetCommand extends GetManagedRuleSetCommand_base {
|
|
41
43
|
protected static __types: {
|