aws-sdk-elasticache 1.54.0 → 1.58.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.
@@ -80,6 +80,7 @@ module Aws::ElastiCache
80
80
  CacheSubnetGroups = Shapes::ListShape.new(name: 'CacheSubnetGroups')
81
81
  CacheSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'CacheSubnetQuotaExceededFault')
82
82
  ChangeType = Shapes::StringShape.new(name: 'ChangeType')
83
+ CloudWatchLogsDestinationDetails = Shapes::StructureShape.new(name: 'CloudWatchLogsDestinationDetails')
83
84
  ClusterIdList = Shapes::ListShape.new(name: 'ClusterIdList')
84
85
  ClusterQuotaForCustomerExceededFault = Shapes::StructureShape.new(name: 'ClusterQuotaForCustomerExceededFault')
85
86
  CompleteMigrationMessage = Shapes::StructureShape.new(name: 'CompleteMigrationMessage')
@@ -146,6 +147,8 @@ module Aws::ElastiCache
146
147
  DescribeUserGroupsResult = Shapes::StructureShape.new(name: 'DescribeUserGroupsResult')
147
148
  DescribeUsersMessage = Shapes::StructureShape.new(name: 'DescribeUsersMessage')
148
149
  DescribeUsersResult = Shapes::StructureShape.new(name: 'DescribeUsersResult')
150
+ DestinationDetails = Shapes::StructureShape.new(name: 'DestinationDetails')
151
+ DestinationType = Shapes::StringShape.new(name: 'DestinationType')
149
152
  DisassociateGlobalReplicationGroupMessage = Shapes::StructureShape.new(name: 'DisassociateGlobalReplicationGroupMessage')
150
153
  DisassociateGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'DisassociateGlobalReplicationGroupResult')
151
154
  Double = Shapes::FloatShape.new(name: 'Double')
@@ -197,8 +200,16 @@ module Aws::ElastiCache
197
200
  InvalidUserStateFault = Shapes::StructureShape.new(name: 'InvalidUserStateFault')
198
201
  InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
199
202
  KeyList = Shapes::ListShape.new(name: 'KeyList')
203
+ KinesisFirehoseDestinationDetails = Shapes::StructureShape.new(name: 'KinesisFirehoseDestinationDetails')
200
204
  ListAllowedNodeTypeModificationsMessage = Shapes::StructureShape.new(name: 'ListAllowedNodeTypeModificationsMessage')
201
205
  ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
206
+ LogDeliveryConfiguration = Shapes::StructureShape.new(name: 'LogDeliveryConfiguration')
207
+ LogDeliveryConfigurationList = Shapes::ListShape.new(name: 'LogDeliveryConfigurationList')
208
+ LogDeliveryConfigurationRequest = Shapes::StructureShape.new(name: 'LogDeliveryConfigurationRequest')
209
+ LogDeliveryConfigurationRequestList = Shapes::ListShape.new(name: 'LogDeliveryConfigurationRequestList')
210
+ LogDeliveryConfigurationStatus = Shapes::StringShape.new(name: 'LogDeliveryConfigurationStatus')
211
+ LogFormat = Shapes::StringShape.new(name: 'LogFormat')
212
+ LogType = Shapes::StringShape.new(name: 'LogType')
202
213
  ModifyCacheClusterMessage = Shapes::StructureShape.new(name: 'ModifyCacheClusterMessage')
203
214
  ModifyCacheClusterResult = Shapes::StructureShape.new(name: 'ModifyCacheClusterResult')
204
215
  ModifyCacheParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyCacheParameterGroupMessage')
@@ -244,6 +255,8 @@ module Aws::ElastiCache
244
255
  ParametersList = Shapes::ListShape.new(name: 'ParametersList')
245
256
  PasswordListInput = Shapes::ListShape.new(name: 'PasswordListInput')
246
257
  PendingAutomaticFailoverStatus = Shapes::StringShape.new(name: 'PendingAutomaticFailoverStatus')
258
+ PendingLogDeliveryConfiguration = Shapes::StructureShape.new(name: 'PendingLogDeliveryConfiguration')
259
+ PendingLogDeliveryConfigurationList = Shapes::ListShape.new(name: 'PendingLogDeliveryConfigurationList')
247
260
  PendingModifiedValues = Shapes::StructureShape.new(name: 'PendingModifiedValues')
248
261
  PreferredAvailabilityZoneList = Shapes::ListShape.new(name: 'PreferredAvailabilityZoneList')
249
262
  PreferredOutpostArnList = Shapes::ListShape.new(name: 'PreferredOutpostArnList')
@@ -427,6 +440,8 @@ module Aws::ElastiCache
427
440
  CacheCluster.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
428
441
  CacheCluster.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
429
442
  CacheCluster.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
443
+ CacheCluster.add_member(:replication_group_log_delivery_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReplicationGroupLogDeliveryEnabled"))
444
+ CacheCluster.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
430
445
  CacheCluster.struct_class = Types::CacheCluster
431
446
 
432
447
  CacheClusterAlreadyExistsFault.struct_class = Types::CacheClusterAlreadyExistsFault
@@ -581,6 +596,9 @@ module Aws::ElastiCache
581
596
 
582
597
  CacheSubnetQuotaExceededFault.struct_class = Types::CacheSubnetQuotaExceededFault
583
598
 
599
+ CloudWatchLogsDestinationDetails.add_member(:log_group, Shapes::ShapeRef.new(shape: String, location_name: "LogGroup"))
600
+ CloudWatchLogsDestinationDetails.struct_class = Types::CloudWatchLogsDestinationDetails
601
+
584
602
  ClusterIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "ClusterId")
585
603
 
586
604
  ClusterQuotaForCustomerExceededFault.struct_class = Types::ClusterQuotaForCustomerExceededFault
@@ -602,6 +620,7 @@ module Aws::ElastiCache
602
620
  CopySnapshotMessage.add_member(:target_snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetSnapshotName"))
603
621
  CopySnapshotMessage.add_member(:target_bucket, Shapes::ShapeRef.new(shape: String, location_name: "TargetBucket"))
604
622
  CopySnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
623
+ CopySnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
605
624
  CopySnapshotMessage.struct_class = Types::CopySnapshotMessage
606
625
 
607
626
  CopySnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
@@ -633,6 +652,7 @@ module Aws::ElastiCache
633
652
  CreateCacheClusterMessage.add_member(:outpost_mode, Shapes::ShapeRef.new(shape: OutpostMode, location_name: "OutpostMode"))
634
653
  CreateCacheClusterMessage.add_member(:preferred_outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "PreferredOutpostArn"))
635
654
  CreateCacheClusterMessage.add_member(:preferred_outpost_arns, Shapes::ShapeRef.new(shape: PreferredOutpostArnList, location_name: "PreferredOutpostArns"))
655
+ CreateCacheClusterMessage.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationRequestList, location_name: "LogDeliveryConfigurations"))
636
656
  CreateCacheClusterMessage.struct_class = Types::CreateCacheClusterMessage
637
657
 
638
658
  CreateCacheClusterResult.add_member(:cache_cluster, Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster"))
@@ -641,6 +661,7 @@ module Aws::ElastiCache
641
661
  CreateCacheParameterGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupName"))
642
662
  CreateCacheParameterGroupMessage.add_member(:cache_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheParameterGroupFamily"))
643
663
  CreateCacheParameterGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
664
+ CreateCacheParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
644
665
  CreateCacheParameterGroupMessage.struct_class = Types::CreateCacheParameterGroupMessage
645
666
 
646
667
  CreateCacheParameterGroupResult.add_member(:cache_parameter_group, Shapes::ShapeRef.new(shape: CacheParameterGroup, location_name: "CacheParameterGroup"))
@@ -648,6 +669,7 @@ module Aws::ElastiCache
648
669
 
649
670
  CreateCacheSecurityGroupMessage.add_member(:cache_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSecurityGroupName"))
650
671
  CreateCacheSecurityGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
672
+ CreateCacheSecurityGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
651
673
  CreateCacheSecurityGroupMessage.struct_class = Types::CreateCacheSecurityGroupMessage
652
674
 
653
675
  CreateCacheSecurityGroupResult.add_member(:cache_security_group, Shapes::ShapeRef.new(shape: CacheSecurityGroup, location_name: "CacheSecurityGroup"))
@@ -656,6 +678,7 @@ module Aws::ElastiCache
656
678
  CreateCacheSubnetGroupMessage.add_member(:cache_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupName"))
657
679
  CreateCacheSubnetGroupMessage.add_member(:cache_subnet_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheSubnetGroupDescription"))
658
680
  CreateCacheSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
681
+ CreateCacheSubnetGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
659
682
  CreateCacheSubnetGroupMessage.struct_class = Types::CreateCacheSubnetGroupMessage
660
683
 
661
684
  CreateCacheSubnetGroupResult.add_member(:cache_subnet_group, Shapes::ShapeRef.new(shape: CacheSubnetGroup, location_name: "CacheSubnetGroup"))
@@ -701,6 +724,7 @@ module Aws::ElastiCache
701
724
  CreateReplicationGroupMessage.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
702
725
  CreateReplicationGroupMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
703
726
  CreateReplicationGroupMessage.add_member(:user_group_ids, Shapes::ShapeRef.new(shape: UserGroupIdListInput, location_name: "UserGroupIds"))
727
+ CreateReplicationGroupMessage.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationRequestList, location_name: "LogDeliveryConfigurations"))
704
728
  CreateReplicationGroupMessage.struct_class = Types::CreateReplicationGroupMessage
705
729
 
706
730
  CreateReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
@@ -710,6 +734,7 @@ module Aws::ElastiCache
710
734
  CreateSnapshotMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
711
735
  CreateSnapshotMessage.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotName"))
712
736
  CreateSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
737
+ CreateSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
713
738
  CreateSnapshotMessage.struct_class = Types::CreateSnapshotMessage
714
739
 
715
740
  CreateSnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
@@ -718,6 +743,7 @@ module Aws::ElastiCache
718
743
  CreateUserGroupMessage.add_member(:user_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "UserGroupId"))
719
744
  CreateUserGroupMessage.add_member(:engine, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "Engine"))
720
745
  CreateUserGroupMessage.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIdListInput, location_name: "UserIds"))
746
+ CreateUserGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
721
747
  CreateUserGroupMessage.struct_class = Types::CreateUserGroupMessage
722
748
 
723
749
  CreateUserMessage.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
@@ -726,6 +752,7 @@ module Aws::ElastiCache
726
752
  CreateUserMessage.add_member(:passwords, Shapes::ShapeRef.new(shape: PasswordListInput, location_name: "Passwords"))
727
753
  CreateUserMessage.add_member(:access_string, Shapes::ShapeRef.new(shape: AccessString, required: true, location_name: "AccessString"))
728
754
  CreateUserMessage.add_member(:no_password_required, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoPasswordRequired"))
755
+ CreateUserMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
729
756
  CreateUserMessage.struct_class = Types::CreateUserMessage
730
757
 
731
758
  CustomerNodeEndpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
@@ -939,6 +966,10 @@ module Aws::ElastiCache
939
966
  DescribeUsersResult.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
940
967
  DescribeUsersResult.struct_class = Types::DescribeUsersResult
941
968
 
969
+ DestinationDetails.add_member(:cloud_watch_logs_details, Shapes::ShapeRef.new(shape: CloudWatchLogsDestinationDetails, location_name: "CloudWatchLogsDetails"))
970
+ DestinationDetails.add_member(:kinesis_firehose_details, Shapes::ShapeRef.new(shape: KinesisFirehoseDestinationDetails, location_name: "KinesisFirehoseDetails"))
971
+ DestinationDetails.struct_class = Types::DestinationDetails
972
+
942
973
  DisassociateGlobalReplicationGroupMessage.add_member(:global_replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GlobalReplicationGroupId"))
943
974
  DisassociateGlobalReplicationGroupMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupId"))
944
975
  DisassociateGlobalReplicationGroupMessage.add_member(:replication_group_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationGroupRegion"))
@@ -1088,6 +1119,9 @@ module Aws::ElastiCache
1088
1119
 
1089
1120
  KeyList.member = Shapes::ShapeRef.new(shape: String)
1090
1121
 
1122
+ KinesisFirehoseDestinationDetails.add_member(:delivery_stream, Shapes::ShapeRef.new(shape: String, location_name: "DeliveryStream"))
1123
+ KinesisFirehoseDestinationDetails.struct_class = Types::KinesisFirehoseDestinationDetails
1124
+
1091
1125
  ListAllowedNodeTypeModificationsMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "CacheClusterId"))
1092
1126
  ListAllowedNodeTypeModificationsMessage.add_member(:replication_group_id, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationGroupId"))
1093
1127
  ListAllowedNodeTypeModificationsMessage.struct_class = Types::ListAllowedNodeTypeModificationsMessage
@@ -1095,6 +1129,25 @@ module Aws::ElastiCache
1095
1129
  ListTagsForResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
1096
1130
  ListTagsForResourceMessage.struct_class = Types::ListTagsForResourceMessage
1097
1131
 
1132
+ LogDeliveryConfiguration.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location_name: "LogType"))
1133
+ LogDeliveryConfiguration.add_member(:destination_type, Shapes::ShapeRef.new(shape: DestinationType, location_name: "DestinationType"))
1134
+ LogDeliveryConfiguration.add_member(:destination_details, Shapes::ShapeRef.new(shape: DestinationDetails, location_name: "DestinationDetails"))
1135
+ LogDeliveryConfiguration.add_member(:log_format, Shapes::ShapeRef.new(shape: LogFormat, location_name: "LogFormat"))
1136
+ LogDeliveryConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationStatus, location_name: "Status"))
1137
+ LogDeliveryConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1138
+ LogDeliveryConfiguration.struct_class = Types::LogDeliveryConfiguration
1139
+
1140
+ LogDeliveryConfigurationList.member = Shapes::ShapeRef.new(shape: LogDeliveryConfiguration, location_name: "LogDeliveryConfiguration")
1141
+
1142
+ LogDeliveryConfigurationRequest.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location_name: "LogType"))
1143
+ LogDeliveryConfigurationRequest.add_member(:destination_type, Shapes::ShapeRef.new(shape: DestinationType, location_name: "DestinationType"))
1144
+ LogDeliveryConfigurationRequest.add_member(:destination_details, Shapes::ShapeRef.new(shape: DestinationDetails, location_name: "DestinationDetails"))
1145
+ LogDeliveryConfigurationRequest.add_member(:log_format, Shapes::ShapeRef.new(shape: LogFormat, location_name: "LogFormat"))
1146
+ LogDeliveryConfigurationRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Enabled"))
1147
+ LogDeliveryConfigurationRequest.struct_class = Types::LogDeliveryConfigurationRequest
1148
+
1149
+ LogDeliveryConfigurationRequestList.member = Shapes::ShapeRef.new(shape: LogDeliveryConfigurationRequest, location_name: "LogDeliveryConfigurationRequest")
1150
+
1098
1151
  ModifyCacheClusterMessage.add_member(:cache_cluster_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CacheClusterId"))
1099
1152
  ModifyCacheClusterMessage.add_member(:num_cache_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheNodes"))
1100
1153
  ModifyCacheClusterMessage.add_member(:cache_node_ids_to_remove, Shapes::ShapeRef.new(shape: CacheNodeIdsList, location_name: "CacheNodeIdsToRemove"))
@@ -1114,6 +1167,7 @@ module Aws::ElastiCache
1114
1167
  ModifyCacheClusterMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
1115
1168
  ModifyCacheClusterMessage.add_member(:auth_token, Shapes::ShapeRef.new(shape: String, location_name: "AuthToken"))
1116
1169
  ModifyCacheClusterMessage.add_member(:auth_token_update_strategy, Shapes::ShapeRef.new(shape: AuthTokenUpdateStrategyType, location_name: "AuthTokenUpdateStrategy"))
1170
+ ModifyCacheClusterMessage.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationRequestList, location_name: "LogDeliveryConfigurations"))
1117
1171
  ModifyCacheClusterMessage.struct_class = Types::ModifyCacheClusterMessage
1118
1172
 
1119
1173
  ModifyCacheClusterResult.add_member(:cache_cluster, Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster"))
@@ -1167,6 +1221,7 @@ module Aws::ElastiCache
1167
1221
  ModifyReplicationGroupMessage.add_member(:user_group_ids_to_add, Shapes::ShapeRef.new(shape: UserGroupIdList, location_name: "UserGroupIdsToAdd"))
1168
1222
  ModifyReplicationGroupMessage.add_member(:user_group_ids_to_remove, Shapes::ShapeRef.new(shape: UserGroupIdList, location_name: "UserGroupIdsToRemove"))
1169
1223
  ModifyReplicationGroupMessage.add_member(:remove_user_groups, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RemoveUserGroups"))
1224
+ ModifyReplicationGroupMessage.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationRequestList, location_name: "LogDeliveryConfigurations"))
1170
1225
  ModifyReplicationGroupMessage.struct_class = Types::ModifyReplicationGroupMessage
1171
1226
 
1172
1227
  ModifyReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
@@ -1299,11 +1354,20 @@ module Aws::ElastiCache
1299
1354
 
1300
1355
  PasswordListInput.member = Shapes::ShapeRef.new(shape: String)
1301
1356
 
1357
+ PendingLogDeliveryConfiguration.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location_name: "LogType"))
1358
+ PendingLogDeliveryConfiguration.add_member(:destination_type, Shapes::ShapeRef.new(shape: DestinationType, location_name: "DestinationType"))
1359
+ PendingLogDeliveryConfiguration.add_member(:destination_details, Shapes::ShapeRef.new(shape: DestinationDetails, location_name: "DestinationDetails"))
1360
+ PendingLogDeliveryConfiguration.add_member(:log_format, Shapes::ShapeRef.new(shape: LogFormat, location_name: "LogFormat"))
1361
+ PendingLogDeliveryConfiguration.struct_class = Types::PendingLogDeliveryConfiguration
1362
+
1363
+ PendingLogDeliveryConfigurationList.member = Shapes::ShapeRef.new(shape: PendingLogDeliveryConfiguration)
1364
+
1302
1365
  PendingModifiedValues.add_member(:num_cache_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumCacheNodes"))
1303
1366
  PendingModifiedValues.add_member(:cache_node_ids_to_remove, Shapes::ShapeRef.new(shape: CacheNodeIdsList, location_name: "CacheNodeIdsToRemove"))
1304
1367
  PendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
1305
1368
  PendingModifiedValues.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
1306
1369
  PendingModifiedValues.add_member(:auth_token_status, Shapes::ShapeRef.new(shape: AuthTokenUpdateStatus, location_name: "AuthTokenStatus"))
1370
+ PendingModifiedValues.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: PendingLogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
1307
1371
  PendingModifiedValues.struct_class = Types::PendingModifiedValues
1308
1372
 
1309
1373
  PreferredAvailabilityZoneList.member = Shapes::ShapeRef.new(shape: String, location_name: "PreferredAvailabilityZone")
@@ -1321,6 +1385,7 @@ module Aws::ElastiCache
1321
1385
  PurchaseReservedCacheNodesOfferingMessage.add_member(:reserved_cache_nodes_offering_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReservedCacheNodesOfferingId"))
1322
1386
  PurchaseReservedCacheNodesOfferingMessage.add_member(:reserved_cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodeId"))
1323
1387
  PurchaseReservedCacheNodesOfferingMessage.add_member(:cache_node_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CacheNodeCount"))
1388
+ PurchaseReservedCacheNodesOfferingMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1324
1389
  PurchaseReservedCacheNodesOfferingMessage.struct_class = Types::PurchaseReservedCacheNodesOfferingMessage
1325
1390
 
1326
1391
  PurchaseReservedCacheNodesOfferingResult.add_member(:reserved_cache_node, Shapes::ShapeRef.new(shape: ReservedCacheNode, location_name: "ReservedCacheNode"))
@@ -1384,6 +1449,7 @@ module Aws::ElastiCache
1384
1449
  ReplicationGroup.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1385
1450
  ReplicationGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
1386
1451
  ReplicationGroup.add_member(:user_group_ids, Shapes::ShapeRef.new(shape: UserGroupIdList, location_name: "UserGroupIds"))
1452
+ ReplicationGroup.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
1387
1453
  ReplicationGroup.struct_class = Types::ReplicationGroup
1388
1454
 
1389
1455
  ReplicationGroupAlreadyExistsFault.struct_class = Types::ReplicationGroupAlreadyExistsFault
@@ -1409,6 +1475,7 @@ module Aws::ElastiCache
1409
1475
  ReplicationGroupPendingModifiedValues.add_member(:resharding, Shapes::ShapeRef.new(shape: ReshardingStatus, location_name: "Resharding"))
1410
1476
  ReplicationGroupPendingModifiedValues.add_member(:auth_token_status, Shapes::ShapeRef.new(shape: AuthTokenUpdateStatus, location_name: "AuthTokenStatus"))
1411
1477
  ReplicationGroupPendingModifiedValues.add_member(:user_groups, Shapes::ShapeRef.new(shape: UserGroupsUpdateStatus, location_name: "UserGroups"))
1478
+ ReplicationGroupPendingModifiedValues.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: PendingLogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
1412
1479
  ReplicationGroupPendingModifiedValues.struct_class = Types::ReplicationGroupPendingModifiedValues
1413
1480
 
1414
1481
  ReservedCacheNode.add_member(:reserved_cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodeId"))
@@ -1722,7 +1789,15 @@ module Aws::ElastiCache
1722
1789
  o.input = Shapes::ShapeRef.new(shape: AddTagsToResourceMessage)
1723
1790
  o.output = Shapes::ShapeRef.new(shape: TagListMessage)
1724
1791
  o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
1792
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
1793
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
1794
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
1795
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
1796
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
1797
+ o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeNotFoundFault)
1725
1798
  o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
1799
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundFault)
1800
+ o.errors << Shapes::ShapeRef.new(shape: UserGroupNotFoundFault)
1726
1801
  o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1727
1802
  o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
1728
1803
  end)
@@ -1781,6 +1856,7 @@ module Aws::ElastiCache
1781
1856
  o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
1782
1857
  o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
1783
1858
  o.errors << Shapes::ShapeRef.new(shape: InvalidSnapshotStateFault)
1859
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1784
1860
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1785
1861
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1786
1862
  end)
@@ -1816,6 +1892,7 @@ module Aws::ElastiCache
1816
1892
  o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupQuotaExceededFault)
1817
1893
  o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupAlreadyExistsFault)
1818
1894
  o.errors << Shapes::ShapeRef.new(shape: InvalidCacheParameterGroupStateFault)
1895
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1819
1896
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1820
1897
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1821
1898
  end)
@@ -1828,6 +1905,7 @@ module Aws::ElastiCache
1828
1905
  o.output = Shapes::ShapeRef.new(shape: CreateCacheSecurityGroupResult)
1829
1906
  o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupAlreadyExistsFault)
1830
1907
  o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupQuotaExceededFault)
1908
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1831
1909
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1832
1910
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1833
1911
  end)
@@ -1841,6 +1919,7 @@ module Aws::ElastiCache
1841
1919
  o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupAlreadyExistsFault)
1842
1920
  o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupQuotaExceededFault)
1843
1921
  o.errors << Shapes::ShapeRef.new(shape: CacheSubnetQuotaExceededFault)
1922
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1844
1923
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1845
1924
  o.errors << Shapes::ShapeRef.new(shape: SubnetNotAllowedFault)
1846
1925
  end)
@@ -1898,6 +1977,7 @@ module Aws::ElastiCache
1898
1977
  o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
1899
1978
  o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
1900
1979
  o.errors << Shapes::ShapeRef.new(shape: SnapshotFeatureNotSupportedFault)
1980
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1901
1981
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1902
1982
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1903
1983
  end)
@@ -1913,6 +1993,7 @@ module Aws::ElastiCache
1913
1993
  o.errors << Shapes::ShapeRef.new(shape: DuplicateUserNameFault)
1914
1994
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1915
1995
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1996
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1916
1997
  end)
1917
1998
 
1918
1999
  api.add_operation(:create_user_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1927,6 +2008,7 @@ module Aws::ElastiCache
1927
2008
  o.errors << Shapes::ShapeRef.new(shape: DefaultUserRequired)
1928
2009
  o.errors << Shapes::ShapeRef.new(shape: UserGroupQuotaExceededFault)
1929
2010
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2011
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
1930
2012
  end)
1931
2013
 
1932
2014
  api.add_operation(:decrease_node_groups_in_global_replication_group, Seahorse::Model::Operation.new.tap do |o|
@@ -2425,7 +2507,15 @@ module Aws::ElastiCache
2425
2507
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceMessage)
2426
2508
  o.output = Shapes::ShapeRef.new(shape: TagListMessage)
2427
2509
  o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
2510
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
2511
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
2512
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
2513
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
2514
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
2515
+ o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeNotFoundFault)
2428
2516
  o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
2517
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundFault)
2518
+ o.errors << Shapes::ShapeRef.new(shape: UserGroupNotFoundFault)
2429
2519
  o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
2430
2520
  end)
2431
2521
 
@@ -2563,6 +2653,7 @@ module Aws::ElastiCache
2563
2653
  o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodesOfferingNotFoundFault)
2564
2654
  o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeAlreadyExistsFault)
2565
2655
  o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeQuotaExceededFault)
2656
+ o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
2566
2657
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2567
2658
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
2568
2659
  end)
@@ -2595,7 +2686,15 @@ module Aws::ElastiCache
2595
2686
  o.input = Shapes::ShapeRef.new(shape: RemoveTagsFromResourceMessage)
2596
2687
  o.output = Shapes::ShapeRef.new(shape: TagListMessage)
2597
2688
  o.errors << Shapes::ShapeRef.new(shape: CacheClusterNotFoundFault)
2689
+ o.errors << Shapes::ShapeRef.new(shape: CacheParameterGroupNotFoundFault)
2690
+ o.errors << Shapes::ShapeRef.new(shape: CacheSecurityGroupNotFoundFault)
2691
+ o.errors << Shapes::ShapeRef.new(shape: CacheSubnetGroupNotFoundFault)
2692
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReplicationGroupStateFault)
2693
+ o.errors << Shapes::ShapeRef.new(shape: ReplicationGroupNotFoundFault)
2694
+ o.errors << Shapes::ShapeRef.new(shape: ReservedCacheNodeNotFoundFault)
2598
2695
  o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFoundFault)
2696
+ o.errors << Shapes::ShapeRef.new(shape: UserNotFoundFault)
2697
+ o.errors << Shapes::ShapeRef.new(shape: UserGroupNotFoundFault)
2599
2698
  o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
2600
2699
  o.errors << Shapes::ShapeRef.new(shape: TagNotFoundFault)
2601
2700
  end)
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
@@ -47,8 +47,9 @@ module Aws::ElastiCache
47
47
  # @return [String]
48
48
  #
49
49
  # @!attribute [rw] tags
50
- # A list of cost allocation tags to be added to this resource. A tag
51
- # is a key-value pair. A tag key must be accompanied by a tag value.
50
+ # A list of tags to be added to this resource. A tag is a key-value
51
+ # pair. A tag key must be accompanied by a tag value, although null is
52
+ # accepted.
52
53
  # @return [Array<Types::Tag>]
53
54
  #
54
55
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AddTagsToResourceMessage AWS API Documentation
@@ -396,7 +397,7 @@ module Aws::ElastiCache
396
397
  # The number of cache nodes in the cluster.
397
398
  #
398
399
  # For clusters running Redis, this value must be 1. For clusters
399
- # running Memcached, this value must be between 1 and 20.
400
+ # running Memcached, this value must be between 1 and 40.
400
401
  # @return [Integer]
401
402
  #
402
403
  # @!attribute [rw] preferred_availability_zone
@@ -539,6 +540,15 @@ module Aws::ElastiCache
539
540
  # The ARN (Amazon Resource Name) of the cache cluster.
540
541
  # @return [String]
541
542
  #
543
+ # @!attribute [rw] replication_group_log_delivery_enabled
544
+ # A boolean value indicating whether log delivery is enabled for the
545
+ # replication group.
546
+ # @return [Boolean]
547
+ #
548
+ # @!attribute [rw] log_delivery_configurations
549
+ # Returns the destination, format and type of the logs.
550
+ # @return [Array<Types::LogDeliveryConfiguration>]
551
+ #
542
552
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheCluster AWS API Documentation
543
553
  #
544
554
  class CacheCluster < Struct.new(
@@ -569,7 +579,9 @@ module Aws::ElastiCache
569
579
  :auth_token_last_modified_date,
570
580
  :transit_encryption_enabled,
571
581
  :at_rest_encryption_enabled,
572
- :arn)
582
+ :arn,
583
+ :replication_group_log_delivery_enabled,
584
+ :log_delivery_configurations)
573
585
  SENSITIVE = []
574
586
  include Aws::Structure
575
587
  end
@@ -976,7 +988,7 @@ module Aws::ElastiCache
976
988
  #
977
989
  # @!attribute [rw] is_global
978
990
  # Indicates whether the parameter group is associated with a Global
979
- # Datastore
991
+ # datastore
980
992
  # @return [Boolean]
981
993
  #
982
994
  # @!attribute [rw] arn
@@ -1301,6 +1313,27 @@ module Aws::ElastiCache
1301
1313
  #
1302
1314
  class CacheSubnetQuotaExceededFault < Aws::EmptyStructure; end
1303
1315
 
1316
+ # The configuration details of the CloudWatch Logs destination.
1317
+ #
1318
+ # @note When making an API call, you may pass CloudWatchLogsDestinationDetails
1319
+ # data as a hash:
1320
+ #
1321
+ # {
1322
+ # log_group: "String",
1323
+ # }
1324
+ #
1325
+ # @!attribute [rw] log_group
1326
+ # The name of the CloudWatch Logs log group.
1327
+ # @return [String]
1328
+ #
1329
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CloudWatchLogsDestinationDetails AWS API Documentation
1330
+ #
1331
+ class CloudWatchLogsDestinationDetails < Struct.new(
1332
+ :log_group)
1333
+ SENSITIVE = []
1334
+ include Aws::Structure
1335
+ end
1336
+
1304
1337
  # The request cannot be processed because it would exceed the allowed
1305
1338
  # number of clusters per customer.
1306
1339
  #
@@ -1426,6 +1459,12 @@ module Aws::ElastiCache
1426
1459
  # target_snapshot_name: "String", # required
1427
1460
  # target_bucket: "String",
1428
1461
  # kms_key_id: "String",
1462
+ # tags: [
1463
+ # {
1464
+ # key: "String",
1465
+ # value: "String",
1466
+ # },
1467
+ # ],
1429
1468
  # }
1430
1469
  #
1431
1470
  # @!attribute [rw] source_snapshot_name
@@ -1453,21 +1492,28 @@ module Aws::ElastiCache
1453
1492
  #
1454
1493
  #
1455
1494
  #
1456
- # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access
1457
- # [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Snapshots.Exporting.html
1495
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access
1496
+ # [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html
1458
1497
  # @return [String]
1459
1498
  #
1460
1499
  # @!attribute [rw] kms_key_id
1461
1500
  # The ID of the KMS key used to encrypt the target snapshot.
1462
1501
  # @return [String]
1463
1502
  #
1503
+ # @!attribute [rw] tags
1504
+ # A list of tags to be added to this resource. A tag is a key-value
1505
+ # pair. A tag key must be accompanied by a tag value, although null is
1506
+ # accepted.
1507
+ # @return [Array<Types::Tag>]
1508
+ #
1464
1509
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CopySnapshotMessage AWS API Documentation
1465
1510
  #
1466
1511
  class CopySnapshotMessage < Struct.new(
1467
1512
  :source_snapshot_name,
1468
1513
  :target_snapshot_name,
1469
1514
  :target_bucket,
1470
- :kms_key_id)
1515
+ :kms_key_id,
1516
+ :tags)
1471
1517
  SENSITIVE = []
1472
1518
  include Aws::Structure
1473
1519
  end
@@ -1522,6 +1568,22 @@ module Aws::ElastiCache
1522
1568
  # outpost_mode: "single-outpost", # accepts single-outpost, cross-outpost
1523
1569
  # preferred_outpost_arn: "String",
1524
1570
  # preferred_outpost_arns: ["String"],
1571
+ # log_delivery_configurations: [
1572
+ # {
1573
+ # log_type: "slow-log", # accepts slow-log
1574
+ # destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
1575
+ # destination_details: {
1576
+ # cloud_watch_logs_details: {
1577
+ # log_group: "String",
1578
+ # },
1579
+ # kinesis_firehose_details: {
1580
+ # delivery_stream: "String",
1581
+ # },
1582
+ # },
1583
+ # log_format: "text", # accepts text, json
1584
+ # enabled: false,
1585
+ # },
1586
+ # ],
1525
1587
  # }
1526
1588
  #
1527
1589
  # @!attribute [rw] cache_cluster_id
@@ -1603,9 +1665,9 @@ module Aws::ElastiCache
1603
1665
  # The initial number of cache nodes that the cluster has.
1604
1666
  #
1605
1667
  # For clusters running Redis, this value must be 1. For clusters
1606
- # running Memcached, this value must be between 1 and 20.
1668
+ # running Memcached, this value must be between 1 and 40.
1607
1669
  #
1608
- # If you need more than 20 nodes for your Memcached cluster, please
1670
+ # If you need more than 40 nodes for your Memcached cluster, please
1609
1671
  # fill out the ElastiCache Limit Increase Request form at
1610
1672
  # [http://aws.amazon.com/contact-us/elasticache-node-limit-request/][1].
1611
1673
  #
@@ -1776,7 +1838,7 @@ module Aws::ElastiCache
1776
1838
  # @return [Array<String>]
1777
1839
  #
1778
1840
  # @!attribute [rw] tags
1779
- # A list of cost allocation tags to be added to this resource.
1841
+ # A list of tags to be added to this resource.
1780
1842
  # @return [Array<Types::Tag>]
1781
1843
  #
1782
1844
  # @!attribute [rw] snapshot_arns
@@ -1892,6 +1954,10 @@ module Aws::ElastiCache
1892
1954
  # The outpost ARNs in which the cache cluster is created.
1893
1955
  # @return [Array<String>]
1894
1956
  #
1957
+ # @!attribute [rw] log_delivery_configurations
1958
+ # Specifies the destination, format and type of the logs.
1959
+ # @return [Array<Types::LogDeliveryConfigurationRequest>]
1960
+ #
1895
1961
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheClusterMessage AWS API Documentation
1896
1962
  #
1897
1963
  class CreateCacheClusterMessage < Struct.new(
@@ -1920,7 +1986,8 @@ module Aws::ElastiCache
1920
1986
  :auth_token,
1921
1987
  :outpost_mode,
1922
1988
  :preferred_outpost_arn,
1923
- :preferred_outpost_arns)
1989
+ :preferred_outpost_arns,
1990
+ :log_delivery_configurations)
1924
1991
  SENSITIVE = []
1925
1992
  include Aws::Structure
1926
1993
  end
@@ -1946,6 +2013,12 @@ module Aws::ElastiCache
1946
2013
  # cache_parameter_group_name: "String", # required
1947
2014
  # cache_parameter_group_family: "String", # required
1948
2015
  # description: "String", # required
2016
+ # tags: [
2017
+ # {
2018
+ # key: "String",
2019
+ # value: "String",
2020
+ # },
2021
+ # ],
1949
2022
  # }
1950
2023
  #
1951
2024
  # @!attribute [rw] cache_parameter_group_name
@@ -1965,12 +2038,19 @@ module Aws::ElastiCache
1965
2038
  # A user-specified description for the cache parameter group.
1966
2039
  # @return [String]
1967
2040
  #
2041
+ # @!attribute [rw] tags
2042
+ # A list of tags to be added to this resource. A tag is a key-value
2043
+ # pair. A tag key must be accompanied by a tag value, although null is
2044
+ # accepted.
2045
+ # @return [Array<Types::Tag>]
2046
+ #
1968
2047
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheParameterGroupMessage AWS API Documentation
1969
2048
  #
1970
2049
  class CreateCacheParameterGroupMessage < Struct.new(
1971
2050
  :cache_parameter_group_name,
1972
2051
  :cache_parameter_group_family,
1973
- :description)
2052
+ :description,
2053
+ :tags)
1974
2054
  SENSITIVE = []
1975
2055
  include Aws::Structure
1976
2056
  end
@@ -1995,6 +2075,12 @@ module Aws::ElastiCache
1995
2075
  # {
1996
2076
  # cache_security_group_name: "String", # required
1997
2077
  # description: "String", # required
2078
+ # tags: [
2079
+ # {
2080
+ # key: "String",
2081
+ # value: "String",
2082
+ # },
2083
+ # ],
1998
2084
  # }
1999
2085
  #
2000
2086
  # @!attribute [rw] cache_security_group_name
@@ -2011,11 +2097,18 @@ module Aws::ElastiCache
2011
2097
  # A description for the cache security group.
2012
2098
  # @return [String]
2013
2099
  #
2100
+ # @!attribute [rw] tags
2101
+ # A list of tags to be added to this resource. A tag is a key-value
2102
+ # pair. A tag key must be accompanied by a tag value, although null is
2103
+ # accepted.
2104
+ # @return [Array<Types::Tag>]
2105
+ #
2014
2106
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSecurityGroupMessage AWS API Documentation
2015
2107
  #
2016
2108
  class CreateCacheSecurityGroupMessage < Struct.new(
2017
2109
  :cache_security_group_name,
2018
- :description)
2110
+ :description,
2111
+ :tags)
2019
2112
  SENSITIVE = []
2020
2113
  include Aws::Structure
2021
2114
  end
@@ -2047,6 +2140,12 @@ module Aws::ElastiCache
2047
2140
  # cache_subnet_group_name: "String", # required
2048
2141
  # cache_subnet_group_description: "String", # required
2049
2142
  # subnet_ids: ["String"], # required
2143
+ # tags: [
2144
+ # {
2145
+ # key: "String",
2146
+ # value: "String",
2147
+ # },
2148
+ # ],
2050
2149
  # }
2051
2150
  #
2052
2151
  # @!attribute [rw] cache_subnet_group_name
@@ -2067,12 +2166,19 @@ module Aws::ElastiCache
2067
2166
  # A list of VPC subnet IDs for the cache subnet group.
2068
2167
  # @return [Array<String>]
2069
2168
  #
2169
+ # @!attribute [rw] tags
2170
+ # A list of tags to be added to this resource. A tag is a key-value
2171
+ # pair. A tag key must be accompanied by a tag value, although null is
2172
+ # accepted.
2173
+ # @return [Array<Types::Tag>]
2174
+ #
2070
2175
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSubnetGroupMessage AWS API Documentation
2071
2176
  #
2072
2177
  class CreateCacheSubnetGroupMessage < Struct.new(
2073
2178
  :cache_subnet_group_name,
2074
2179
  :cache_subnet_group_description,
2075
- :subnet_ids)
2180
+ :subnet_ids,
2181
+ :tags)
2076
2182
  SENSITIVE = []
2077
2183
  include Aws::Structure
2078
2184
  end
@@ -2103,16 +2209,16 @@ module Aws::ElastiCache
2103
2209
  # }
2104
2210
  #
2105
2211
  # @!attribute [rw] global_replication_group_id_suffix
2106
- # The suffix name of a Global Datastore. Amazon ElastiCache
2107
- # automatically applies a prefix to the Global Datastore ID when it is
2212
+ # The suffix name of a Global datastore. Amazon ElastiCache
2213
+ # automatically applies a prefix to the Global datastore ID when it is
2108
2214
  # created. Each AWS Region has its own prefix. For instance, a Global
2109
- # Datastore ID created in the US-West-1 region will begin with
2215
+ # datastore ID created in the US-West-1 region will begin with
2110
2216
  # "dsdfu" along with the suffix name you provide. The suffix,
2111
2217
  # combined with the auto-generated prefix, guarantees uniqueness of
2112
- # the Global Datastore name across multiple regions.
2218
+ # the Global datastore name across multiple regions.
2113
2219
  #
2114
- # For a full list of AWS Regions and their respective Global Datastore
2115
- # iD prefixes, see [Using the AWS CLI with Global Datastores ][1].
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].
2116
2222
  #
2117
2223
  #
2118
2224
  #
@@ -2120,7 +2226,7 @@ module Aws::ElastiCache
2120
2226
  # @return [String]
2121
2227
  #
2122
2228
  # @!attribute [rw] global_replication_group_description
2123
- # Provides details of the Global Datastore
2229
+ # Provides details of the Global datastore
2124
2230
  # @return [String]
2125
2231
  #
2126
2232
  # @!attribute [rw] primary_replication_group_id
@@ -2145,7 +2251,7 @@ module Aws::ElastiCache
2145
2251
  # automatically replicates updates to the secondary cluster.
2146
2252
  #
2147
2253
  # * The **GlobalReplicationGroupIdSuffix** represents the name of the
2148
- # Global Datastore, which is what you use to associate a secondary
2254
+ # Global datastore, which is what you use to associate a secondary
2149
2255
  # cluster.
2150
2256
  #
2151
2257
  # ^
@@ -2212,6 +2318,22 @@ module Aws::ElastiCache
2212
2318
  # at_rest_encryption_enabled: false,
2213
2319
  # kms_key_id: "String",
2214
2320
  # user_group_ids: ["UserGroupId"],
2321
+ # log_delivery_configurations: [
2322
+ # {
2323
+ # log_type: "slow-log", # accepts slow-log
2324
+ # destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
2325
+ # destination_details: {
2326
+ # cloud_watch_logs_details: {
2327
+ # log_group: "String",
2328
+ # },
2329
+ # kinesis_firehose_details: {
2330
+ # delivery_stream: "String",
2331
+ # },
2332
+ # },
2333
+ # log_format: "text", # accepts text, json
2334
+ # enabled: false,
2335
+ # },
2336
+ # ],
2215
2337
  # }
2216
2338
  #
2217
2339
  # @!attribute [rw] replication_group_id
@@ -2234,7 +2356,7 @@ module Aws::ElastiCache
2234
2356
  # @return [String]
2235
2357
  #
2236
2358
  # @!attribute [rw] global_replication_group_id
2237
- # The name of the Global Datastore
2359
+ # The name of the Global datastore
2238
2360
  # @return [String]
2239
2361
  #
2240
2362
  # @!attribute [rw] primary_cluster_id
@@ -2499,11 +2621,12 @@ module Aws::ElastiCache
2499
2621
  # @return [Array<String>]
2500
2622
  #
2501
2623
  # @!attribute [rw] tags
2502
- # A list of cost allocation tags to be added to this resource. Tags
2503
- # are comma-separated key,value pairs (e.g. Key=`myKey`,
2624
+ # A list of tags to be added to this resource. Tags are
2625
+ # comma-separated key,value pairs (e.g. Key=`myKey`,
2504
2626
  # Value=`myKeyValue`. You can include multiple tags as shown
