aws-sdk-partnercentralbenefits 1.5.0 → 1.6.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: 2fa8f4f5629f54c31618e249974a76f5b3f269ccd461cfc0d7d80a4f4256372b
4
+ data.tar.gz: '028d4438b46f40878fcb0bcd1eb1162a47c555e4390b8ab33682dc5ffa0b74a2'
5
5
  SHA512:
6
- metadata.gz: b8702ebd4bae99112b9c37718399119fe6839b3e7c71266366db1368f232fa6fcd44ac1263b7c2076fd1d3ca4c098d7e92929f60a89fe946bb0de5dc7b3f51a4
7
- data.tar.gz: a96a88df280f365df7709e11d206ac4d24e15c38252aae5721b95521316a4fa9efe16be860a5a85c20a61605d59827b731ebf7c27a7ad269f3d7b803ce0c1bbb
6
+ metadata.gz: 2a96fcc82a13cdc8bbc0b4dbf51bd0fd6f466e8c6da77f200bc55289b081f4f7fadcba6e92adbd21f8b6422e9936bfe4adb1240dee5ab846742c6245d4a5b1d8
7
+ data.tar.gz: 6e7f84910f0f8a3402f2147926eadb774a0ea6a30687281a41892bd659ce33f477981e6b57e6e91f62b117cc18885d4fb02a08b2653a61486c13deadcb37cbd3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.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.5.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -1486,7 +1486,7 @@ module Aws::PartnerCentralBenefits
1486
1486
  tracer: tracer
1487
1487
  )
1488
1488
  context[:gem_name] = 'aws-sdk-partnercentralbenefits'
1489
- context[:gem_version] = '1.5.0'
1489
+ context[:gem_version] = '1.6.0'
1490
1490
  Seahorse::Client::Request.new(handlers, context)
1491
1491
  end
1492
1492
 
@@ -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.6.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.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services