@aws-sdk/client-wafv2 3.1044.0 → 3.1046.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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListResourcesForWebACLRequest, ListResourcesForWebACLResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface ListResourcesForWebACLCommandInput extends ListResourcesForWebA
|
|
|
22
22
|
export interface ListResourcesForWebACLCommandOutput extends ListResourcesForWebACLResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListResourcesForWebACLCommand_base: {
|
|
25
|
-
new (input: ListResourcesForWebACLCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListResourcesForWebACLCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListResourcesForWebACLCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListResourcesForWebACLCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an array of the Amazon Resource Names (ARNs) for the resources that
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {
|
|
|
22
22
|
export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRuleGroupsCommand_base: {
|
|
25
|
-
new (input: ListRuleGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRuleGroupsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRuleGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListRuleGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an array of <a>RuleGroupSummary</a> objects for the rule groups
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the <a>TagInfoForResource</a> for the specified resource. Tags are
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface ListWebACLsCommandInput extends ListWebACLsRequest {
|
|
|
22
22
|
export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListWebACLsCommand_base: {
|
|
25
|
-
new (input: ListWebACLsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListWebACLsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListWebACLsCommandInput): import("@smithy/core/client").CommandImpl<ListWebACLsCommandInput, ListWebACLsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListWebACLsCommandInput): import("@smithy/core/client").CommandImpl<ListWebACLsCommandInput, ListWebACLsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an array of <a>WebACLSummary</a> objects for the web ACLs that you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface PutLoggingConfigurationCommandInput extends PutLoggingConfigura
|
|
|
22
22
|
export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutLoggingConfigurationCommand_base: {
|
|
25
|
-
new (input: PutLoggingConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutLoggingConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables the specified <a>LoggingConfiguration</a>, to start logging from a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutManagedRuleSetVersionsRequest, PutManagedRuleSetVersionsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface PutManagedRuleSetVersionsCommandInput extends PutManagedRuleSet
|
|
|
22
22
|
export interface PutManagedRuleSetVersionsCommandOutput extends PutManagedRuleSetVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutManagedRuleSetVersionsCommand_base: {
|
|
25
|
-
new (input: PutManagedRuleSetVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutManagedRuleSetVersionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutManagedRuleSetVersionsCommandInput): import("@smithy/core/client").CommandImpl<PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutManagedRuleSetVersionsCommandInput): import("@smithy/core/client").CommandImpl<PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Defines the versions of your managed rule set that you are offering to the customers.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface PutPermissionPolicyCommandInput extends PutPermissionPolicyRequ
|
|
|
22
22
|
export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutPermissionPolicyCommand_base: {
|
|
25
|
-
new (input: PutPermissionPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutPermissionPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutPermissionPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutPermissionPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Use this to share a rule group with other accounts.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates tags with the specified Amazon Web Services resource. Tags are key:value pairs that you can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates tags from an Amazon Web Services resource. Tags are key:value pairs that you can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {
|
|
|
22
22
|
export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateIPSetCommand_base: {
|
|
25
|
-
new (input: UpdateIPSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateIPSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateIPSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateIPSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified <a>IPSet</a>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateManagedRuleSetVersionExpiryDateRequest, UpdateManagedRuleSetVersionExpiryDateResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface UpdateManagedRuleSetVersionExpiryDateCommandInput extends Updat
|
|
|
22
22
|
export interface UpdateManagedRuleSetVersionExpiryDateCommandOutput extends UpdateManagedRuleSetVersionExpiryDateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateManagedRuleSetVersionExpiryDateCommand_base: {
|
|
25
|
-
new (input: UpdateManagedRuleSetVersionExpiryDateCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateManagedRuleSetVersionExpiryDateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateManagedRuleSetVersionExpiryDateCommandInput): import("@smithy/core/client").CommandImpl<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateManagedRuleSetVersionExpiryDateCommandInput): import("@smithy/core/client").CommandImpl<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the expiration information for your managed rule set. Use this to initiate the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRegexPatternSetCommandInput extends UpdateRegexPatternSet
|
|
|
22
22
|
export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRegexPatternSetCommand_base: {
|
|
25
|
-
new (input: UpdateRegexPatternSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRegexPatternSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateRegexPatternSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateRegexPatternSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified <a>RegexPatternSet</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {
|
|
|
22
22
|
export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRuleGroupCommand_base: {
|
|
25
|
-
new (input: UpdateRuleGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRuleGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified <a>RuleGroup</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
@@ -22,9 +22,11 @@ export interface UpdateWebACLCommandInput extends UpdateWebACLRequest {
|
|
|
22
22
|
export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateWebACLCommand_base: {
|
|
25
|
-
new (input: UpdateWebACLCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateWebACLCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateWebACLCommandInput): import("@smithy/core/client").CommandImpl<UpdateWebACLCommandInput, UpdateWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateWebACLCommandInput): import("@smithy/core/client").CommandImpl<UpdateWebACLCommandInput, UpdateWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified <a>WebACL</a>. While updating a web ACL, WAF provides
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ParameterExceptionField } from "./enums";
|
|
3
3
|
import type { DisallowedFeature } from "./models_0";
|
|
4
4
|
import { WAFV2ServiceException as __BaseException } from "./WAFV2ServiceException";
|
|
@@ -5,13 +5,13 @@ import type { WAFV2ClientConfig } from "./WAFV2Client";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { WAFV2ClientConfig } from "./WAFV2Client";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { WAFV2ClientConfig } from "./WAFV2Client";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -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
|
AssociateWebACLRequest,
|
|
@@ -18,7 +18,7 @@ export interface AssociateWebACLCommandOutput
|
|
|
18
18
|
declare const AssociateWebACLCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: AssociateWebACLCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
AssociateWebACLCommandInput,
|
|
23
23
|
AssociateWebACLCommandOutput,
|
|
24
24
|
WAFV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const AssociateWebACLCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: AssociateWebACLCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
AssociateWebACLCommandInput,
|
|
32
32
|
AssociateWebACLCommandOutput,
|
|
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 AssociateWebACLCommand extends AssociateWebACLCommand_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 {
|
|
4
4
|
CheckCapacityRequest,
|
|
@@ -18,7 +18,7 @@ export interface CheckCapacityCommandOutput
|
|
|
18
18
|
declare const CheckCapacityCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CheckCapacityCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CheckCapacityCommandInput,
|
|
23
23
|
CheckCapacityCommandOutput,
|
|
24
24
|
WAFV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CheckCapacityCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CheckCapacityCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CheckCapacityCommandInput,
|
|
32
32
|
CheckCapacityCommandOutput,
|
|
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 CheckCapacityCommand extends CheckCapacityCommand_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 { CreateAPIKeyRequest, CreateAPIKeyResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateAPIKeyCommandOutput
|
|
|
15
15
|
declare const CreateAPIKeyCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateAPIKeyCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateAPIKeyCommandInput,
|
|
20
20
|
CreateAPIKeyCommandOutput,
|
|
21
21
|
WAFV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateAPIKeyCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateAPIKeyCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateAPIKeyCommandInput,
|
|
29
29
|
CreateAPIKeyCommandOutput,
|
|
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 CreateAPIKeyCommand extends CreateAPIKeyCommand_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 { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateIPSetCommandOutput
|
|
|
15
15
|
declare const CreateIPSetCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateIPSetCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateIPSetCommandInput,
|
|
20
20
|
CreateIPSetCommandOutput,
|
|
21
21
|
WAFV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateIPSetCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateIPSetCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateIPSetCommandInput,
|
|
29
29
|
CreateIPSetCommandOutput,
|
|
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 CreateIPSetCommand extends CreateIPSetCommand_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
|
CreateRegexPatternSetRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateRegexPatternSetCommandOutput
|
|
|
19
19
|
declare const CreateRegexPatternSetCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateRegexPatternSetCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateRegexPatternSetCommandInput,
|
|
24
24
|
CreateRegexPatternSetCommandOutput,
|
|
25
25
|
WAFV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateRegexPatternSetCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateRegexPatternSetCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateRegexPatternSetCommandInput,
|
|
33
33
|
CreateRegexPatternSetCommandOutput,
|
|
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 CreateRegexPatternSetCommand extends CreateRegexPatternSetCommand_base {
|
|
41
43
|
protected static __types: {
|