@aws-sdk/client-wafv2 3.933.0 → 3.935.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.
@@ -0,0 +1,194 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ParameterExceptionField } from "./enums";
3
+ import { DisallowedFeature } from "./models_0";
4
+ import { WAFV2ServiceException as __BaseException } from "./WAFV2ServiceException";
5
+ export declare class WAFFeatureNotIncludedInPricingPlanException extends __BaseException {
6
+ readonly name: "WAFFeatureNotIncludedInPricingPlanException";
7
+ readonly $fault: "client";
8
+ Message?: string | undefined;
9
+ DisallowedFeatures?: DisallowedFeature[] | undefined;
10
+ constructor(
11
+ opts: __ExceptionOptionType<
12
+ WAFFeatureNotIncludedInPricingPlanException,
13
+ __BaseException
14
+ >
15
+ );
16
+ }
17
+ export declare class WAFInternalErrorException extends __BaseException {
18
+ readonly name: "WAFInternalErrorException";
19
+ readonly $fault: "server";
20
+ Message?: string | undefined;
21
+ constructor(
22
+ opts: __ExceptionOptionType<WAFInternalErrorException, __BaseException>
23
+ );
24
+ }
25
+ export declare class WAFInvalidOperationException extends __BaseException {
26
+ readonly name: "WAFInvalidOperationException";
27
+ readonly $fault: "client";
28
+ Message?: string | undefined;
29
+ constructor(
30
+ opts: __ExceptionOptionType<WAFInvalidOperationException, __BaseException>
31
+ );
32
+ }
33
+ export declare class WAFInvalidParameterException extends __BaseException {
34
+ readonly name: "WAFInvalidParameterException";
35
+ readonly $fault: "client";
36
+ Field?: ParameterExceptionField | undefined;
37
+ Parameter?: string | undefined;
38
+ Reason?: string | undefined;
39
+ constructor(
40
+ opts: __ExceptionOptionType<WAFInvalidParameterException, __BaseException>
41
+ );
42
+ }
43
+ export declare class WAFLimitsExceededException extends __BaseException {
44
+ readonly name: "WAFLimitsExceededException";
45
+ readonly $fault: "client";
46
+ Message?: string | undefined;
47
+ SourceType?: string | undefined;
48
+ constructor(
49
+ opts: __ExceptionOptionType<WAFLimitsExceededException, __BaseException>
50
+ );
51
+ }
52
+ export declare class WAFNonexistentItemException extends __BaseException {
53
+ readonly name: "WAFNonexistentItemException";
54
+ readonly $fault: "client";
55
+ Message?: string | undefined;
56
+ constructor(
57
+ opts: __ExceptionOptionType<WAFNonexistentItemException, __BaseException>
58
+ );
59
+ }
60
+ export declare class WAFUnavailableEntityException extends __BaseException {
61
+ readonly name: "WAFUnavailableEntityException";
62
+ readonly $fault: "client";
63
+ Message?: string | undefined;
64
+ constructor(
65
+ opts: __ExceptionOptionType<WAFUnavailableEntityException, __BaseException>
66
+ );
67
+ }
68
+ export declare class WAFExpiredManagedRuleGroupVersionException extends __BaseException {
69
+ readonly name: "WAFExpiredManagedRuleGroupVersionException";
70
+ readonly $fault: "client";
71
+ Message?: string | undefined;
72
+ constructor(
73
+ opts: __ExceptionOptionType<
74
+ WAFExpiredManagedRuleGroupVersionException,
75
+ __BaseException
76
+ >
77
+ );
78
+ }
79
+ export declare class WAFInvalidResourceException extends __BaseException {
80
+ readonly name: "WAFInvalidResourceException";
81
+ readonly $fault: "client";
82
+ Message?: string | undefined;
83
+ constructor(
84
+ opts: __ExceptionOptionType<WAFInvalidResourceException, __BaseException>
85
+ );
86
+ }
87
+ export declare class WAFSubscriptionNotFoundException extends __BaseException {
88
+ readonly name: "WAFSubscriptionNotFoundException";
89
+ readonly $fault: "client";
90
+ Message?: string | undefined;
91
+ constructor(
92
+ opts: __ExceptionOptionType<
93
+ WAFSubscriptionNotFoundException,
94
+ __BaseException
95
+ >
96
+ );
97
+ }
98
+ export declare class WAFDuplicateItemException extends __BaseException {
99
+ readonly name: "WAFDuplicateItemException";
100
+ readonly $fault: "client";
101
+ Message?: string | undefined;
102
+ constructor(
103
+ opts: __ExceptionOptionType<WAFDuplicateItemException, __BaseException>
104
+ );
105
+ }
106
+ export declare class WAFOptimisticLockException extends __BaseException {
107
+ readonly name: "WAFOptimisticLockException";
108
+ readonly $fault: "client";
109
+ Message?: string | undefined;
110
+ constructor(
111
+ opts: __ExceptionOptionType<WAFOptimisticLockException, __BaseException>
112
+ );
113
+ }
114
+ export declare class WAFTagOperationException extends __BaseException {
115
+ readonly name: "WAFTagOperationException";
116
+ readonly $fault: "client";
117
+ Message?: string | undefined;
118
+ constructor(
119
+ opts: __ExceptionOptionType<WAFTagOperationException, __BaseException>
120
+ );
121
+ }
122
+ export declare class WAFTagOperationInternalErrorException extends __BaseException {
123
+ readonly name: "WAFTagOperationInternalErrorException";
124
+ readonly $fault: "server";
125
+ Message?: string | undefined;
126
+ constructor(
127
+ opts: __ExceptionOptionType<
128
+ WAFTagOperationInternalErrorException,
129
+ __BaseException
130
+ >
131
+ );
132
+ }
133
+ export declare class WAFConfigurationWarningException extends __BaseException {
134
+ readonly name: "WAFConfigurationWarningException";
135
+ readonly $fault: "client";
136
+ Message?: string | undefined;
137
+ constructor(
138
+ opts: __ExceptionOptionType<
139
+ WAFConfigurationWarningException,
140
+ __BaseException
141
+ >
142
+ );
143
+ }
144
+ export declare class WAFAssociatedItemException extends __BaseException {
145
+ readonly name: "WAFAssociatedItemException";
146
+ readonly $fault: "client";
147
+ Message?: string | undefined;
148
+ constructor(
149
+ opts: __ExceptionOptionType<WAFAssociatedItemException, __BaseException>
150
+ );
151
+ }
152
+ export declare class WAFUnsupportedAggregateKeyTypeException extends __BaseException {
153
+ readonly name: "WAFUnsupportedAggregateKeyTypeException";
154
+ readonly $fault: "client";
155
+ Message?: string | undefined;
156
+ constructor(
157
+ opts: __ExceptionOptionType<
158
+ WAFUnsupportedAggregateKeyTypeException,
159
+ __BaseException
160
+ >
161
+ );
162
+ }
163
+ export declare class WAFLogDestinationPermissionIssueException extends __BaseException {
164
+ readonly name: "WAFLogDestinationPermissionIssueException";
165
+ readonly $fault: "client";
166
+ Message?: string | undefined;
167
+ constructor(
168
+ opts: __ExceptionOptionType<
169
+ WAFLogDestinationPermissionIssueException,
170
+ __BaseException
171
+ >
172
+ );
173
+ }
174
+ export declare class WAFServiceLinkedRoleErrorException extends __BaseException {
175
+ readonly name: "WAFServiceLinkedRoleErrorException";
176
+ readonly $fault: "client";
177
+ constructor(
178
+ opts: __ExceptionOptionType<
179
+ WAFServiceLinkedRoleErrorException,
180
+ __BaseException
181
+ >
182
+ );
183
+ }
184
+ export declare class WAFInvalidPermissionPolicyException extends __BaseException {
185
+ readonly name: "WAFInvalidPermissionPolicyException";
186
+ readonly $fault: "client";
187
+ Message?: string | undefined;
188
+ constructor(
189
+ opts: __ExceptionOptionType<
190
+ WAFInvalidPermissionPolicyException,
191
+ __BaseException
192
+ >
193
+ );
194
+ }