aws-sdk-costexplorer 1.74.0 → 1.77.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-costexplorer/client.rb +484 -128
- data/lib/aws-sdk-costexplorer/client_api.rb +155 -0
- data/lib/aws-sdk-costexplorer/errors.rb +26 -0
- data/lib/aws-sdk-costexplorer/types.rb +694 -176
- data/lib/aws-sdk-costexplorer.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: bd8d9a9ba90df77199922781020299cb4c2b9899fb6b86612cce5695cd351e79
|
|
4
|
+
data.tar.gz: 33a248e0b427986de98eebcb21bebffbbfb85ecfbd97691cef4cde2b2d965c10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0be0bffca43e19fc75c99f6463c7f39964740965350ff99bbd84ad1cee75d069df26e2b8c8272e53a7392a23ff1959d9fc9500816097aff3eaa128dbd8162112
|
|
7
|
+
data.tar.gz: 39db2ff6d442acd94bb6d0f493bddff8648b5fa6f5587ec60de60e5fd4051fe6273c02b6abc4ed326b9cb8a0ef1cebc0fb1618ddf48c91de35babd8bd43b6081
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.77.0 (2022-06-07)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus.
|
|
8
|
+
|
|
9
|
+
1.76.0 (2022-03-22)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.
|
|
13
|
+
|
|
14
|
+
1.75.0 (2022-02-24)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
4
19
|
1.74.0 (2022-02-16)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.77.0
|