aws-sdk-elasticache 1.35.0 → 1.36.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: 839eb7e5cca8d9dbd274fd093f45f28ced785953f06fb33ae7db55ece4d331d2
4
- data.tar.gz: 2ce08666a486a511cb972d9f397bd7bb9e1eecd4a78316f2d80be238f3d55d79
3
+ metadata.gz: 7fa0dd8c26f94db4083c12432a238d59adb87ee0fa3af9c04c694b5cc699eb59
4
+ data.tar.gz: cdf95f343ee0fdaadef4f3ae0faaf9cbb98df90c1b05d32134eee099ad0637a9
5
5
  SHA512:
6
- metadata.gz: 7be99f1399a83f4f86bcda8af75251fc0470883d53b8532acc455f3dac4f0811ec5211e846483cd407117b26ee04680e6afa362e8edbc048104ea75a71eb86fb
7
- data.tar.gz: ac6cc7de10c26a71af267728ab1463305fff44289a65ffbb899de2fba8868ca994ea70af67f0d3679a9bd87a7143e38f572f033df8c795caa47dbeae16182a0a
6
+ metadata.gz: 68f935401a0b71f74f154b7cb7e688e61bac8636549d9d84f79f28565635656987a1be18e78b7a07581f57f9062e89dbcb1f4452b8f4b341cd045472d7483c22
7
+ data.tar.gz: b793e77dbf1e949b47bdbfae1d8e1befedb3bbd887a70a74680cb4caee3c56ae316858d7682731a51065f705938fad75183ebd150aa80251515b3c444ba1eb64
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-elasticache/customizations'
46
46
  # @service
47
47
  module Aws::ElastiCache
48
48
 
49
- GEM_VERSION = '1.35.0'
49
+ GEM_VERSION = '1.36.0'
50
50
 
51
51
  end
@@ -628,6 +628,7 @@ module Aws::ElastiCache
628
628
  # resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
629
629
  # resp.replication_group.snapshotting_cluster_id #=> String
630
630
  # resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
631
+ # resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
631
632
  # resp.replication_group.configuration_endpoint.address #=> String
632
633
  # resp.replication_group.configuration_endpoint.port #=> Integer
633
634
  # resp.replication_group.snapshot_retention_limit #=> Integer
@@ -1772,6 +1773,8 @@ module Aws::ElastiCache
1772
1773
  #
1773
1774
  # * Redis (cluster mode enabled): T1 node types.
1774
1775
  #
1776
+ # @option params [Boolean] :multi_az_enabled
1777
+ #
1775
1778
  # @option params [Integer] :num_cache_clusters
1776
1779
  # The number of nodes in the cluster.
1777
1780
  #
@@ -2226,6 +2229,7 @@ module Aws::ElastiCache
2226
2229
  # global_replication_group_id: "String",
2227
2230
  # primary_cluster_id: "String",
2228
2231
  # automatic_failover_enabled: false,
2232
+ # multi_az_enabled: false,
2229
2233
  # num_cache_clusters: 1,
2230
2234
  # preferred_cache_cluster_a_zs: ["String"],
2231
2235
  # num_node_groups: 1,
@@ -2296,6 +2300,7 @@ module Aws::ElastiCache
2296
2300
  # resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
2297
2301
  # resp.replication_group.snapshotting_cluster_id #=> String
2298
2302
  # resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
2303
+ # resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
2299
2304
  # resp.replication_group.configuration_endpoint.address #=> String
2300
2305
  # resp.replication_group.configuration_endpoint.port #=> Integer
2301
2306
  # resp.replication_group.snapshot_retention_limit #=> Integer
@@ -2692,6 +2697,7 @@ module Aws::ElastiCache
2692
2697
  # resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
2693
2698
  # resp.replication_group.snapshotting_cluster_id #=> String
2694
2699
  # resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
2700
+ # resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
2695
2701
  # resp.replication_group.configuration_endpoint.address #=> String
2696
2702
  # resp.replication_group.configuration_endpoint.port #=> Integer
2697
2703
  # resp.replication_group.snapshot_retention_limit #=> Integer
@@ -3130,6 +3136,7 @@ module Aws::ElastiCache
3130
3136
  # resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
3131
3137
  # resp.replication_group.snapshotting_cluster_id #=> String
3132
3138
  # resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
3139
+ # resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
3133
3140
  # resp.replication_group.configuration_endpoint.address #=> String
3134
3141
  # resp.replication_group.configuration_endpoint.port #=> Integer
3135
3142
  # resp.replication_group.snapshot_retention_limit #=> Integer
@@ -5587,6 +5594,7 @@ module Aws::ElastiCache
5587
5594
  # resp.replication_groups[0].node_groups[0].node_group_members[0].current_role #=> String
5588
5595
  # resp.replication_groups[0].snapshotting_cluster_id #=> String
5589
5596
  # resp.replication_groups[0].automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
5597
+ # resp.replication_groups[0].multi_az #=> String, one of "enabled", "disabled"
5590
5598
  # resp.replication_groups[0].configuration_endpoint.address #=> String
5591
5599
  # resp.replication_groups[0].configuration_endpoint.port #=> Integer
5592
5600
  # resp.replication_groups[0].snapshot_retention_limit #=> Integer
@@ -6875,6 +6883,7 @@ module Aws::ElastiCache
6875
6883
  # resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
6876
6884
  # resp.replication_group.snapshotting_cluster_id #=> String
6877
6885
  # resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
6886
+ # resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
6878
6887
  # resp.replication_group.configuration_endpoint.address #=> String
6879
6888
  # resp.replication_group.configuration_endpoint.port #=> Integer
6880
6889
  # resp.replication_group.snapshot_retention_limit #=> Integer
@@ -7788,6 +7797,8 @@ module Aws::ElastiCache
7788
7797
  #
7789
7798
  # * Redis (cluster mode enabled): T1 node types.
7790
7799
  #
7800
+ # @option params [Boolean] :multi_az_enabled
7801
+ #
7791
7802
  # @option params [String] :node_group_id
7792
7803
  # Deprecated. This parameter is not used.
7793
7804
  #
@@ -8025,6 +8036,7 @@ module Aws::ElastiCache
8025
8036
  # primary_cluster_id: "String",
8026
8037
  # snapshotting_cluster_id: "String",
8027
8038
  # automatic_failover_enabled: false,
8039
+ # multi_az_enabled: false,
8028
8040
  # node_group_id: "String",
8029
8041
  # cache_security_group_names: ["String"],
8030
8042
  # security_group_ids: ["String"],
@@ -8072,6 +8084,7 @@ module Aws::ElastiCache
8072
8084
  # resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
8073
8085
  # resp.replication_group.snapshotting_cluster_id #=> String
8074
8086
  # resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
8087
+ # resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
8075
8088
  # resp.replication_group.configuration_endpoint.address #=> String
8076
8089
  # resp.replication_group.configuration_endpoint.port #=> Integer
8077
8090
  # resp.replication_group.snapshot_retention_limit #=> Integer
@@ -8190,6 +8203,7 @@ module Aws::ElastiCache
8190
8203
  # resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
8191
8204
  # resp.replication_group.snapshotting_cluster_id #=> String
8192
8205
  # resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
8206
+ # resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
8193
8207
  # resp.replication_group.configuration_endpoint.address #=> String
8194
8208
  # resp.replication_group.configuration_endpoint.port #=> Integer
8195
8209
  # resp.replication_group.snapshot_retention_limit #=> Integer
@@ -8751,6 +8765,7 @@ module Aws::ElastiCache
8751
8765
  # resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
8752
8766
  # resp.replication_group.snapshotting_cluster_id #=> String
8753
8767
  # resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
8768
+ # resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
8754
8769
  # resp.replication_group.configuration_endpoint.address #=> String
8755
8770
  # resp.replication_group.configuration_endpoint.port #=> Integer
8756
8771
  # resp.replication_group.snapshot_retention_limit #=> Integer
@@ -8878,6 +8893,7 @@ module Aws::ElastiCache
8878
8893
  # resp.replication_group.node_groups[0].node_group_members[0].current_role #=> String
8879
8894
  # resp.replication_group.snapshotting_cluster_id #=> String
8880
8895
  # resp.replication_group.automatic_failover #=> String, one of "enabled", "disabled", "enabling", "disabling"
8896
+ # resp.replication_group.multi_az #=> String, one of "enabled", "disabled"
8881
8897
  # resp.replication_group.configuration_endpoint.address #=> String
8882
8898
  # resp.replication_group.configuration_endpoint.port #=> Integer
8883
8899
  # resp.replication_group.snapshot_retention_limit #=> Integer
@@ -8913,7 +8929,7 @@ module Aws::ElastiCache
8913
8929
  params: params,
8914
8930
  config: config)
8915
8931
  context[:gem_name] = 'aws-sdk-elasticache'
8916
- context[:gem_version] = '1.35.0'
8932
+ context[:gem_version] = '1.36.0'
8917
8933
  Seahorse::Client::Request.new(handlers, context)
8918
8934
  end
8919
8935
 
@@ -186,6 +186,7 @@ module Aws::ElastiCache
186
186
  ModifyReplicationGroupResult = Shapes::StructureShape.new(name: 'ModifyReplicationGroupResult')
187
187
  ModifyReplicationGroupShardConfigurationMessage = Shapes::StructureShape.new(name: 'ModifyReplicationGroupShardConfigurationMessage')
188
188
  ModifyReplicationGroupShardConfigurationResult = Shapes::StructureShape.new(name: 'ModifyReplicationGroupShardConfigurationResult')
189
+ MultiAZStatus = Shapes::StringShape.new(name: 'MultiAZStatus')
189
190
  NoOperationFault = Shapes::StructureShape.new(name: 'NoOperationFault')
190
191
  NodeGroup = Shapes::StructureShape.new(name: 'NodeGroup')
191
192
  NodeGroupConfiguration = Shapes::StructureShape.new(name: 'NodeGroupConfiguration')
@@ -610,6 +611,7 @@ module Aws::ElastiCache
610
611
  CreateReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupId"))
611
612
  CreateReplicationGroupMessage.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
612
613
  CreateReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
