aws-sdk-elasticache 1.18.0 → 1.19.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d1d2cadc522307752eaecfcce550b3bd6cdf65b
4
- data.tar.gz: 74c97183617f1c6fa9bd070a2cdd2262d7f542ba
3
+ metadata.gz: 96e9dd86a637993044ea946f2c7bcb35e67c4644
4
+ data.tar.gz: 3b3070f4d2534de8e2e7ccf17a6600cf0eb9f4a7
5
5
  SHA512:
6
- metadata.gz: 48f7e9be82fc09f95806e84d43ee1ad4fc593f59798d8020e522fc25f365526db8ffb002c941411898f7ed83c6c94a7557678204d6d1b7772413a02ed078e4ff
7
- data.tar.gz: 055c5108b923757a7634a0caef116e982017ba2fe52554615c9e0fb39e6886f2bc9764b86cadb8e10fcab41057af304899b40b1ea28c750d02a323c56d70c011
6
+ metadata.gz: fd9cdfa15d43bc05b515d315891497360a8208f250aad80662b71d1850c7f711e63f3ed8b685ded89394d1ded36a1334e69b57ab8f4c0c71e7ebd0c117c77ee8
7
+ data.tar.gz: 5dc0c9f5b1af04ede945b3f736d566956621f05f4866820899759b390ee6a93f8ee7a42ed1c4f881f681c6e52beaf1fe6863b36d34792ebe213f270095457c80
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticache/customizations'
43
43
  # @service
44
44
  module Aws::ElastiCache
45
45
 
46
- GEM_VERSION = '1.18.0'
46
+ GEM_VERSION = '1.19.0'
47
47
 
48
48
  end
@@ -418,7 +418,7 @@ module Aws::ElastiCache
418
418
  #
419
419
  #
420
420
  #
421
- # [1]: https://docs.aws.amazon.com/http:/docs.aws.amazon.com/Amazon/red-ug/applying-updates.html
421
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/applying-updates.html
422
422
  #
423
423
  # @option params [required, Array<String>] :replication_group_ids
424
424
  # The replication group IDs
@@ -2034,6 +2034,8 @@ module Aws::ElastiCache
2034
2034
  # resp.replication_group.node_groups[0].status #=> String
2035
2035
  # resp.replication_group.node_groups[0].primary_endpoint.address #=> String
2036
2036
  # resp.replication_group.node_groups[0].primary_endpoint.port #=> Integer
2037
+ # resp.replication_group.node_groups[0].reader_endpoint.address #=> String
2038
+ # resp.replication_group.node_groups[0].reader_endpoint.port #=> Integer
2037
2039
  # resp.replication_group.node_groups[0].slots #=> String
2038
2040
  # resp.replication_group.node_groups[0].node_group_members #=> Array
2039
2041
  # resp.replication_group.node_groups[0].node_group_members[0].cache_cluster_id #=> String
@@ -2343,6 +2345,8 @@ module Aws::ElastiCache
2343
2345
  # resp.replication_group.node_groups[0].status #=> String
2344
2346
  # resp.replication_group.node_groups[0].primary_endpoint.address #=> String
2345
2347
  # resp.replication_group.node_groups[0].primary_endpoint.port #=> Integer
2348
+ # resp.replication_group.node_groups[0].reader_endpoint.address #=> String
2349
+ # resp.replication_group.node_groups[0].reader_endpoint.port #=> Integer
2346
2350
  # resp.replication_group.node_groups[0].slots #=> String
2347
2351
  # resp.replication_group.node_groups[0].node_group_members #=> Array
2348
2352
  # resp.replication_group.node_groups[0].node_group_members[0].cache_cluster_id #=> String
@@ -2703,6 +2707,8 @@ module Aws::ElastiCache
2703
2707
  # resp.replication_group.node_groups[0].status #=> String
2704
2708
  # resp.replication_group.node_groups[0].primary_endpoint.address #=> String
2705
2709
  # resp.replication_group.node_groups[0].primary_endpoint.port #=> Integer
2710
+ # resp.replication_group.node_groups[0].reader_endpoint.address #=> String
2711
+ # resp.replication_group.node_groups[0].reader_endpoint.port #=> Integer
2706
2712
  # resp.replication_group.node_groups[0].slots #=> String
2707
2713
  # resp.replication_group.node_groups[0].node_group_members #=> Array
2708
2714
  # resp.replication_group.node_groups[0].node_group_members[0].cache_cluster_id #=> String
@@ -5047,6 +5053,8 @@ module Aws::ElastiCache
5047
5053
  # resp.replication_groups[0].node_groups[0].status #=> String
5048
5054
  # resp.replication_groups[0].node_groups[0].primary_endpoint.address #=> String
5049
5055
  # resp.replication_groups[0].node_groups[0].primary_endpoint.port #=> Integer
5056
+ # resp.replication_groups[0].node_groups[0].reader_endpoint.address #=> String
5057
+ # resp.replication_groups[0].node_groups[0].reader_endpoint.port #=> Integer
5050
5058
  # resp.replication_groups[0].node_groups[0].slots #=> String
5051
5059
  # resp.replication_groups[0].node_groups[0].node_group_members #=> Array
5052
5060
  # resp.replication_groups[0].node_groups[0].node_group_members[0].cache_cluster_id #=> String
