aws-sdk-elasticache 1.25.0 → 1.26.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: 49527bd6f3b4976d76afd08409641d4c4568152f
4
- data.tar.gz: 26613d46e93eb6431ce9a0578f115c7cf1e38189
3
+ metadata.gz: 8be57b8621557da41fec383d38768b58b41a496d
4
+ data.tar.gz: ba79150a184001fa84c5735ef03555a4edfd6937
5
5
  SHA512:
6
- metadata.gz: b00791c9db7fde72d2e43ed55ebadffcec514586d04ca94c9bd9bdf915a06a2d04aa1efc6b76cd43a8cea07577a5fb7af89c9541d3fcb6a0947b2429a6e309a8
7
- data.tar.gz: ce27cd27a151272c7a0dbf5901a4577c69198bcbca94a8e7e42f23fa2d26dcfe0ad15db65c5d6096b9fd84e59725565d60950f817281f951eaa23e03f5f35b3d
6
+ metadata.gz: afcd8d8b6e77020a773b703581388a520159bccf55e63758b59d0627526ceca7b1712b45992e7fddc1ec184827c914b2adc6c9af77f5671df18864a136eb4af1
7
+ data.tar.gz: 06d66ab272f0c75f3146614c6b78532113600c59b9decc6d59bca9fccb1411e3ec14e01d61931e6719bfd55c648b73b47c551feef1c2f8bcf5f727d4858614c8
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticache/customizations'
43
43
  # @service
44
44
  module Aws::ElastiCache
45
45
 
46
- GEM_VERSION = '1.25.0'
46
+ GEM_VERSION = '1.26.0'
47
47
 
48
48
  end
@@ -424,9 +424,12 @@ module Aws::ElastiCache
424
424
  #
425
425
  # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/applying-updates.html
426
426
  #
427
- # @option params [required, Array<String>] :replication_group_ids
427
+ # @option params [Array<String>] :replication_group_ids
428
428
  # The replication group IDs
429
429
  #
430
+ # @option params [Array<String>] :cache_cluster_ids
431
+ # The cache cluster IDs
432
+ #
430
433
  # @option params [required, String] :service_update_name
431
434
  # The unique ID of the service update
432
435
  #
@@ -438,7 +441,8 @@ module Aws::ElastiCache
438
441
  # @example Request syntax with placeholder values
439
442
  #
440
443
  # resp = client.batch_apply_update_action({
441
- # replication_group_ids: ["String"], # required
444
+ # replication_group_ids: ["String"],
445
+ # cache_cluster_ids: ["String"],
442
446
  # service_update_name: "String", # required
443
447
  # })
444
448
  #
@@ -446,10 +450,12 @@ module Aws::ElastiCache
446
450
  #
447
451
  # resp.processed_update_actions #=> Array
448
452
  # resp.processed_update_actions[0].replication_group_id #=> String
453
+ # resp.processed_update_actions[0].cache_cluster_id #=> String
449
454
  # resp.processed_update_actions[0].service_update_name #=> String
450
455
  # resp.processed_update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete"
451
456
  # resp.unprocessed_update_actions #=> Array
452
457
  # resp.unprocessed_update_actions[0].replication_group_id #=> String
458
+ # resp.unprocessed_update_actions[0].cache_cluster_id #=> String
453
459
  # resp.unprocessed_update_actions[0].service_update_name #=> String
454
460
  # resp.unprocessed_update_actions[0].error_type #=> String
455
461
  # resp.unprocessed_update_actions[0].error_message #=> String
@@ -470,9 +476,12 @@ module Aws::ElastiCache
470
476
  #
471
477
  # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/stopping-self-service-updates.html
472
478
  #
473
- # @option params [required, Array<String>] :replication_group_ids
479
+ # @option params [Array<String>] :replication_group_ids
474
480
  # The replication group IDs
475
481
  #
482
+ # @option params [Array<String>] :cache_cluster_ids
483
+ # The cache cluster IDs
484
+ #
476
485
  # @option params [required, String] :service_update_name
477
486
  # The unique ID of the service update
478
487
  #
@@ -484,7 +493,8 @@ module Aws::ElastiCache
484
493
  # @example Request syntax with placeholder values
485
494
  #
486
495
  # resp = client.batch_stop_update_action({
