@aws-sdk/client-waf 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/WAF.d.ts +1313 -390
- package/dist-types/ts3.4/WAFClient.d.ts +565 -150
- package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/WAFServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1929 -2235
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
export * from "./CreateByteMatchSetCommand";
|
|
2
|
-
export * from "./CreateGeoMatchSetCommand";
|
|
3
|
-
export * from "./CreateIPSetCommand";
|
|
4
|
-
export * from "./CreateRateBasedRuleCommand";
|
|
5
|
-
export * from "./CreateRegexMatchSetCommand";
|
|
6
|
-
export * from "./CreateRegexPatternSetCommand";
|
|
7
|
-
export * from "./CreateRuleCommand";
|
|
8
|
-
export * from "./CreateRuleGroupCommand";
|
|
9
|
-
export * from "./CreateSizeConstraintSetCommand";
|
|
10
|
-
export * from "./CreateSqlInjectionMatchSetCommand";
|
|
11
|
-
export * from "./CreateWebACLCommand";
|
|
12
|
-
export * from "./CreateWebACLMigrationStackCommand";
|
|
13
|
-
export * from "./CreateXssMatchSetCommand";
|
|
14
|
-
export * from "./DeleteByteMatchSetCommand";
|
|
15
|
-
export * from "./DeleteGeoMatchSetCommand";
|
|
16
|
-
export * from "./DeleteIPSetCommand";
|
|
17
|
-
export * from "./DeleteLoggingConfigurationCommand";
|
|
18
|
-
export * from "./DeletePermissionPolicyCommand";
|
|
19
|
-
export * from "./DeleteRateBasedRuleCommand";
|
|
20
|
-
export * from "./DeleteRegexMatchSetCommand";
|
|
21
|
-
export * from "./DeleteRegexPatternSetCommand";
|
|
22
|
-
export * from "./DeleteRuleCommand";
|
|
23
|
-
export * from "./DeleteRuleGroupCommand";
|
|
24
|
-
export * from "./DeleteSizeConstraintSetCommand";
|
|
25
|
-
export * from "./DeleteSqlInjectionMatchSetCommand";
|
|
26
|
-
export * from "./DeleteWebACLCommand";
|
|
27
|
-
export * from "./DeleteXssMatchSetCommand";
|
|
28
|
-
export * from "./GetByteMatchSetCommand";
|
|
29
|
-
export * from "./GetChangeTokenCommand";
|
|
30
|
-
export * from "./GetChangeTokenStatusCommand";
|
|
31
|
-
export * from "./GetGeoMatchSetCommand";
|
|
32
|
-
export * from "./GetIPSetCommand";
|
|
33
|
-
export * from "./GetLoggingConfigurationCommand";
|
|
34
|
-
export * from "./GetPermissionPolicyCommand";
|
|
35
|
-
export * from "./GetRateBasedRuleCommand";
|
|
36
|
-
export * from "./GetRateBasedRuleManagedKeysCommand";
|
|
37
|
-
export * from "./GetRegexMatchSetCommand";
|
|
38
|
-
export * from "./GetRegexPatternSetCommand";
|
|
39
|
-
export * from "./GetRuleCommand";
|
|
40
|
-
export * from "./GetRuleGroupCommand";
|
|
41
|
-
export * from "./GetSampledRequestsCommand";
|
|
42
|
-
export * from "./GetSizeConstraintSetCommand";
|
|
43
|
-
export * from "./GetSqlInjectionMatchSetCommand";
|
|
44
|
-
export * from "./GetWebACLCommand";
|
|
45
|
-
export * from "./GetXssMatchSetCommand";
|
|
46
|
-
export * from "./ListActivatedRulesInRuleGroupCommand";
|
|
47
|
-
export * from "./ListByteMatchSetsCommand";
|
|
48
|
-
export * from "./ListGeoMatchSetsCommand";
|
|
49
|
-
export * from "./ListIPSetsCommand";
|
|
50
|
-
export * from "./ListLoggingConfigurationsCommand";
|
|
51
|
-
export * from "./ListRateBasedRulesCommand";
|
|
52
|
-
export * from "./ListRegexMatchSetsCommand";
|
|
53
|
-
export * from "./ListRegexPatternSetsCommand";
|
|
54
|
-
export * from "./ListRuleGroupsCommand";
|
|
55
|
-
export * from "./ListRulesCommand";
|
|
56
|
-
export * from "./ListSizeConstraintSetsCommand";
|
|
57
|
-
export * from "./ListSqlInjectionMatchSetsCommand";
|
|
58
|
-
export * from "./ListSubscribedRuleGroupsCommand";
|
|
59
|
-
export * from "./ListTagsForResourceCommand";
|
|
60
|
-
export * from "./ListWebACLsCommand";
|
|
61
|
-
export * from "./ListXssMatchSetsCommand";
|
|
62
|
-
export * from "./PutLoggingConfigurationCommand";
|
|
63
|
-
export * from "./PutPermissionPolicyCommand";
|
|
64
|
-
export * from "./TagResourceCommand";
|
|
65
|
-
export * from "./UntagResourceCommand";
|
|
66
|
-
export * from "./UpdateByteMatchSetCommand";
|
|
67
|
-
export * from "./UpdateGeoMatchSetCommand";
|
|
68
|
-
export * from "./UpdateIPSetCommand";
|
|
69
|
-
export * from "./UpdateRateBasedRuleCommand";
|
|
70
|
-
export * from "./UpdateRegexMatchSetCommand";
|
|
71
|
-
export * from "./UpdateRegexPatternSetCommand";
|
|
72
|
-
export * from "./UpdateRuleCommand";
|
|
73
|
-
export * from "./UpdateRuleGroupCommand";
|
|
74
|
-
export * from "./UpdateSizeConstraintSetCommand";
|
|
75
|
-
export * from "./UpdateSqlInjectionMatchSetCommand";
|
|
76
|
-
export * from "./UpdateWebACLCommand";
|
|
77
|
-
export * from "./UpdateXssMatchSetCommand";
|
|
1
|
+
export * from "./CreateByteMatchSetCommand";
|
|
2
|
+
export * from "./CreateGeoMatchSetCommand";
|
|
3
|
+
export * from "./CreateIPSetCommand";
|
|
4
|
+
export * from "./CreateRateBasedRuleCommand";
|
|
5
|
+
export * from "./CreateRegexMatchSetCommand";
|
|
6
|
+
export * from "./CreateRegexPatternSetCommand";
|
|
7
|
+
export * from "./CreateRuleCommand";
|
|
8
|
+
export * from "./CreateRuleGroupCommand";
|
|
9
|
+
export * from "./CreateSizeConstraintSetCommand";
|
|
10
|
+
export * from "./CreateSqlInjectionMatchSetCommand";
|
|
11
|
+
export * from "./CreateWebACLCommand";
|
|
12
|
+
export * from "./CreateWebACLMigrationStackCommand";
|
|
13
|
+
export * from "./CreateXssMatchSetCommand";
|
|
14
|
+
export * from "./DeleteByteMatchSetCommand";
|
|
15
|
+
export * from "./DeleteGeoMatchSetCommand";
|
|
16
|
+
export * from "./DeleteIPSetCommand";
|
|
17
|
+
export * from "./DeleteLoggingConfigurationCommand";
|
|
18
|
+
export * from "./DeletePermissionPolicyCommand";
|
|
19
|
+
export * from "./DeleteRateBasedRuleCommand";
|
|
20
|
+
export * from "./DeleteRegexMatchSetCommand";
|
|
21
|
+
export * from "./DeleteRegexPatternSetCommand";
|
|
22
|
+
export * from "./DeleteRuleCommand";
|
|
23
|
+
export * from "./DeleteRuleGroupCommand";
|
|
24
|
+
export * from "./DeleteSizeConstraintSetCommand";
|
|
25
|
+
export * from "./DeleteSqlInjectionMatchSetCommand";
|
|
26
|
+
export * from "./DeleteWebACLCommand";
|
|
27
|
+
export * from "./DeleteXssMatchSetCommand";
|
|
28
|
+
export * from "./GetByteMatchSetCommand";
|
|
29
|
+
export * from "./GetChangeTokenCommand";
|
|
30
|
+
export * from "./GetChangeTokenStatusCommand";
|
|
31
|
+
export * from "./GetGeoMatchSetCommand";
|
|
32
|
+
export * from "./GetIPSetCommand";
|
|
33
|
+
export * from "./GetLoggingConfigurationCommand";
|
|
34
|
+
export * from "./GetPermissionPolicyCommand";
|
|
35
|
+
export * from "./GetRateBasedRuleCommand";
|
|
36
|
+
export * from "./GetRateBasedRuleManagedKeysCommand";
|
|
37
|
+
export * from "./GetRegexMatchSetCommand";
|
|
38
|
+
export * from "./GetRegexPatternSetCommand";
|
|
39
|
+
export * from "./GetRuleCommand";
|
|
40
|
+
export * from "./GetRuleGroupCommand";
|
|
41
|
+
export * from "./GetSampledRequestsCommand";
|
|
42
|
+
export * from "./GetSizeConstraintSetCommand";
|
|
43
|
+
export * from "./GetSqlInjectionMatchSetCommand";
|
|
44
|
+
export * from "./GetWebACLCommand";
|
|
45
|
+
export * from "./GetXssMatchSetCommand";
|
|
46
|
+
export * from "./ListActivatedRulesInRuleGroupCommand";
|
|
47
|
+
export * from "./ListByteMatchSetsCommand";
|
|
48
|
+
export * from "./ListGeoMatchSetsCommand";
|
|
49
|
+
export * from "./ListIPSetsCommand";
|
|
50
|
+
export * from "./ListLoggingConfigurationsCommand";
|
|
51
|
+
export * from "./ListRateBasedRulesCommand";
|
|
52
|
+
export * from "./ListRegexMatchSetsCommand";
|
|
53
|
+
export * from "./ListRegexPatternSetsCommand";
|
|
54
|
+
export * from "./ListRuleGroupsCommand";
|
|
55
|
+
export * from "./ListRulesCommand";
|
|
56
|
+
export * from "./ListSizeConstraintSetsCommand";
|
|
57
|
+
export * from "./ListSqlInjectionMatchSetsCommand";
|
|
58
|
+
export * from "./ListSubscribedRuleGroupsCommand";
|
|
59
|
+
export * from "./ListTagsForResourceCommand";
|
|
60
|
+
export * from "./ListWebACLsCommand";
|
|
61
|
+
export * from "./ListXssMatchSetsCommand";
|
|
62
|
+
export * from "./PutLoggingConfigurationCommand";
|
|
63
|
+
export * from "./PutPermissionPolicyCommand";
|
|
64
|
+
export * from "./TagResourceCommand";
|
|
65
|
+
export * from "./UntagResourceCommand";
|
|
66
|
+
export * from "./UpdateByteMatchSetCommand";
|
|
67
|
+
export * from "./UpdateGeoMatchSetCommand";
|
|
68
|
+
export * from "./UpdateIPSetCommand";
|
|
69
|
+
export * from "./UpdateRateBasedRuleCommand";
|
|
70
|
+
export * from "./UpdateRegexMatchSetCommand";
|
|
71
|
+
export * from "./UpdateRegexPatternSetCommand";
|
|
72
|
+
export * from "./UpdateRuleCommand";
|
|
73
|
+
export * from "./UpdateRuleGroupCommand";
|
|
74
|
+
export * from "./UpdateSizeConstraintSetCommand";
|
|
75
|
+
export * from "./UpdateSqlInjectionMatchSetCommand";
|
|
76
|
+
export * from "./UpdateWebACLCommand";
|
|
77
|
+
export * from "./UpdateXssMatchSetCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./WAF";
|
|
2
|
-
export * from "./WAFClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export { WAFServiceException } from "./models/WAFServiceException";
|
|
1
|
+
export * from "./WAF";
|
|
2
|
+
export * from "./WAFClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export { WAFServiceException } from "./models/WAFServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class WAFServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|