AWS SDK for C++
AWS SDK for C++ Version 1.11.755
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-waf
include
aws
waf
model
GeoMatchConstraintValue.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/waf/WAF_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
WAF {
12
namespace
Model {
13
enum class
GeoMatchConstraintValue
{
14
NOT_SET
,
15
AF
,
16
AX
,
17
AL
,
18
DZ
,
19
AS
,
20
AD
,
21
AO
,
22
AI
,
23
AQ
,
24
AG
,
25
AR
,
26
AM
,
27
AW
,
28
AU
,
29
AT
,
30
AZ
,
31
BS
,
32
BH
,
33
BD
,
34
BB
,
35
BY
,
36
BE
,
37
BZ
,
38
BJ
,
39
BM
,
40
BT
,
41
BO
,
42
BQ
,
43
BA
,
44
BW
,
45
BV
,
46
BR
,
47
IO
,
48
BN
,
49
BG
,
50
BF
,
51
BI
,
52
KH
,
53
CM
,
54
CA
,
55
CV
,
56
KY
,
57
CF
,
58
TD
,
59
CL
,
60
CN
,
61
CX
,
62
CC
,
63
CO
,
64
KM
,
65
CG
,
66
CD
,
67
CK
,
68
CR
,
69
CI
,
70
HR
,
71
CU
,
72
CW
,
73
CY
,
74
CZ
,
75
DK
,
76
DJ
,
77
DM
,
78
DO
,
79
EC
,
80
EG
,
81
SV
,
82
GQ
,
83
ER
,
84
EE
,
85
ET
,
86
FK
,
87
FO
,
88
FJ
,
89
FI
,
90
FR
,
91
GF
,
92
PF
,
93
TF
,
94
GA
,
95
GM
,
96
GE
,
97
DE
,
98
GH
,
99
GI
,
100
GR
,
101
GL
,
102
GD
,
103
GP
,
104
GU
,
105
GT
,
106
GG
,
107
GN
,
108
GW
,
109
GY
,
110
HT
,
111
HM
,
112
VA
,
113
HN
,
114
HK
,
115
HU
,
116
IS
,
117
IN
,
118
ID
,
119
IR
,
120
IQ
,
121
IE
,
122
IM
,
123
IL
,
124
IT
,
125
JM
,
126
JP
,
127
JE
,
128
JO
,
129
KZ
,
130
KE
,
131
KI
,
132
KP
,
133
KR
,
134
KW
,
135
KG
,
136
LA
,
137
LV
,
138
LB
,
139
LS
,
140
LR
,
141
LY
,
142
LI
,
143
LT
,
144
LU
,
145
MO
,
146
MK
,
147
MG
,
148
MW
,
149
MY
,
150
MV
,
151
ML
,
152
MT
,
153
MH
,
154
MQ
,
155
MR
,
156
MU
,
157
YT
,
158
MX
,
159
FM
,
160
MD
,
161
MC
,
162
MN
,
163
ME
,
164
MS
,
165
MA
,
166
MZ
,
167
MM
,
168
NA
,
169
NR
,
170
NP
,
171
NL
,
172
NC
,
173
NZ
,
174
NI
,
175
NE
,
176
NG
,
177
NU
,
178
NF
,
179
MP
,
180
NO
,
181
OM
,
182
PK
,
183
PW
,
184
PS
,
185
PA
,
186
PG
,
187
PY
,
188
PE
,
189
PH
,
190
PN
,
191
PL
,
192
PT
,
193
PR
,
194
QA
,
195
RE
,
196
RO
,
197
RU
,
198
RW
,
199
BL
,
200
SH
,
201
KN
,
202
LC
,
203
MF
,
204
PM
,
205
VC
,
206
WS
,
207
SM
,
208
ST
,
209
SA
,
210
SN
,
211
RS
,
212
SC
,
213
SL
,
214
SG
,
215
SX
,
216
SK
,
217
SI
,
218
SB
,
219
SO
,
220
ZA
,
221
GS
,
222
SS
,
223
ES
,
224
LK
,
225
SD
,
226
SR
,
227
SJ
,
228
SZ
,
229
SE
,
230
CH
,
231
SY
,
232
TW
,
233
TJ
,
234
TZ
,
235
TH
,
236
TL
,
237
TG
,
238
TK
,
239
TO
,
240
TT
,
241
TN
,
242
TR
,
243
TM
,
244
TC
,
245
TV
,
246
UG
,
247
UA
,
248
AE
,
249
GB
,
250
US
,
251
UM
,
252
UY
,
253
UZ
,
254
VU
,
255
VE
,
256
VN
,
257
VG
,
258
VI
,
259
WF
,
260
EH
,
261
YE
,
262
ZM
,
263
ZW
264
};
265
266
namespace
GeoMatchConstraintValueMapper {
267
AWS_WAF_API
GeoMatchConstraintValue
GetGeoMatchConstraintValueForName
(
const
Aws::String
& name);
268
269
AWS_WAF_API
Aws::String
GetNameForGeoMatchConstraintValue
(
GeoMatchConstraintValue
value);
270
}
// namespace GeoMatchConstraintValueMapper
271
}
// namespace Model
272
}
// namespace WAF
273
}
// namespace Aws
Aws::WAF::Model::GeoMatchConstraintValueMapper::GetGeoMatchConstraintValueForName
AWS_WAF_API GeoMatchConstraintValue GetGeoMatchConstraintValueForName(const Aws::String &name)
Aws::WAF::Model::GeoMatchConstraintValueMapper::GetNameForGeoMatchConstraintValue
AWS_WAF_API Aws::String GetNameForGeoMatchConstraintValue(GeoMatchConstraintValue value)
Aws::WAF::Model::ComparisonOperator::LT
@ LT
Aws::WAF::Model::ComparisonOperator::GT
@ GT
Aws::WAF::Model::ComparisonOperator::NE
@ NE
Aws::WAF::Model::ComparisonOperator::GE
@ GE
Aws::WAF::Model::GeoMatchConstraintValue
GeoMatchConstraintValue
Definition
GeoMatchConstraintValue.h:13
Aws::WAF::Model::GeoMatchConstraintValue::MH
@ MH
Aws::WAF::Model::GeoMatchConstraintValue::GI
@ GI
Aws::WAF::Model::GeoMatchConstraintValue::ES
@ ES
Aws::WAF::Model::GeoMatchConstraintValue::JE
@ JE
Aws::WAF::Model::GeoMatchConstraintValue::PA
@ PA
Aws::WAF::Model::GeoMatchConstraintValue::AF
@ AF
Aws::WAF::Model::GeoMatchConstraintValue::EH
@ EH
Aws::WAF::Model::GeoMatchConstraintValue::MT
@ MT
Aws::WAF::Model::GeoMatchConstraintValue::AI
@ AI
Aws::WAF::Model::GeoMatchConstraintValue::QA
@ QA
Aws::WAF::Model::GeoMatchConstraintValue::MX
@ MX
Aws::WAF::Model::GeoMatchConstraintValue::IS
@ IS
Aws::WAF::Model::GeoMatchConstraintValue::PY
@ PY
Aws::WAF::Model::GeoMatchConstraintValue::SG
@ SG
Aws::WAF::Model::GeoMatchConstraintValue::PR
@ PR
Aws::WAF::Model::GeoMatchConstraintValue::FR
@ FR
Aws::WAF::Model::GeoMatchConstraintValue::MF
@ MF
Aws::WAF::Model::GeoMatchConstraintValue::TZ
@ TZ
Aws::WAF::Model::GeoMatchConstraintValue::SK
@ SK
Aws::WAF::Model::GeoMatchConstraintValue::LI
@ LI
Aws::WAF::Model::GeoMatchConstraintValue::SY
@ SY
Aws::WAF::Model::GeoMatchConstraintValue::UZ
@ UZ
Aws::WAF::Model::GeoMatchConstraintValue::BR
@ BR
Aws::WAF::Model::GeoMatchConstraintValue::BH
@ BH
Aws::WAF::Model::GeoMatchConstraintValue::ER
@ ER
Aws::WAF::Model::GeoMatchConstraintValue::CN
@ CN
Aws::WAF::Model::GeoMatchConstraintValue::CR
@ CR
Aws::WAF::Model::GeoMatchConstraintValue::GY
@ GY
Aws::WAF::Model::GeoMatchConstraintValue::UG
@ UG
Aws::WAF::Model::GeoMatchConstraintValue::AW
@ AW
Aws::WAF::Model::GeoMatchConstraintValue::CH
@ CH
Aws::WAF::Model::GeoMatchConstraintValue::PF
@ PF
Aws::WAF::Model::GeoMatchConstraintValue::PM
@ PM
Aws::WAF::Model::GeoMatchConstraintValue::NF
@ NF
Aws::WAF::Model::GeoMatchConstraintValue::JP
@ JP
Aws::WAF::Model::GeoMatchConstraintValue::AM
@ AM
Aws::WAF::Model::GeoMatchConstraintValue::TV
@ TV
Aws::WAF::Model::GeoMatchConstraintValue::YT
@ YT
Aws::WAF::Model::GeoMatchConstraintValue::BT
@ BT
Aws::WAF::Model::GeoMatchConstraintValue::DJ
@ DJ
Aws::WAF::Model::GeoMatchConstraintValue::MA
@ MA
Aws::WAF::Model::GeoMatchConstraintValue::LK
@ LK
Aws::WAF::Model::GeoMatchConstraintValue::AO
@ AO
Aws::WAF::Model::GeoMatchConstraintValue::TG
@ TG
Aws::WAF::Model::GeoMatchConstraintValue::DM
@ DM
Aws::WAF::Model::GeoMatchConstraintValue::TO
@ TO
Aws::WAF::Model::GeoMatchConstraintValue::GU
@ GU
Aws::WAF::Model::GeoMatchConstraintValue::ZW
@ ZW
Aws::WAF::Model::GeoMatchConstraintValue::PT
@ PT
Aws::WAF::Model::GeoMatchConstraintValue::HU
@ HU
Aws::WAF::Model::GeoMatchConstraintValue::HM
@ HM
Aws::WAF::Model::GeoMatchConstraintValue::KR
@ KR
Aws::WAF::Model::GeoMatchConstraintValue::SD
@ SD
Aws::WAF::Model::GeoMatchConstraintValue::UA
@ UA
Aws::WAF::Model::GeoMatchConstraintValue::VA
@ VA
Aws::WAF::Model::GeoMatchConstraintValue::DE
@ DE
Aws::WAF::Model::GeoMatchConstraintValue::PE
@ PE
Aws::WAF::Model::GeoMatchConstraintValue::CI
@ CI
Aws::WAF::Model::GeoMatchConstraintValue::TW
@ TW
Aws::WAF::Model::GeoMatchConstraintValue::SA
@ SA
Aws::WAF::Model::GeoMatchConstraintValue::CA
@ CA
Aws::WAF::Model::GeoMatchConstraintValue::EC
@ EC
Aws::WAF::Model::GeoMatchConstraintValue::AQ
@ AQ
Aws::WAF::Model::GeoMatchConstraintValue::UM
@ UM
Aws::WAF::Model::GeoMatchConstraintValue::CD
@ CD
Aws::WAF::Model::GeoMatchConstraintValue::CO
@ CO
Aws::WAF::Model::GeoMatchConstraintValue::BG
@ BG
Aws::WAF::Model::GeoMatchConstraintValue::PG
@ PG
Aws::WAF::Model::GeoMatchConstraintValue::KZ
@ KZ
Aws::WAF::Model::GeoMatchConstraintValue::VG
@ VG
Aws::WAF::Model::GeoMatchConstraintValue::SM
@ SM
Aws::WAF::Model::GeoMatchConstraintValue::IR
@ IR
Aws::WAF::Model::GeoMatchConstraintValue::BM
@ BM
Aws::WAF::Model::GeoMatchConstraintValue::KE
@ KE
Aws::WAF::Model::GeoMatchConstraintValue::MQ
@ MQ
Aws::WAF::Model::GeoMatchConstraintValue::CG
@ CG
Aws::WAF::Model::GeoMatchConstraintValue::JM
@ JM
Aws::WAF::Model::GeoMatchConstraintValue::CK
@ CK
Aws::WAF::Model::GeoMatchConstraintValue::AZ
@ AZ
Aws::WAF::Model::GeoMatchConstraintValue::WS
@ WS
Aws::WAF::Model::GeoMatchConstraintValue::IQ
@ IQ
Aws::WAF::Model::GeoMatchConstraintValue::GD
@ GD
Aws::WAF::Model::GeoMatchConstraintValue::KG
@ KG
Aws::WAF::Model::GeoMatchConstraintValue::AX
@ AX
Aws::WAF::Model::GeoMatchConstraintValue::AR
@ AR
Aws::WAF::Model::GeoMatchConstraintValue::TH
@ TH
Aws::WAF::Model::GeoMatchConstraintValue::CL
@ CL
Aws::WAF::Model::GeoMatchConstraintValue::RW
@ RW
Aws::WAF::Model::GeoMatchConstraintValue::BA
@ BA
Aws::WAF::Model::GeoMatchConstraintValue::KI
@ KI
Aws::WAF::Model::GeoMatchConstraintValue::JO
@ JO
Aws::WAF::Model::GeoMatchConstraintValue::YE
@ YE
Aws::WAF::Model::GeoMatchConstraintValue::GM
@ GM
Aws::WAF::Model::GeoMatchConstraintValue::GH
@ GH
Aws::WAF::Model::GeoMatchConstraintValue::ZA
@ ZA
Aws::WAF::Model::GeoMatchConstraintValue::LC
@ LC
Aws::WAF::Model::GeoMatchConstraintValue::HK
@ HK
Aws::WAF::Model::GeoMatchConstraintValue::SC
@ SC
Aws::WAF::Model::GeoMatchConstraintValue::LA
@ LA
Aws::WAF::Model::GeoMatchConstraintValue::AG
@ AG
Aws::WAF::Model::GeoMatchConstraintValue::AU
@ AU
Aws::WAF::Model::GeoMatchConstraintValue::PW
@ PW
Aws::WAF::Model::GeoMatchConstraintValue::TJ
@ TJ
Aws::WAF::Model::GeoMatchConstraintValue::CM
@ CM
Aws::WAF::Model::GeoMatchConstraintValue::ZM
@ ZM
Aws::WAF::Model::GeoMatchConstraintValue::SZ
@ SZ
Aws::WAF::Model::GeoMatchConstraintValue::GS
@ GS
Aws::WAF::Model::GeoMatchConstraintValue::SL
@ SL
Aws::WAF::Model::GeoMatchConstraintValue::US
@ US
Aws::WAF::Model::GeoMatchConstraintValue::CF
@ CF
Aws::WAF::Model::GeoMatchConstraintValue::MY
@ MY
Aws::WAF::Model::GeoMatchConstraintValue::MV
@ MV
Aws::WAF::Model::GeoMatchConstraintValue::NL
@ NL
Aws::WAF::Model::GeoMatchConstraintValue::GB
@ GB
Aws::WAF::Model::GeoMatchConstraintValue::MS
@ MS
Aws::WAF::Model::GeoMatchConstraintValue::BO
@ BO
Aws::WAF::Model::GeoMatchConstraintValue::PN
@ PN
Aws::WAF::Model::GeoMatchConstraintValue::BF
@ BF
Aws::WAF::Model::GeoMatchConstraintValue::IM
@ IM
Aws::WAF::Model::GeoMatchConstraintValue::MD
@ MD
Aws::WAF::Model::GeoMatchConstraintValue::SJ
@ SJ
Aws::WAF::Model::GeoMatchConstraintValue::BW
@ BW
Aws::WAF::Model::GeoMatchConstraintValue::CX
@ CX
Aws::WAF::Model::GeoMatchConstraintValue::GG
@ GG
Aws::WAF::Model::GeoMatchConstraintValue::BD
@ BD
Aws::WAF::Model::GeoMatchConstraintValue::IL
@ IL
Aws::WAF::Model::GeoMatchConstraintValue::VI
@ VI
Aws::WAF::Model::GeoMatchConstraintValue::NP
@ NP
Aws::WAF::Model::GeoMatchConstraintValue::FK
@ FK
Aws::WAF::Model::GeoMatchConstraintValue::SR
@ SR
Aws::WAF::Model::GeoMatchConstraintValue::RS
@ RS
Aws::WAF::Model::GeoMatchConstraintValue::GQ
@ GQ
Aws::WAF::Model::GeoMatchConstraintValue::NZ
@ NZ
Aws::WAF::Model::GeoMatchConstraintValue::CY
@ CY
Aws::WAF::Model::GeoMatchConstraintValue::NC
@ NC
Aws::WAF::Model::GeoMatchConstraintValue::LR
@ LR
Aws::WAF::Model::GeoMatchConstraintValue::HT
@ HT
Aws::WAF::Model::GeoMatchConstraintValue::LU
@ LU
Aws::WAF::Model::GeoMatchConstraintValue::BY
@ BY
Aws::WAF::Model::GeoMatchConstraintValue::SN
@ SN
Aws::WAF::Model::GeoMatchConstraintValue::CZ
@ CZ
Aws::WAF::Model::GeoMatchConstraintValue::MC
@ MC
Aws::WAF::Model::GeoMatchConstraintValue::NU
@ NU
Aws::WAF::Model::GeoMatchConstraintValue::MN
@ MN
Aws::WAF::Model::GeoMatchConstraintValue::TN
@ TN
Aws::WAF::Model::GeoMatchConstraintValue::WF
@ WF
Aws::WAF::Model::GeoMatchConstraintValue::SO
@ SO
Aws::WAF::Model::GeoMatchConstraintValue::BS
@ BS
Aws::WAF::Model::GeoMatchConstraintValue::CW
@ CW
Aws::WAF::Model::GeoMatchConstraintValue::PL
@ PL
Aws::WAF::Model::GeoMatchConstraintValue::BB
@ BB
Aws::WAF::Model::GeoMatchConstraintValue::ME
@ ME
Aws::WAF::Model::GeoMatchConstraintValue::UY
@ UY
Aws::WAF::Model::GeoMatchConstraintValue::FJ
@ FJ
Aws::WAF::Model::GeoMatchConstraintValue::SB
@ SB
Aws::WAF::Model::GeoMatchConstraintValue::PH
@ PH
Aws::WAF::Model::GeoMatchConstraintValue::AS
@ AS
Aws::WAF::Model::GeoMatchConstraintValue::EE
@ EE
Aws::WAF::Model::GeoMatchConstraintValue::CV
@ CV
Aws::WAF::Model::GeoMatchConstraintValue::BL
@ BL
Aws::WAF::Model::GeoMatchConstraintValue::LV
@ LV
Aws::WAF::Model::GeoMatchConstraintValue::VE
@ VE
Aws::WAF::Model::GeoMatchConstraintValue::KN
@ KN
Aws::WAF::Model::GeoMatchConstraintValue::CC
@ CC
Aws::WAF::Model::GeoMatchConstraintValue::BQ
@ BQ
Aws::WAF::Model::GeoMatchConstraintValue::HN
@ HN
Aws::WAF::Model::GeoMatchConstraintValue::MZ
@ MZ
Aws::WAF::Model::GeoMatchConstraintValue::TM
@ TM
Aws::WAF::Model::GeoMatchConstraintValue::GN
@ GN
Aws::WAF::Model::GeoMatchConstraintValue::MM
@ MM
Aws::WAF::Model::GeoMatchConstraintValue::GP
@ GP
Aws::WAF::Model::GeoMatchConstraintValue::GL
@ GL
Aws::WAF::Model::GeoMatchConstraintValue::RE
@ RE
Aws::WAF::Model::GeoMatchConstraintValue::ET
@ ET
Aws::WAF::Model::GeoMatchConstraintValue::BI
@ BI
Aws::WAF::Model::GeoMatchConstraintValue::TK
@ TK
Aws::WAF::Model::GeoMatchConstraintValue::VC
@ VC
Aws::WAF::Model::GeoMatchConstraintValue::ID
@ ID
Aws::WAF::Model::GeoMatchConstraintValue::KY
@ KY
Aws::WAF::Model::GeoMatchConstraintValue::MG
@ MG
Aws::WAF::Model::GeoMatchConstraintValue::VU
@ VU
Aws::WAF::Model::GeoMatchConstraintValue::NG
@ NG
Aws::WAF::Model::GeoMatchConstraintValue::OM
@ OM
Aws::WAF::Model::GeoMatchConstraintValue::FO
@ FO
Aws::WAF::Model::GeoMatchConstraintValue::GF
@ GF
Aws::WAF::Model::GeoMatchConstraintValue::GW
@ GW
Aws::WAF::Model::GeoMatchConstraintValue::DO
@ DO
Aws::WAF::Model::GeoMatchConstraintValue::LY
@ LY
Aws::WAF::Model::GeoMatchConstraintValue::NO
@ NO
Aws::WAF::Model::GeoMatchConstraintValue::NR
@ NR
Aws::WAF::Model::GeoMatchConstraintValue::TF
@ TF
Aws::WAF::Model::GeoMatchConstraintValue::TL
@ TL
Aws::WAF::Model::GeoMatchConstraintValue::SX
@ SX
Aws::WAF::Model::GeoMatchConstraintValue::BV
@ BV
Aws::WAF::Model::GeoMatchConstraintValue::CU
@ CU
Aws::WAF::Model::GeoMatchConstraintValue::IN
@ IN
Aws::WAF::Model::GeoMatchConstraintValue::MP
@ MP
Aws::WAF::Model::GeoMatchConstraintValue::LB
@ LB
Aws::WAF::Model::GeoMatchConstraintValue::IT
@ IT
Aws::WAF::Model::GeoMatchConstraintValue::KW
@ KW
Aws::WAF::Model::GeoMatchConstraintValue::GA
@ GA
Aws::WAF::Model::GeoMatchConstraintValue::SI
@ SI
Aws::WAF::Model::GeoMatchConstraintValue::IO
@ IO
Aws::WAF::Model::GeoMatchConstraintValue::ML
@ ML
Aws::WAF::Model::GeoMatchConstraintValue::IE
@ IE
Aws::WAF::Model::GeoMatchConstraintValue::SV
@ SV
Aws::WAF::Model::GeoMatchConstraintValue::PS
@ PS
Aws::WAF::Model::GeoMatchConstraintValue::BE
@ BE
Aws::WAF::Model::GeoMatchConstraintValue::NA
@ NA
Aws::WAF::Model::GeoMatchConstraintValue::SS
@ SS
Aws::WAF::Model::GeoMatchConstraintValue::MR
@ MR
Aws::WAF::Model::GeoMatchConstraintValue::PK
@ PK
Aws::WAF::Model::GeoMatchConstraintValue::KP
@ KP
Aws::WAF::Model::GeoMatchConstraintValue::KM
@ KM
Aws::WAF::Model::GeoMatchConstraintValue::DK
@ DK
Aws::WAF::Model::GeoMatchConstraintValue::BJ
@ BJ
Aws::WAF::Model::GeoMatchConstraintValue::TT
@ TT
Aws::WAF::Model::GeoMatchConstraintValue::VN
@ VN
Aws::WAF::Model::GeoMatchConstraintValue::AD
@ AD
Aws::WAF::Model::GeoMatchConstraintValue::BZ
@ BZ
Aws::WAF::Model::GeoMatchConstraintValue::MU
@ MU
Aws::WAF::Model::GeoMatchConstraintValue::LS
@ LS
Aws::WAF::Model::GeoMatchConstraintValue::AL
@ AL
Aws::WAF::Model::GeoMatchConstraintValue::AE
@ AE
Aws::WAF::Model::GeoMatchConstraintValue::MO
@ MO
Aws::WAF::Model::GeoMatchConstraintValue::TR
@ TR
Aws::WAF::Model::GeoMatchConstraintValue::SH
@ SH
Aws::WAF::Model::GeoMatchConstraintValue::ST
@ ST
Aws::WAF::Model::GeoMatchConstraintValue::SE
@ SE
Aws::WAF::Model::GeoMatchConstraintValue::FI
@ FI
Aws::WAF::Model::GeoMatchConstraintValue::GR
@ GR
Aws::WAF::Model::GeoMatchConstraintValue::RO
@ RO
Aws::WAF::Model::GeoMatchConstraintValue::RU
@ RU
Aws::WAF::Model::GeoMatchConstraintValue::MW
@ MW
Aws::WAF::Model::GeoMatchConstraintValue::DZ
@ DZ
Aws::WAF::Model::GeoMatchConstraintValue::AT
@ AT
Aws::WAF::Model::GeoMatchConstraintValue::MK
@ MK
Aws::WAF::Model::GeoMatchConstraintValue::EG
@ EG
Aws::WAF::Model::GeoMatchConstraintValue::TD
@ TD
Aws::WAF::Model::GeoMatchConstraintValue::BN
@ BN
Aws::WAF::Model::GeoMatchConstraintValue::HR
@ HR
Aws::WAF::Model::GeoMatchConstraintValue::KH
@ KH
Aws::WAF::Model::GeoMatchConstraintValue::FM
@ FM
Aws::WAF::Model::GeoMatchConstraintValue::TC
@ TC
Aws::WAF::Model::GeoMatchConstraintValue::NI
@ NI
Aws::WAF::Model::ChangeAction::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences