@aws-sdk/client-wafv2 3.110.0 → 3.112.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 CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update client endpoints as of 2022-06-16 ([f58e0e4](https://github.com/aws/aws-sdk-js-v3/commit/f58e0e431c4a093738469d4267d2e12738248214))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.110.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.109.0...v3.110.0) (2022-06-14)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-wafv2
@@ -2,7 +2,346 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultRegionInfoProvider = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const regionHash = {};
5
+ const regionHash = {
6
+ "af-south-1": {
7
+ variants: [
8
+ {
9
+ hostname: "wafv2.af-south-1.amazonaws.com",
10
+ tags: [],
11
+ },
12
+ {
13
+ hostname: "wafv2-fips.af-south-1.amazonaws.com",
14
+ tags: ["fips"],
15
+ },
16
+ ],
17
+ signingRegion: "af-south-1",
18
+ },
19
+ "ap-east-1": {
20
+ variants: [
21
+ {
22
+ hostname: "wafv2.ap-east-1.amazonaws.com",
23
+ tags: [],
24
+ },
25
+ {
26
+ hostname: "wafv2-fips.ap-east-1.amazonaws.com",
27
+ tags: ["fips"],
28
+ },
29
+ ],
30
+ signingRegion: "ap-east-1",
31
+ },
32
+ "ap-northeast-1": {
33
+ variants: [
34
+ {
35
+ hostname: "wafv2.ap-northeast-1.amazonaws.com",
36
+ tags: [],
37
+ },
38
+ {
39
+ hostname: "wafv2-fips.ap-northeast-1.amazonaws.com",
40
+ tags: ["fips"],
41
+ },
42
+ ],
43
+ signingRegion: "ap-northeast-1",
44
+ },
45
+ "ap-northeast-2": {
46
+ variants: [
47
+ {
48
+ hostname: "wafv2.ap-northeast-2.amazonaws.com",
49
+ tags: [],
50
+ },
51
+ {
52
+ hostname: "wafv2-fips.ap-northeast-2.amazonaws.com",
53
+ tags: ["fips"],
54
+ },
55
+ ],
56
+ signingRegion: "ap-northeast-2",
57
+ },
58
+ "ap-northeast-3": {
59
+ variants: [
60
+ {
61
+ hostname: "wafv2.ap-northeast-3.amazonaws.com",
62
+ tags: [],
63
+ },
64
+ {
65
+ hostname: "wafv2-fips.ap-northeast-3.amazonaws.com",
66
+ tags: ["fips"],
67
+ },
68
+ ],
69
+ signingRegion: "ap-northeast-3",
70
+ },
71
+ "ap-south-1": {
72
+ variants: [
73
+ {
74
+ hostname: "wafv2.ap-south-1.amazonaws.com",
75
+ tags: [],
76
+ },
77
+ {
78
+ hostname: "wafv2-fips.ap-south-1.amazonaws.com",
79
+ tags: ["fips"],
80
+ },
81
+ ],
82
+ signingRegion: "ap-south-1",
83
+ },
84
+ "ap-southeast-1": {
85
+ variants: [
86
+ {
87
+ hostname: "wafv2.ap-southeast-1.amazonaws.com",
88
+ tags: [],
89
+ },
90
+ {
91
+ hostname: "wafv2-fips.ap-southeast-1.amazonaws.com",
92
+ tags: ["fips"],
93
+ },
94
+ ],
95
+ signingRegion: "ap-southeast-1",
96
+ },
97
+ "ap-southeast-2": {
98
+ variants: [
99
+ {
100
+ hostname: "wafv2.ap-southeast-2.amazonaws.com",
101
+ tags: [],
102
+ },
103
+ {
104
+ hostname: "wafv2-fips.ap-southeast-2.amazonaws.com",
105
+ tags: ["fips"],
106
+ },
107
+ ],
108
+ signingRegion: "ap-southeast-2",
109
+ },
110
+ "ap-southeast-3": {
111
+ variants: [
112
+ {
113
+ hostname: "wafv2.ap-southeast-3.amazonaws.com",
114
+ tags: [],
115
+ },
116
+ {
117
+ hostname: "wafv2-fips.ap-southeast-3.amazonaws.com",
118
+ tags: ["fips"],
119
+ },
120
+ ],
121
+ signingRegion: "ap-southeast-3",
122
+ },
123
+ "ca-central-1": {
124
+ variants: [
125
+ {
126
+ hostname: "wafv2.ca-central-1.amazonaws.com",
127
+ tags: [],
128
+ },
129
+ {
130
+ hostname: "wafv2-fips.ca-central-1.amazonaws.com",
131
+ tags: ["fips"],
132
+ },
133
+ ],
134
+ signingRegion: "ca-central-1",
135
+ },
136
+ "cn-north-1": {
137
+ variants: [
138
+ {
139
+ hostname: "wafv2.cn-north-1.amazonaws.com.cn",
140
+ tags: [],
141
+ },
142
+ {
143
+ hostname: "wafv2-fips.cn-north-1.amazonaws.com.cn",
144
+ tags: ["fips"],
145
+ },
146
+ ],
147
+ signingRegion: "cn-north-1",
148
+ },
149
+ "cn-northwest-1": {
150
+ variants: [
151
+ {
152
+ hostname: "wafv2.cn-northwest-1.amazonaws.com.cn",
153
+ tags: [],
154
+ },
155
+ {
156
+ hostname: "wafv2-fips.cn-northwest-1.amazonaws.com.cn",
157
+ tags: ["fips"],
158
+ },
159
+ ],
160
+ signingRegion: "cn-northwest-1",
161
+ },
162
+ "eu-central-1": {
163
+ variants: [
164
+ {
165
+ hostname: "wafv2.eu-central-1.amazonaws.com",
166
+ tags: [],
167
+ },
168
+ {
169
+ hostname: "wafv2-fips.eu-central-1.amazonaws.com",
170
+ tags: ["fips"],
171
+ },
172
+ ],
173
+ signingRegion: "eu-central-1",
174
+ },
175
+ "eu-north-1": {
176
+ variants: [
177
+ {
178
+ hostname: "wafv2.eu-north-1.amazonaws.com",
179
+ tags: [],
180
+ },
181
+ {
182
+ hostname: "wafv2-fips.eu-north-1.amazonaws.com",
183
+ tags: ["fips"],
184
+ },
185
+ ],
186
+ signingRegion: "eu-north-1",
187
+ },
188
+ "eu-south-1": {
189
+ variants: [
190
+ {
191
+ hostname: "wafv2.eu-south-1.amazonaws.com",
192
+ tags: [],
193
+ },
194
+ {
195
+ hostname: "wafv2-fips.eu-south-1.amazonaws.com",
196
+ tags: ["fips"],
197
+ },
198
+ ],
199
+ signingRegion: "eu-south-1",
200
+ },
201
+ "eu-west-1": {
202
+ variants: [
203
+ {
204
+ hostname: "wafv2.eu-west-1.amazonaws.com",
205
+ tags: [],
206
+ },
207
+ {
208
+ hostname: "wafv2-fips.eu-west-1.amazonaws.com",
209
+ tags: ["fips"],
210
+ },
211
+ ],
212
+ signingRegion: "eu-west-1",
213
+ },
214
+ "eu-west-2": {
215
+ variants: [
216
+ {
217
+ hostname: "wafv2.eu-west-2.amazonaws.com",
218
+ tags: [],
219
+ },
220
+ {
221
+ hostname: "wafv2-fips.eu-west-2.amazonaws.com",
222
+ tags: ["fips"],
223
+ },
224
+ ],
225
+ signingRegion: "eu-west-2",
226
+ },
227
+ "eu-west-3": {
228
+ variants: [
229
+ {
230
+ hostname: "wafv2.eu-west-3.amazonaws.com",
231
+ tags: [],
232
+ },
233
+ {
234
+ hostname: "wafv2-fips.eu-west-3.amazonaws.com",
235
+ tags: ["fips"],
236
+ },
237
+ ],
238
+ signingRegion: "eu-west-3",
239
+ },
240
+ "me-south-1": {
241
+ variants: [
242
+ {
243
+ hostname: "wafv2.me-south-1.amazonaws.com",
244
+ tags: [],
245
+ },
246
+ {
247
+ hostname: "wafv2-fips.me-south-1.amazonaws.com",
248
+ tags: ["fips"],
249
+ },
250
+ ],
251
+ signingRegion: "me-south-1",
252
+ },
253
+ "sa-east-1": {
254
+ variants: [
255
+ {
256
+ hostname: "wafv2.sa-east-1.amazonaws.com",
257
+ tags: [],
258
+ },
259
+ {
260
+ hostname: "wafv2-fips.sa-east-1.amazonaws.com",
261
+ tags: ["fips"],
262
+ },
263
+ ],
264
+ signingRegion: "sa-east-1",
265
+ },
266
+ "us-east-1": {
267
+ variants: [
268
+ {
269
+ hostname: "wafv2.us-east-1.amazonaws.com",
270
+ tags: [],
271
+ },
272
+ {
273
+ hostname: "wafv2-fips.us-east-1.amazonaws.com",
274
+ tags: ["fips"],
275
+ },
276
+ ],
277
+ signingRegion: "us-east-1",
278
+ },
279
+ "us-east-2": {
280
+ variants: [
281
+ {
282
+ hostname: "wafv2.us-east-2.amazonaws.com",
283
+ tags: [],
284
+ },
285
+ {
286
+ hostname: "wafv2-fips.us-east-2.amazonaws.com",
287
+ tags: ["fips"],
288
+ },
289
+ ],
290
+ signingRegion: "us-east-2",
291
+ },
292
+ "us-gov-east-1": {
293
+ variants: [
294
+ {
295
+ hostname: "wafv2.us-gov-east-1.amazonaws.com",
296
+ tags: [],
297
+ },
298
+ {
299
+ hostname: "wafv2-fips.us-gov-east-1.amazonaws.com",
300
+ tags: ["fips"],
301
+ },
302
+ ],
303
+ signingRegion: "us-gov-east-1",
304
+ },
305
+ "us-gov-west-1": {
306
+ variants: [
307
+ {
308
+ hostname: "wafv2.us-gov-west-1.amazonaws.com",
309
+ tags: [],
310
+ },
311
+ {
312
+ hostname: "wafv2-fips.us-gov-west-1.amazonaws.com",
313
+ tags: ["fips"],
314
+ },
315
+ ],
316
+ signingRegion: "us-gov-west-1",
317
+ },
318
+ "us-west-1": {
319
+ variants: [
320
+ {
321
+ hostname: "wafv2.us-west-1.amazonaws.com",
322
+ tags: [],
323
+ },
324
+ {
325
+ hostname: "wafv2-fips.us-west-1.amazonaws.com",
326
+ tags: ["fips"],
327
+ },
328
+ ],
329
+ signingRegion: "us-west-1",
330
+ },
331
+ "us-west-2": {
332
+ variants: [
333
+ {
334
+ hostname: "wafv2.us-west-2.amazonaws.com",
335
+ tags: [],
336
+ },
337
+ {
338
+ hostname: "wafv2-fips.us-west-2.amazonaws.com",
339
+ tags: ["fips"],
340
+ },
341
+ ],
342
+ signingRegion: "us-west-2",
343
+ },
344
+ };
6
345
  const partitionHash = {
7
346
  aws: {
8
347
  regions: [
@@ -22,6 +361,28 @@ const partitionHash = {
22
361
  "eu-west-1",
23
362
  "eu-west-2",
24
363
  "eu-west-3",
364
+ "fips-af-south-1",
365
+ "fips-ap-east-1",
366
+ "fips-ap-northeast-1",
367
+ "fips-ap-northeast-2",
368
+ "fips-ap-northeast-3",
369
+ "fips-ap-south-1",
370
+ "fips-ap-southeast-1",
371
+ "fips-ap-southeast-2",
372
+ "fips-ap-southeast-3",
373
+ "fips-ca-central-1",
374
+ "fips-eu-central-1",
375
+ "fips-eu-north-1",
376
+ "fips-eu-south-1",
377
+ "fips-eu-west-1",
378
+ "fips-eu-west-2",
379
+ "fips-eu-west-3",
380
+ "fips-me-south-1",
381
+ "fips-sa-east-1",
382
+ "fips-us-east-1",
383
+ "fips-us-east-2",
384
+ "fips-us-west-1",
385
+ "fips-us-west-2",
25
386
  "me-south-1",
26
387
  "sa-east-1",
27
388
  "us-east-1",
@@ -50,7 +411,7 @@ const partitionHash = {
50
411
  ],
51
412
  },
52
413
  "aws-cn": {
53
- regions: ["cn-north-1", "cn-northwest-1"],
414
+ regions: ["cn-north-1", "cn-northwest-1", "fips-cn-north-1", "fips-cn-northwest-1"],
54
415
  regionRegex: "^cn\\-\\w+\\-\\d+$",
55
416
  variants: [
56
417
  {
@@ -100,7 +461,7 @@ const partitionHash = {
100
461
  ],
101
462
  },
102
463
  "aws-us-gov": {
103
- regions: ["us-gov-east-1", "us-gov-west-1"],
464
+ regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
104
465
  regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
105
466
  variants: [
106
467
  {
@@ -1,6 +1,345 @@
1
1
  import { __assign, __awaiter, __generator } from "tslib";
2
2
  import { getRegionInfo } from "@aws-sdk/config-resolver";
3
- var regionHash = {};
3
+ var regionHash = {
4
+ "af-south-1": {
5
+ variants: [
6
+ {
7
+ hostname: "wafv2.af-south-1.amazonaws.com",
8
+ tags: [],
9
+ },
10
+ {
11
+ hostname: "wafv2-fips.af-south-1.amazonaws.com",
12
+ tags: ["fips"],
13
+ },
14
+ ],
15
+ signingRegion: "af-south-1",
16
+ },
17
+ "ap-east-1": {
18
+ variants: [
19
+ {
20
+ hostname: "wafv2.ap-east-1.amazonaws.com",
21
+ tags: [],
22
+ },
23
+ {
24
+ hostname: "wafv2-fips.ap-east-1.amazonaws.com",
25
+ tags: ["fips"],
26
+ },
27
+ ],
28
+ signingRegion: "ap-east-1",
29
+ },
30
+ "ap-northeast-1": {
31
+ variants: [
32
+ {
33
+ hostname: "wafv2.ap-northeast-1.amazonaws.com",
34
+ tags: [],
35
+ },
36
+ {
37
+ hostname: "wafv2-fips.ap-northeast-1.amazonaws.com",
38
+ tags: ["fips"],
39
+ },
40
+ ],
41
+ signingRegion: "ap-northeast-1",
42
+ },
43
+ "ap-northeast-2": {
44
+ variants: [
45
+ {
46
+ hostname: "wafv2.ap-northeast-2.amazonaws.com",
47
+ tags: [],
48
+ },
49
+ {
50
+ hostname: "wafv2-fips.ap-northeast-2.amazonaws.com",
51
+ tags: ["fips"],
52
+ },
53
+ ],
54
+ signingRegion: "ap-northeast-2",
55
+ },
56
+ "ap-northeast-3": {
57
+ variants: [
58
+ {
59
+ hostname: "wafv2.ap-northeast-3.amazonaws.com",
60
+ tags: [],
61
+ },
62
+ {
63
+ hostname: "wafv2-fips.ap-northeast-3.amazonaws.com",
64
+ tags: ["fips"],
65
+ },
66
+ ],
67
+ signingRegion: "ap-northeast-3",
68
+ },
69
+ "ap-south-1": {
70
+ variants: [
71
+ {
72
+ hostname: "wafv2.ap-south-1.amazonaws.com",
73
+ tags: [],
74
+ },
75
+ {
76
+ hostname: "wafv2-fips.ap-south-1.amazonaws.com",
77
+ tags: ["fips"],
78
+ },
79
+ ],
80
+ signingRegion: "ap-south-1",
81
+ },
82
+ "ap-southeast-1": {
83
+ variants: [
84
+ {
85
+ hostname: "wafv2.ap-southeast-1.amazonaws.com",
86
+ tags: [],
87
+ },
88
+ {
89
+ hostname: "wafv2-fips.ap-southeast-1.amazonaws.com",
90
+ tags: ["fips"],
91
+ },
92
+ ],
93
+ signingRegion: "ap-southeast-1",
94
+ },
95
+ "ap-southeast-2": {
96
+ variants: [
97
+ {
98
+ hostname: "wafv2.ap-southeast-2.amazonaws.com",
99
+ tags: [],
100
+ },
101
+ {
102
+ hostname: "wafv2-fips.ap-southeast-2.amazonaws.com",
103
+ tags: ["fips"],
104
+ },
105
+ ],
106
+ signingRegion: "ap-southeast-2",
107
+ },
108
+ "ap-southeast-3": {
109
+ variants: [
110
+ {
111
+ hostname: "wafv2.ap-southeast-3.amazonaws.com",
112
+ tags: [],
113
+ },
114
+ {
115
+ hostname: "wafv2-fips.ap-southeast-3.amazonaws.com",
116
+ tags: ["fips"],
117
+ },
118
+ ],
119
+ signingRegion: "ap-southeast-3",
120
+ },
121
+ "ca-central-1": {
122
+ variants: [
123
+ {
124
+ hostname: "wafv2.ca-central-1.amazonaws.com",
125
+ tags: [],
126
+ },
127
+ {
128
+ hostname: "wafv2-fips.ca-central-1.amazonaws.com",
129
+ tags: ["fips"],
130
+ },
131
+ ],
132
+ signingRegion: "ca-central-1",
133
+ },
134
+ "cn-north-1": {
135
+ variants: [
136
+ {
137
+ hostname: "wafv2.cn-north-1.amazonaws.com.cn",
138
+ tags: [],
139
+ },
140
+ {
141
+ hostname: "wafv2-fips.cn-north-1.amazonaws.com.cn",
142
+ tags: ["fips"],
143
+ },
144
+ ],
145
+ signingRegion: "cn-north-1",
146
+ },
147
+ "cn-northwest-1": {
148
+ variants: [
149
+ {
150
+ hostname: "wafv2.cn-northwest-1.amazonaws.com.cn",
151
+ tags: [],
152
+ },
153
+ {
154
+ hostname: "wafv2-fips.cn-northwest-1.amazonaws.com.cn",
155
+ tags: ["fips"],
156
+ },
157
+ ],
158
+ signingRegion: "cn-northwest-1",
159
+ },
160
+ "eu-central-1": {
161
+ variants: [
162
+ {
163
+ hostname: "wafv2.eu-central-1.amazonaws.com",
164
+ tags: [],
165
+ },
166
+ {
167
+ hostname: "wafv2-fips.eu-central-1.amazonaws.com",
168
+ tags: ["fips"],
169
+ },
170
+ ],
171
+ signingRegion: "eu-central-1",
172
+ },
173
+ "eu-north-1": {
174
+ variants: [
175
+ {
176
+ hostname: "wafv2.eu-north-1.amazonaws.com",
177
+ tags: [],
178
+ },
179
+ {
180
+ hostname: "wafv2-fips.eu-north-1.amazonaws.com",
181
+ tags: ["fips"],
182
+ },
183
+ ],
184
+ signingRegion: "eu-north-1",
185
+ },
186
+ "eu-south-1": {
187
+ variants: [
188
+ {
189
+ hostname: "wafv2.eu-south-1.amazonaws.com",
190
+ tags: [],
191
+ },
192
+ {
193
+ hostname: "wafv2-fips.eu-south-1.amazonaws.com",
194
+ tags: ["fips"],
195
+ },
196
+ ],
197
+ signingRegion: "eu-south-1",
198
+ },
199
+ "eu-west-1": {
200
+ variants: [
201
+ {
202
+ hostname: "wafv2.eu-west-1.amazonaws.com",
203
+ tags: [],
204
+ },
205
+ {
206
+ hostname: "wafv2-fips.eu-west-1.amazonaws.com",
207
+ tags: ["fips"],
208
+ },
209
+ ],
210
+ signingRegion: "eu-west-1",
211
+ },
212
+ "eu-west-2": {
213
+ variants: [
214
+ {
215
+ hostname: "wafv2.eu-west-2.amazonaws.com",
216
+ tags: [],
217
+ },
218
+ {
219
+ hostname: "wafv2-fips.eu-west-2.amazonaws.com",
220
+ tags: ["fips"],
221
+ },
222
+ ],
223
+ signingRegion: "eu-west-2",
224
+ },
225
+ "eu-west-3": {
226
+ variants: [
227
+ {
228
+ hostname: "wafv2.eu-west-3.amazonaws.com",
229
+ tags: [],
230
+ },
231
+ {
232
+ hostname: "wafv2-fips.eu-west-3.amazonaws.com",
233
+ tags: ["fips"],
234
+ },
235
+ ],
236
+ signingRegion: "eu-west-3",
237
+ },
238
+ "me-south-1": {
239
+ variants: [
240
+ {
241
+ hostname: "wafv2.me-south-1.amazonaws.com",
242
+ tags: [],
243
+ },
244
+ {
245
+ hostname: "wafv2-fips.me-south-1.amazonaws.com",
246
+ tags: ["fips"],
247
+ },
248
+ ],
249
+ signingRegion: "me-south-1",
250
+ },
251
+ "sa-east-1": {
252
+ variants: [
253
+ {
254
+ hostname: "wafv2.sa-east-1.amazonaws.com",
255
+ tags: [],
256
+ },
257
+ {
258
+ hostname: "wafv2-fips.sa-east-1.amazonaws.com",
259
+ tags: ["fips"],
260
+ },
261
+ ],
262
+ signingRegion: "sa-east-1",
263
+ },
264
+ "us-east-1": {
265
+ variants: [
266
+ {
267
+ hostname: "wafv2.us-east-1.amazonaws.com",
268
+ tags: [],
269
+ },
270
+ {
271
+ hostname: "wafv2-fips.us-east-1.amazonaws.com",
272
+ tags: ["fips"],
273
+ },
274
+ ],
275
+ signingRegion: "us-east-1",
276
+ },
277
+ "us-east-2": {
278
+ variants: [
279
+ {
280
+ hostname: "wafv2.us-east-2.amazonaws.com",
281
+ tags: [],
282
+ },
283
+ {
284
+ hostname: "wafv2-fips.us-east-2.amazonaws.com",
285
+ tags: ["fips"],
286
+ },
287
+ ],
288
+ signingRegion: "us-east-2",
289
+ },
290
+ "us-gov-east-1": {
291
+ variants: [
292
+ {
293
+ hostname: "wafv2.us-gov-east-1.amazonaws.com",
294
+ tags: [],
295
+ },
296
+ {
297
+ hostname: "wafv2-fips.us-gov-east-1.amazonaws.com",
298
+ tags: ["fips"],
299
+ },
300
+ ],
301
+ signingRegion: "us-gov-east-1",
302
+ },
303
+ "us-gov-west-1": {
304
+ variants: [
305
+ {
306
+ hostname: "wafv2.us-gov-west-1.amazonaws.com",
307
+ tags: [],
308
+ },
309
+ {
310
+ hostname: "wafv2-fips.us-gov-west-1.amazonaws.com",
311
+ tags: ["fips"],
312
+ },
313
+ ],
314
+ signingRegion: "us-gov-west-1",
315
+ },
316
+ "us-west-1": {
317
+ variants: [
318
+ {
319
+ hostname: "wafv2.us-west-1.amazonaws.com",
320
+ tags: [],
321
+ },
322
+ {
323
+ hostname: "wafv2-fips.us-west-1.amazonaws.com",
324
+ tags: ["fips"],
325
+ },
326
+ ],
327
+ signingRegion: "us-west-1",
328
+ },
329
+ "us-west-2": {
330
+ variants: [
331
+ {
332
+ hostname: "wafv2.us-west-2.amazonaws.com",
333
+ tags: [],
334
+ },
335
+ {
336
+ hostname: "wafv2-fips.us-west-2.amazonaws.com",
337
+ tags: ["fips"],
338
+ },
339
+ ],
340
+ signingRegion: "us-west-2",
341
+ },
342
+ };
4
343
  var partitionHash = {
5
344
  aws: {
6
345
  regions: [
@@ -20,6 +359,28 @@ var partitionHash = {
20
359
  "eu-west-1",
21
360
  "eu-west-2",
22
361
  "eu-west-3",
362
+ "fips-af-south-1",
363
+ "fips-ap-east-1",
364
+ "fips-ap-northeast-1",
365
+ "fips-ap-northeast-2",
366
+ "fips-ap-northeast-3",
367
+ "fips-ap-south-1",
368
+ "fips-ap-southeast-1",
369
+ "fips-ap-southeast-2",
370
+ "fips-ap-southeast-3",
371
+ "fips-ca-central-1",
372
+ "fips-eu-central-1",
373
+ "fips-eu-north-1",
374
+ "fips-eu-south-1",
375
+ "fips-eu-west-1",
376
+ "fips-eu-west-2",
377
+ "fips-eu-west-3",
378
+ "fips-me-south-1",
379
+ "fips-sa-east-1",
380
+ "fips-us-east-1",
381
+ "fips-us-east-2",
382
+ "fips-us-west-1",
383
+ "fips-us-west-2",
23
384
  "me-south-1",
24
385
  "sa-east-1",
25
386
  "us-east-1",
@@ -48,7 +409,7 @@ var partitionHash = {
48
409
  ],
49
410
  },
50
411
  "aws-cn": {
51
- regions: ["cn-north-1", "cn-northwest-1"],
412
+ regions: ["cn-north-1", "cn-northwest-1", "fips-cn-north-1", "fips-cn-northwest-1"],
52
413
  regionRegex: "^cn\\-\\w+\\-\\d+$",
53
414
  variants: [
54
415
  {
@@ -98,7 +459,7 @@ var partitionHash = {
98
459
  ],
99
460
  },
100
461
  "aws-us-gov": {
101
- regions: ["us-gov-east-1", "us-gov-west-1"],
462
+ regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
102
463
  regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
103
464
  variants: [
104
465
  {
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.110.0",
4
+ "version": "3.112.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.110.0",
21
+ "@aws-sdk/client-sts": "3.112.0",
22
22
  "@aws-sdk/config-resolver": "3.110.0",
23
- "@aws-sdk/credential-provider-node": "3.110.0",
23
+ "@aws-sdk/credential-provider-node": "3.112.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.110.0",
25
25
  "@aws-sdk/hash-node": "3.110.0",
26
26
  "@aws-sdk/invalid-dependency": "3.110.0",