aws-sdk-appmesh 1.43.0 → 1.46.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appmesh/client.rb +158 -132
- data/lib/aws-sdk-appmesh/client_api.rb +8 -0
- data/lib/aws-sdk-appmesh/types.rb +256 -204
- data/lib/aws-sdk-appmesh.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 291c81fff0b8a7fd4ef85429eedbd1a08b0fdbaee46f93f63718fa7e21d494d7
|
4
|
+
data.tar.gz: 2dc58b79a152311945beb3b3ef5ed0332e3d8bf069e2f7153ea99ffd65335b03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc51ab26374af84a7fdddaab2ec65b0d2706802862bb1fcf75ab01dcfb3c95904adaa9044d2c368db33e0c3f9fed46acbaae7b327007f03fe5375a1255508291
|
7
|
+
data.tar.gz: 3ab4d89e1efd1e37bc62652425da04b2e43ab719df0d23083569e2fd41f4cba5d85b9c12c110d7956f2d5aac7dfe17750c04272d19a7af624f13472e8f91ab0c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.46.0 (2022-05-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release updates the existing Create and Update APIs for meshes and virtual nodes by adding a new IP preference field. This new IP preference field can be used to control the IP versions being used with the mesh and allows for IPv6 support within App Mesh.
|
8
|
+
|
9
|
+
1.45.0 (2022-02-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.44.0 (2022-02-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.43.0 (2021-12-21)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.46.0
|