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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralbenefits/client.rb +1 -1
- data/lib/aws-sdk-partnercentralbenefits.rb +1 -1
- data/sig/client.rbs +8 -8
- 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: 2fa8f4f5629f54c31618e249974a76f5b3f269ccd461cfc0d7d80a4f4256372b
|
|
4
|
+
data.tar.gz: '028d4438b46f40878fcb0bcd1eb1162a47c555e4390b8ab33682dc5ffa0b74a2'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a96fcc82a13cdc8bbc0b4dbf51bd0fd6f466e8c6da77f200bc55289b081f4f7fadcba6e92adbd21f8b6422e9936bfe4adb1240dee5ab846742c6245d4a5b1d8
|
|
7
|
+
data.tar.gz: 6e7f84910f0f8a3402f2147926eadb774a0ea6a30687281a41892bd659ce33f477981e6b57e6e91f62b117cc18885d4fb02a08b2653a61486c13deadcb37cbd3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
1489
|
+
context[:gem_version] = '1.6.0'
|
|
1490
1490
|
Seahorse::Client::Request.new(handlers, context)
|
|
1491
1491
|
end
|
|
1492
1492
|
|
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
|