@aws-sdk/client-waf-regional 3.82.0 → 3.92.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 +28 -0
- package/README.md +2 -0
- package/dist-cjs/endpoints.js +14 -0
- package/dist-es/endpoints.js +14 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,34 @@
|
|
|
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.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-waf-regional
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-waf-regional
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.85.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.84.0...v3.85.0) (2022-05-05)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **clients:** update client endpoints as of 2022-05-05 ([3e002c4](https://github.com/aws/aws-sdk-js-v3/commit/3e002c4424644ad8f676842b925e68b26966b96b))
|
|
28
|
+
* **codegen:** add codegen indicator comment to all generated files ([#3592](https://github.com/aws/aws-sdk-js-v3/issues/3592)) ([567a530](https://github.com/aws/aws-sdk-js-v3/commit/567a5304232fcc1f9db3fd3df545054de8336b4b))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
6
34
|
# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)
|
|
7
35
|
|
|
8
36
|
**Note:** Version bump only for package @aws-sdk/client-waf-regional
|
package/README.md
CHANGED
package/dist-cjs/endpoints.js
CHANGED
|
@@ -107,6 +107,19 @@ const regionHash = {
|
|
|
107
107
|
],
|
|
108
108
|
signingRegion: "ap-southeast-2",
|
|
109
109
|
},
|
|
110
|
+
"ap-southeast-3": {
|
|
111
|
+
variants: [
|
|
112
|
+
{
|
|
113
|
+
hostname: "waf-regional.ap-southeast-3.amazonaws.com",
|
|
114
|
+
tags: [],
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
hostname: "waf-regional-fips.ap-southeast-3.amazonaws.com",
|
|
118
|
+
tags: ["fips"],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
signingRegion: "ap-southeast-3",
|
|
122
|
+
},
|
|
110
123
|
"ca-central-1": {
|
|
111
124
|
variants: [
|
|
112
125
|
{
|
|
@@ -356,6 +369,7 @@ const partitionHash = {
|
|
|
356
369
|
"fips-ap-south-1",
|
|
357
370
|
"fips-ap-southeast-1",
|
|
358
371
|
"fips-ap-southeast-2",
|
|
372
|
+
"fips-ap-southeast-3",
|
|
359
373
|
"fips-ca-central-1",
|
|
360
374
|
"fips-eu-central-1",
|
|
361
375
|
"fips-eu-north-1",
|
package/dist-es/endpoints.js
CHANGED
|
@@ -105,6 +105,19 @@ var regionHash = {
|
|
|
105
105
|
],
|
|
106
106
|
signingRegion: "ap-southeast-2",
|
|
107
107
|
},
|
|
108
|
+
"ap-southeast-3": {
|
|
109
|
+
variants: [
|
|
110
|
+
{
|
|
111
|
+
hostname: "waf-regional.ap-southeast-3.amazonaws.com",
|
|
112
|
+
tags: [],
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
hostname: "waf-regional-fips.ap-southeast-3.amazonaws.com",
|
|
116
|
+
tags: ["fips"],
|
|
117
|
+
},
|
|
118
|
+
],
|
|
119
|
+
signingRegion: "ap-southeast-3",
|
|
120
|
+
},
|
|
108
121
|
"ca-central-1": {
|
|
109
122
|
variants: [
|
|
110
123
|
{
|
|
@@ -354,6 +367,7 @@ var partitionHash = {
|
|
|
354
367
|
"fips-ap-south-1",
|
|
355
368
|
"fips-ap-southeast-1",
|
|
356
369
|
"fips-ap-southeast-2",
|
|
370
|
+
"fips-ap-southeast-3",
|
|
357
371
|
"fips-ca-central-1",
|
|
358
372
|
"fips-eu-central-1",
|
|
359
373
|
"fips-eu-north-1",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-waf-regional",
|
|
3
3
|
"description": "AWS SDK for JavaScript Waf Regional Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.92.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.
|
|
21
|
+
"@aws-sdk/client-sts": "3.92.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.80.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.87.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.78.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"@aws-sdk/node-config-provider": "3.80.0",
|
|
36
36
|
"@aws-sdk/node-http-handler": "3.82.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
38
|
+
"@aws-sdk/smithy-client": "3.85.0",
|
|
39
39
|
"@aws-sdk/types": "3.78.0",
|
|
40
40
|
"@aws-sdk/url-parser": "3.78.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.85.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.85.0",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "3.78.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-node": "3.80.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|