2505
2627
  # following: Key=`myKey`, Value=`myKeyValue` Key=`mySecondKey`,
2506
- # Value=`mySecondKeyValue`.
2628
+ # Value=`mySecondKeyValue`. Tags on replication groups will be
2629
+ # replicated to all nodes.
2507
2630
  # @return [Array<Types::Tag>]
2508
2631
  #
2509
2632
  # @!attribute [rw] snapshot_arns
@@ -2664,9 +2787,13 @@ module Aws::ElastiCache
2664
2787
  # @return [String]
2665
2788
  #
2666
2789
  # @!attribute [rw] user_group_ids
2667
- # The list of user groups to associate with the replication group.
2790
+ # The user group to associate with the replication group.
2668
2791
  # @return [Array<String>]
2669
2792
  #
2793
+ # @!attribute [rw] log_delivery_configurations
2794
+ # Specifies the destination, format and type of the logs.
2795
+ # @return [Array<Types::LogDeliveryConfigurationRequest>]
2796
+ #
2670
2797
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroupMessage AWS API Documentation
2671
2798
  #
2672
2799
  class CreateReplicationGroupMessage < Struct.new(
@@ -2701,7 +2828,8 @@ module Aws::ElastiCache
2701
2828
  :transit_encryption_enabled,
2702
2829
  :at_rest_encryption_enabled,
2703
2830
  :kms_key_id,
2704
- :user_group_ids)
2831
+ :user_group_ids,
2832
+ :log_delivery_configurations)
2705
2833
  SENSITIVE = []
2706
2834
  include Aws::Structure
2707
2835
  end
@@ -2729,6 +2857,12 @@ module Aws::ElastiCache
2729
2857
  # cache_cluster_id: "String",
2730
2858
  # snapshot_name: "String", # required
2731
2859
  # kms_key_id: "String",
2860
+ # tags: [
2861
+ # {
2862
+ # key: "String",
2863
+ # value: "String",
2864
+ # },
2865
+ # ],
2732
2866
  # }
2733
2867
  #
2734
2868
  # @!attribute [rw] replication_group_id
@@ -2749,13 +2883,20 @@ module Aws::ElastiCache
2749
2883
  # The ID of the KMS key used to encrypt the snapshot.
2750
2884
  # @return [String]
2751
2885
  #
2886
+ # @!attribute [rw] tags
2887
+ # A list of tags to be added to this resource. A tag is a key-value
2888
+ # pair. A tag key must be accompanied by a tag value, although null is
2889
+ # accepted.
2890
+ # @return [Array<Types::Tag>]
2891
+ #
2752
2892
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateSnapshotMessage AWS API Documentation
2753
2893
  #
2754
2894
  class CreateSnapshotMessage < Struct.new(
2755
2895
  :replication_group_id,
2756
2896
  :cache_cluster_id,
2757
2897
  :snapshot_name,
2758
- :kms_key_id)
2898
+ :kms_key_id,
2899
+ :tags)
2759
2900
  SENSITIVE = []
2760
2901
  include Aws::Structure
2761
2902
  end
@@ -2780,6 +2921,12 @@ module Aws::ElastiCache
2780
2921
  # user_group_id: "String", # required
2781
2922
  # engine: "EngineType", # required
2782
2923
  # user_ids: ["UserId"],
2924
+ # tags: [
2925
+ # {
2926
+ # key: "String",
2927
+ # value: "String",
2928
+ # },
2929
+ # ],
2783
2930
  # }
2784
2931
  #
2785
2932
  # @!attribute [rw] user_group_id
@@ -2794,12 +2941,19 @@ module Aws::ElastiCache
2794
2941
  # The list of user IDs that belong to the user group.
2795
2942
  # @return [Array<String>]
2796
2943
  #
2944
+ # @!attribute [rw] tags
2945
+ # A list of tags to be added to this resource. A tag is a key-value
2946
+ # pair. A tag key must be accompanied by a tag value, although null is
2947
+ # accepted.
2948
+ # @return [Array<Types::Tag>]
2949
+ #
2797
2950
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserGroupMessage AWS API Documentation
2798
2951
  #
2799
2952
  class CreateUserGroupMessage < Struct.new(
2800
2953
  :user_group_id,
2801
2954
  :engine,
2802
- :user_ids)
2955
+ :user_ids,
2956
+ :tags)
2803
2957
  SENSITIVE = []
2804
2958
  include Aws::Structure
2805
2959
  end
@@ -2814,6 +2968,12 @@ module Aws::ElastiCache
2814
2968
  # passwords: ["String"],
2815
2969
  # access_string: "AccessString", # required
2816
2970
  # no_password_required: false,
2971
+ # tags: [
2972
+ # {
2973
+ # key: "String",
2974
+ # value: "String",
2975
+ # },
2976
+ # ],
2817
2977
  # }
2818
2978
  #
2819
2979
  # @!attribute [rw] user_id
@@ -2841,6 +3001,12 @@ module Aws::ElastiCache
2841
3001
  # Indicates a password is not required for this user.
2842
3002
  # @return [Boolean]
2843
3003
  #
3004
+ # @!attribute [rw] tags
3005
+ # A list of tags to be added to this resource. A tag is a key-value
3006
+ # pair. A tag key must be accompanied by a tag value, although null is
3007
+ # accepted.
3008
+ # @return [Array<Types::Tag>]
3009
+ #
2844
3010
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserMessage AWS API Documentation
2845
3011
  #
2846
3012
  class CreateUserMessage < Struct.new(
@@ -2849,7 +3015,8 @@ module Aws::ElastiCache
2849
3015
  :engine,
2850
3016
  :passwords,
2851
3017
  :access_string,
2852
- :no_password_required)
3018
+ :no_password_required,
3019
+ :tags)
2853
3020
  SENSITIVE = []
2854
3021
  include Aws::Structure
2855
3022
  end
@@ -2893,7 +3060,7 @@ module Aws::ElastiCache
2893
3060
  # }
2894
3061
  #
2895
3062
  # @!attribute [rw] global_replication_group_id
2896
- # The name of the Global Datastore
3063
+ # The name of the Global datastore
2897
3064
  # @return [String]
2898
3065
  #
2899
3066
  # @!attribute [rw] node_group_count
@@ -2904,19 +3071,19 @@ module Aws::ElastiCache
2904
3071
  # @!attribute [rw] global_node_groups_to_remove
2905
3072
  # If the value of NodeGroupCount is less than the current number of
2906
3073
  # node groups (shards), then either NodeGroupsToRemove or
2907
- # NodeGroupsToRetain is required. NodeGroupsToRemove is a list of
2908
- # NodeGroupIds to remove from the cluster. ElastiCache for Redis will
2909
- # attempt to remove all node groups listed by NodeGroupsToRemove from
2910
- # the cluster.
3074
+ # NodeGroupsToRetain is required. GlobalNodeGroupsToRemove is a list
3075
+ # of NodeGroupIds to remove from the cluster. ElastiCache for Redis
3076
+ # will attempt to remove all node groups listed by
3077
+ # GlobalNodeGroupsToRemove from the cluster.
2911
3078
  # @return [Array<String>]
2912
3079
  #
2913
3080
  # @!attribute [rw] global_node_groups_to_retain
2914
3081
  # If the value of NodeGroupCount is less than the current number of
2915
3082
  # node groups (shards), then either NodeGroupsToRemove or
2916
- # NodeGroupsToRetain is required. NodeGroupsToRemove is a list of
2917
- # NodeGroupIds to remove from the cluster. ElastiCache for Redis will
2918
- # attempt to remove all node groups listed by NodeGroupsToRemove from
2919
- # the cluster.
3083
+ # NodeGroupsToRetain is required. GlobalNodeGroupsToRetain is a list
3084
+ # of NodeGroupIds to retain from the cluster. ElastiCache for Redis
3085
+ # will attempt to retain all node groups listed by
3086
+ # GlobalNodeGroupsToRetain from the cluster.
2920
3087
  # @return [Array<String>]
2921
3088
  #
2922
3089
  # @!attribute [rw] apply_immediately
@@ -2943,7 +3110,7 @@ module Aws::ElastiCache
2943
3110
  # automatically replicates updates to the secondary cluster.
2944
3111
  #
2945
3112
  # * The **GlobalReplicationGroupIdSuffix** represents the name of the
2946
- # Global Datastore, which is what you use to associate a secondary
3113
+ # Global datastore, which is what you use to associate a secondary
2947
3114
  # cluster.
2948
3115
  #
2949
3116
  # ^
@@ -3177,7 +3344,7 @@ module Aws::ElastiCache
3177
3344
  # }
3178
3345
  #
3179
3346
  # @!attribute [rw] global_replication_group_id
3180
- # The name of the Global Datastore
3347
+ # The name of the Global datastore
3181
3348
  # @return [String]
3182
3349
  #
3183
3350
  # @!attribute [rw] retain_primary_replication_group
@@ -3201,7 +3368,7 @@ module Aws::ElastiCache
3201
3368
  # automatically replicates updates to the secondary cluster.
3202
3369
  #
3203
3370
  # * The **GlobalReplicationGroupIdSuffix** represents the name of the
3204
- # Global Datastore, which is what you use to associate a secondary
3371
+ # Global datastore, which is what you use to associate a secondary
3205
3372
  # cluster.
3206
3373
  #
3207
3374
  # ^
@@ -3803,7 +3970,7 @@ module Aws::ElastiCache
3803
3970
  # }
3804
3971
  #
3805
3972
  # @!attribute [rw] global_replication_group_id
3806
- # The name of the Global Datastore
3973
+ # The name of the Global datastore
3807
3974
  # @return [String]
3808
3975
  #
3809
3976
  # @!attribute [rw] max_records
@@ -3821,7 +3988,7 @@ module Aws::ElastiCache
3821
3988
  # @return [String]
3822
3989
  #
3823
3990
  # @!attribute [rw] show_member_info
3824
- # Returns the list of members that comprise the Global Datastore.
3991
+ # Returns the list of members that comprise the Global datastore.
3825
3992
  # @return [Boolean]
3826
3993
  #
3827
3994
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeGlobalReplicationGroupsMessage AWS API Documentation
@@ -4617,6 +4784,38 @@ module Aws::ElastiCache
4617
4784
  include Aws::Structure
4618
4785
  end
4619
4786
 
