aws-sdk-costexplorer 1.80.0 → 1.82.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-costexplorer/client.rb +586 -258
- data/lib/aws-sdk-costexplorer/client_api.rb +8 -2
- data/lib/aws-sdk-costexplorer/types.rb +684 -249
- data/lib/aws-sdk-costexplorer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6408ab45838eed970ca329eafdd23bf6f57c098c38676150f657edd30b74538c
|
4
|
+
data.tar.gz: 8887bcaa1a334935c63ae27b2098b12ad35cfd63bb7a4eb9bc7e6d2651fa5dee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: faa713914059628143ab90ae19b0dbb0a4e5e1645a3691e11cb4a5c9967a7a198cc003e35ba95e202a4f04580141b5cd30b0a3559094e7d314ee6c1e1d6ed817
|
7
|
+
data.tar.gz: 5ab41f8d5a1f8b3cb8117997937bf99c14bd2af2c521b631eacb7e9b87e76b56b8b3e1e771c1e1b8ff993b81f14dba5e49df07bab93a1ba287ec35daa8a8ac5b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.82.0 (2022-12-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release supports percentage-based thresholds on Cost Anomaly Detection alert subscriptions.
|
8
|
+
|
9
|
+
1.81.0 (2022-12-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause
|
13
|
+
|
4
14
|
1.80.0 (2022-12-05)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.82.0
|