aws-sdk-costexplorer 1.69.0 → 1.92.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 +117 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-costexplorer/client.rb +1362 -382
- data/lib/aws-sdk-costexplorer/client_api.rb +304 -2
- data/lib/aws-sdk-costexplorer/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-costexplorer/endpoint_provider.rb +60 -0
- data/lib/aws-sdk-costexplorer/endpoints.rb +548 -0
- data/lib/aws-sdk-costexplorer/errors.rb +42 -0
- data/lib/aws-sdk-costexplorer/plugins/endpoints.rb +144 -0
- data/lib/aws-sdk-costexplorer/types.rb +1868 -1816
- data/lib/aws-sdk-costexplorer.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: a232be8329f374274f2915bee2123013cbe3c2722d87fb7f0438047c6ca2bd21
|
|
4
|
+
data.tar.gz: 532b3918e3927166ca5fa6839688c549a8fb1d3f6bae0215990d10694db49426
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a55392c3f6614e06b40f2987bb9e3994b7c54da607b3c20b948552292de4cf0170a09dc011a69f9d5173bbf2af3564a4e0981e13c18cba7f09571e25e55f9bf2
|
|
7
|
+
data.tar.gz: ec5cd6cdc594d6fe00f9abc0abd75e41278810cad880225c3ae129968b4feee88c52cb8c3863a2fc0487d15410ae2d4b044357809d12d1dbf01e6f4f4a93da8f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,123 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.92.0 (2023-11-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon MemoryDB reservations.
|
|
8
|
+
|
|
9
|
+
1.91.0 (2023-09-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.90.0 (2023-08-22)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - This release adds the LastUpdatedDate and LastUsedDate timestamps to help you manage your cost allocation tags.
|
|
18
|
+
|
|
19
|
+
1.89.0 (2023-07-24)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - This release introduces the new API 'GetSavingsPlanPurchaseRecommendationDetails', which retrieves the details for a Savings Plan recommendation. It also updates the existing API 'GetSavingsPlansPurchaseRecommendation' to include the recommendation detail ID.
|
|
23
|
+
|
|
24
|
+
1.88.0 (2023-07-11)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
28
|
+
|
|
29
|
+
1.87.0 (2023-07-06)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
33
|
+
|
|
34
|
+
1.86.0 (2023-06-28)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
38
|
+
|
|
39
|
+
1.85.0 (2023-06-15)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
43
|
+
|
|
44
|
+
1.84.0 (2023-05-31)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
48
|
+
|
|
49
|
+
1.83.0 (2023-01-18)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
53
|
+
|
|
54
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
|
55
|
+
|
|
56
|
+
1.82.0 (2022-12-14)
|
|
57
|
+
------------------
|
|
58
|
+
|
|
59
|
+
* Feature - This release supports percentage-based thresholds on Cost Anomaly Detection alert subscriptions.
|
|
60
|
+
|
|
61
|
+
1.81.0 (2022-12-07)
|
|
62
|
+
------------------
|
|
63
|
+
|
|
64
|
+
* Feature - This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause
|
|
65
|
+
|
|
66
|
+
1.80.0 (2022-12-05)
|
|
67
|
+
------------------
|
|
68
|
+
|
|
69
|
+
* Feature - This release introduces two new APIs that offer a 1-click experience to refresh Savings Plans recommendations. The two APIs are StartSavingsPlansPurchaseRecommendationGeneration and ListSavingsPlansPurchaseRecommendationGeneration.
|
|
70
|
+
|
|
71
|
+
1.79.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.78.0 (2022-09-27)
|
|
77
|
+
------------------
|
|
78
|
+
|
|
79
|
+
* Feature - This release is to support retroactive Cost Categories. The new field will enable you to retroactively apply new and existing cost category rules to previous months.
|
|
80
|
+
|
|
81
|
+
1.77.0 (2022-06-07)
|
|
82
|
+
------------------
|
|
83
|
+
|
|
84
|
+
* Feature - Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus.
|
|
85
|
+
|
|
86
|
+
1.76.0 (2022-03-22)
|
|
87
|
+
------------------
|
|
88
|
+
|
|
89
|
+
* 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.
|
|
90
|
+
|
|
91
|
+
1.75.0 (2022-02-24)
|
|
92
|
+
------------------
|
|
93
|
+
|
|
94
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
95
|
+
|
|
96
|
+
1.74.0 (2022-02-16)
|
|
97
|
+
------------------
|
|
98
|
+
|
|
99
|
+
* Feature - AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.
|
|
100
|
+
|
|
101
|
+
1.73.0 (2022-02-03)
|
|
102
|
+
------------------
|
|
103
|
+
|
|
104
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
105
|
+
|
|
106
|
+
1.72.0 (2022-02-02)
|
|
107
|
+
------------------
|
|
108
|
+
|
|
109
|
+
* Feature - Doc-only update for Cost Explorer API that adds INVOICING_ENTITY dimensions
|
|
110
|
+
|
|
111
|
+
1.71.0 (2022-01-11)
|
|
112
|
+
------------------
|
|
113
|
+
|
|
114
|
+
* Feature - Doc only update for Cost Explorer API that fixes missing clarifications for MatchOptions definitions
|
|
115
|
+
|
|
116
|
+
1.70.0 (2021-12-21)
|
|
117
|
+
------------------
|
|
118
|
+
|
|
119
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
120
|
+
|
|
4
121
|
1.69.0 (2021-11-30)
|
|
5
122
|
------------------
|
|
6
123
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.92.0
|