4787
+ # Configuration details of either a CloudWatch Logs destination or
4788
+ # Kinesis Data Firehose destination.
4789
+ #
4790
+ # @note When making an API call, you may pass DestinationDetails
4791
+ # data as a hash:
4792
+ #
4793
+ # {
4794
+ # cloud_watch_logs_details: {
4795
+ # log_group: "String",
4796
+ # },
4797
+ # kinesis_firehose_details: {
4798
+ # delivery_stream: "String",
4799
+ # },
4800
+ # }
4801
+ #
4802
+ # @!attribute [rw] cloud_watch_logs_details
4803
+ # The configuration details of the CloudWatch Logs destination.
4804
+ # @return [Types::CloudWatchLogsDestinationDetails]
4805
+ #
4806
+ # @!attribute [rw] kinesis_firehose_details
4807
+ # The configuration details of the Kinesis Data Firehose destination.
4808
+ # @return [Types::KinesisFirehoseDestinationDetails]
4809
+ #
4810
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DestinationDetails AWS API Documentation
4811
+ #
4812
+ class DestinationDetails < Struct.new(
4813
+ :cloud_watch_logs_details,
4814
+ :kinesis_firehose_details)
4815
+ SENSITIVE = []
4816
+ include Aws::Structure
4817
+ end
4818
+
4620
4819
  # @note When making an API call, you may pass DisassociateGlobalReplicationGroupMessage
4621
4820
  # data as a hash:
4622
4821
  #
@@ -4627,17 +4826,17 @@ module Aws::ElastiCache
4627
4826
  # }
4628
4827
  #
4629
4828
  # @!attribute [rw] global_replication_group_id
4630
- # The name of the Global Datastore
4829
+ # The name of the Global datastore
4631
4830
  # @return [String]
4632
4831
  #
4633
4832
  # @!attribute [rw] replication_group_id
4634
4833
  # The name of the secondary cluster you wish to remove from the Global
4635
- # Datastore
4834
+ # datastore
4636
4835
  # @return [String]
4637
4836
  #
4638
4837
  # @!attribute [rw] replication_group_region
4639
4838
  # The AWS region of secondary cluster you wish to remove from the
4640
- # Global Datastore
4839
+ # Global datastore
4641
4840
  # @return [String]
4642
4841
  #
4643
4842
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DisassociateGlobalReplicationGroupMessage AWS API Documentation
@@ -4657,7 +4856,7 @@ module Aws::ElastiCache
4657
4856
  # automatically replicates updates to the secondary cluster.
4658
4857
  #
4659
4858
  # * The **GlobalReplicationGroupIdSuffix** represents the name of the
4660
- # Global Datastore, which is what you use to associate a secondary
4859
+ # Global datastore, which is what you use to associate a secondary
4661
4860
  # cluster.
4662
4861
  #
4663
4862
  # ^
@@ -4823,11 +5022,11 @@ module Aws::ElastiCache
4823
5022
  # }
4824
5023
  #
4825
5024
  # @!attribute [rw] global_replication_group_id
4826
- # The name of the Global Datastore
5025
+ # The name of the Global datastore
4827
5026
  # @return [String]
4828
5027
  #
4829
5028
  # @!attribute [rw] primary_region
4830
- # The AWS region of the primary cluster of the Global Datastore
5029
+ # The AWS region of the primary cluster of the Global datastore
4831
5030
  # @return [String]
4832
5031
  #
4833
5032
  # @!attribute [rw] primary_replication_group_id
@@ -4851,7 +5050,7 @@ module Aws::ElastiCache
4851
5050
  # automatically replicates updates to the secondary cluster.
4852
5051
  #
4853
5052
  # * The **GlobalReplicationGroupIdSuffix** represents the name of the
4854
- # Global Datastore, which is what you use to associate a secondary
5053
+ # Global datastore, which is what you use to associate a secondary
4855
5054
  # cluster.
4856
5055
  #
4857
5056
  # ^
@@ -4919,25 +5118,25 @@ module Aws::ElastiCache
4919
5118
  # automatically replicates updates to the secondary cluster.
4920
5119
  #
4921
5120
  # * The **GlobalReplicationGroupIdSuffix** represents the name of the
4922
- # Global Datastore, which is what you use to associate a secondary
5121
+ # Global datastore, which is what you use to associate a secondary
4923
5122
  # cluster.
4924
5123
  #
4925
5124
  # ^
4926
5125
  #
4927
5126
  # @!attribute [rw] global_replication_group_id
4928
- # The name of the Global Datastore
5127
+ # The name of the Global datastore
4929
5128
  # @return [String]
4930
5129
  #
4931
5130
  # @!attribute [rw] global_replication_group_description
4932
- # The optional description of the Global Datastore
5131
+ # The optional description of the Global datastore
4933
5132
  # @return [String]
4934
5133
  #
4935
5134
  # @!attribute [rw] status
4936
- # The status of the Global Datastore
5135
+ # The status of the Global datastore
4937
5136
  # @return [String]
4938
5137
  #
4939
5138
  # @!attribute [rw] cache_node_type
4940
- # The cache node type of the Global Datastore
5139
+ # The cache node type of the Global datastore
4941
5140
  # @return [String]
4942
5141
  #
4943
5142
  # @!attribute [rw] engine
@@ -4949,11 +5148,11 @@ module Aws::ElastiCache
4949
5148
  # @return [String]
4950
5149
  #
4951
5150
  # @!attribute [rw] members
4952
- # The replication groups that comprise the Global Datastore.
5151
+ # The replication groups that comprise the Global datastore.
4953
5152
  # @return [Array<Types::GlobalReplicationGroupMember>]
4954
5153
  #
4955
5154
  # @!attribute [rw] cluster_enabled
4956
- # A flag that indicates whether the Global Datastore is cluster
5155
+ # A flag that indicates whether the Global datastore is cluster
4957
5156
  # enabled.
4958
5157
  # @return [Boolean]
4959
5158
  #
@@ -5016,21 +5215,21 @@ module Aws::ElastiCache
5016
5215
  include Aws::Structure
5017
5216
  end
5018
5217
 
5019
- # The Global Datastore name already exists.
5218
+ # The Global datastore name already exists.
5020
5219
  #
5021
5220
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/GlobalReplicationGroupAlreadyExistsFault AWS API Documentation
5022
5221
  #
5023
5222
  class GlobalReplicationGroupAlreadyExistsFault < Aws::EmptyStructure; end
5024
5223
 
5025
- # The name of the Global Datastore and role of this replication group in
5026
- # the Global Datastore.
5224
+ # The name of the Global datastore and role of this replication group in
5225
+ # the Global datastore.
5027
5226
  #
5028
5227
  # @!attribute [rw] global_replication_group_id
5029
- # The name of the Global Datastore
5228
+ # The name of the Global datastore
5030
5229
  # @return [String]
5031
5230
  #
5032
5231
  # @!attribute [rw] global_replication_group_member_role
5033
- # The role of the replication group in a Global Datastore. Can be
5232
+ # The role of the replication group in a Global datastore. Can be
5034
5233
  # primary or secondary.
5035
5234
  # @return [String]
5036
5235
  #
@@ -5043,15 +5242,15 @@ module Aws::ElastiCache
5043
5242
  include Aws::Structure
5044
5243
  end
5045
5244
 
5046
- # A member of a Global Datastore. It contains the Replication Group Id,
5245
+ # A member of a Global datastore. It contains the Replication Group Id,
5047
5246
  # the AWS region and the role of the replication group.
5048
5247
  #
5049
5248
  # @!attribute [rw] replication_group_id
5050
- # The replication group id of the Global Datastore member.
5249
+ # The replication group id of the Global datastore member.
5051
5250
  # @return [String]
5052
5251
  #
5053
5252
  # @!attribute [rw] replication_group_region
5054
- # The AWS region of the Global Datastore member.
5253
+ # The AWS region of the Global datastore member.
5055
5254
  # @return [String]
5056
5255
  #
5057
5256
  # @!attribute [rw] role
@@ -5079,7 +5278,7 @@ module Aws::ElastiCache
5079
5278
  include Aws::Structure
5080
5279
  end
5081
5280
 
5082
- # The Global Datastore does not exist
5281
+ # The Global datastore does not exist
5083
5282
  #
5084
5283
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/GlobalReplicationGroupNotFoundFault AWS API Documentation
5085
5284
  #
@@ -5107,7 +5306,7 @@ module Aws::ElastiCache
5107
5306
  # }
5108
5307
  #
5109
5308
  # @!attribute [rw] global_replication_group_id
5110
- # The name of the Global Datastore
5309
+ # The name of the Global datastore
5111
5310
  # @return [String]
5112
5311
  #
5113
5312
  # @!attribute [rw] node_group_count
@@ -5117,7 +5316,7 @@ module Aws::ElastiCache
5117
5316
  # @!attribute [rw] regional_configurations
5118
5317
  # Describes the replication group IDs, the AWS regions where they are
5119
5318
  # stored and the shard configuration for each that comprise the Global
5120
- # Datastore
5319
+ # datastore
5121
5320
  # @return [Array<Types::RegionalConfiguration>]
5122
5321
  #
5123
5322
  # @!attribute [rw] apply_immediately
@@ -5143,7 +5342,7 @@ module Aws::ElastiCache
5143
5342
  # automatically replicates updates to the secondary cluster.
5144
5343
  #
5145
5344
  # * The **GlobalReplicationGroupIdSuffix** represents the name of the
5146
- # Global Datastore, which is what you use to associate a secondary
5345
+ # Global datastore, which is what you use to associate a secondary
5147
5346
  # cluster.
5148
5347
  #
5149
5348
  # ^
@@ -5261,7 +5460,7 @@ module Aws::ElastiCache
5261
5460
  #
5262
5461
  class InvalidCacheSecurityGroupStateFault < Aws::EmptyStructure; end
5263
5462
 
5264
- # The Global Datastore is not available or in primary-only state.
5463
+ # The Global datastore is not available or in primary-only state.
5265
5464
  #
5266
5465
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/InvalidGlobalReplicationGroupStateFault AWS API Documentation
5267
5466
  #
@@ -5339,6 +5538,27 @@ module Aws::ElastiCache
5339
5538
  #
5340
5539
  class InvalidVPCNetworkStateFault < Aws::EmptyStructure; end
5341
5540
 
5541
+ # The configuration details of the Kinesis Data Firehose destination.
5542
+ #
5543
+ # @note When making an API call, you may pass KinesisFirehoseDestinationDetails
5544
+ # data as a hash:
5545
+ #
5546
+ # {
5547
+ # delivery_stream: "String",
5548
+ # }
5549
+ #
5550
+ # @!attribute [rw] delivery_stream
5551
+ # The name of the Kinesis Data Firehose delivery stream.
5552
+ # @return [String]
5553
+ #
5554
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/KinesisFirehoseDestinationDetails AWS API Documentation
5555
+ #
5556
+ class KinesisFirehoseDestinationDetails < Struct.new(
5557
+ :delivery_stream)
5558
+ SENSITIVE = []
5559
+ include Aws::Structure
5560
+ end
5561
+
5342
5562
  # The input parameters for the `ListAllowedNodeTypeModifications`
5343
5563
  # operation.
5344
5564
  #
@@ -5410,6 +5630,110 @@ module Aws::ElastiCache
5410
5630
  include Aws::Structure
5411
5631
  end
5412
5632
 
