aws-sdk-partnercentralbenefits 1.5.0 → 1.7.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: 30db43394cb061ffcae98363f8a740e97f4c87ed419c3c68439d7acb89e05ddd
4
- data.tar.gz: e25454d11ea50a98da934f8b0514a64aa6161fdf8e8b8908a48bd167007cfc83
3
+ metadata.gz: 4e50dd19ee8d5456a68d3348df6c3a662e8d24e12266656744289ed0b51bc236
4
+ data.tar.gz: c52eef66d02d8dd66c559d6a52d9f51fc341f315df79e78c9f424f5bc0cc9dc0
5
5
  SHA512:
6
- metadata.gz: b8702ebd4bae99112b9c37718399119fe6839b3e7c71266366db1368f232fa6fcd44ac1263b7c2076fd1d3ca4c098d7e92929f60a89fe946bb0de5dc7b3f51a4
7
- data.tar.gz: a96a88df280f365df7709e11d206ac4d24e15c38252aae5721b95521316a4fa9efe16be860a5a85c20a61605d59827b731ebf7c27a7ad269f3d7b803ce0c1bbb
6
+ metadata.gz: 0b38f5360bc0333e5e10025ce71624b3bd9d65a029f9e5d2efcde86a7e4fee59e83757e78b0d65d4ee9c85466eda83d16bbae90cba000d907f935567e3b8d540
7
+ data.tar.gz: ca3e002aedbf1731d1a6acd509e473b57c5a8053ba6fd9e7f56593847115332b47cb37ecf0289a83b829feb2d287ba9c17417fb55ad03e09bf2849aa69a9a543
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.6.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.5.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.7.0
@@ -199,7 +199,7 @@ module Aws::PartnerCentralBenefits
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::PartnerCentralBenefits
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1486,7 +1484,7 @@ module Aws::PartnerCentralBenefits
1486
1484
  tracer: tracer
1487
1485
  )
1488
1486
  context[:gem_name] = 'aws-sdk-partnercentralbenefits'
1489
- context[:gem_version] = '1.5.0'
1487
+ context[:gem_version] = '1.7.0'
1490
1488
  Seahorse::Client::Request.new(handlers, context)
1491
1489
  end
1492
1490
 
@@ -55,7 +55,7 @@ module Aws::PartnerCentralBenefits
55
55
  autoload :EndpointProvider, 'aws-sdk-partnercentralbenefits/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-partnercentralbenefits/endpoints'
57
57
 
58
- GEM_VERSION = '1.5.0'
58
+ GEM_VERSION = '1.7.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -93,7 +93,7 @@ module Aws
93
93
  {
94
94
  field_path: ::String,
95
95
  new_value: ::String
96
- },
96
+ }
97
97
  ]
98
98
  ) -> _AmendBenefitApplicationResponseSuccess
99
99
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AmendBenefitApplicationResponseSuccess
@@ -144,7 +144,7 @@ module Aws
144
144
  {
145
145
  key: ::String,
146
146
  value: ::String
147
- },
147
+ }
148
148
  ],
149
149
  ?associated_resources: Array[::String],
150
150
  ?partner_contacts: Array[
@@ -154,13 +154,13 @@ module Aws
154
154
  last_name: ::String?,
155
155
  business_title: ::String?,
156
156
  phone: ::String?
157
- },
157
+ }
158
158
  ],
159
159
  ?file_details: Array[
160
160
  {
161
161
  file_uri: ::String,
162
162
  business_use_case: ::String?
163
- },
163
+ }
164
164
  ]
165
165
  ) -> _CreateBenefitApplicationResponseSuccess
166
166
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBenefitApplicationResponseSuccess
@@ -289,7 +289,7 @@ module Aws
289
289
  resource_type: ("OPPORTUNITY" | "BENEFIT_ALLOCATION")?,
290
290
  resource_identifier: ::String?,
291
291
  resource_arn: ::String?
292
- },
292
+ }
293
293
  ],
294
294
  ?associated_resource_arns: Array[::String],
295
295
  ?max_results: ::Integer,
@@ -355,7 +355,7 @@ module Aws
355
355
  {
356
356
  key: ::String,
357
357
  value: ::String
358
- },
358
+ }
359
359
  ]
360
360
  ) -> _TagResourceResponseSuccess
361
361
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -393,13 +393,13 @@ module Aws
393
393
  last_name: ::String?,
394
394
  business_title: ::String?,
395
395
  phone: ::String?
396
- },
396
+ }
397
397
  ],
398
398
  ?file_details: Array[
399
399
  {
400
400
  file_uri: ::String,
401
401
  business_use_case: ::String?
402
- },
402
+ }
403
403
  ]
404
404
  ) -> _UpdateBenefitApplicationResponseSuccess
405
405
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBenefitApplicationResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-partnercentralbenefits
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement