aws-sdk-elasticache 1.61.0 → 1.62.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-elasticache/client.rb +7 -5
- data/lib/aws-sdk-elasticache/types.rb +13 -10
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d088d98cdb9dc8c647e5f30866b62cfb1adb7bd9d4e7e8038ae781610e2fca2
|
|
4
|
+
data.tar.gz: 52a95e0a2f1f2d8774a0489b68686e766c7951f8723a9a03b14353c546969388
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '06803b05563c59c28cb943d264957a3bac3eb92e02ef7e63071e94c71ece15814228dc0597486af15137479b796ff1ea9a2030cf8ebee3e0c5ed502593ab72c1'
|
|
7
|
+
data.tar.gz: 9271a398b7c3cb4ae57b83ae2ff3ea8005a94d48d92998128685b79b0f226b50f139a6bcf07d5518bb46514f6449510d89b1c16944f50e68ba8e22098d5354dd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.62.0
|
|
@@ -8835,14 +8835,16 @@ module Aws::ElastiCache
|
|
|
8835
8835
|
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
|
8836
8836
|
#
|
|
8837
8837
|
# @option params [Array<String>] :user_group_ids_to_add
|
|
8838
|
-
# The user group you are associating with the replication
|
|
8838
|
+
# The ID of the user group you are associating with the replication
|
|
8839
|
+
# group.
|
|
8839
8840
|
#
|
|
8840
8841
|
# @option params [Array<String>] :user_group_ids_to_remove
|
|
8841
|
-
# The user group to
|
|
8842
|
-
# access the replication
|
|
8842
|
+
# The ID of the user group to disassociate from the replication group,
|
|
8843
|
+
# meaning the users in the group no longer can access the replication
|
|
8844
|
+
# group.
|
|
8843
8845
|
#
|
|
8844
8846
|
# @option params [Boolean] :remove_user_groups
|
|
8845
|
-
# Removes the user
|
|
8847
|
+
# Removes the user group associated with this replication group.
|
|
8846
8848
|
#
|
|
8847
8849
|
# @option params [Array<Types::LogDeliveryConfigurationRequest>] :log_delivery_configurations
|
|
8848
8850
|
# Specifies the destination, format and type of the logs.
|
|
@@ -10095,7 +10097,7 @@ module Aws::ElastiCache
|
|
|
10095
10097
|
params: params,
|
|
10096
10098
|
config: config)
|
|
10097
10099
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
10098
|
-
context[:gem_version] = '1.
|
|
10100
|
+
context[:gem_version] = '1.62.0'
|
|
10099
10101
|
Seahorse::Client::Request.new(handlers, context)
|
|
10100
10102
|
end
|
|
10101
10103
|
|
|
@@ -3209,6 +3209,8 @@ module Aws::ElastiCache
|
|
|
3209
3209
|
include Aws::Structure
|
|
3210
3210
|
end
|
|
3211
3211
|
|
|
3212
|
+
# The default user assigned to the user group.
|
|
3213
|
+
#
|
|
3212
3214
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DefaultUserAssociatedToUserGroupFault AWS API Documentation
|
|
3213
3215
|
#
|
|
3214
3216
|
class DefaultUserAssociatedToUserGroupFault < Aws::EmptyStructure; end
|
|
@@ -6574,16 +6576,18 @@ module Aws::ElastiCache
|
|
|
6574
6576
|
# @return [String]
|
|
6575
6577
|
#
|
|
6576
6578
|
# @!attribute [rw] user_group_ids_to_add
|
|
6577
|
-
# The user group you are associating with the replication
|
|
6579
|
+
# The ID of the user group you are associating with the replication
|
|
6580
|
+
# group.
|
|
6578
6581
|
# @return [Array<String>]
|
|
6579
6582
|
#
|
|
6580
6583
|
# @!attribute [rw] user_group_ids_to_remove
|
|
6581
|
-
# The user group to
|
|
6582
|
-
# can access the replication
|
|
6584
|
+
# The ID of the user group to disassociate from the replication group,
|
|
6585
|
+
# meaning the users in the group no longer can access the replication
|
|
6586
|
+
# group.
|
|
6583
6587
|
# @return [Array<String>]
|
|
6584
6588
|
#
|
|
6585
6589
|
# @!attribute [rw] remove_user_groups
|
|
6586
|
-
# Removes the user
|
|
6590
|
+
# Removes the user group associated with this replication group.
|
|
6587
6591
|
# @return [Boolean]
|
|
6588
6592
|
#
|
|
6589
6593
|
# @!attribute [rw] log_delivery_configurations
|
|
@@ -7752,8 +7756,7 @@ module Aws::ElastiCache
|
|
|
7752
7756
|
# @return [String]
|
|
7753
7757
|
#
|
|
7754
7758
|
# @!attribute [rw] user_group_ids
|
|
7755
|
-
# The
|
|
7756
|
-
# group.
|
|
7759
|
+
# The ID of the user group associated to the replication group.
|
|
7757
7760
|
# @return [Array<String>]
|
|
7758
7761
|
#
|
|
7759
7762
|
# @!attribute [rw] log_delivery_configurations
|
|
@@ -7863,7 +7866,7 @@ module Aws::ElastiCache
|
|
|
7863
7866
|
# @return [String]
|
|
7864
7867
|
#
|
|
7865
7868
|
# @!attribute [rw] user_groups
|
|
7866
|
-
# The user
|
|
7869
|
+
# The user group being modified.
|
|
7867
7870
|
# @return [Types::UserGroupsUpdateStatus]
|
|
7868
7871
|
#
|
|
7869
7872
|
# @!attribute [rw] log_delivery_configurations
|
|
@@ -9371,7 +9374,7 @@ module Aws::ElastiCache
|
|
|
9371
9374
|
# @return [Array<String>]
|
|
9372
9375
|
#
|
|
9373
9376
|
# @!attribute [rw] pending_changes
|
|
9374
|
-
# A list of updates being applied to the user
|
|
9377
|
+
# A list of updates being applied to the user group.
|
|
9375
9378
|
# @return [Types::UserGroupPendingChanges]
|
|
9376
9379
|
#
|
|
9377
9380
|
# @!attribute [rw] replication_groups
|
|
@@ -9436,11 +9439,11 @@ module Aws::ElastiCache
|
|
|
9436
9439
|
# The status of the user group update.
|
|
9437
9440
|
#
|
|
9438
9441
|
# @!attribute [rw] user_group_ids_to_add
|
|
9439
|
-
# The
|
|
9442
|
+
# The ID of the user group to add.
|
|
9440
9443
|
# @return [Array<String>]
|
|
9441
9444
|
#
|
|
9442
9445
|
# @!attribute [rw] user_group_ids_to_remove
|
|
9443
|
-
# The
|
|
9446
|
+
# The ID of the user group to remove.
|
|
9444
9447
|
# @return [Array<String>]
|
|
9445
9448
|
#
|
|
9446
9449
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/UserGroupsUpdateStatus AWS API Documentation
|
data/lib/aws-sdk-elasticache.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elasticache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.62.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-09-
|
|
11
|
+
date: 2021-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|