487
- # replication_group_ids: ["String"], # required
496
+ # replication_group_ids: ["String"],
497
+ # cache_cluster_ids: ["String"],
488
498
  # service_update_name: "String", # required
489
499
  # })
490
500
  #
@@ -492,10 +502,12 @@ module Aws::ElastiCache
492
502
  #
493
503
  # resp.processed_update_actions #=> Array
494
504
  # resp.processed_update_actions[0].replication_group_id #=> String
505
+ # resp.processed_update_actions[0].cache_cluster_id #=> String
495
506
  # resp.processed_update_actions[0].service_update_name #=> String
496
507
  # resp.processed_update_actions[0].update_action_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete"
497
508
  # resp.unprocessed_update_actions #=> Array
498
509
  # resp.unprocessed_update_actions[0].replication_group_id #=> String
510
+ # resp.unprocessed_update_actions[0].cache_cluster_id #=> String
499
511
  # resp.unprocessed_update_actions[0].service_update_name #=> String
500
512
  # resp.unprocessed_update_actions[0].error_type #=> String
501
513
  # resp.unprocessed_update_actions[0].error_message #=> String
@@ -5982,6 +5994,13 @@ module Aws::ElastiCache
5982
5994
  # @option params [Array<String>] :replication_group_ids
5983
5995
  # The replication group IDs
5984
5996
  #
5997
+ # @option params [Array<String>] :cache_cluster_ids
5998
+ # The cache cluster IDs
5999
+ #
6000
+ # @option params [String] :engine
6001
+ # The Elasticache engine to which the update applies. Either Redis or
6002
+ # Memcached
6003
+ #
5985
6004
  # @option params [Array<String>] :service_update_status
5986
6005
  # The status of the service update
5987
6006
  #
@@ -6014,6 +6033,8 @@ module Aws::ElastiCache
6014
6033
  # resp = client.describe_update_actions({
6015
6034
  # service_update_name: "String",
6016
6035
  # replication_group_ids: ["String"],
6036
+ # cache_cluster_ids: ["String"],
6037
+ # engine: "String",
6017
6038
  # service_update_status: ["available"], # accepts available, cancelled, expired
6018
6039
  # service_update_time_range: {
6019
6040
  # start_time: Time.now,
@@ -6030,6 +6051,7 @@ module Aws::ElastiCache
6030
6051
  # resp.marker #=> String
6031
6052
  # resp.update_actions #=> Array
6032
6053
  # resp.update_actions[0].replication_group_id #=> String
6054
+ # resp.update_actions[0].cache_cluster_id #=> String
6033
6055
  # resp.update_actions[0].service_update_name #=> String
6034
6056
  # resp.update_actions[0].service_update_release_date #=> Time
6035
6057
  # resp.update_actions[0].service_update_severity #=> String, one of "critical", "important", "medium", "low"
@@ -6053,7 +6075,17 @@ module Aws::ElastiCache
6053
6075
  # resp.update_actions[0].node_group_update_status[0].node_group_member_update_status[0].node_update_initiated_by #=> String, one of "system", "customer"
6054
6076
  # resp.update_actions[0].node_group_update_status[0].node_group_member_update_status[0].node_update_initiated_date #=> Time
6055
6077
  # resp.update_actions[0].node_group_update_status[0].node_group_member_update_status[0].node_update_status_modified_date #=> Time
6078
+ # resp.update_actions[0].cache_node_update_status #=> Array
6079
+ # resp.update_actions[0].cache_node_update_status[0].cache_node_id #=> String
6080
+ # resp.update_actions[0].cache_node_update_status[0].node_update_status #=> String, one of "not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete"
6081
+ # resp.update_actions[0].cache_node_update_status[0].node_deletion_date #=> Time
6082
+ # resp.update_actions[0].cache_node_update_status[0].node_update_start_date #=> Time
6083
+ # resp.update_actions[0].cache_node_update_status[0].node_update_end_date #=> Time
6084
+ # resp.update_actions[0].cache_node_update_status[0].node_update_initiated_by #=> String, one of "system", "customer"
6085
+ # resp.update_actions[0].cache_node_update_status[0].node_update_initiated_date #=> Time
6086
+ # resp.update_actions[0].cache_node_update_status[0].node_update_status_modified_date #=> Time
6056
6087
  # resp.update_actions[0].estimated_update_time #=> String