5633
+ # Returns the destination, format and type of the logs.
5634
+ #
5635
+ # @!attribute [rw] log_type
5636
+ # Refers to [slow-log][1].
5637
+ #
5638
+ #
5639
+ #
5640
+ # [1]: https://redis.io/commands/slowlog
5641
+ # @return [String]
5642
+ #
5643
+ # @!attribute [rw] destination_type
5644
+ # Returns the destination type, either `cloudwatch-logs` or
5645
+ # `kinesis-firehose`.
5646
+ # @return [String]
5647
+ #
5648
+ # @!attribute [rw] destination_details
5649
+ # Configuration details of either a CloudWatch Logs destination or
5650
+ # Kinesis Data Firehose destination.
5651
+ # @return [Types::DestinationDetails]
5652
+ #
5653
+ # @!attribute [rw] log_format
5654
+ # Returns the log format, either JSON or TEXT.
5655
+ # @return [String]
5656
+ #
5657
+ # @!attribute [rw] status
5658
+ # Returns the log delivery configuration status. Values are one of
5659
+ # `enabling` \| `disabling` \| `modifying` \| `active` \| `error`
5660
+ # @return [String]
5661
+ #
5662
+ # @!attribute [rw] message
5663
+ # Returns an error message for the log delivery configuration.
5664
+ # @return [String]
5665
+ #
5666
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/LogDeliveryConfiguration AWS API Documentation
5667
+ #
5668
+ class LogDeliveryConfiguration < Struct.new(
5669
+ :log_type,
5670
+ :destination_type,
5671
+ :destination_details,
5672
+ :log_format,
5673
+ :status,
5674
+ :message)
5675
+ SENSITIVE = []
5676
+ include Aws::Structure
5677
+ end
5678
+
5679
+ # Specifies the destination, format and type of the logs.
5680
+ #
5681
+ # @note When making an API call, you may pass LogDeliveryConfigurationRequest
5682
+ # data as a hash:
5683
+ #
5684
+ # {
5685
+ # log_type: "slow-log", # accepts slow-log
5686
+ # destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
5687
+ # destination_details: {
5688
+ # cloud_watch_logs_details: {
5689
+ # log_group: "String",
5690
+ # },
5691
+ # kinesis_firehose_details: {
5692
+ # delivery_stream: "String",
5693
+ # },
5694
+ # },
5695
+ # log_format: "text", # accepts text, json
5696
+ # enabled: false,
5697
+ # }
5698
+ #
5699
+ # @!attribute [rw] log_type
5700
+ # Refers to [slow-log][1].
5701
+ #
5702
+ #
5703
+ #
5704
+ # [1]: https://redis.io/commands/slowlog
5705
+ # @return [String]
5706
+ #
5707
+ # @!attribute [rw] destination_type
5708
+ # Specify either `cloudwatch-logs` or `kinesis-firehose` as the
5709
+ # destination type.
5710
+ # @return [String]
5711
+ #
5712
+ # @!attribute [rw] destination_details
5713
+ # Configuration details of either a CloudWatch Logs destination or
5714
+ # Kinesis Data Firehose destination.
5715
+ # @return [Types::DestinationDetails]
5716
+ #
5717
+ # @!attribute [rw] log_format
5718
+ # Specifies either JSON or TEXT
5719
+ # @return [String]
5720
+ #
5721
+ # @!attribute [rw] enabled
5722
+ # Specify if log delivery is enabled. Default `true`.
5723
+ # @return [Boolean]
5724
+ #
5725
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/LogDeliveryConfigurationRequest AWS API Documentation
5726
+ #
5727
+ class LogDeliveryConfigurationRequest < Struct.new(
5728
+ :log_type,
5729
+ :destination_type,
5730
+ :destination_details,
5731
+ :log_format,
5732
+ :enabled)
5733
+ SENSITIVE = []
5734
+ include Aws::Structure
5735
+ end
5736
+
5413
5737
  # Represents the input of a `ModifyCacheCluster` operation.
5414
5738
  #
5415
5739
  # @note When making an API call, you may pass ModifyCacheClusterMessage
@@ -5435,6 +5759,22 @@ module Aws::ElastiCache
5435
5759
  # cache_node_type: "String",
5436
5760
  # auth_token: "String",
5437
5761
  # auth_token_update_strategy: "SET", # accepts SET, ROTATE, DELETE
5762
+ # log_delivery_configurations: [
5763
+ # {
5764
+ # log_type: "slow-log", # accepts slow-log
5765
+ # destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
5766
+ # destination_details: {
5767
+ # cloud_watch_logs_details: {
5768
+ # log_group: "String",
5769
+ # },
5770
+ # kinesis_firehose_details: {
5771
+ # delivery_stream: "String",
5772
+ # },
5773
+ # },
5774
+ # log_format: "text", # accepts text, json
5775
+ # enabled: false,
5776
+ # },
5777
+ # ],
5438
5778
  # }
5439
5779
  #
5440
5780
  # @!attribute [rw] cache_cluster_id
@@ -5455,7 +5795,7 @@ module Aws::ElastiCache
5455
5795
  # cache nodes to remove.
5456
5796
  #
5457
5797
  # For clusters running Redis, this value must be 1. For clusters
5458
- # running Memcached, this value must be between 1 and 20.
5798
+ # running Memcached, this value must be between 1 and 40.
5459
5799
  #
5460
5800
  # <note markdown="1"> Adding or removing Memcached cache nodes can be applied immediately
5461
5801
  # or as a pending operation (see `ApplyImmediately`).
@@ -5517,6 +5857,10 @@ module Aws::ElastiCache
5517
5857
  # @return [String]
5518
5858
  #
5519
5859
  # @!attribute [rw] new_availability_zones
5860
+ # <note markdown="1"> This option is only supported on Memcached clusters.
5861
+ #
5862
+ # </note>
5863
+ #
5520
5864
  # The list of Availability Zones where the new Memcached cache nodes
5521
5865
  # are created.
5522
5866
  #
@@ -5526,8 +5870,6 @@ module Aws::ElastiCache
5526
5870
  # number of Availability Zones supplied in this list must match the
5527
5871
  # cache nodes being added in this request.
5528
5872
  #
5529
- # This option is only supported on Memcached clusters.
5530
- #
5531
5873
  # Scenarios:
5532
5874
  #
5533
5875
  # * **Scenario 1:** You have 3 active nodes and wish to add 2 nodes.
@@ -5761,6 +6103,10 @@ module Aws::ElastiCache
5761
6103
  # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
5762
6104
  # @return [String]
5763
6105
  #
6106
+ # @!attribute [rw] log_delivery_configurations
6107
+ # Specifies the destination, format and type of the logs.
6108
+ # @return [Array<Types::LogDeliveryConfigurationRequest>]
6109
+ #
5764
6110
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheClusterMessage AWS API Documentation
5765
6111
  #
5766
6112
  class ModifyCacheClusterMessage < Struct.new(
@@ -5782,7 +6128,8 @@ module Aws::ElastiCache
5782
6128
  :snapshot_window,
5783
6129
  :cache_node_type,
5784
6130
  :auth_token,
5785
- :auth_token_update_strategy)
6131
+ :auth_token_update_strategy,
6132
+ :log_delivery_configurations)
5786
6133
  SENSITIVE = []
5787
6134
  include Aws::Structure
5788
6135
  end
@@ -5903,7 +6250,7 @@ module Aws::ElastiCache
5903
6250
  # }
5904
6251
  #
5905
6252
  # @!attribute [rw] global_replication_group_id
5906
- # The name of the Global Datastore
6253
+ # The name of the Global datastore
5907
6254
  # @return [String]
5908
6255
  #
5909
6256
  # @!attribute [rw] apply_immediately
@@ -5914,13 +6261,13 @@ module Aws::ElastiCache
5914
6261
  # @return [Boolean]
5915
6262
  #
5916
6263
  # @!attribute [rw] cache_node_type
5917
- # A valid cache node type that you want to scale this Global Datastore
6264
+ # A valid cache node type that you want to scale this Global datastore
5918
6265
  # to.
5919
6266
  # @return [String]
5920
6267
  #
5921
6268
  # @!attribute [rw] engine_version
5922
6269
  # The upgraded version of the cache engine to be run on the clusters
5923
- # in the Global Datastore.
6270
+ # in the Global datastore.
5924
6271
  # @return [String]
5925
6272
  #
5926
6273
  # @!attribute [rw] cache_parameter_group_name
@@ -5930,7 +6277,7 @@ module Aws::ElastiCache
5930
6277
  # @return [String]
5931
6278
  #
5932
6279
  # @!attribute [rw] global_replication_group_description
5933
- # A description of the Global Datastore
6280
+ # A description of the Global datastore
5934
6281
  # @return [String]
5935
6282
  #
5936
6283
  # @!attribute [rw] automatic_failover_enabled
@@ -5959,7 +6306,7 @@ module Aws::ElastiCache
5959
6306
  # automatically replicates updates to the secondary cluster.
5960
6307
  #
5961
6308
  # * The **GlobalReplicationGroupIdSuffix** represents the name of the
5962
- # Global Datastore, which is what you use to associate a secondary
6309
+ # Global datastore, which is what you use to associate a secondary
5963
6310
  # cluster.
5964
6311
  #
5965
6312
  # ^
@@ -6003,6 +6350,22 @@ module Aws::ElastiCache
6003
6350
  # user_group_ids_to_add: ["UserGroupId"],
6004
6351
  # user_group_ids_to_remove: ["UserGroupId"],
6005
6352
  # remove_user_groups: false,
6353
+ # log_delivery_configurations: [
6354
+ # {
6355
+ # log_type: "slow-log", # accepts slow-log
6356
+ # destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
6357
+ # destination_details: {
6358
+ # cloud_watch_logs_details: {
6359
+ # log_group: "String",
6360
+ # },
6361
+ # kinesis_firehose_details: {
6362
+ # delivery_stream: "String",
6363
+ # },
6364
+ # },
6365
+ # log_format: "text", # accepts text, json
6366
+ # enabled: false,
6367
+ # },
6368
+ # ],
6006
6369
  # }
6007
6370
  #
6008
6371
  # @!attribute [rw] replication_group_id
@@ -6035,13 +6398,9 @@ module Aws::ElastiCache
6035
6398
  # @return [Boolean]
6036
6399
  #
6037
6400
  # @!attribute [rw] multi_az_enabled
6038
- # A flag indicating if you have Multi-AZ enabled to enhance fault
6039
- # tolerance. For more information, see [Minimizing Downtime:
6040
- # Multi-AZ][1].
6041
- #
6042
- #
6043
- #
6044
- # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html
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.
6045
6404
  # @return [Boolean]
6046
6405
  #
6047
6406
  # @!attribute [rw] node_group_id
@@ -6216,18 +6575,22 @@ module Aws::ElastiCache
6216
6575
  # @return [String]
6217
6576
  #
6218
6577
  # @!attribute [rw] user_group_ids_to_add
6219
- # A list of user group IDs.
6578
+ # The user group you are associating with the replication group.
6220
6579
  # @return [Array<String>]