614
+ CreateReplicationGroupMessage.add_member(:multi_az_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZEnabled"))
613
615
  CreateReplicationGroupMessage.add_member(:num_cache_clusters, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheClusters"))
614
616
  CreateReplicationGroupMessage.add_member(:preferred_cache_cluster_a_zs, Shapes::ShapeRef.new(shape: AvailabilityZonesList, location_name: "PreferredCacheClusterAZs"))
615
617
  CreateReplicationGroupMessage.add_member(:num_node_groups, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumNodeGroups"))
@@ -1024,6 +1026,7 @@ module Aws::ElastiCache
1024
1026
  ModifyReplicationGroupMessage.add_member(:primary_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryClusterId"))
1025
1027
  ModifyReplicationGroupMessage.add_member(:snapshotting_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "SnapshottingClusterId"))
1026
1028
  ModifyReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
1029
+ ModifyReplicationGroupMessage.add_member(:multi_az_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZEnabled"))
1027
1030
  ModifyReplicationGroupMessage.add_member(:node_group_id, Shapes::ShapeRef.new(shape: String, deprecated: true, location_name: "NodeGroupId"))
1028
1031
  ModifyReplicationGroupMessage.add_member(:cache_security_group_names, Shapes::ShapeRef.new(shape: CacheSecurityGroupNameList, location_name: "CacheSecurityGroupNames"))
1029
1032
  ModifyReplicationGroupMessage.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdsList, location_name: "SecurityGroupIds"))
@@ -1221,6 +1224,7 @@ module Aws::ElastiCache
1221
1224
  ReplicationGroup.add_member(:node_groups, Shapes::ShapeRef.new(shape: NodeGroupList, location_name: "NodeGroups"))
1222
1225
  ReplicationGroup.add_member(:snapshotting_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "SnapshottingClusterId"))
1223
1226
  ReplicationGroup.add_member(:automatic_failover, Shapes::ShapeRef.new(shape: AutomaticFailoverStatus, location_name: "AutomaticFailover"))
1227
+ ReplicationGroup.add_member(:multi_az, Shapes::ShapeRef.new(shape: MultiAZStatus, location_name: "MultiAZ"))
1224
1228
  ReplicationGroup.add_member(:configuration_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ConfigurationEndpoint"))
1225
1229
  ReplicationGroup.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
1226
1230
  ReplicationGroup.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
@@ -2005,6 +2005,7 @@ module Aws::ElastiCache
2005
2005
  # global_replication_group_id: "String",
2006
2006
  # primary_cluster_id: "String",
2007
2007
  # automatic_failover_enabled: false,
2008
+ # multi_az_enabled: false,
2008
2009
  # num_cache_clusters: 1,
2009
2010
  # preferred_cache_cluster_a_zs: ["String"],
2010
2011
  # num_node_groups: 1,
@@ -2099,6 +2100,9 @@ module Aws::ElastiCache
2099
2100
  # * Redis (cluster mode enabled): T1 node types.
2100
2101
  # @return [Boolean]
2101
2102
  #
2103
+ # @!attribute [rw] multi_az_enabled
2104
+ # @return [Boolean]
2105
+ #
2102
2106
  # @!attribute [rw] num_cache_clusters
2103
2107
  # The number of nodes in the cluster.
2104
2108
  #
@@ -2484,6 +2488,7 @@ module Aws::ElastiCache
2484
2488
  :global_replication_group_id,
2485
2489
  :primary_cluster_id,
2486
2490
  :automatic_failover_enabled,
2491
+ :multi_az_enabled,
2487
2492
  :num_cache_clusters,
2488
2493
  :preferred_cache_cluster_a_zs,
2489
2494
  :num_node_groups,
@@ -5352,6 +5357,7 @@ module Aws::ElastiCache
5352
5357
  # primary_cluster_id: "String",
5353
5358
  # snapshotting_cluster_id: "String",
5354
5359
  # automatic_failover_enabled: false,
5360
+ # multi_az_enabled: false,
5355
5361
  # node_group_id: "String",
5356
5362
  # cache_security_group_names: ["String"],
5357
5363
  # security_group_ids: ["String"],
@@ -5407,6 +5413,9 @@ module Aws::ElastiCache
5407
5413
  # * Redis (cluster mode enabled): T1 node types.
5408
5414
  # @return [Boolean]
5409
5415
  #
5416
+ # @!attribute [rw] multi_az_enabled
5417
+ # @return [Boolean]
5418
+ #
5410
5419
  # @!attribute [rw] node_group_id
5411
5420
  # Deprecated. This parameter is not used.
5412
5421
  # @return [String]
@@ -5586,6 +5595,7 @@ module Aws::ElastiCache
5586
5595
  :primary_cluster_id,
5587
5596
  :snapshotting_cluster_id,
5588
5597
  :automatic_failover_enabled,
5598
+ :multi_az_enabled,
5589
5599
  :node_group_id,
5590
5600
  :cache_security_group_names,
5591
5601
  :security_group_ids,
@@ -6472,6 +6482,9 @@ module Aws::ElastiCache
6472
6482
  # * Redis (cluster mode enabled): T1 node types.
6473
6483
  # @return [String]
6474
6484
  #
6485
+ # @!attribute [rw] multi_az
6486
+ # @return [String]
6487
+ #
6475
6488
  # @!attribute [rw] configuration_endpoint
6476
6489
  # The configuration endpoint for this replication group. Use the
6477
6490
  # configuration endpoint to connect to this replication group.
@@ -6573,6 +6586,7 @@ module Aws::ElastiCache
6573
6586
  :node_groups,
6574
6587
  :snapshotting_cluster_id,
6575
6588
  :automatic_failover,
6589
+ :multi_az,
6576
6590
  :configuration_endpoint,
6577
6591
  :snapshot_retention_limit,
6578
6592
  :snapshot_window,
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.35.0
4
+ version: 1.36.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: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core