6088
+ # resp.update_actions[0].engine #=> String
6057
6089
  #
6058
6090
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeUpdateActions AWS API Documentation
6059
6091
  #
@@ -7889,7 +7921,7 @@ module Aws::ElastiCache
7889
7921
  params: params,
7890
7922
  config: config)
7891
7923
  context[:gem_name] = 'aws-sdk-elasticache'
7892
- context[:gem_version] = '1.25.0'
7924
+ context[:gem_version] = '1.26.0'
7893
7925
  Seahorse::Client::Request.new(handlers, context)
7894
7926
  end
7895
7927
 
@@ -30,6 +30,7 @@ module Aws::ElastiCache
30
30
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
31
31
  CacheCluster = Shapes::StructureShape.new(name: 'CacheCluster')
32
32
  CacheClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheClusterAlreadyExistsFault')
33
+ CacheClusterIdList = Shapes::ListShape.new(name: 'CacheClusterIdList')
33
34
  CacheClusterList = Shapes::ListShape.new(name: 'CacheClusterList')
34
35
  CacheClusterMessage = Shapes::StructureShape.new(name: 'CacheClusterMessage')
35
36
  CacheClusterNotFoundFault = Shapes::StructureShape.new(name: 'CacheClusterNotFoundFault')
@@ -43,6 +44,8 @@ module Aws::ElastiCache
43
44
  CacheNodeTypeSpecificParametersList = Shapes::ListShape.new(name: 'CacheNodeTypeSpecificParametersList')
44
45
  CacheNodeTypeSpecificValue = Shapes::StructureShape.new(name: 'CacheNodeTypeSpecificValue')
45
46
  CacheNodeTypeSpecificValueList = Shapes::ListShape.new(name: 'CacheNodeTypeSpecificValueList')
47
+ CacheNodeUpdateStatus = Shapes::StructureShape.new(name: 'CacheNodeUpdateStatus')
48
+ CacheNodeUpdateStatusList = Shapes::ListShape.new(name: 'CacheNodeUpdateStatusList')
46
49
  CacheParameterGroup = Shapes::StructureShape.new(name: 'CacheParameterGroup')
47
50
  CacheParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'CacheParameterGroupAlreadyExistsFault')
48
51
  CacheParameterGroupDetails = Shapes::StructureShape.new(name: 'CacheParameterGroupDetails')
@@ -281,11 +284,13 @@ module Aws::ElastiCache
281
284
 
282
285
  AvailabilityZonesList.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
283
286
 
