aws-sdk-elasticache 1.61.0 → 1.62.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d34d86f76070b1a16d8ac76852906c63267b8378e5fde75d1b1cd3001354c4c4
4
- data.tar.gz: 7a41f07ed6836fc39cf40f86baa69570f358d005e6a63044f8c4b7b3fc7a40a4
3
+ metadata.gz: 9d088d98cdb9dc8c647e5f30866b62cfb1adb7bd9d4e7e8038ae781610e2fca2
4
+ data.tar.gz: 52a95e0a2f1f2d8774a0489b68686e766c7951f8723a9a03b14353c546969388
5
5
  SHA512:
6
- metadata.gz: e42a4cabaf76c319ab385081f2b62becc88e55712a0d56d3870481fae70b57e006ff67275ad36f8531158524c246d7ed5e79758b57559a4c556f5327c25b4e6a
7
- data.tar.gz: 3959ffa04eb1352bf1d31d07a904f0dea4b7b162a22615521e899c6acf0f6de667b573bf9bc9ede95d21231ad8be349aeec55a9bd6068d17080eb55afe5c9c7f
6
+ metadata.gz: '06803b05563c59c28cb943d264957a3bac3eb92e02ef7e63071e94c71ece15814228dc0597486af15137479b796ff1ea9a2030cf8ebee3e0c5ed502593ab72c1'
7
+ data.tar.gz: 9271a398b7c3cb4ae57b83ae2ff3ea8005a94d48d92998128685b79b0f226b50f139a6bcf07d5518bb46514f6449510d89b1c16944f50e68ba8e22098d5354dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2021-09-07)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for ElastiCache
8
+
4
9
  1.61.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
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 group.
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 remove, meaning the users in the group no longer can
8842
- # access the replication group.
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 groups that can access this replication group.
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.61.0'
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 group.
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 remove, meaning the users in the group no longer
6582
- # can access the replication group.
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 groups that can access this replication group.
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 list of user group IDs that have access to the replication
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 groups being modified.
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 groups.
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 list of user group IDs to add.
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 list of user group IDs to remove.
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
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticache/customizations'
49
49
  # @!group service
50
50
  module Aws::ElastiCache
51
51
 
52
- GEM_VERSION = '1.61.0'
52
+ GEM_VERSION = '1.62.0'
53
53
 
54
54
  end
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.61.0
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-01 00:00:00.000000000 Z
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