@aws-sdk/client-wafv2 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +70 -595
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateWebACLCommand.js +2 -14
- package/dist-es/commands/CheckCapacityCommand.js +2 -14
- package/dist-es/commands/CreateAPIKeyCommand.js +2 -14
- package/dist-es/commands/CreateIPSetCommand.js +2 -14
- package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -14
- package/dist-es/commands/CreateRuleGroupCommand.js +2 -14
- package/dist-es/commands/CreateWebACLCommand.js +2 -14
- package/dist-es/commands/DeleteAPIKeyCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +2 -14
- package/dist-es/commands/DeleteIPSetCommand.js +2 -14
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePermissionPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +2 -14
- package/dist-es/commands/DeleteRuleGroupCommand.js +2 -14
- package/dist-es/commands/DeleteWebACLCommand.js +2 -14
- package/dist-es/commands/DescribeAllManagedProductsCommand.js +2 -14
- package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +2 -14
- package/dist-es/commands/DescribeManagedRuleGroupCommand.js +2 -14
- package/dist-es/commands/DisassociateWebACLCommand.js +2 -14
- package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +2 -14
- package/dist-es/commands/GetDecryptedAPIKeyCommand.js +2 -14
- package/dist-es/commands/GetIPSetCommand.js +2 -14
- package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/GetManagedRuleSetCommand.js +2 -14
- package/dist-es/commands/GetMobileSdkReleaseCommand.js +2 -14
- package/dist-es/commands/GetPermissionPolicyCommand.js +2 -14
- package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +2 -14
- package/dist-es/commands/GetRegexPatternSetCommand.js +2 -14
- package/dist-es/commands/GetRevenueStatisticsCommand.js +2 -14
- package/dist-es/commands/GetRevenueStatisticsSummaryCommand.js +2 -14
- package/dist-es/commands/GetRevenueStatisticsTimeSeriesCommand.js +2 -14
- package/dist-es/commands/GetRuleGroupCommand.js +2 -14
- package/dist-es/commands/GetSampledRequestsCommand.js +2 -14
- package/dist-es/commands/GetTopPathStatisticsByTrafficCommand.js +2 -14
- package/dist-es/commands/GetWebACLCommand.js +2 -14
- package/dist-es/commands/GetWebACLForResourceCommand.js +2 -14
- package/dist-es/commands/ListAPIKeysCommand.js +2 -14
- package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +2 -14
- package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +2 -14
- package/dist-es/commands/ListIPSetsCommand.js +2 -14
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListManagedRuleSetsCommand.js +2 -14
- package/dist-es/commands/ListMobileSdkReleasesCommand.js +2 -14
- package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -14
- package/dist-es/commands/ListResourcesForWebACLCommand.js +2 -14
- package/dist-es/commands/ListRuleGroupsCommand.js +2 -14
- package/dist-es/commands/ListSettlementRecordsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWebACLsCommand.js +2 -14
- package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +2 -14
- package/dist-es/commands/PutPermissionPolicyCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIPSetCommand.js +2 -14
- package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +2 -14
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -14
- package/dist-es/commands/UpdateRuleGroupCommand.js +2 -14
- package/dist-es/commands/UpdateWebACLCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateWebACLCommand.d.ts +3 -8
- package/dist-types/commands/CheckCapacityCommand.d.ts +3 -8
- package/dist-types/commands/CreateAPIKeyCommand.d.ts +3 -8
- package/dist-types/commands/CreateIPSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateWebACLCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAPIKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIPSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWebACLCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateWebACLCommand.d.ts +3 -8
- package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +3 -8
- package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +3 -8
- package/dist-types/commands/GetIPSetCommand.d.ts +3 -8
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +3 -8
- package/dist-types/commands/GetPermissionPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +3 -8
- package/dist-types/commands/GetRegexPatternSetCommand.d.ts +3 -8
- package/dist-types/commands/GetRevenueStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetRevenueStatisticsSummaryCommand.d.ts +3 -8
- package/dist-types/commands/GetRevenueStatisticsTimeSeriesCommand.d.ts +3 -8
- package/dist-types/commands/GetRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetSampledRequestsCommand.d.ts +3 -8
- package/dist-types/commands/GetTopPathStatisticsByTrafficCommand.d.ts +3 -8
- package/dist-types/commands/GetWebACLCommand.d.ts +3 -8
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListAPIKeysCommand.d.ts +3 -8
- package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListIPSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +3 -8
- package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListSettlementRecordsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWebACLsCommand.d.ts +3 -8
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +3 -8
- package/dist-types/commands/PutPermissionPolicyCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIPSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWebACLCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAPIKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRevenueStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRevenueStatisticsSummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRevenueStatisticsTimeSeriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTopPathStatisticsByTrafficCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSettlementRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListManagedRuleSetsRequest, ListManagedRuleSetsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListManagedRuleSetsCommandInput extends ListManagedRuleSetsRequ
|
|
|
22
19
|
export interface ListManagedRuleSetsCommandOutput extends ListManagedRuleSetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListManagedRuleSetsCommand_base: {
|
|
25
|
-
new (input: ListManagedRuleSetsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListManagedRuleSetsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListManagedRuleSetsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListManagedRuleSetsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the managed rule sets that you own. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListMobileSdkReleasesRequest, ListMobileSdkReleasesResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMobileSdkReleasesCommandInput extends ListMobileSdkReleases
|
|
|
22
19
|
export interface ListMobileSdkReleasesCommandOutput extends ListMobileSdkReleasesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMobileSdkReleasesCommand_base: {
|
|
25
|
-
new (input: ListMobileSdkReleasesCommandInput): import("@smithy/core/client").CommandImpl<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListMobileSdkReleasesCommandInput): import("@smithy/core/client").CommandImpl<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMobileSdkReleasesCommandInput): import("@smithy/core/client").CommandImpl<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListMobileSdkReleasesCommandInput): import("@smithy/core/client").CommandImpl<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of the available releases for the mobile SDK and the specified device
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListRegexPatternSetsRequest, ListRegexPatternSetsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRegexPatternSetsCommandInput extends ListRegexPatternSetsRe
|
|
|
22
19
|
export interface ListRegexPatternSetsCommandOutput extends ListRegexPatternSetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRegexPatternSetsCommand_base: {
|
|
25
|
-
new (input: ListRegexPatternSetsCommandInput): import("@smithy/core/client").CommandImpl<ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListRegexPatternSetsCommandInput): import("@smithy/core/client").CommandImpl<ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRegexPatternSetsCommandInput): import("@smithy/core/client").CommandImpl<ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRegexPatternSetsCommandInput): import("@smithy/core/client").CommandImpl<ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves an array of <a>RegexPatternSetSummary</a> objects for the regex
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListResourcesForWebACLRequest, ListResourcesForWebACLResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListResourcesForWebACLCommandInput extends ListResourcesForWebA
|
|
|
22
19
|
export interface ListResourcesForWebACLCommandOutput extends ListResourcesForWebACLResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResourcesForWebACLCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListResourcesForWebACLCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListResourcesForWebACLCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves an array of the Amazon Resource Names (ARNs) for the resources that
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {
|
|
|
22
19
|
export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRuleGroupsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListRuleGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRuleGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves an array of <a>RuleGroupSummary</a> objects for the rule groups
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListSettlementRecordsRequest, ListSettlementRecordsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSettlementRecordsCommandInput extends ListSettlementRecords
|
|
|
22
19
|
export interface ListSettlementRecordsCommandOutput extends ListSettlementRecordsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSettlementRecordsCommand_base: {
|
|
25
|
-
new (input: ListSettlementRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListSettlementRecordsCommandInput, ListSettlementRecordsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListSettlementRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListSettlementRecordsCommandInput, ListSettlementRecordsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSettlementRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListSettlementRecordsCommandInput, ListSettlementRecordsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListSettlementRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListSettlementRecordsCommandInput, ListSettlementRecordsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves individual settlement transaction records for monetization. Each record represents a single payment transaction between a client and your protected resource. This operation is only available for <code>CLOUDFRONT</code> scope. The maximum supported time window is 90 days. When no <code>CurrencyMode</code> filter is provided, results default to <code>REAL</code>. To retrieve test data, include a <code>CurrencyMode</code> filter with the value <code>TEST</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the <a>TagInfoForResource</a> for the specified resource. Tags are
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListWebACLsCommandInput extends ListWebACLsRequest {
|
|
|
22
19
|
export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListWebACLsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListWebACLsCommandInput): import("@smithy/core/client").CommandImpl<ListWebACLsCommandInput, ListWebACLsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListWebACLsCommandInput): import("@smithy/core/client").CommandImpl<ListWebACLsCommandInput, ListWebACLsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves an array of <a>WebACLSummary</a> objects for the web ACLs that you
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutLoggingConfigurationCommandInput extends PutLoggingConfigura
|
|
|
22
19
|
export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutLoggingConfigurationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables the specified <a>LoggingConfiguration</a>, to start logging from a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutManagedRuleSetVersionsRequest, PutManagedRuleSetVersionsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutManagedRuleSetVersionsCommandInput extends PutManagedRuleSet
|
|
|
22
19
|
export interface PutManagedRuleSetVersionsCommandOutput extends PutManagedRuleSetVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutManagedRuleSetVersionsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutManagedRuleSetVersionsCommandInput): import("@smithy/core/client").CommandImpl<PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutManagedRuleSetVersionsCommandInput): import("@smithy/core/client").CommandImpl<PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Defines the versions of your managed rule set that you are offering to the customers.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutPermissionPolicyCommandInput extends PutPermissionPolicyRequ
|
|
|
22
19
|
export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutPermissionPolicyCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutPermissionPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutPermissionPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Use this to share a rule group with other accounts.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates tags with the specified Amazon Web Services resource. Tags are key:value pairs that you can
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Disassociates tags from an Amazon Web Services resource. Tags are key:value pairs that you can
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {
|
|
|
22
19
|
export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateIPSetCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateIPSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateIPSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the specified <a>IPSet</a>. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateManagedRuleSetVersionExpiryDateRequest, UpdateManagedRuleSetVersionExpiryDateResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateManagedRuleSetVersionExpiryDateCommandInput extends Updat
|
|
|
22
19
|
export interface UpdateManagedRuleSetVersionExpiryDateCommandOutput extends UpdateManagedRuleSetVersionExpiryDateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateManagedRuleSetVersionExpiryDateCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateManagedRuleSetVersionExpiryDateCommandInput): import("@smithy/core/client").CommandImpl<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateManagedRuleSetVersionExpiryDateCommandInput): import("@smithy/core/client").CommandImpl<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the expiration information for your managed rule set. Use this to initiate the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateRegexPatternSetCommandInput extends UpdateRegexPatternSet
|
|
|
22
19
|
export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRegexPatternSetCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateRegexPatternSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRegexPatternSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the specified <a>RegexPatternSet</a>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {
|
|
|
22
19
|
export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRuleGroupCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the specified <a>RuleGroup</a>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateWebACLCommandInput extends UpdateWebACLRequest {
|
|
|
22
19
|
export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateWebACLCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateWebACLCommandInput): import("@smithy/core/client").CommandImpl<UpdateWebACLCommandInput, UpdateWebACLCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateWebACLCommandInput): import("@smithy/core/client").CommandImpl<UpdateWebACLCommandInput, UpdateWebACLCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the specified <a>WebACL</a>. While updating a web ACL, WAF provides
|
package/dist-types/index.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
44
44
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
45
45
|
export type { WAFV2ExtensionConfiguration } from "./extensionConfiguration";
|
|
46
46
|
export * from "./commands";
|
|
47
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
47
48
|
export * from "./schemas/schemas_0";
|
|
48
49
|
export * from "./models/enums";
|
|
49
50
|
export * from "./models/errors";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { WAFV2ClientConfig } from "./WAFV2Client";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
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
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|