284
- BatchApplyUpdateActionMessage.add_member(:replication_group_ids, Shapes::ShapeRef.new(shape: ReplicationGroupIdList, required: true, location_name: "ReplicationGroupIds"))
287
+ BatchApplyUpdateActionMessage.add_member(:replication_group_ids, Shapes::ShapeRef.new(shape: ReplicationGroupIdList, location_name: "ReplicationGroupIds"))
288
+ BatchApplyUpdateActionMessage.add_member(:cache_cluster_ids, Shapes::ShapeRef.new(shape: CacheClusterIdList, location_name: "CacheClusterIds"))
285
289
  BatchApplyUpdateActionMessage.add_member(:service_update_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceUpdateName"))
286
290
  BatchApplyUpdateActionMessage.struct_class = Types::BatchApplyUpdateActionMessage
287
291
 
288
- BatchStopUpdateActionMessage.add_member(:replication_group_ids, Shapes::ShapeRef.new(shape: ReplicationGroupIdList, required: true, location_name: "ReplicationGroupIds"))
292
+ BatchStopUpdateActionMessage.add_member(:replication_group_ids, Shapes::ShapeRef.new(shape: ReplicationGroupIdList, location_name: "ReplicationGroupIds"))
293
+ BatchStopUpdateActionMessage.add_member(:cache_cluster_ids, Shapes::ShapeRef.new(shape: CacheClusterIdList, location_name: "CacheClusterIds"))
289
294
  BatchStopUpdateActionMessage.add_member(:service_update_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceUpdateName"))
290
295
  BatchStopUpdateActionMessage.struct_class = Types::BatchStopUpdateActionMessage
291
296
 
@@ -316,6 +321,8 @@ module Aws::ElastiCache
316
321
  CacheCluster.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
317
322
  CacheCluster.struct_class = Types::CacheCluster
318
323
 
324
+ CacheClusterIdList.member = Shapes::ShapeRef.new(shape: String)
325
+
319
326
  CacheClusterList.member = Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster")
320
327
 
321
328
  CacheClusterMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -367,6 +374,18 @@ module Aws::ElastiCache
367
374
 
368
375
  CacheNodeTypeSpecificValueList.member = Shapes::ShapeRef.new(shape: CacheNodeTypeSpecificValue, location_name: "CacheNodeTypeSpecificValue")
369
376
 
377
+ CacheNodeUpdateStatus.add_member(:cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeId"))
378
+ CacheNodeUpdateStatus.add_member(:node_update_status, Shapes::ShapeRef.new(shape: NodeUpdateStatus, location_name: "NodeUpdateStatus"))
379
+ CacheNodeUpdateStatus.add_member(:node_deletion_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "NodeDeletionDate"))
380
+ CacheNodeUpdateStatus.add_member(:node_update_start_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "NodeUpdateStartDate"))
381
+ CacheNodeUpdateStatus.add_member(:node_update_end_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "NodeUpdateEndDate"))
382
+ CacheNodeUpdateStatus.add_member(:node_update_initiated_by, Shapes::ShapeRef.new(shape: NodeUpdateInitiatedBy, location_name: "NodeUpdateInitiatedBy"))
383
+ CacheNodeUpdateStatus.add_member(:node_update_initiated_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "NodeUpdateInitiatedDate"))
384
+ CacheNodeUpdateStatus.add_member(:node_update_status_modified_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "NodeUpdateStatusModifiedDate"))
385
+ CacheNodeUpdateStatus.struct_class = Types::CacheNodeUpdateStatus
386
+
387
+ CacheNodeUpdateStatusList.member = Shapes::ShapeRef.new(shape: CacheNodeUpdateStatus, location_name: "CacheNodeUpdateStatus")
388
+
370
389
  CacheParameterGroup.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
371
390
  CacheParameterGroup.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupFamily"))
372
391
  CacheParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
@@ -671,6 +690,8 @@ module Aws::ElastiCache
671
690
 
672
691
  DescribeUpdateActionsMessage.add_member(:service_update_name, Shapes::ShapeRef.new(shape: String, location_name: "ServiceUpdateName"))
673
692
  DescribeUpdateActionsMessage.add_member(:replication_group_ids, Shapes::ShapeRef.new(shape: ReplicationGroupIdList, location_name: "ReplicationGroupIds"))
693
+ DescribeUpdateActionsMessage.add_member(:cache_cluster_ids, Shapes::ShapeRef.new(shape: CacheClusterIdList, location_name: "CacheClusterIds"))
694
+ DescribeUpdateActionsMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
674
695
  DescribeUpdateActionsMessage.add_member(:service_update_status, Shapes::ShapeRef.new(shape: ServiceUpdateStatusList, location_name: "ServiceUpdateStatus"))
675
696
  DescribeUpdateActionsMessage.add_member(:service_update_time_range, Shapes::ShapeRef.new(shape: TimeRangeFilter, location_name: "ServiceUpdateTimeRange"))
676
697
  DescribeUpdateActionsMessage.add_member(:update_action_status, Shapes::ShapeRef.new(shape: UpdateActionStatusList, location_name: "UpdateActionStatus"))
@@ -896,6 +917,7 @@ module Aws::ElastiCache
896
917
  PreferredAvailabilityZoneList.member = Shapes::ShapeRef.new(shape: String, location_name: "PreferredAvailabilityZone")
897
918
 
898
919
  ProcessedUpdateAction.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
920
+ ProcessedUpdateAction.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
899
921
  ProcessedUpdateAction.add_member(:service_update_name, Shapes::ShapeRef.new(shape: String, location_name: "ServiceUpdateName"))
900
922
  ProcessedUpdateAction.add_member(:update_action_status, Shapes::ShapeRef.new(shape: UpdateActionStatus, location_name: "UpdateActionStatus"))
901
923
  ProcessedUpdateAction.struct_class = Types::ProcessedUpdateAction
@@ -1115,6 +1137,7 @@ module Aws::ElastiCache
1115
1137
  TimeRangeFilter.struct_class = Types::TimeRangeFilter
1116
1138
 
1117
1139
  UnprocessedUpdateAction.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
1140
+ UnprocessedUpdateAction.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
1118
1141
  UnprocessedUpdateAction.add_member(:service_update_name, Shapes::ShapeRef.new(shape: String, location_name: "ServiceUpdateName"))
1119
1142
  UnprocessedUpdateAction.add_member(:error_type, Shapes::ShapeRef.new(shape: String, location_name: "ErrorType"))
1120
1143
  UnprocessedUpdateAction.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
@@ -1123,6 +1146,7 @@ module Aws::ElastiCache
1123
1146
  UnprocessedUpdateActionList.member = Shapes::ShapeRef.new(shape: UnprocessedUpdateAction, location_name: "UnprocessedUpdateAction")
1124
1147
 
1125
1148
  UpdateAction.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
1149
+ UpdateAction.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
1126
1150
  UpdateAction.add_member(:service_update_name, Shapes::ShapeRef.new(shape: String, location_name: "ServiceUpdateName"))
1127
1151
  UpdateAction.add_member(:service_update_release_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ServiceUpdateReleaseDate"))
1128
1152
  UpdateAction.add_member(:service_update_severity, Shapes::ShapeRef.new(shape: ServiceUpdateSeverity, location_name: "ServiceUpdateSeverity"))
@@ -1135,7 +1159,9 @@ module Aws::ElastiCache
1135
1159
  UpdateAction.add_member(:update_action_status_modified_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "UpdateActionStatusModifiedDate"))
1136
1160
  UpdateAction.add_member(:sla_met, Shapes::ShapeRef.new(shape: SlaMet, location_name: "SlaMet"))
1137
1161
  UpdateAction.add_member(:node_group_update_status, Shapes::ShapeRef.new(shape: NodeGroupUpdateStatusList, location_name: "NodeGroupUpdateStatus"))
1162
+ UpdateAction.add_member(:cache_node_update_status, Shapes::ShapeRef.new(shape: CacheNodeUpdateStatusList, location_name: "CacheNodeUpdateStatus"))
1138
1163
  UpdateAction.add_member(:estimated_update_time, Shapes::ShapeRef.new(shape: String, location_name: "EstimatedUpdateTime"))
1164
+ UpdateAction.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
1139
1165
  UpdateAction.struct_class = Types::UpdateAction
1140
1166
 
1141
1167
  UpdateActionList.member = Shapes::ShapeRef.new(shape: UpdateAction, location_name: "UpdateAction")
@@ -150,7 +150,8 @@ module Aws::ElastiCache
150
150
  # data as a hash:
151
151
  #
152
152
  # {
153
- # replication_group_ids: ["String"], # required
153
+ # replication_group_ids: ["String"],
154
+ # cache_cluster_ids: ["String"],
154
155
  # service_update_name: "String", # required
155
156
  # }
156
157
  #
@@ -158,6 +159,10 @@ module Aws::ElastiCache
158
159
  # The replication group IDs
159
160
  # @return [Array<String>]
160
161
  #
162
+ # @!attribute [rw] cache_cluster_ids
163
+ # The cache cluster IDs
164
+ # @return [Array<String>]
165
+ #
161
166
  # @!attribute [rw] service_update_name
162
167
  # The unique ID of the service update
163
168
  # @return [String]
@@ -166,6 +171,7 @@ module Aws::ElastiCache
166
171
  #
167
172
  class BatchApplyUpdateActionMessage < Struct.new(
168
173
  :replication_group_ids,
174
+ :cache_cluster_ids,
169
175
  :service_update_name)
170
176
  include Aws::Structure
171
177
  end
@@ -174,7 +180,8 @@ module Aws::ElastiCache
174
180
  # data as a hash:
175
181
  #
176
182
  # {
177
- # replication_group_ids: ["String"], # required
183
+ # replication_group_ids: ["String"],
184
+ # cache_cluster_ids: ["String"],
178
185
  # service_update_name: "String", # required
179
186
  # }
180
187
  #
@@ -182,6 +189,10 @@ module Aws::ElastiCache
182
189
  # The replication group IDs
183
190
  # @return [Array<String>]
184
191
  #
192
+ # @!attribute [rw] cache_cluster_ids
193
+ # The cache cluster IDs
194
+ # @return [Array<String>]
195
+ #
185
196
  # @!attribute [rw] service_update_name
186
197
  # The unique ID of the service update
187
198
  # @return [String]
@@ -190,6 +201,7 @@ module Aws::ElastiCache
190
201
  #
191
202
  class BatchStopUpdateActionMessage < Struct.new(
192
203
  :replication_group_ids,
204
+ :cache_cluster_ids,
193
205
  :service_update_name)
194
206
  include Aws::Structure
195
207
  end
@@ -748,6 +760,55 @@ module Aws::ElastiCache
748
760
  include Aws::Structure
749
761
  end
750
762
 
763
+ # The status of the service update on the cache node
764
+ #
765
+ # @!attribute [rw] cache_node_id
766
+ # The node ID of the cache cluster
767
+ # @return [String]
768
+ #
769
+ # @!attribute [rw] node_update_status
770
+ # The update status of the node
771
+ # @return [String]
772
+ #
773
+ # @!attribute [rw] node_deletion_date
774
+ # The deletion date of the node
775
+ # @return [Time]
776
+ #
777
+ # @!attribute [rw] node_update_start_date
778
+ # The start date of the update for a node
779
+ # @return [Time]
780
+ #
781
+ # @!attribute [rw] node_update_end_date
782
+ # The end date of the update for a node
783
+ # @return [Time]
784
+ #
785
+ # @!attribute [rw] node_update_initiated_by
786
+ # Reflects whether the update was initiated by the customer or
787
+ # automatically applied
788
+ # @return [String]
789
+ #
790
+ # @!attribute [rw] node_update_initiated_date
791
+ # The date when the update is triggered
792
+ # @return [Time]
793
+ #
794
+ # @!attribute [rw] node_update_status_modified_date
795
+ # The date when the NodeUpdateStatus was last modified&gt;
796
+ # @return [Time]
797
+ #
798
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheNodeUpdateStatus AWS API Documentation
799
+ #
800
+ class CacheNodeUpdateStatus < Struct.new(
801
+ :cache_node_id,
802
+ :node_update_status,
803
+ :node_deletion_date,
804
+ :node_update_start_date,
805
+ :node_update_end_date,
806
+ :node_update_initiated_by,
807
+ :node_update_initiated_date,
808
+ :node_update_status_modified_date)
809
+ include Aws::Structure
810
+ end
811
+
751
812
  # Represents the output of a `CreateCacheParameterGroup` operation.
752
813
  #
753
814
  # @!attribute [rw] cache_parameter_group_name
@@ -3468,6 +3529,8 @@ module Aws::ElastiCache
3468
3529
  # {
3469
3530
  # service_update_name: "String",
3470
3531
  # replication_group_ids: ["String"],
3532
+ # cache_cluster_ids: ["String"],
3533
+ # engine: "String",
3471
3534
  # service_update_status: ["available"], # accepts available, cancelled, expired
3472
3535
  # service_update_time_range: {
3473
3536
  # start_time: Time.now,
@@ -3487,6 +3550,15 @@ module Aws::ElastiCache
3487
3550
  # The replication group IDs
3488
3551
  # @return [Array<String>]
3489
3552
  #
3553
+ # @!attribute [rw] cache_cluster_ids
3554
+ # The cache cluster IDs
3555
+ # @return [Array<String>]
3556
+ #
3557
+ # @!attribute [rw] engine
3558
+ # The Elasticache engine to which the update applies. Either Redis or
3559
+ # Memcached
3560
+ # @return [String]
3561
+ #
3490
3562
  # @!attribute [rw] service_update_status
3491
3563
  # The status of the service update
3492
3564
  # @return [Array<String>]
