sig/client.rbs in aws-sdk-elasticache-1.118.0 vs sig/client.rbs in aws-sdk-elasticache-1.119.0
- old
+ new
@@ -1272,11 +1272,12 @@
?passwords: Array[::String],
?no_password_required: bool,
?authentication_mode: {
type: ("password" | "no-password-required" | "iam")?,
passwords: Array[::String]?
- }
+ },
+ ?engine: ::String
) -> _ModifyUserResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyUserResponseSuccess
interface _ModifyUserGroupResponseSuccess
include ::Seahorse::Client::_ResponseSuccess[Types::UserGroup]
@@ -1292,10 +1293,11 @@
end
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElastiCache/Client.html#modify_user_group-instance_method
def modify_user_group: (
user_group_id: ::String,
?user_ids_to_add: Array[::String],
- ?user_ids_to_remove: Array[::String]
+ ?user_ids_to_remove: Array[::String],
+ ?engine: ::String
) -> _ModifyUserGroupResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyUserGroupResponseSuccess
interface _PurchaseReservedCacheNodesOfferingResponseSuccess
include ::Seahorse::Client::_ResponseSuccess[Types::PurchaseReservedCacheNodesOfferingResult]