aws-sdk-appconfig 1.21.0 → 1.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +98 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-appconfig/client.rb +904 -84
- data/lib/aws-sdk-appconfig/client_api.rb +320 -4
- data/lib/aws-sdk-appconfig/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-appconfig/endpoint_provider.rb +60 -0
- data/lib/aws-sdk-appconfig/endpoints.rb +618 -0
- data/lib/aws-sdk-appconfig/plugins/endpoints.rb +154 -0
- data/lib/aws-sdk-appconfig/types.rb +868 -421
- data/lib/aws-sdk-appconfig.rb +5 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da1ba11ecf09745179f13d1d3bc6325cf13990a02830cf6fda50d5b06f8fe7b4
|
4
|
+
data.tar.gz: 19d6f915d6e2fe99be5c6389b7aa04583f29598ac1c552f3ec2b36a46c223aa2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.40.0
|