@aws-sdk/client-wafv2 3.1019.0 → 3.1021.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-es/WAFV2.js +7 -7
- package/dist-types/WAFV2.d.ts +55 -55
- package/dist-types/WAFV2Client.d.ts +58 -58
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/WAFV2Client.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
package/dist-es/WAFV2.js
CHANGED
|
@@ -2,13 +2,13 @@ import { createAggregatedClient } from "@smithy/smithy-client";
|
|
|
2
2
|
import { AssociateWebACLCommand, } from "./commands/AssociateWebACLCommand";
|
|
3
3
|
import { CheckCapacityCommand, } from "./commands/CheckCapacityCommand";
|
|
4
4
|
import { CreateAPIKeyCommand, } from "./commands/CreateAPIKeyCommand";
|
|
5
|
-
import { CreateIPSetCommand } from "./commands/CreateIPSetCommand";
|
|
5
|
+
import { CreateIPSetCommand, } from "./commands/CreateIPSetCommand";
|
|
6
6
|
import { CreateRegexPatternSetCommand, } from "./commands/CreateRegexPatternSetCommand";
|
|
7
7
|
import { CreateRuleGroupCommand, } from "./commands/CreateRuleGroupCommand";
|
|
8
8
|
import { CreateWebACLCommand, } from "./commands/CreateWebACLCommand";
|
|
9
9
|
import { DeleteAPIKeyCommand, } from "./commands/DeleteAPIKeyCommand";
|
|
10
10
|
import { DeleteFirewallManagerRuleGroupsCommand, } from "./commands/DeleteFirewallManagerRuleGroupsCommand";
|
|
11
|
-
import { DeleteIPSetCommand } from "./commands/DeleteIPSetCommand";
|
|
11
|
+
import { DeleteIPSetCommand, } from "./commands/DeleteIPSetCommand";
|
|
12
12
|
import { DeleteLoggingConfigurationCommand, } from "./commands/DeleteLoggingConfigurationCommand";
|
|
13
13
|
import { DeletePermissionPolicyCommand, } from "./commands/DeletePermissionPolicyCommand";
|
|
14
14
|
import { DeleteRegexPatternSetCommand, } from "./commands/DeleteRegexPatternSetCommand";
|
|
@@ -32,10 +32,10 @@ import { GetSampledRequestsCommand, } from "./commands/GetSampledRequestsCommand
|
|
|
32
32
|
import { GetTopPathStatisticsByTrafficCommand, } from "./commands/GetTopPathStatisticsByTrafficCommand";
|
|
33
33
|
import { GetWebACLCommand } from "./commands/GetWebACLCommand";
|
|
34
34
|
import { GetWebACLForResourceCommand, } from "./commands/GetWebACLForResourceCommand";
|
|
35
|
-
import { ListAPIKeysCommand } from "./commands/ListAPIKeysCommand";
|
|
35
|
+
import { ListAPIKeysCommand, } from "./commands/ListAPIKeysCommand";
|
|
36
36
|
import { ListAvailableManagedRuleGroupsCommand, } from "./commands/ListAvailableManagedRuleGroupsCommand";
|
|
37
37
|
import { ListAvailableManagedRuleGroupVersionsCommand, } from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
|
|
38
|
-
import { ListIPSetsCommand } from "./commands/ListIPSetsCommand";
|
|
38
|
+
import { ListIPSetsCommand, } from "./commands/ListIPSetsCommand";
|
|
39
39
|
import { ListLoggingConfigurationsCommand, } from "./commands/ListLoggingConfigurationsCommand";
|
|
40
40
|
import { ListManagedRuleSetsCommand, } from "./commands/ListManagedRuleSetsCommand";
|
|
41
41
|
import { ListMobileSdkReleasesCommand, } from "./commands/ListMobileSdkReleasesCommand";
|
|
@@ -43,13 +43,13 @@ import { ListRegexPatternSetsCommand, } from "./commands/ListRegexPatternSetsCom
|
|
|
43
43
|
import { ListResourcesForWebACLCommand, } from "./commands/ListResourcesForWebACLCommand";
|
|
44
44
|
import { ListRuleGroupsCommand, } from "./commands/ListRuleGroupsCommand";
|
|
45
45
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
46
|
-
import { ListWebACLsCommand } from "./commands/ListWebACLsCommand";
|
|
46
|
+
import { ListWebACLsCommand, } from "./commands/ListWebACLsCommand";
|
|
47
47
|
import { PutLoggingConfigurationCommand, } from "./commands/PutLoggingConfigurationCommand";
|
|
48
48
|
import { PutManagedRuleSetVersionsCommand, } from "./commands/PutManagedRuleSetVersionsCommand";
|
|
49
49
|
import { PutPermissionPolicyCommand, } from "./commands/PutPermissionPolicyCommand";
|
|
50
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
50
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
51
51
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
52
|
-
import { UpdateIPSetCommand } from "./commands/UpdateIPSetCommand";
|
|
52
|
+
import { UpdateIPSetCommand, } from "./commands/UpdateIPSetCommand";
|
|
53
53
|
import { UpdateManagedRuleSetVersionExpiryDateCommand, } from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
|
|
54
54
|
import { UpdateRegexPatternSetCommand, } from "./commands/UpdateRegexPatternSetCommand";
|
|
55
55
|
import { UpdateRuleGroupCommand, } from "./commands/UpdateRuleGroupCommand";
|
package/dist-types/WAFV2.d.ts
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
-
import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand";
|
|
3
|
-
import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "./commands/CheckCapacityCommand";
|
|
4
|
-
import { CreateAPIKeyCommandInput, CreateAPIKeyCommandOutput } from "./commands/CreateAPIKeyCommand";
|
|
5
|
-
import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
|
|
6
|
-
import { CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput } from "./commands/CreateRegexPatternSetCommand";
|
|
7
|
-
import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
|
|
8
|
-
import { CreateWebACLCommandInput, CreateWebACLCommandOutput } from "./commands/CreateWebACLCommand";
|
|
9
|
-
import { DeleteAPIKeyCommandInput, DeleteAPIKeyCommandOutput } from "./commands/DeleteAPIKeyCommand";
|
|
10
|
-
import { DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput } from "./commands/DeleteFirewallManagerRuleGroupsCommand";
|
|
11
|
-
import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
|
|
12
|
-
import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "./commands/DeleteLoggingConfigurationCommand";
|
|
13
|
-
import { DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput } from "./commands/DeletePermissionPolicyCommand";
|
|
14
|
-
import { DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput } from "./commands/DeleteRegexPatternSetCommand";
|
|
15
|
-
import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
|
|
16
|
-
import { DeleteWebACLCommandInput, DeleteWebACLCommandOutput } from "./commands/DeleteWebACLCommand";
|
|
17
|
-
import { DescribeAllManagedProductsCommandInput, DescribeAllManagedProductsCommandOutput } from "./commands/DescribeAllManagedProductsCommand";
|
|
18
|
-
import { DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput } from "./commands/DescribeManagedProductsByVendorCommand";
|
|
19
|
-
import { DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput } from "./commands/DescribeManagedRuleGroupCommand";
|
|
20
|
-
import { DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput } from "./commands/DisassociateWebACLCommand";
|
|
21
|
-
import { GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput } from "./commands/GenerateMobileSdkReleaseUrlCommand";
|
|
22
|
-
import { GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput } from "./commands/GetDecryptedAPIKeyCommand";
|
|
23
|
-
import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
|
|
24
|
-
import { GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput } from "./commands/GetLoggingConfigurationCommand";
|
|
25
|
-
import { GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput } from "./commands/GetManagedRuleSetCommand";
|
|
26
|
-
import { GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput } from "./commands/GetMobileSdkReleaseCommand";
|
|
27
|
-
import { GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput } from "./commands/GetPermissionPolicyCommand";
|
|
28
|
-
import { GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput } from "./commands/GetRateBasedStatementManagedKeysCommand";
|
|
29
|
-
import { GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput } from "./commands/GetRegexPatternSetCommand";
|
|
30
|
-
import { GetRuleGroupCommandInput, GetRuleGroupCommandOutput } from "./commands/GetRuleGroupCommand";
|
|
31
|
-
import { GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput } from "./commands/GetSampledRequestsCommand";
|
|
32
|
-
import { GetTopPathStatisticsByTrafficCommandInput, GetTopPathStatisticsByTrafficCommandOutput } from "./commands/GetTopPathStatisticsByTrafficCommand";
|
|
33
|
-
import { GetWebACLCommandInput, GetWebACLCommandOutput } from "./commands/GetWebACLCommand";
|
|
34
|
-
import { GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput } from "./commands/GetWebACLForResourceCommand";
|
|
35
|
-
import { ListAPIKeysCommandInput, ListAPIKeysCommandOutput } from "./commands/ListAPIKeysCommand";
|
|
36
|
-
import { ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput } from "./commands/ListAvailableManagedRuleGroupsCommand";
|
|
37
|
-
import { ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput } from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
|
|
38
|
-
import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
|
|
39
|
-
import { ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput } from "./commands/ListLoggingConfigurationsCommand";
|
|
40
|
-
import { ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput } from "./commands/ListManagedRuleSetsCommand";
|
|
41
|
-
import { ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput } from "./commands/ListMobileSdkReleasesCommand";
|
|
42
|
-
import { ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput } from "./commands/ListRegexPatternSetsCommand";
|
|
43
|
-
import { ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput } from "./commands/ListResourcesForWebACLCommand";
|
|
44
|
-
import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
|
|
45
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
46
|
-
import { ListWebACLsCommandInput, ListWebACLsCommandOutput } from "./commands/ListWebACLsCommand";
|
|
47
|
-
import { PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput } from "./commands/PutLoggingConfigurationCommand";
|
|
48
|
-
import { PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput } from "./commands/PutManagedRuleSetVersionsCommand";
|
|
49
|
-
import { PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput } from "./commands/PutPermissionPolicyCommand";
|
|
50
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
51
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
52
|
-
import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
|
|
53
|
-
import { UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput } from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
|
|
54
|
-
import { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput } from "./commands/UpdateRegexPatternSetCommand";
|
|
55
|
-
import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
|
|
56
|
-
import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "./commands/UpdateWebACLCommand";
|
|
2
|
+
import { type AssociateWebACLCommandInput, type AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand";
|
|
3
|
+
import { type CheckCapacityCommandInput, type CheckCapacityCommandOutput } from "./commands/CheckCapacityCommand";
|
|
4
|
+
import { type CreateAPIKeyCommandInput, type CreateAPIKeyCommandOutput } from "./commands/CreateAPIKeyCommand";
|
|
5
|
+
import { type CreateIPSetCommandInput, type CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
|
|
6
|
+
import { type CreateRegexPatternSetCommandInput, type CreateRegexPatternSetCommandOutput } from "./commands/CreateRegexPatternSetCommand";
|
|
7
|
+
import { type CreateRuleGroupCommandInput, type CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
|
|
8
|
+
import { type CreateWebACLCommandInput, type CreateWebACLCommandOutput } from "./commands/CreateWebACLCommand";
|
|
9
|
+
import { type DeleteAPIKeyCommandInput, type DeleteAPIKeyCommandOutput } from "./commands/DeleteAPIKeyCommand";
|
|
10
|
+
import { type DeleteFirewallManagerRuleGroupsCommandInput, type DeleteFirewallManagerRuleGroupsCommandOutput } from "./commands/DeleteFirewallManagerRuleGroupsCommand";
|
|
11
|
+
import { type DeleteIPSetCommandInput, type DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
|
|
12
|
+
import { type DeleteLoggingConfigurationCommandInput, type DeleteLoggingConfigurationCommandOutput } from "./commands/DeleteLoggingConfigurationCommand";
|
|
13
|
+
import { type DeletePermissionPolicyCommandInput, type DeletePermissionPolicyCommandOutput } from "./commands/DeletePermissionPolicyCommand";
|
|
14
|
+
import { type DeleteRegexPatternSetCommandInput, type DeleteRegexPatternSetCommandOutput } from "./commands/DeleteRegexPatternSetCommand";
|
|
15
|
+
import { type DeleteRuleGroupCommandInput, type DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
|
|
16
|
+
import { type DeleteWebACLCommandInput, type DeleteWebACLCommandOutput } from "./commands/DeleteWebACLCommand";
|
|
17
|
+
import { type DescribeAllManagedProductsCommandInput, type DescribeAllManagedProductsCommandOutput } from "./commands/DescribeAllManagedProductsCommand";
|
|
18
|
+
import { type DescribeManagedProductsByVendorCommandInput, type DescribeManagedProductsByVendorCommandOutput } from "./commands/DescribeManagedProductsByVendorCommand";
|
|
19
|
+
import { type DescribeManagedRuleGroupCommandInput, type DescribeManagedRuleGroupCommandOutput } from "./commands/DescribeManagedRuleGroupCommand";
|
|
20
|
+
import { type DisassociateWebACLCommandInput, type DisassociateWebACLCommandOutput } from "./commands/DisassociateWebACLCommand";
|
|
21
|
+
import { type GenerateMobileSdkReleaseUrlCommandInput, type GenerateMobileSdkReleaseUrlCommandOutput } from "./commands/GenerateMobileSdkReleaseUrlCommand";
|
|
22
|
+
import { type GetDecryptedAPIKeyCommandInput, type GetDecryptedAPIKeyCommandOutput } from "./commands/GetDecryptedAPIKeyCommand";
|
|
23
|
+
import { type GetIPSetCommandInput, type GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
|
|
24
|
+
import { type GetLoggingConfigurationCommandInput, type GetLoggingConfigurationCommandOutput } from "./commands/GetLoggingConfigurationCommand";
|
|
25
|
+
import { type GetManagedRuleSetCommandInput, type GetManagedRuleSetCommandOutput } from "./commands/GetManagedRuleSetCommand";
|
|
26
|
+
import { type GetMobileSdkReleaseCommandInput, type GetMobileSdkReleaseCommandOutput } from "./commands/GetMobileSdkReleaseCommand";
|
|
27
|
+
import { type GetPermissionPolicyCommandInput, type GetPermissionPolicyCommandOutput } from "./commands/GetPermissionPolicyCommand";
|
|
28
|
+
import { type GetRateBasedStatementManagedKeysCommandInput, type GetRateBasedStatementManagedKeysCommandOutput } from "./commands/GetRateBasedStatementManagedKeysCommand";
|
|
29
|
+
import { type GetRegexPatternSetCommandInput, type GetRegexPatternSetCommandOutput } from "./commands/GetRegexPatternSetCommand";
|
|
30
|
+
import { type GetRuleGroupCommandInput, type GetRuleGroupCommandOutput } from "./commands/GetRuleGroupCommand";
|
|
31
|
+
import { type GetSampledRequestsCommandInput, type GetSampledRequestsCommandOutput } from "./commands/GetSampledRequestsCommand";
|
|
32
|
+
import { type GetTopPathStatisticsByTrafficCommandInput, type GetTopPathStatisticsByTrafficCommandOutput } from "./commands/GetTopPathStatisticsByTrafficCommand";
|
|
33
|
+
import { type GetWebACLCommandInput, type GetWebACLCommandOutput } from "./commands/GetWebACLCommand";
|
|
34
|
+
import { type GetWebACLForResourceCommandInput, type GetWebACLForResourceCommandOutput } from "./commands/GetWebACLForResourceCommand";
|
|
35
|
+
import { type ListAPIKeysCommandInput, type ListAPIKeysCommandOutput } from "./commands/ListAPIKeysCommand";
|
|
36
|
+
import { type ListAvailableManagedRuleGroupsCommandInput, type ListAvailableManagedRuleGroupsCommandOutput } from "./commands/ListAvailableManagedRuleGroupsCommand";
|
|
37
|
+
import { type ListAvailableManagedRuleGroupVersionsCommandInput, type ListAvailableManagedRuleGroupVersionsCommandOutput } from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
|
|
38
|
+
import { type ListIPSetsCommandInput, type ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
|
|
39
|
+
import { type ListLoggingConfigurationsCommandInput, type ListLoggingConfigurationsCommandOutput } from "./commands/ListLoggingConfigurationsCommand";
|
|
40
|
+
import { type ListManagedRuleSetsCommandInput, type ListManagedRuleSetsCommandOutput } from "./commands/ListManagedRuleSetsCommand";
|
|
41
|
+
import { type ListMobileSdkReleasesCommandInput, type ListMobileSdkReleasesCommandOutput } from "./commands/ListMobileSdkReleasesCommand";
|
|
42
|
+
import { type ListRegexPatternSetsCommandInput, type ListRegexPatternSetsCommandOutput } from "./commands/ListRegexPatternSetsCommand";
|
|
43
|
+
import { type ListResourcesForWebACLCommandInput, type ListResourcesForWebACLCommandOutput } from "./commands/ListResourcesForWebACLCommand";
|
|
44
|
+
import { type ListRuleGroupsCommandInput, type ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
|
|
45
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
46
|
+
import { type ListWebACLsCommandInput, type ListWebACLsCommandOutput } from "./commands/ListWebACLsCommand";
|
|
47
|
+
import { type PutLoggingConfigurationCommandInput, type PutLoggingConfigurationCommandOutput } from "./commands/PutLoggingConfigurationCommand";
|
|
48
|
+
import { type PutManagedRuleSetVersionsCommandInput, type PutManagedRuleSetVersionsCommandOutput } from "./commands/PutManagedRuleSetVersionsCommand";
|
|
49
|
+
import { type PutPermissionPolicyCommandInput, type PutPermissionPolicyCommandOutput } from "./commands/PutPermissionPolicyCommand";
|
|
50
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
51
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
52
|
+
import { type UpdateIPSetCommandInput, type UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
|
|
53
|
+
import { type UpdateManagedRuleSetVersionExpiryDateCommandInput, type UpdateManagedRuleSetVersionExpiryDateCommandOutput } from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
|
|
54
|
+
import { type UpdateRegexPatternSetCommandInput, type UpdateRegexPatternSetCommandOutput } from "./commands/UpdateRegexPatternSetCommand";
|
|
55
|
+
import { type UpdateRuleGroupCommandInput, type UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
|
|
56
|
+
import { type UpdateWebACLCommandInput, type UpdateWebACLCommandOutput } from "./commands/UpdateWebACLCommand";
|
|
57
57
|
import { WAFV2Client } from "./WAFV2Client";
|
|
58
58
|
export interface WAFV2 {
|
|
59
59
|
/**
|
|
@@ -5,64 +5,64 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand";
|
|
11
|
-
import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "./commands/CheckCapacityCommand";
|
|
12
|
-
import { CreateAPIKeyCommandInput, CreateAPIKeyCommandOutput } from "./commands/CreateAPIKeyCommand";
|
|
13
|
-
import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
|
|
14
|
-
import { CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput } from "./commands/CreateRegexPatternSetCommand";
|
|
15
|
-
import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
|
|
16
|
-
import { CreateWebACLCommandInput, CreateWebACLCommandOutput } from "./commands/CreateWebACLCommand";
|
|
17
|
-
import { DeleteAPIKeyCommandInput, DeleteAPIKeyCommandOutput } from "./commands/DeleteAPIKeyCommand";
|
|
18
|
-
import { DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput } from "./commands/DeleteFirewallManagerRuleGroupsCommand";
|
|
19
|
-
import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
|
|
20
|
-
import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "./commands/DeleteLoggingConfigurationCommand";
|
|
21
|
-
import { DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput } from "./commands/DeletePermissionPolicyCommand";
|
|
22
|
-
import { DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput } from "./commands/DeleteRegexPatternSetCommand";
|
|
23
|
-
import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
|
|
24
|
-
import { DeleteWebACLCommandInput, DeleteWebACLCommandOutput } from "./commands/DeleteWebACLCommand";
|
|
25
|
-
import { DescribeAllManagedProductsCommandInput, DescribeAllManagedProductsCommandOutput } from "./commands/DescribeAllManagedProductsCommand";
|
|
26
|
-
import { DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput } from "./commands/DescribeManagedProductsByVendorCommand";
|
|
27
|
-
import { DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput } from "./commands/DescribeManagedRuleGroupCommand";
|
|
28
|
-
import { DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput } from "./commands/DisassociateWebACLCommand";
|
|
29
|
-
import { GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput } from "./commands/GenerateMobileSdkReleaseUrlCommand";
|
|
30
|
-
import { GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput } from "./commands/GetDecryptedAPIKeyCommand";
|
|
31
|
-
import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
|
|
32
|
-
import { GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput } from "./commands/GetLoggingConfigurationCommand";
|
|
33
|
-
import { GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput } from "./commands/GetManagedRuleSetCommand";
|
|
34
|
-
import { GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput } from "./commands/GetMobileSdkReleaseCommand";
|
|
35
|
-
import { GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput } from "./commands/GetPermissionPolicyCommand";
|
|
36
|
-
import { GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput } from "./commands/GetRateBasedStatementManagedKeysCommand";
|
|
37
|
-
import { GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput } from "./commands/GetRegexPatternSetCommand";
|
|
38
|
-
import { GetRuleGroupCommandInput, GetRuleGroupCommandOutput } from "./commands/GetRuleGroupCommand";
|
|
39
|
-
import { GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput } from "./commands/GetSampledRequestsCommand";
|
|
40
|
-
import { GetTopPathStatisticsByTrafficCommandInput, GetTopPathStatisticsByTrafficCommandOutput } from "./commands/GetTopPathStatisticsByTrafficCommand";
|
|
41
|
-
import { GetWebACLCommandInput, GetWebACLCommandOutput } from "./commands/GetWebACLCommand";
|
|
42
|
-
import { GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput } from "./commands/GetWebACLForResourceCommand";
|
|
43
|
-
import { ListAPIKeysCommandInput, ListAPIKeysCommandOutput } from "./commands/ListAPIKeysCommand";
|
|
44
|
-
import { ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput } from "./commands/ListAvailableManagedRuleGroupsCommand";
|
|
45
|
-
import { ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput } from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
|
|
46
|
-
import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
|
|
47
|
-
import { ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput } from "./commands/ListLoggingConfigurationsCommand";
|
|
48
|
-
import { ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput } from "./commands/ListManagedRuleSetsCommand";
|
|
49
|
-
import { ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput } from "./commands/ListMobileSdkReleasesCommand";
|
|
50
|
-
import { ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput } from "./commands/ListRegexPatternSetsCommand";
|
|
51
|
-
import { ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput } from "./commands/ListResourcesForWebACLCommand";
|
|
52
|
-
import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
|
|
53
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
54
|
-
import { ListWebACLsCommandInput, ListWebACLsCommandOutput } from "./commands/ListWebACLsCommand";
|
|
55
|
-
import { PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput } from "./commands/PutLoggingConfigurationCommand";
|
|
56
|
-
import { PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput } from "./commands/PutManagedRuleSetVersionsCommand";
|
|
57
|
-
import { PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput } from "./commands/PutPermissionPolicyCommand";
|
|
58
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
59
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
60
|
-
import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
|
|
61
|
-
import { UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput } from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
|
|
62
|
-
import { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput } from "./commands/UpdateRegexPatternSetCommand";
|
|
63
|
-
import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
|
|
64
|
-
import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "./commands/UpdateWebACLCommand";
|
|
65
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand";
|
|
11
|
+
import type { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "./commands/CheckCapacityCommand";
|
|
12
|
+
import type { CreateAPIKeyCommandInput, CreateAPIKeyCommandOutput } from "./commands/CreateAPIKeyCommand";
|
|
13
|
+
import type { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
|
|
14
|
+
import type { CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput } from "./commands/CreateRegexPatternSetCommand";
|
|
15
|
+
import type { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
|
|
16
|
+
import type { CreateWebACLCommandInput, CreateWebACLCommandOutput } from "./commands/CreateWebACLCommand";
|
|
17
|
+
import type { DeleteAPIKeyCommandInput, DeleteAPIKeyCommandOutput } from "./commands/DeleteAPIKeyCommand";
|
|
18
|
+
import type { DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput } from "./commands/DeleteFirewallManagerRuleGroupsCommand";
|
|
19
|
+
import type { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
|
|
20
|
+
import type { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "./commands/DeleteLoggingConfigurationCommand";
|
|
21
|
+
import type { DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput } from "./commands/DeletePermissionPolicyCommand";
|
|
22
|
+
import type { DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput } from "./commands/DeleteRegexPatternSetCommand";
|
|
23
|
+
import type { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
|
|
24
|
+
import type { DeleteWebACLCommandInput, DeleteWebACLCommandOutput } from "./commands/DeleteWebACLCommand";
|
|
25
|
+
import type { DescribeAllManagedProductsCommandInput, DescribeAllManagedProductsCommandOutput } from "./commands/DescribeAllManagedProductsCommand";
|
|
26
|
+
import type { DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput } from "./commands/DescribeManagedProductsByVendorCommand";
|
|
27
|
+
import type { DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput } from "./commands/DescribeManagedRuleGroupCommand";
|
|
28
|
+
import type { DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput } from "./commands/DisassociateWebACLCommand";
|
|
29
|
+
import type { GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput } from "./commands/GenerateMobileSdkReleaseUrlCommand";
|
|
30
|
+
import type { GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput } from "./commands/GetDecryptedAPIKeyCommand";
|
|
31
|
+
import type { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
|
|
32
|
+
import type { GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput } from "./commands/GetLoggingConfigurationCommand";
|
|
33
|
+
import type { GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput } from "./commands/GetManagedRuleSetCommand";
|
|
34
|
+
import type { GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput } from "./commands/GetMobileSdkReleaseCommand";
|
|
35
|
+
import type { GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput } from "./commands/GetPermissionPolicyCommand";
|
|
36
|
+
import type { GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput } from "./commands/GetRateBasedStatementManagedKeysCommand";
|
|
37
|
+
import type { GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput } from "./commands/GetRegexPatternSetCommand";
|
|
38
|
+
import type { GetRuleGroupCommandInput, GetRuleGroupCommandOutput } from "./commands/GetRuleGroupCommand";
|
|
39
|
+
import type { GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput } from "./commands/GetSampledRequestsCommand";
|
|
40
|
+
import type { GetTopPathStatisticsByTrafficCommandInput, GetTopPathStatisticsByTrafficCommandOutput } from "./commands/GetTopPathStatisticsByTrafficCommand";
|
|
41
|
+
import type { GetWebACLCommandInput, GetWebACLCommandOutput } from "./commands/GetWebACLCommand";
|
|
42
|
+
import type { GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput } from "./commands/GetWebACLForResourceCommand";
|
|
43
|
+
import type { ListAPIKeysCommandInput, ListAPIKeysCommandOutput } from "./commands/ListAPIKeysCommand";
|
|
44
|
+
import type { ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput } from "./commands/ListAvailableManagedRuleGroupsCommand";
|
|
45
|
+
import type { ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput } from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
|
|
46
|
+
import type { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
|
|
47
|
+
import type { ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput } from "./commands/ListLoggingConfigurationsCommand";
|
|
48
|
+
import type { ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput } from "./commands/ListManagedRuleSetsCommand";
|
|
49
|
+
import type { ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput } from "./commands/ListMobileSdkReleasesCommand";
|
|
50
|
+
import type { ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput } from "./commands/ListRegexPatternSetsCommand";
|
|
51
|
+
import type { ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput } from "./commands/ListResourcesForWebACLCommand";
|
|
52
|
+
import type { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
|
|
53
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
54
|
+
import type { ListWebACLsCommandInput, ListWebACLsCommandOutput } from "./commands/ListWebACLsCommand";
|
|
55
|
+
import type { PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput } from "./commands/PutLoggingConfigurationCommand";
|
|
56
|
+
import type { PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput } from "./commands/PutManagedRuleSetVersionsCommand";
|
|
57
|
+
import type { PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput } from "./commands/PutPermissionPolicyCommand";
|
|
58
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
59
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
60
|
+
import type { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
|
|
61
|
+
import type { UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput } from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
|
|
62
|
+
import type { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput } from "./commands/UpdateRegexPatternSetCommand";
|
|
63
|
+
import type { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
|
|
64
|
+
import type { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "./commands/UpdateWebACLCommand";
|
|
65
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
66
66
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
67
67
|
export { __Client };
|
|
68
68
|
/**
|
|
@@ -171,7 +171,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
171
171
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
172
172
|
* @internal
|
|
173
173
|
*/
|
|
174
|
-
defaultUserAgentProvider?:
|
|
174
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
175
175
|
/**
|
|
176
176
|
* Default credentials provider; Not available in browser runtime.
|
|
177
177
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { WAFV2HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
*/
|
|
41
41
|
export * from "./WAFV2Client";
|
|
42
42
|
export * from "./WAFV2";
|
|
43
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
43
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
44
44
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
45
45
|
export type { WAFV2ExtensionConfiguration } from "./extensionConfiguration";
|
|
46
46
|
export * from "./commands";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { ParameterExceptionField } from "./enums";
|
|
3
|
-
import { DisallowedFeature } from "./models_0";
|
|
2
|
+
import type { ParameterExceptionField } from "./enums";
|
|
3
|
+
import type { DisallowedFeature } from "./models_0";
|
|
4
4
|
import { WAFV2ServiceException as __BaseException } from "./WAFV2ServiceException";
|
|
5
5
|
/**
|
|
6
6
|
* <p>The operation failed because the specified WAF feature isn't supported by the CloudFront pricing plan associated with the web ACL.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionValue, AssociatedResourceType, BodyParsingFallbackBehavior, ComparisonOperator, CountryCode, DataProtectionAction, FailureReason, FallbackBehavior, FieldToProtectType, FilterBehavior, FilterRequirement, ForwardedIPPosition, InspectionLevel, IPAddressVersion, JsonMatchScope, LabelMatchScope, LogScope, LogType, LowReputationMode, MapMatchScope, OversizeHandling, PayloadType, Platform, PositionalConstraint, RateBasedStatementAggregateKeyType, ResourceType, ResponseContentType, Scope, SensitivityLevel, SensitivityToAct, SizeInspectionLimit, TextTransformationType, UsageOfAction } from "./enums";
|
|
1
|
+
import type { ActionValue, AssociatedResourceType, BodyParsingFallbackBehavior, ComparisonOperator, CountryCode, DataProtectionAction, FailureReason, FallbackBehavior, FieldToProtectType, FilterBehavior, FilterRequirement, ForwardedIPPosition, InspectionLevel, IPAddressVersion, JsonMatchScope, LabelMatchScope, LogScope, LogType, LowReputationMode, MapMatchScope, OversizeHandling, PayloadType, Platform, PositionalConstraint, RateBasedStatementAggregateKeyType, ResourceType, ResponseContentType, Scope, SensitivityLevel, SensitivityToAct, SizeInspectionLimit, TextTransformationType, UsageOfAction } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>A single action condition for a <a>Condition</a> in a logging filter.</p>
|
|
4
4
|
* @public
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -402,7 +401,7 @@ export interface ClientDefaults
|
|
|
402
401
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
403
402
|
region?: string | __Provider<string>;
|
|
404
403
|
profile?: string;
|
|
405
|
-
defaultUserAgentProvider?:
|
|
404
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
406
405
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
407
406
|
maxAttempts?: number | __Provider<number>;
|
|
408
407
|
retryMode?: string | __Provider<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wafv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-wafv2",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|