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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a8f6177d26e5faf0f3aae37ff6a8af3af76d0eb0c985d851faee6927fab2ff1
4
- data.tar.gz: 541c5f47fde59f880d0a8ff720f054a63dfc2c5b05d100601bfa541a9b546f62
3
+ metadata.gz: 85f8c4360ed489e47ad854c1c2e35509c8e728dfd42994fd9a616d37383ca175
4
+ data.tar.gz: 61ef0ae48e93be8ec91d0dd1b09a43afe19605a7adc7bc4e6023757c1a506c2d
5
5
  SHA512:
6
- metadata.gz: 903d4d28dd76d001e844d25848112c41ea476a772c17e1f731c2acda4c1bf8a4b46b6b0733f8c124c427b98b42fbddc05675888e3b9d2e24c3013cb81da6cbbe
7
- data.tar.gz: d3aa16c45ab736706fd99dfed28588472361e1cb3a4dad4d96d5cd96477a002a95fe1c7409b6a22fa7313a9464244a41f3d4b29ffe7b64e550665cce7ac2e4d6
6
+ metadata.gz: 8b985aa3145786fa2ae356a986a511ba3e6a2e00c8260c7b7f2b3c9a537d5eefb6c5d8ff765b86ae6c3f66d30f3c910d18683ebffaba7b3338d9572b592a518d
7
+ data.tar.gz: 65bcda071383baa63e1b94d185f6800bc0550196c994acf0464499fb7b09b5ef0650c56d28cd5f776dfee7ed3ec4b5d8c2ca767cb540c56d244e162afb66a718
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.76.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
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.76.0'
1027
+ context[:gem_version] = '1.77.0'
1028
1028
  Seahorse::Client::Request.new(handlers, context)
1029
1029
  end
1030
1030
 
@@ -54,7 +54,7 @@ module Aws::SavingsPlans
54
54
  autoload :EndpointProvider, 'aws-sdk-savingsplans/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-savingsplans/endpoints'
56
56
 
57
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.77.0'
58
58
 
59
59
  end
60
60
 
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-savingsplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services