aws-sdk-appconfig 1.21.0 → 1.40.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 376a13427404db8efde55d365bf0f45875f1d8663b17fdf0f96e0024fefa3897
4
- data.tar.gz: 24a68347c269ccec4f031aac6ca80567b9d2790fd552dd3997583652e7260da5
3
+ metadata.gz: da1ba11ecf09745179f13d1d3bc6325cf13990a02830cf6fda50d5b06f8fe7b4
4
+ data.tar.gz: 19d6f915d6e2fe99be5c6389b7aa04583f29598ac1c552f3ec2b36a46c223aa2
5
5
  SHA512:
6
- metadata.gz: ad590a18d59c1be0166ec7d040986752f57daed951d073cf610dac5189066c1767a5b19dfc8ebd51652f0bc556afb4f556150abb6da78341fde89cb707b03454
7
- data.tar.gz: 71ad1397f6734267d87ccd6b9c141812dcdcd541704570ada2d2366e5ecfe67c95d61aa6abff3b00ff8a93b054cdce6e2c77bc18aa8af371c56c93a6959410da
6
+ metadata.gz: d6ea75cd546657d550d26d5d72dea40e343bbce30b12d08a8936b361cf3b2cf6b2c3e32dbd80f0c1a96058c2e839f64a24df224b43abd9139978940949434159
7
+ data.tar.gz: 74177f112d88db2e0691a5bbb895409c68ca4383276df55e944970211f777756fb024762f77ec1c22410552062411a92fa9d95bec85f05c8cbe06b91943db690
data/CHANGELOG.md CHANGED
@@ -1,6 +1,103 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2023-10-20)
5
+ ------------------
6
+
7
+ * Feature - Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys.
8
+
9
+ 1.39.0 (2023-10-04)
10
+ ------------------
11
+
12
+ * Feature - AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store.
13
+
14
+ 1.38.0 (2023-09-27)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.37.0 (2023-09-20)
20
+ ------------------
21
+
22
+ * Feature - Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors
23
+
24
+ 1.36.0 (2023-09-19)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.35.0 (2023-07-11)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.34.0 (2023-07-06)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.33.0 (2023-06-28)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.32.0 (2023-06-15)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.31.0 (2023-05-31)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.30.0 (2023-02-14)
55
+ ------------------
56
+
57
+ * Feature - AWS AppConfig now offers the option to set a version label on hosted configuration versions. Version labels allow you to identify specific hosted configuration versions based on an alternate versioning scheme that you define.
58
+
59
+ 1.29.0 (2023-02-02)
60
+ ------------------
61
+
62
+ * Feature - AWS AppConfig introduces KMS customer-managed key (CMK) encryption of configuration data, along with AWS Secrets Manager as a new configuration data source. S3 objects using SSE-KMS encryption and SSM Parameter Store SecureStrings are also now supported.
63
+
64
+ 1.28.0 (2023-01-18)
65
+ ------------------
66
+
67
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
68
+
69
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
70
+
71
+ 1.27.0 (2022-10-25)
72
+ ------------------
73
+
74
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
75
+
76
+ 1.26.0 (2022-07-13)
77
+ ------------------
78
+
79
+ * Feature - Adding Create, Get, Update, Delete, and List APIs for new two new resources: Extensions and ExtensionAssociations.
80
+
81
+ 1.25.0 (2022-02-24)
82
+ ------------------
83
+
84
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
85
+
86
+ 1.24.0 (2022-02-03)
87
+ ------------------
88
+
89
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
90
+
91
+ 1.23.0 (2022-01-28)
92
+ ------------------
93
+
94
+ * Feature - Documentation updates for AWS AppConfig
95
+
96
+ 1.22.0 (2021-12-21)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
4
101
  1.21.0 (2021-11-30)
5
102
  ------------------
6
103
 
@@ -115,4 +212,4 @@ Unreleased Changes
115
212
  1.0.0 (2019-11-25)
116
213
  ------------------
117
214
 
118
- * Feature - Initial release of `aws-sdk-appconfig`.
215
+ * Feature - Initial release of `aws-sdk-appconfig`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.40.0