@@ -6093,6 +6101,8 @@ module Aws::ElastiCache
6093
6101
  # resp.replication_group.node_groups[0].status #=> String
6094
6102
  # resp.replication_group.node_groups[0].primary_endpoint.address #=> String
6095
6103
  # resp.replication_group.node_groups[0].primary_endpoint.port #=> Integer
6104
+ # resp.replication_group.node_groups[0].reader_endpoint.address #=> String
6105
+ # resp.replication_group.node_groups[0].reader_endpoint.port #=> Integer
6096
6106
  # resp.replication_group.node_groups[0].slots #=> String
6097
6107
  # resp.replication_group.node_groups[0].node_group_members #=> Array
6098
6108
  # resp.replication_group.node_groups[0].node_group_members[0].cache_cluster_id #=> String
@@ -7143,6 +7153,8 @@ module Aws::ElastiCache
7143
7153
  # resp.replication_group.node_groups[0].status #=> String
7144
7154
  # resp.replication_group.node_groups[0].primary_endpoint.address #=> String
7145
7155
  # resp.replication_group.node_groups[0].primary_endpoint.port #=> Integer
7156
+ # resp.replication_group.node_groups[0].reader_endpoint.address #=> String
7157
+ # resp.replication_group.node_groups[0].reader_endpoint.port #=> Integer
7146
7158
  # resp.replication_group.node_groups[0].slots #=> String
7147
7159
  # resp.replication_group.node_groups[0].node_group_members #=> Array
7148
7160
  # resp.replication_group.node_groups[0].node_group_members[0].cache_cluster_id #=> String
@@ -7253,6 +7265,8 @@ module Aws::ElastiCache
7253
7265
  # resp.replication_group.node_groups[0].status #=> String
7254
7266
  # resp.replication_group.node_groups[0].primary_endpoint.address #=> String
7255
7267
  # resp.replication_group.node_groups[0].primary_endpoint.port #=> Integer
7268
+ # resp.replication_group.node_groups[0].reader_endpoint.address #=> String
7269
+ # resp.replication_group.node_groups[0].reader_endpoint.port #=> Integer
7256
7270
  # resp.replication_group.node_groups[0].slots #=> String
7257
7271
  # resp.replication_group.node_groups[0].node_group_members #=> Array
7258
7272
  # resp.replication_group.node_groups[0].node_group_members[0].cache_cluster_id #=> String
@@ -7800,6 +7814,8 @@ module Aws::ElastiCache
7800
7814
  # resp.replication_group.node_groups[0].status #=> String
7801
7815
  # resp.replication_group.node_groups[0].primary_endpoint.address #=> String
7802
7816
  # resp.replication_group.node_groups[0].primary_endpoint.port #=> Integer
7817
+ # resp.replication_group.node_groups[0].reader_endpoint.address #=> String
7818
+ # resp.replication_group.node_groups[0].reader_endpoint.port #=> Integer
7803
7819
  # resp.replication_group.node_groups[0].slots #=> String
7804
7820
  # resp.replication_group.node_groups[0].node_group_members #=> Array
7805
7821
  # resp.replication_group.node_groups[0].node_group_members[0].cache_cluster_id #=> String
@@ -7842,7 +7858,7 @@ module Aws::ElastiCache
7842
7858
  params: params,
7843
7859
  config: config)
7844
7860
  context[:gem_name] = 'aws-sdk-elasticache'
7845
- context[:gem_version] = '1.18.0'
7861
+ context[:gem_version] = '1.19.0'
7846
7862
  Seahorse::Client::Request.new(handlers, context)
7847
7863
  end
7848
7864
 
@@ -798,6 +798,7 @@ module Aws::ElastiCache
798
798
  NodeGroup.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, location_name: "NodeGroupId"))
799
799
  NodeGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
800
800
  NodeGroup.add_member(:primary_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "PrimaryEndpoint"))
801
+ NodeGroup.add_member(:reader_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ReaderEndpoint"))
801
802
  NodeGroup.add_member(:slots, Shapes::ShapeRef.new(shape: String, location_name: "Slots"))
802
803
  NodeGroup.add_member(:node_group_members, Shapes::ShapeRef.new(shape: NodeGroupMemberList, location_name: "NodeGroupMembers"))
803
804
  NodeGroup.struct_class = Types::NodeGroup
@@ -4580,6 +4580,10 @@ module Aws::ElastiCache
4580
4580
  # The endpoint of the primary node in this node group (shard).
4581
4581
  # @return [Types::Endpoint]
4582
4582
  #
4583
+ # @!attribute [rw] reader_endpoint
4584
+ # The endpoint of the replica nodes in this node group (shard).
4585
+ # @return [Types::Endpoint]
4586
+ #
4583
4587
  # @!attribute [rw] slots
4584
4588
  # The keyspace for this node group (shard).
4585
4589
  # @return [String]
@@ -4595,6 +4599,7 @@ module Aws::ElastiCache
4595
4599
  :node_group_id,
4596
4600
  :status,
4597
4601
  :primary_endpoint,
4602
+ :reader_endpoint,
4598
4603
  :slots,
4599
4604
  :node_group_members)
4600
4605
  include Aws::Structure
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.18.0
4
+ version: 1.19.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: 2019-06-04 00:00:00.000000000 Z
11
+ date: 2019-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core