6221
6580
  #
6222
6581
  # @!attribute [rw] user_group_ids_to_remove
6223
- # A list of users groups to remove, meaning the users in the group no
6224
- # longer can access thereplication group.
6582
+ # The user group to remove, meaning the users in the group no longer
6583
+ # can access the replication group.
6225
6584
  # @return [Array<String>]
6226
6585
  #
6227
6586
  # @!attribute [rw] remove_user_groups
6228
6587
  # Removes the user groups that can access this replication group.
6229
6588
  # @return [Boolean]
6230
6589
  #
6590
+ # @!attribute [rw] log_delivery_configurations
6591
+ # Specifies the destination, format and type of the logs.
6592
+ # @return [Array<Types::LogDeliveryConfigurationRequest>]
6593
+ #
6231
6594
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupMessage AWS API Documentation
6232
6595
  #
6233
6596
  class ModifyReplicationGroupMessage < Struct.new(
@@ -6254,7 +6617,8 @@ module Aws::ElastiCache
6254
6617
  :auth_token_update_strategy,
6255
6618
  :user_group_ids_to_add,
6256
6619
  :user_group_ids_to_remove,
6257
- :remove_user_groups)
6620
+ :remove_user_groups,
6621
+ :log_delivery_configurations)
6258
6622
  SENSITIVE = []
6259
6623
  include Aws::Structure
6260
6624
  end
@@ -6868,6 +7232,41 @@ module Aws::ElastiCache
6868
7232
  include Aws::Structure
6869
7233
  end
6870
7234
 
7235
+ # The log delivery configurations being modified
7236
+ #
7237
+ # @!attribute [rw] log_type
7238
+ # Refers to [slow-log][1].
7239
+ #
7240
+ #
7241
+ #
7242
+ # [1]: https://redis.io/commands/slowlog
7243
+ # @return [String]
7244
+ #
7245
+ # @!attribute [rw] destination_type
7246
+ # Returns the destination type, either CloudWatch Logs or Kinesis Data
7247
+ # Firehose.
7248
+ # @return [String]
7249
+ #
7250
+ # @!attribute [rw] destination_details
7251
+ # Configuration details of either a CloudWatch Logs destination or
7252
+ # Kinesis Data Firehose destination.
7253
+ # @return [Types::DestinationDetails]
7254
+ #
7255
+ # @!attribute [rw] log_format
7256
+ # Returns the log format, either JSON or TEXT
7257
+ # @return [String]
7258
+ #
7259
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PendingLogDeliveryConfiguration AWS API Documentation
7260
+ #
7261
+ class PendingLogDeliveryConfiguration < Struct.new(
7262
+ :log_type,
7263
+ :destination_type,
7264
+ :destination_details,
7265
+ :log_format)
7266
+ SENSITIVE = []
7267
+ include Aws::Structure
7268
+ end
7269
+
6871
7270
  # A group of settings that are applied to the cluster in the future, or
6872
7271
  # that are currently being applied.
6873
7272
  #
@@ -6875,7 +7274,7 @@ module Aws::ElastiCache
6875
7274
  # The new number of cache nodes for the cluster.
6876
7275
  #
6877
7276
  # For clusters running Redis, this value must be 1. For clusters
6878
- # running Memcached, this value must be between 1 and 20.
7277
+ # running Memcached, this value must be between 1 and 40.
6879
7278
  # @return [Integer]
6880
7279
  #
6881
7280
  # @!attribute [rw] cache_node_ids_to_remove
@@ -6897,6 +7296,10 @@ module Aws::ElastiCache
6897
7296
  # The auth token status
6898
7297
  # @return [String]
6899
7298
  #
7299
+ # @!attribute [rw] log_delivery_configurations
7300
+ # The log delivery configurations being modified
7301
+ # @return [Array<Types::PendingLogDeliveryConfiguration>]
7302
+ #
6900
7303
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PendingModifiedValues AWS API Documentation
6901
7304
  #
6902
7305
  class PendingModifiedValues < Struct.new(
@@ -6904,7 +7307,8 @@ module Aws::ElastiCache
6904
7307
  :cache_node_ids_to_remove,
6905
7308
  :engine_version,
6906
7309
  :cache_node_type,
6907
- :auth_token_status)
7310
+ :auth_token_status,
7311
+ :log_delivery_configurations)
6908
7312
  SENSITIVE = []
6909
7313
  include Aws::Structure
6910
7314
  end
@@ -6949,6 +7353,12 @@ module Aws::ElastiCache
6949
7353
  # reserved_cache_nodes_offering_id: "String", # required
6950
7354
  # reserved_cache_node_id: "String",
6951
7355
  # cache_node_count: 1,
7356
+ # tags: [
7357
+ # {
7358
+ # key: "String",
7359
+ # value: "String",
7360
+ # },
7361
+ # ],
6952
7362
  # }
6953
7363
  #
6954
7364
  # @!attribute [rw] reserved_cache_nodes_offering_id
@@ -6976,12 +7386,19 @@ module Aws::ElastiCache
6976
7386
  # Default: `1`
6977
7387
  # @return [Integer]
6978
7388
  #
7389
+ # @!attribute [rw] tags
7390
+ # A list of tags to be added to this resource. A tag is a key-value
7391
+ # pair. A tag key must be accompanied by a tag value, although null is
7392
+ # accepted.
7393
+ # @return [Array<Types::Tag>]
7394
+ #
6979
7395
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PurchaseReservedCacheNodesOfferingMessage AWS API Documentation
6980
7396
  #
6981
7397
  class PurchaseReservedCacheNodesOfferingMessage < Struct.new(
6982
7398
  :reserved_cache_nodes_offering_id,
6983
7399
  :reserved_cache_node_id,
6984
- :cache_node_count)
7400
+ :cache_node_count,
7401
+ :tags)
6985
7402
  SENSITIVE = []
6986
7403
  include Aws::Structure
6987
7404
  end
@@ -7008,7 +7425,7 @@ module Aws::ElastiCache
7008
7425
  # }
7009
7426
  #
7010
7427
  # @!attribute [rw] global_replication_group_id
7011
- # The name of the Global Datastore
7428
+ # The name of the Global datastore
7012
7429
  # @return [String]
7013
7430
  #
7014
7431
  # @!attribute [rw] apply_immediately
@@ -7031,7 +7448,7 @@ module Aws::ElastiCache
7031
7448
  # automatically replicates updates to the secondary cluster.
7032
7449
  #
7033
7450
  # * The **GlobalReplicationGroupIdSuffix** represents the name of the
7034
- # Global Datastore, which is what you use to associate a secondary
7451
+ # Global datastore, which is what you use to associate a secondary
7035
7452
  # cluster.
7036
7453
  #
7037
7454
  # ^
@@ -7195,8 +7612,8 @@ module Aws::ElastiCache
7195
7612
  # @return [String]
7196
7613
  #
7197
7614
  # @!attribute [rw] global_replication_group_info
7198
- # The name of the Global Datastore and role of this replication group
7199
- # in the Global Datastore.
7615
+ # The name of the Global datastore and role of this replication group
7616
+ # in the Global datastore.
7200
7617
  # @return [Types::GlobalReplicationGroupInfo]
7201
7618
  #
7202
7619
  # @!attribute [rw] status
@@ -7340,6 +7757,10 @@ module Aws::ElastiCache
7340
7757
  # group.
7341
7758
  # @return [Array<String>]
7342
7759
  #
7760
+ # @!attribute [rw] log_delivery_configurations
7761
+ # Returns the destination, format and type of the logs.
7762
+ # @return [Array<Types::LogDeliveryConfiguration>]
7763
+ #
7343
7764
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroup AWS API Documentation
7344
7765
  #
7345
7766
  class ReplicationGroup < Struct.new(
@@ -7365,7 +7786,8 @@ module Aws::ElastiCache
7365
7786
  :member_clusters_outpost_arns,
7366
7787
  :kms_key_id,
7367
7788
  :arn,
7368
- :user_group_ids)
7789
+ :user_group_ids,
7790
+ :log_delivery_configurations)
7369
7791
  SENSITIVE = []
7370
7792
  include Aws::Structure
7371
7793
  end
@@ -7440,6 +7862,10 @@ module Aws::ElastiCache
7440
7862
  # The user groups being modified.
7441
7863
  # @return [Types::UserGroupsUpdateStatus]
7442
7864
  #
7865
+ # @!attribute [rw] log_delivery_configurations
7866
+ # The log delivery configurations being modified
7867
+ # @return [Array<Types::PendingLogDeliveryConfiguration>]
7868
+ #
7443
7869
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroupPendingModifiedValues AWS API Documentation
7444
7870
  #
7445
7871
  class ReplicationGroupPendingModifiedValues < Struct.new(
@@ -7447,7 +7873,8 @@ module Aws::ElastiCache
7447
7873
  :automatic_failover_status,
7448
7874
  :resharding,
7449
7875
  :auth_token_status,
7450
- :user_groups)
7876
+ :user_groups,
7877
+ :log_delivery_configurations)
7451
7878
  SENSITIVE = []
7452
7879
  include Aws::Structure
7453
7880
  end
@@ -8276,7 +8703,7 @@ module Aws::ElastiCache
8276
8703
  # The number of cache nodes in the source cluster.
8277
8704
  #
8278
8705
  # For clusters running Redis, this value must be 1. For clusters
8279
- # running Memcached, this value must be between 1 and 20.
8706
+ # running Memcached, this value must be between 1 and 40.
8280
8707
  # @return [Integer]
8281
8708
  #
8282
8709
  # @!attribute [rw] preferred_availability_zone
@@ -8553,9 +8980,12 @@ module Aws::ElastiCache
8553
8980
  include Aws::Structure
8554
8981
  end
8555
8982
 
8556
- # A cost allocation Tag that can be added to an ElastiCache cluster or
8557
- # replication group. Tags are composed of a Key/Value pair. A tag with a
8558
- # null Value is permitted.
8983
+ # A tag that can be added to an ElastiCache cluster or replication
8984
+ # group. Tags are composed of a Key/Value pair. You can use tags to
8985
+ # categorize and track all your ElastiCache resources, with the
8986
+ # exception of global replication group. When you add or remove tags on
8987
+ # replication groups, those actions will be replicated to all nodes in
8988
+ # the replication group. A tag with a null Value is permitted.
8559
8989
  #
8560
8990
  # @note When making an API call, you may pass Tag
8561
8991
  # data as a hash:
@@ -8586,7 +9016,7 @@ module Aws::ElastiCache
8586
9016
  # `ListTagsForResource`, and `RemoveTagsFromResource` operations.
8587
9017
  #
8588
9018
  # @!attribute [rw] tag_list
8589
- # A list of cost allocation tags as key-value pairs.
9019
+ # A list of tags as key-value pairs.
8590
9020
  # @return [Array<Types::Tag>]
8591
9021
  #
8592
9022
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TagListMessage AWS API Documentation