aws-sdk-savingsplans 1.76.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-savingsplans/client.rb +1 -1
- data/lib/aws-sdk-savingsplans.rb +1 -1
- data/sig/client.rbs +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85f8c4360ed489e47ad854c1c2e35509c8e728dfd42994fd9a616d37383ca175
|
|
4
|
+
data.tar.gz: 61ef0ae48e93be8ec91d0dd1b09a43afe19605a7adc7bc4e6023757c1a506c2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b985aa3145786fa2ae356a986a511ba3e6a2e00c8260c7b7f2b3c9a537d5eefb6c5d8ff765b86ae6c3f66d30f3c910d18683ebffaba7b3338d9572b592a518d
|
|
7
|
+
data.tar.gz: 65bcda071383baa63e1b94d185f6800bc0550196c994acf0464499fb7b09b5ef0650c56d28cd5f776dfee7ed3ec4b5d8c2ca767cb540c56d244e162afb66a718
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.77.0
|
|
@@ -1024,7 +1024,7 @@ module Aws::SavingsPlans
|
|
|
1024
1024
|
tracer: tracer
|
|
1025
1025
|
)
|
|
1026
1026
|
context[:gem_name] = 'aws-sdk-savingsplans'
|
|
1027
|
-
context[:gem_version] = '1.
|
|
1027
|
+
context[:gem_version] = '1.77.0'
|
|
1028
1028
|
Seahorse::Client::Request.new(handlers, context)
|
|
1029
1029
|
end
|
|
1030
1030
|
|
data/lib/aws-sdk-savingsplans.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -115,7 +115,7 @@ module Aws
|
|
|
115
115
|
{
|
|
116
116
|
name: ("region" | "instanceType" | "productDescription" | "tenancy" | "productType" | "serviceCode" | "usageType" | "operation")?,
|
|
117
117
|
values: Array[::String]?
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
],
|
|
120
120
|
?next_token: ::String,
|
|
121
121
|
?max_results: ::Integer
|
|
@@ -138,7 +138,7 @@ module Aws
|
|
|
138
138
|
{
|
|
139
139
|
name: ("region" | "ec2-instance-family" | "commitment" | "upfront" | "term" | "savings-plan-type" | "payment-option" | "start" | "end" | "instance-family")?,
|
|
140
140
|
values: Array[::String]?
|
|
141
|
-
}
|
|
141
|
+
}
|
|
142
142
|
]
|
|
143
143
|
) -> _DescribeSavingsPlansResponseSuccess
|
|
144
144
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSavingsPlansResponseSuccess
|
|
@@ -161,7 +161,7 @@ module Aws
|
|
|
161
161
|
{
|
|
162
162
|
name: ("region" | "instanceFamily" | "instanceType" | "productDescription" | "tenancy" | "productId")?,
|
|
163
163
|
values: Array[::String]?
|
|
164
|
-
}
|
|
164
|
+
}
|
|
165
165
|
],
|
|
166
166
|
?next_token: ::String,
|
|
167
167
|
?max_results: ::Integer
|
|
@@ -189,7 +189,7 @@ module Aws
|
|
|
189
189
|
{
|
|
190
190
|
name: ("region" | "instanceFamily")?,
|
|
191
191
|
values: Array[::String]?
|
|
192
|
-
}
|
|
192
|
+
}
|
|
193
193
|
],
|
|
194
194
|
?next_token: ::String,
|
|
195
195
|
?max_results: ::Integer
|