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