@@ -3520,6 +3592,8 @@ module Aws::ElastiCache
3520
3592
  class DescribeUpdateActionsMessage < Struct.new(
3521
3593
  :service_update_name,
3522
3594
  :replication_group_ids,
3595
+ :cache_cluster_ids,
3596
+ :engine,
3523
3597
  :service_update_status,
3524
3598
  :service_update_time_range,
3525
3599
  :update_action_status,
@@ -4994,6 +5068,10 @@ module Aws::ElastiCache
4994
5068
  # The ID of the replication group
4995
5069
  # @return [String]
4996
5070
  #
5071
+ # @!attribute [rw] cache_cluster_id
5072
+ # The ID of the cache cluster
5073
+ # @return [String]
5074
+ #
4997
5075
  # @!attribute [rw] service_update_name
4998
5076
  # The unique ID of the service update
4999
5077
  # @return [String]
@@ -5006,6 +5084,7 @@ module Aws::ElastiCache
5006
5084
  #
5007
5085
  class ProcessedUpdateAction < Struct.new(
5008
5086
  :replication_group_id,
5087
+ :cache_cluster_id,
5009
5088
  :service_update_name,
5010
5089
  :update_action_status)
5011
5090
  include Aws::Structure
@@ -5876,11 +5955,13 @@ module Aws::ElastiCache
5876
5955
  # @return [String]
5877
5956
  #
5878
5957
  # @!attribute [rw] engine
5879
- # The Redis engine to which the service update applies
5958
+ # The Elasticache engine to which the update applies. Either Redis or
5959
+ # Memcached
5880
5960
  # @return [String]
5881
5961
  #
5882
5962
  # @!attribute [rw] engine_version
5883
- # The Redis engine version to which the service update applies
5963
+ # The Elasticache engine version to which the update applies. Either
5964
+ # Redis or Memcached engine version
5884
5965
  # @return [String]
5885
5966
  #
5886
5967
  # @!attribute [rw] auto_update_after_recommended_apply_by_date
@@ -6340,6 +6421,10 @@ module Aws::ElastiCache
6340
6421
  # The replication group ID
6341
6422
  # @return [String]
6342
6423
  #
6424
+ # @!attribute [rw] cache_cluster_id
6425
+ # The ID of the cache cluster
6426
+ # @return [String]
6427
+ #
6343
6428
  # @!attribute [rw] service_update_name
6344
6429
  # The unique ID of the service update
6345
6430
  # @return [String]
@@ -6357,6 +6442,7 @@ module Aws::ElastiCache
6357
6442
  #
6358
6443
  class UnprocessedUpdateAction < Struct.new(
6359
6444
  :replication_group_id,
6445
+ :cache_cluster_id,
6360
6446
  :service_update_name,
6361
6447
  :error_type,
6362
6448
  :error_message)
@@ -6369,6 +6455,10 @@ module Aws::ElastiCache
6369
6455
  # The ID of the replication group
6370
6456
  # @return [String]
6371
6457
  #
6458
+ # @!attribute [rw] cache_cluster_id
6459
+ # The ID of the cache cluster
6460
+ # @return [String]
6461
+ #
6372
6462
  # @!attribute [rw] service_update_name
6373
6463
  # The unique ID of the service update
6374
6464
  # @return [String]
@@ -6427,14 +6517,24 @@ module Aws::ElastiCache
6427
6517
  # The status of the service update on the node group
6428
6518
  # @return [Array<Types::NodeGroupUpdateStatus>]
6429
6519
  #
6520
+ # @!attribute [rw] cache_node_update_status
6521
+ # The status of the service update on the cache node
6522
+ # @return [Array<Types::CacheNodeUpdateStatus>]
6523
+ #
6430
6524
  # @!attribute [rw] estimated_update_time
6431
6525
  # The estimated length of time for the update to complete
6432
6526
  # @return [String]
6433
6527
  #
6528
+ # @!attribute [rw] engine
6529
+ # The Elasticache engine to which the update applies. Either Redis or
6530
+ # Memcached
6531
+ # @return [String]
6532
+ #
6434
6533
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/UpdateAction AWS API Documentation
6435
6534
  #
6436
6535
  class UpdateAction < Struct.new(
6437
6536
  :replication_group_id,
6537
+ :cache_cluster_id,
6438
6538
  :service_update_name,
6439
6539
  :service_update_release_date,
6440
6540
  :service_update_severity,
@@ -6447,7 +6547,9 @@ module Aws::ElastiCache
6447
6547
  :update_action_status_modified_date,
6448
6548
  :sla_met,
6449
6549
  :node_group_update_status,
6450
- :estimated_update_time)
6550
+ :cache_node_update_status,
6551
+ :estimated_update_time,
6552
+ :engine)
6451
6553
  include Aws::Structure
6452
6554
  end
6453
6555
 
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.25.0
4
+ version: 1.26.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-08-29 00:00:00.000000000 Z
11
+ date: 2019-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core