aws-sdk-elasticache 1.58.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: 544111768a86f40a061a64b33145fdefc1607f186e5eb0eabb017eb81d0189ab
4
- data.tar.gz: bef30d2ada54cfe81c92194983e5f00a435ed71068e8135587fd98586ee780f9
3
+ metadata.gz: 9d088d98cdb9dc8c647e5f30866b62cfb1adb7bd9d4e7e8038ae781610e2fca2
4
+ data.tar.gz: 52a95e0a2f1f2d8774a0489b68686e766c7951f8723a9a03b14353c546969388
5
5
  SHA512:
6
- metadata.gz: 9611d55f41070dba16092ebd4ed637d5983de326fef3bc259f15f99b8694664e4f49c72fce7a48b9c2723dfa3a326efd18d275e33843946cdba702050665eb49
7
- data.tar.gz: 79e86ca93d339dc9358f826b23132b207a301cd665a647425682c37fe52c16ee39df7fbb6c24efb5a51b1b8edcddb163aa9eb771e83d30e742221d216ff4bc97
6
+ metadata.gz: '06803b05563c59c28cb943d264957a3bac3eb92e02ef7e63071e94c71ece15814228dc0597486af15137479b796ff1ea9a2030cf8ebee3e0c5ed502593ab72c1'
7
+ data.tar.gz: 9271a398b7c3cb4ae57b83ae2ff3ea8005a94d48d92998128685b79b0f226b50f139a6bcf07d5518bb46514f6449510d89b1c16944f50e68ba8e22098d5354dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
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
+
9
+ 1.61.0 (2021-09-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.60.0 (2021-08-13)
15
+ ------------------
16
+
17
+ * Feature - This release adds ReplicationGroupCreateTime field to ReplicationGroup which indicates the UTC time when ElastiCache ReplicationGroup is created
18
+
19
+ 1.59.0 (2021-07-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.58.0 (2021-07-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.62.0
@@ -335,11 +335,11 @@ module Aws::ElastiCache
335
335
  # information, see [Resource-level permissions][1].
336
336
  #
337
337
  # For example, you can use cost-allocation tags to your ElastiCache
338
- # resources, AWS generates a cost allocation report as a comma-separated
339
- # value (CSV) file with your usage and costs aggregated by your tags.
340
- # You can apply tags that represent business categories (such as cost
341
- # centers, application names, or owners) to organize your costs across
342
- # multiple services.
338
+ # resources, Amazon generates a cost allocation report as a
339
+ # comma-separated value (CSV) file with your usage and costs aggregated
340
+ # by your tags. You can apply tags that represent business categories
341
+ # (such as cost centers, application names, or owners) to organize your
342
+ # costs across multiple services.
343
343
  #
344
344
  # For more information, see [Using Cost Allocation Tags in Amazon
345
345
  # ElastiCache][2] in the *ElastiCache User Guide*.
@@ -357,7 +357,7 @@ module Aws::ElastiCache
357
357
  # ElastiCache resources are *cluster* and *snapshot*.
358
358
  #
359
359
  # For more information about ARNs, see [Amazon Resource Names (ARNs) and
360
- # AWS Service Namespaces][1].
360
+ # Amazon Service Namespaces][1].
361
361
  #
362
362
  #
363
363
  #
@@ -449,9 +449,9 @@ module Aws::ElastiCache
449
449
  # cache security group.
450
450
  #
451
451
  # @option params [required, String] :ec2_security_group_owner_id
452
- # The AWS account number of the Amazon EC2 security group owner. Note
453
- # that this is not the same thing as an AWS access key ID - you must
454
- # provide a valid AWS account number for this parameter.
452
+ # The Amazon account number of the Amazon EC2 security group owner. Note
453
+ # that this is not the same thing as an Amazon access key ID - you must
454
+ # provide a valid Amazon account number for this parameter.
455
455
  #
456
456
  # @return [Types::AuthorizeCacheSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
457
457
  #
@@ -689,6 +689,7 @@ module Aws::ElastiCache
689
689
  # resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
690
690
  # resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
691
691
  # resp.replication_group.log_delivery_configurations[0].message #=> String
692
+ # resp.replication_group.replication_group_create_time #=> Time
692
693
  #
693
694
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CompleteMigration AWS API Documentation
694
695
  #
@@ -1792,14 +1793,15 @@ module Aws::ElastiCache
1792
1793
  # @option params [required, String] :global_replication_group_id_suffix
1793
1794
  # The suffix name of a Global datastore. Amazon ElastiCache
1794
1795
  # automatically applies a prefix to the Global datastore ID when it is
1795
- # created. Each AWS Region has its own prefix. For instance, a Global
1796
+ # created. Each Amazon Region has its own prefix. For instance, a Global
1796
1797
  # datastore ID created in the US-West-1 region will begin with "dsdfu"
1797
1798
  # along with the suffix name you provide. The suffix, combined with the
1798
1799
  # auto-generated prefix, guarantees uniqueness of the Global datastore
1799
1800
  # name across multiple regions.
1800
1801
  #
1801
- # For a full list of AWS Regions and their respective Global datastore
1802
- # iD prefixes, see [Using the AWS CLI with Global datastores ][1].
1802
+ # For a full list of Amazon Regions and their respective Global
1803
+ # datastore iD prefixes, see [Using the Amazon CLI with Global
1804
+ # datastores ][1].
1803
1805
  #
1804
1806
  #
1805
1807
  #
@@ -1884,7 +1886,7 @@ module Aws::ElastiCache
1884
1886
  # see [Creating a Subnet Group][1]. For versions below 5.0.6, the limit
1885
1887
  # is 250 per cluster.
1886
1888
  #
1887
- # To request a limit increase, see [AWS Service Limits][2] and choose
1889
+ # To request a limit increase, see [Amazon Service Limits][2] and choose
1888
1890
  # the limit type **Nodes per cluster per instance type**.
1889
1891
  #
1890
1892
  # When a Redis (cluster mode disabled) replication group has been
@@ -2555,6 +2557,7 @@ module Aws::ElastiCache
2555
2557
  # resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
2556
2558
  # resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
2557
2559
  # resp.replication_group.log_delivery_configurations[0].message #=> String
2560
+ # resp.replication_group.replication_group_create_time #=> Time
2558
2561
  #
2559
2562
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroup AWS API Documentation
2560
2563
  #
@@ -3141,6 +3144,7 @@ module Aws::ElastiCache
3141
3144
  # resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
3142
3145
  # resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
3143
3146
  # resp.replication_group.log_delivery_configurations[0].message #=> String
3147
+ # resp.replication_group.replication_group_create_time #=> Time
3144
3148
  #
3145
3149
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DecreaseReplicaCount AWS API Documentation
3146
3150
  #
@@ -3628,6 +3632,7 @@ module Aws::ElastiCache
3628
3632
  # resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
3629
3633
  # resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
3630
3634
  # resp.replication_group.log_delivery_configurations[0].message #=> String
3635
+ # resp.replication_group.replication_group_create_time #=> Time
3631
3636
  #
3632
3637
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteReplicationGroup AWS API Documentation
3633
3638
  #
@@ -6236,6 +6241,7 @@ module Aws::ElastiCache
6236
6241
  # resp.replication_groups[0].log_delivery_configurations[0].log_format #=> String, one of "text", "json"
6237
6242
  # resp.replication_groups[0].log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
6238
6243
  # resp.replication_groups[0].log_delivery_configurations[0].message #=> String
6244
+ # resp.replication_groups[0].replication_group_create_time #=> Time
6239
6245
  #
6240
6246
  #
6241
6247
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -7432,7 +7438,7 @@ module Aws::ElastiCache
7432
7438
  # Remove a secondary cluster from the Global datastore using the Global
7433
7439
  # datastore name. The secondary cluster will no longer receive updates
7434
7440
  # from the primary cluster, but will remain as a standalone cluster in
7435
- # that AWS region.
7441
+ # that Amazon region.
7436
7442
  #
7437
7443
  # @option params [required, String] :global_replication_group_id
7438
7444
  # The name of the Global datastore
@@ -7442,8 +7448,8 @@ module Aws::ElastiCache
7442
7448
  # datastore
7443
7449
  #
7444
7450
  # @option params [required, String] :replication_group_region
7445
- # The AWS region of secondary cluster you wish to remove from the Global
7446
- # datastore
7451
+ # The Amazon region of secondary cluster you wish to remove from the
7452
+ # Global datastore
7447
7453
  #
7448
7454
  # @return [Types::DisassociateGlobalReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7449
7455
  #
@@ -7497,7 +7503,7 @@ module Aws::ElastiCache
7497
7503
  # The name of the Global datastore
7498
7504
  #
7499
7505
  # @option params [required, String] :primary_region
7500
- # The AWS region of the primary cluster of the Global datastore
7506
+ # The Amazon region of the primary cluster of the Global datastore
7501
7507
  #
7502
7508
  # @option params [required, String] :primary_replication_group_id
7503
7509
  # The name of the primary replication group
@@ -7555,7 +7561,7 @@ module Aws::ElastiCache
7555
7561
  # The number of node groups you wish to add
7556
7562
  #
7557
7563
  # @option params [Array<Types::RegionalConfiguration>] :regional_configurations
7558
- # Describes the replication group IDs, the AWS regions where they are
7564
+ # Describes the replication group IDs, the Amazon regions where they are
7559
7565
  # stored and the shard configuration for each that comprise the Global
7560
7566
  # datastore
7561
7567
  #
@@ -7732,6 +7738,7 @@ module Aws::ElastiCache
7732
7738
  # resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
7733
7739
  # resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
7734
7740
  # resp.replication_group.log_delivery_configurations[0].message #=> String
7741
+ # resp.replication_group.replication_group_create_time #=> Time
7735
7742
  #
7736
7743
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/IncreaseReplicaCount AWS API Documentation
7737
7744
  #
@@ -7856,7 +7863,7 @@ module Aws::ElastiCache
7856
7863
  # `arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot`.
7857
7864
  #
7858
7865
  # For more information about ARNs, see [Amazon Resource Names (ARNs) and
7859
- # AWS Service Namespaces][1].
7866
+ # Amazon Web Services Service Namespaces][1].
7860
7867
  #
7861
7868
  #
7862
7869
  #
@@ -8671,9 +8678,7 @@ module Aws::ElastiCache
8671
8678
  # Valid values: `true` \| `false`
8672
8679
  #
8673
8680
  # @option params [Boolean] :multi_az_enabled
8674
- # A list of tags to be added to this resource. A tag is a key-value
8675
- # pair. A tag key must be accompanied by a tag value, although null is
8676
- # accepted.
8681
+ # A flag to indicate MultiAZ is enabled.
8677
8682
  #
8678
8683
  # @option params [String] :node_group_id
8679
8684
  # Deprecated. This parameter is not used.
@@ -8830,14 +8835,16 @@ module Aws::ElastiCache
8830
8835
  # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
8831
8836
  #
8832
8837
  # @option params [Array<String>] :user_group_ids_to_add
8833
- # 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.
8834
8840
  #
8835
8841
  # @option params [Array<String>] :user_group_ids_to_remove
8836
- # The user group to remove, meaning the users in the group no longer can
8837
- # 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.
8838
8845
  #
8839
8846
  # @option params [Boolean] :remove_user_groups
8840
- # Removes the user groups that can access this replication group.
8847
+ # Removes the user group associated with this replication group.
8841
8848
  #
8842
8849
  # @option params [Array<Types::LogDeliveryConfigurationRequest>] :log_delivery_configurations
8843
8850
  # Specifies the destination, format and type of the logs.
@@ -9028,6 +9035,7 @@ module Aws::ElastiCache
9028
9035
  # resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
9029
9036
  # resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
9030
9037
  # resp.replication_group.log_delivery_configurations[0].message #=> String
9038
+ # resp.replication_group.replication_group_create_time #=> Time
9031
9039
  #
9032
9040
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroup AWS API Documentation
9033
9041
  #
@@ -9170,6 +9178,7 @@ module Aws::ElastiCache
9170
9178
  # resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
9171
9179
  # resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
9172
9180
  # resp.replication_group.log_delivery_configurations[0].message #=> String
9181
+ # resp.replication_group.replication_group_create_time #=> Time
9173
9182
  #
9174
9183
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupShardConfiguration AWS API Documentation
9175
9184
  #
@@ -9620,7 +9629,7 @@ module Aws::ElastiCache
9620
9629
  # `arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot`.
9621
9630
  #
9622
9631
  # For more information about ARNs, see [Amazon Resource Names (ARNs) and
9623
- # AWS Service Namespaces][1].
9632
+ # Amazon Service Namespaces][1].
9624
9633
  #
9625
9634
  #
9626
9635
  #
@@ -9774,9 +9783,9 @@ module Aws::ElastiCache
9774
9783
  # The name of the Amazon EC2 security group to revoke access from.
9775
9784
  #
9776
9785
  # @option params [required, String] :ec2_security_group_owner_id
9777
- # The AWS account number of the Amazon EC2 security group owner. Note
9778
- # that this is not the same thing as an AWS access key ID - you must
9779
- # provide a valid AWS account number for this parameter.
9786
+ # The Amazon account number of the Amazon EC2 security group owner. Note
9787
+ # that this is not the same thing as an Amazon access key ID - you must
9788
+ # provide a valid Amazon account number for this parameter.
9780
9789
  #
9781
9790
  # @return [Types::RevokeCacheSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9782
9791
  #
@@ -9913,6 +9922,7 @@ module Aws::ElastiCache
9913
9922
  # resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
9914
9923
  # resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
9915
9924
  # resp.replication_group.log_delivery_configurations[0].message #=> String
9925
+ # resp.replication_group.replication_group_create_time #=> Time
9916
9926
  #
9917
9927
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/StartMigration AWS API Documentation
9918
9928
  #
@@ -9930,8 +9940,8 @@ module Aws::ElastiCache
9930
9940
  # **Note the following**
9931
9941
  #
9932
9942
  # * A customer can use this operation to test automatic failover on up
9933
- # to 5 shards (called node groups in the ElastiCache API and AWS CLI)
9934
- # in any rolling 24-hour period.
9943
+ # to 5 shards (called node groups in the ElastiCache API and Amazon
9944
+ # CLI) in any rolling 24-hour period.
9935
9945
  #
9936
9946
  # * If calling this operation on shards in different clusters (called
9937
9947
  # replication groups in the API and CLI), the calls can be made
@@ -9944,7 +9954,7 @@ module Aws::ElastiCache
9944
9954
  # replacement must complete before a subsequent call can be made.
9945
9955
  #
9946
9956
  # * To determine whether the node replacement is complete you can check
9947
- # Events using the Amazon ElastiCache console, the AWS CLI, or the
9957
+ # Events using the Amazon ElastiCache console, the Amazon CLI, or the
9948
9958
  # ElastiCache API. Look for the following automatic failover related
9949
9959
  # events, listed here in order of occurrance:
9950
9960
  #
@@ -10063,6 +10073,7 @@ module Aws::ElastiCache
10063
10073
  # resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
10064
10074
  # resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
10065
10075
  # resp.replication_group.log_delivery_configurations[0].message #=> String
10076
+ # resp.replication_group.replication_group_create_time #=> Time
10066
10077
  #
10067
10078
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestFailover AWS API Documentation
10068
10079
  #
@@ -10086,7 +10097,7 @@ module Aws::ElastiCache
10086
10097
  params: params,
10087
10098
  config: config)
10088
10099
  context[:gem_name] = 'aws-sdk-elasticache'
10089
- context[:gem_version] = '1.58.0'
10100
+ context[:gem_version] = '1.62.0'
10090
10101
  Seahorse::Client::Request.new(handlers, context)
10091
10102
  end
10092
10103
 
@@ -1450,6 +1450,7 @@ module Aws::ElastiCache
1450
1450
  ReplicationGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
1451
1451
  ReplicationGroup.add_member(:user_group_ids, Shapes::ShapeRef.new(shape: UserGroupIdList, location_name: "UserGroupIds"))
1452
1452
  ReplicationGroup.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
1453
+ ReplicationGroup.add_member(:replication_group_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationGroupCreateTime"))
1453
1454
  ReplicationGroup.struct_class = Types::ReplicationGroup
1454
1455
 
1455
1456
  ReplicationGroupAlreadyExistsFault.struct_class = Types::ReplicationGroupAlreadyExistsFault
@@ -39,7 +39,7 @@ module Aws::ElastiCache
39
39
  # ElastiCache resources are *cluster* and *snapshot*.
40
40
  #
41
41
  # For more information about ARNs, see [Amazon Resource Names (ARNs)
42
- # and AWS Service Namespaces][1].
42
+ # and Amazon Service Namespaces][1].
43
43
  #
44
44
  #
45
45
  #
@@ -145,9 +145,9 @@ module Aws::ElastiCache
145
145
  # @return [String]
146
146
  #
147
147
  # @!attribute [rw] ec2_security_group_owner_id
148
- # The AWS account number of the Amazon EC2 security group owner. Note
149
- # that this is not the same thing as an AWS access key ID - you must
150
- # provide a valid AWS account number for this parameter.
148
+ # The Amazon account number of the Amazon EC2 security group owner.
149
+ # Note that this is not the same thing as an Amazon access key ID -
150
+ # you must provide a valid Amazon account number for this parameter.
151
151
  # @return [String]
152
152
  #
153
153
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AuthorizeCacheSecurityGroupIngressMessage AWS API Documentation
@@ -782,7 +782,7 @@ module Aws::ElastiCache
782
782
  # @!attribute [rw] cache_node_id
783
783
  # The cache node identifier. A node ID is a numeric identifier (0001,
784
784
  # 0002, etc.). The combination of cluster ID and node ID uniquely
785
- # identifies every cache node used in a customer's AWS account.
785
+ # identifies every cache node used in a customer's Amazon account.
786
786
  # @return [String]
787
787
  #
788
788
  # @!attribute [rw] cache_node_status
@@ -1126,7 +1126,7 @@ module Aws::ElastiCache
1126
1126
  # * `RevokeCacheSecurityGroupIngress`
1127
1127
  #
1128
1128
  # @!attribute [rw] owner_id
1129
- # The AWS account ID of the cache security group owner.
1129
+ # The Amazon account ID of the cache security group owner.
1130
1130
  # @return [String]
1131
1131
  #
1132
1132
  # @!attribute [rw] cache_security_group_name
@@ -2211,14 +2211,15 @@ module Aws::ElastiCache
2211
2211
  # @!attribute [rw] global_replication_group_id_suffix
2212
2212
  # The suffix name of a Global datastore. Amazon ElastiCache
2213
2213
  # automatically applies a prefix to the Global datastore ID when it is
2214
- # created. Each AWS Region has its own prefix. For instance, a Global
2215
- # datastore ID created in the US-West-1 region will begin with
2214
+ # created. Each Amazon Region has its own prefix. For instance, a
2215
+ # Global datastore ID created in the US-West-1 region will begin with
2216
2216
  # "dsdfu" along with the suffix name you provide. The suffix,
2217
2217
  # combined with the auto-generated prefix, guarantees uniqueness of
2218
2218
  # the Global datastore name across multiple regions.
2219
2219
  #
2220
- # For a full list of AWS Regions and their respective Global datastore
2221
- # iD prefixes, see [Using the AWS CLI with Global datastores ][1].
2220
+ # For a full list of Amazon Regions and their respective Global
2221
+ # datastore iD prefixes, see [Using the Amazon CLI with Global
2222
+ # datastores ][1].
2222
2223
  #
2223
2224
  #
2224
2225
  #
@@ -2246,7 +2247,7 @@ module Aws::ElastiCache
2246
2247
 
2247
2248
  # @!attribute [rw] global_replication_group
2248
2249
  # Consists of a primary cluster that accepts writes and an associated
2249
- # secondary cluster that resides in a different AWS region. The
2250
+ # secondary cluster that resides in a different Amazon region. The
2250
2251
  # secondary cluster accepts only reads. The primary cluster
2251
2252
  # automatically replicates updates to the secondary cluster.
2252
2253
  #
@@ -3105,7 +3106,7 @@ module Aws::ElastiCache
3105
3106
 
3106
3107
  # @!attribute [rw] global_replication_group
3107
3108
  # Consists of a primary cluster that accepts writes and an associated
3108
- # secondary cluster that resides in a different AWS region. The
3109
+ # secondary cluster that resides in a different Amazon region. The
3109
3110
  # secondary cluster accepts only reads. The primary cluster
3110
3111
  # automatically replicates updates to the secondary cluster.
3111
3112
  #
@@ -3208,6 +3209,8 @@ module Aws::ElastiCache
3208
3209
  include Aws::Structure
3209
3210
  end
3210
3211
 
3212
+ # The default user assigned to the user group.
3213
+ #
3211
3214
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DefaultUserAssociatedToUserGroupFault AWS API Documentation
3212
3215
  #
3213
3216
  class DefaultUserAssociatedToUserGroupFault < Aws::EmptyStructure; end
@@ -3363,7 +3366,7 @@ module Aws::ElastiCache
3363
3366
 
3364
3367
  # @!attribute [rw] global_replication_group
3365
3368
  # Consists of a primary cluster that accepts writes and an associated
3366
- # secondary cluster that resides in a different AWS region. The
3369
+ # secondary cluster that resides in a different Amazon region. The
3367
3370
  # secondary cluster accepts only reads. The primary cluster
3368
3371
  # automatically replicates updates to the secondary cluster.
3369
3372
  #
@@ -4835,7 +4838,7 @@ module Aws::ElastiCache
4835
4838
  # @return [String]
4836
4839
  #
4837
4840
  # @!attribute [rw] replication_group_region
4838
- # The AWS region of secondary cluster you wish to remove from the
4841
+ # The Amazon region of secondary cluster you wish to remove from the
4839
4842
  # Global datastore
4840
4843
  # @return [String]
4841
4844
  #
@@ -4851,7 +4854,7 @@ module Aws::ElastiCache
4851
4854
 
4852
4855
  # @!attribute [rw] global_replication_group
4853
4856
  # Consists of a primary cluster that accepts writes and an associated
4854
- # secondary cluster that resides in a different AWS region. The
4857
+ # secondary cluster that resides in a different Amazon region. The
4855
4858
  # secondary cluster accepts only reads. The primary cluster
4856
4859
  # automatically replicates updates to the secondary cluster.
4857
4860
  #
@@ -4888,7 +4891,7 @@ module Aws::ElastiCache
4888
4891
  # @return [String]
4889
4892
  #
4890
4893
  # @!attribute [rw] ec2_security_group_owner_id
4891
- # The AWS account ID of the Amazon EC2 security group owner.
4894
+ # The Amazon account ID of the Amazon EC2 security group owner.
4892
4895
  # @return [String]
4893
4896
  #
4894
4897
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/EC2SecurityGroup AWS API Documentation
@@ -5026,7 +5029,7 @@ module Aws::ElastiCache
5026
5029
  # @return [String]
5027
5030
  #
5028
5031
  # @!attribute [rw] primary_region
5029
- # The AWS region of the primary cluster of the Global datastore
5032
+ # The Amazon region of the primary cluster of the Global datastore
5030
5033
  # @return [String]
5031
5034
  #
5032
5035
  # @!attribute [rw] primary_replication_group_id
@@ -5045,7 +5048,7 @@ module Aws::ElastiCache
5045
5048
 
5046
5049
  # @!attribute [rw] global_replication_group
5047
5050
  # Consists of a primary cluster that accepts writes and an associated
5048
- # secondary cluster that resides in a different AWS region. The
5051
+ # secondary cluster that resides in a different Amazon region. The
5049
5052
  # secondary cluster accepts only reads. The primary cluster
5050
5053
  # automatically replicates updates to the secondary cluster.
5051
5054
  #
@@ -5113,7 +5116,7 @@ module Aws::ElastiCache
5113
5116
  end
5114
5117
 
5115
5118
  # Consists of a primary cluster that accepts writes and an associated
5116
- # secondary cluster that resides in a different AWS region. The
5119
+ # secondary cluster that resides in a different Amazon region. The
5117
5120
  # secondary cluster accepts only reads. The primary cluster
5118
5121
  # automatically replicates updates to the secondary cluster.
5119
5122
  #
@@ -5243,14 +5246,14 @@ module Aws::ElastiCache
5243
5246
  end
5244
5247
 
5245
5248
  # A member of a Global datastore. It contains the Replication Group Id,
5246
- # the AWS region and the role of the replication group.
5249
+ # the Amazon region and the role of the replication group.
5247
5250
  #
5248
5251
  # @!attribute [rw] replication_group_id
5249
5252
  # The replication group id of the Global datastore member.
5250
5253
  # @return [String]
5251
5254
  #
5252
5255
  # @!attribute [rw] replication_group_region
5253
- # The AWS region of the Global datastore member.
5256
+ # The Amazon region of the Global datastore member.
5254
5257
  # @return [String]
5255
5258
  #
5256
5259
  # @!attribute [rw] role
@@ -5314,9 +5317,9 @@ module Aws::ElastiCache
5314
5317
  # @return [Integer]
5315
5318
  #
5316
5319
  # @!attribute [rw] regional_configurations
5317
- # Describes the replication group IDs, the AWS regions where they are
5318
- # stored and the shard configuration for each that comprise the Global
5319
- # datastore
5320
+ # Describes the replication group IDs, the Amazon regions where they
5321
+ # are stored and the shard configuration for each that comprise the
5322
+ # Global datastore
5320
5323
  # @return [Array<Types::RegionalConfiguration>]
5321
5324
  #
5322
5325
  # @!attribute [rw] apply_immediately
@@ -5337,7 +5340,7 @@ module Aws::ElastiCache
5337
5340
 
5338
5341
  # @!attribute [rw] global_replication_group
5339
5342
  # Consists of a primary cluster that accepts writes and an associated
5340
- # secondary cluster that resides in a different AWS region. The
5343
+ # secondary cluster that resides in a different Amazon region. The
5341
5344
  # secondary cluster accepts only reads. The primary cluster
5342
5345
  # automatically replicates updates to the secondary cluster.
5343
5346
  #
@@ -5615,7 +5618,7 @@ module Aws::ElastiCache
5615
5618
  # `arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot`.
5616
5619
  #
5617
5620
  # For more information about ARNs, see [Amazon Resource Names (ARNs)
5618
- # and AWS Service Namespaces][1].
5621
+ # and Amazon Web Services Service Namespaces][1].
5619
5622
  #
5620
5623
  #
5621
5624
  #
@@ -6301,7 +6304,7 @@ module Aws::ElastiCache
6301
6304
 
6302
6305
  # @!attribute [rw] global_replication_group
6303
6306
  # Consists of a primary cluster that accepts writes and an associated
6304
- # secondary cluster that resides in a different AWS region. The
6307
+ # secondary cluster that resides in a different Amazon region. The
6305
6308
  # secondary cluster accepts only reads. The primary cluster
6306
6309
  # automatically replicates updates to the secondary cluster.
6307
6310
  #
@@ -6398,9 +6401,7 @@ module Aws::ElastiCache
6398
6401
  # @return [Boolean]
6399
6402
  #
6400
6403
  # @!attribute [rw] multi_az_enabled
6401
- # A list of tags to be added to this resource. A tag is a key-value
6402
- # pair. A tag key must be accompanied by a tag value, although null is
6403
- # accepted.
6404
+ # A flag to indicate MultiAZ is enabled.
6404
6405
  # @return [Boolean]
6405
6406
  #
6406
6407
  # @!attribute [rw] node_group_id
@@ -6575,16 +6576,18 @@ module Aws::ElastiCache
6575
6576
  # @return [String]
6576
6577
  #
6577
6578
  # @!attribute [rw] user_group_ids_to_add
6578
- # 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.
6579
6581
  # @return [Array<String>]
6580
6582
  #
6581
6583
  # @!attribute [rw] user_group_ids_to_remove
6582
- # The user group to remove, meaning the users in the group no longer
6583
- # 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.
6584
6587
  # @return [Array<String>]
6585
6588
  #
6586
6589
  # @!attribute [rw] remove_user_groups
6587
- # Removes the user groups that can access this replication group.
6590
+ # Removes the user group associated with this replication group.
6588
6591
  # @return [Boolean]
6589
6592
  #
6590
6593
  # @!attribute [rw] log_delivery_configurations
@@ -7443,7 +7446,7 @@ module Aws::ElastiCache
7443
7446
 
7444
7447
  # @!attribute [rw] global_replication_group
7445
7448
  # Consists of a primary cluster that accepts writes and an associated
7446
- # secondary cluster that resides in a different AWS region. The
7449
+ # secondary cluster that resides in a different Amazon region. The
7447
7450
  # secondary cluster accepts only reads. The primary cluster
7448
7451
  # automatically replicates updates to the secondary cluster.
7449
7452
  #
@@ -7545,7 +7548,7 @@ module Aws::ElastiCache
7545
7548
  # @return [String]
7546
7549
  #
7547
7550
  # @!attribute [rw] replication_group_region
7548
- # The AWS region where the cluster is stored
7551
+ # The Amazon region where the cluster is stored
7549
7552
  # @return [String]
7550
7553
  #
7551
7554
  # @!attribute [rw] resharding_configuration
@@ -7580,7 +7583,7 @@ module Aws::ElastiCache
7580
7583
  # `arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot`.
7581
7584
  #
7582
7585
  # For more information about ARNs, see [Amazon Resource Names (ARNs)
7583
- # and AWS Service Namespaces][1].
7586
+ # and Amazon Service Namespaces][1].
7584
7587
  #
7585
7588
  #
7586
7589
  #
@@ -7753,14 +7756,17 @@ module Aws::ElastiCache
7753
7756
  # @return [String]
7754
7757
  #
7755
7758
  # @!attribute [rw] user_group_ids
7756
- # The list of user group IDs that have access to the replication
7757
- # group.
7759
+ # The ID of the user group associated to the replication group.
7758
7760
  # @return [Array<String>]
7759
7761
  #
7760
7762
  # @!attribute [rw] log_delivery_configurations
7761
7763
  # Returns the destination, format and type of the logs.
7762
7764
  # @return [Array<Types::LogDeliveryConfiguration>]
7763
7765
  #
7766
+ # @!attribute [rw] replication_group_create_time
7767
+ # The date and time when the cluster was created.
7768
+ # @return [Time]
7769
+ #
7764
7770
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroup AWS API Documentation
7765
7771
  #
7766
7772
  class ReplicationGroup < Struct.new(
@@ -7787,7 +7793,8 @@ module Aws::ElastiCache
7787
7793
  :kms_key_id,
7788
7794
  :arn,
7789
7795
  :user_group_ids,
7790
- :log_delivery_configurations)
7796
+ :log_delivery_configurations,
7797
+ :replication_group_create_time)
7791
7798
  SENSITIVE = []
7792
7799
  include Aws::Structure
7793
7800
  end
@@ -7859,7 +7866,7 @@ module Aws::ElastiCache
7859
7866
  # @return [String]
7860
7867
  #
7861
7868
  # @!attribute [rw] user_groups
7862
- # The user groups being modified.
7869
+ # The user group being modified.
7863
7870
  # @return [Types::UserGroupsUpdateStatus]
7864
7871
  #
7865
7872
  # @!attribute [rw] log_delivery_configurations
@@ -8377,9 +8384,9 @@ module Aws::ElastiCache
8377
8384
  # @return [String]
8378
8385
  #
8379
8386
  # @!attribute [rw] ec2_security_group_owner_id
8380
- # The AWS account number of the Amazon EC2 security group owner. Note
8381
- # that this is not the same thing as an AWS access key ID - you must
8382
- # provide a valid AWS account number for this parameter.
8387
+ # The Amazon account number of the Amazon EC2 security group owner.
8388
+ # Note that this is not the same thing as an Amazon access key ID -
8389
+ # you must provide a valid Amazon account number for this parameter.
8383
8390
  # @return [String]
8384
8391
  #
8385
8392
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RevokeCacheSecurityGroupIngressMessage AWS API Documentation
@@ -9367,7 +9374,7 @@ module Aws::ElastiCache
9367
9374
  # @return [Array<String>]
9368
9375
  #
9369
9376
  # @!attribute [rw] pending_changes
9370
- # A list of updates being applied to the user groups.
9377
+ # A list of updates being applied to the user group.
9371
9378
  # @return [Types::UserGroupPendingChanges]
9372
9379
  #
9373
9380
  # @!attribute [rw] replication_groups
@@ -9432,11 +9439,11 @@ module Aws::ElastiCache
9432
9439
  # The status of the user group update.
9433
9440
  #
9434
9441
  # @!attribute [rw] user_group_ids_to_add
9435
- # The list of user group IDs to add.
9442
+ # The ID of the user group to add.
9436
9443
  # @return [Array<String>]
9437
9444
  #
9438
9445
  # @!attribute [rw] user_group_ids_to_remove
9439
- # The list of user group IDs to remove.
9446
+ # The ID of the user group to remove.
9440
9447
  # @return [Array<String>]
9441
9448
  #
9442
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.58.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.58.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-07-28 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.118.0
22
+ version: 3.120.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.118.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: '0'
80
+ version: '2.3'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="