aws-sdk-elasticache 1.52.0 → 1.57.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +358 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-elasticache.rb +2 -2
- data/lib/aws-sdk-elasticache/client.rb +493 -119
- data/lib/aws-sdk-elasticache/client_api.rb +100 -1
- data/lib/aws-sdk-elasticache/customizations.rb +1 -1
- data/lib/aws-sdk-elasticache/errors.rb +1 -1
- data/lib/aws-sdk-elasticache/resource.rb +1 -1
- data/lib/aws-sdk-elasticache/types.rb +539 -132
- data/lib/aws-sdk-elasticache/waiters.rb +1 -1
- metadata +9 -7
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -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/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -47,8 +47,9 @@ module Aws::ElastiCache
|
|
47
47
|
# @return [String]
|
48
48
|
#
|
49
49
|
# @!attribute [rw] tags
|
50
|
-
# A list of
|
51
|
-
#
|
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
|
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
|
-
#
|
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]:
|
1457
|
-
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/
|
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
|
1668
|
+
# running Memcached, this value must be between 1 and 40.
|
1607
1669
|
#
|
1608
|
-
# If you need more than
|
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
|
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
|
@@ -1808,29 +1870,6 @@ module Aws::ElastiCache
|
|
1808
1870
|
# cluster is performed. It is specified as a range in the format
|
1809
1871
|
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1810
1872
|
# window is a 60 minute period. Valid values for `ddd` are:
|
1811
|
-
#
|
1812
|
-
# Specifies the weekly time range during which maintenance on the
|
1813
|
-
# cluster is performed. It is specified as a range in the format
|
1814
|
-
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1815
|
-
# window is a 60 minute period.
|
1816
|
-
#
|
1817
|
-
# Valid values for `ddd` are:
|
1818
|
-
#
|
1819
|
-
# * `sun`
|
1820
|
-
#
|
1821
|
-
# * `mon`
|
1822
|
-
#
|
1823
|
-
# * `tue`
|
1824
|
-
#
|
1825
|
-
# * `wed`
|
1826
|
-
#
|
1827
|
-
# * `thu`
|
1828
|
-
#
|
1829
|
-
# * `fri`
|
1830
|
-
#
|
1831
|
-
# * `sat`
|
1832
|
-
#
|
1833
|
-
# Example: `sun:23:00-mon:01:30`
|
1834
1873
|
# @return [String]
|
1835
1874
|
#
|
1836
1875
|
# @!attribute [rw] port
|
@@ -1915,6 +1954,10 @@ module Aws::ElastiCache
|
|
1915
1954
|
# The outpost ARNs in which the cache cluster is created.
|
1916
1955
|
# @return [Array<String>]
|
1917
1956
|
#
|
1957
|
+
# @!attribute [rw] log_delivery_configurations
|
1958
|
+
# Specifies the destination, format and type of the logs.
|
1959
|
+
# @return [Array<Types::LogDeliveryConfigurationRequest>]
|
1960
|
+
#
|
1918
1961
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheClusterMessage AWS API Documentation
|
1919
1962
|
#
|
1920
1963
|
class CreateCacheClusterMessage < Struct.new(
|
@@ -1943,7 +1986,8 @@ module Aws::ElastiCache
|
|
1943
1986
|
:auth_token,
|
1944
1987
|
:outpost_mode,
|
1945
1988
|
:preferred_outpost_arn,
|
1946
|
-
:preferred_outpost_arns
|
1989
|
+
:preferred_outpost_arns,
|
1990
|
+
:log_delivery_configurations)
|
1947
1991
|
SENSITIVE = []
|
1948
1992
|
include Aws::Structure
|
1949
1993
|
end
|
@@ -1969,6 +2013,12 @@ module Aws::ElastiCache
|
|
1969
2013
|
# cache_parameter_group_name: "String", # required
|
1970
2014
|
# cache_parameter_group_family: "String", # required
|
1971
2015
|
# description: "String", # required
|
2016
|
+
# tags: [
|
2017
|
+
# {
|
2018
|
+
# key: "String",
|
2019
|
+
# value: "String",
|
2020
|
+
# },
|
2021
|
+
# ],
|
1972
2022
|
# }
|
1973
2023
|
#
|
1974
2024
|
# @!attribute [rw] cache_parameter_group_name
|
@@ -1988,12 +2038,19 @@ module Aws::ElastiCache
|
|
1988
2038
|
# A user-specified description for the cache parameter group.
|
1989
2039
|
# @return [String]
|
1990
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
|
+
#
|
1991
2047
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheParameterGroupMessage AWS API Documentation
|
1992
2048
|
#
|
1993
2049
|
class CreateCacheParameterGroupMessage < Struct.new(
|
1994
2050
|
:cache_parameter_group_name,
|
1995
2051
|
:cache_parameter_group_family,
|
1996
|
-
:description
|
2052
|
+
:description,
|
2053
|
+
:tags)
|
1997
2054
|
SENSITIVE = []
|
1998
2055
|
include Aws::Structure
|
1999
2056
|
end
|
@@ -2018,6 +2075,12 @@ module Aws::ElastiCache
|
|
2018
2075
|
# {
|
2019
2076
|
# cache_security_group_name: "String", # required
|
2020
2077
|
# description: "String", # required
|
2078
|
+
# tags: [
|
2079
|
+
# {
|
2080
|
+
# key: "String",
|
2081
|
+
# value: "String",
|
2082
|
+
# },
|
2083
|
+
# ],
|
2021
2084
|
# }
|
2022
2085
|
#
|
2023
2086
|
# @!attribute [rw] cache_security_group_name
|
@@ -2034,11 +2097,18 @@ module Aws::ElastiCache
|
|
2034
2097
|
# A description for the cache security group.
|
2035
2098
|
# @return [String]
|
2036
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
|
+
#
|
2037
2106
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSecurityGroupMessage AWS API Documentation
|
2038
2107
|
#
|
2039
2108
|
class CreateCacheSecurityGroupMessage < Struct.new(
|
2040
2109
|
:cache_security_group_name,
|
2041
|
-
:description
|
2110
|
+
:description,
|
2111
|
+
:tags)
|
2042
2112
|
SENSITIVE = []
|
2043
2113
|
include Aws::Structure
|
2044
2114
|
end
|
@@ -2070,6 +2140,12 @@ module Aws::ElastiCache
|
|
2070
2140
|
# cache_subnet_group_name: "String", # required
|
2071
2141
|
# cache_subnet_group_description: "String", # required
|
2072
2142
|
# subnet_ids: ["String"], # required
|
2143
|
+
# tags: [
|
2144
|
+
# {
|
2145
|
+
# key: "String",
|
2146
|
+
# value: "String",
|
2147
|
+
# },
|
2148
|
+
# ],
|
2073
2149
|
# }
|
2074
2150
|
#
|
2075
2151
|
# @!attribute [rw] cache_subnet_group_name
|
@@ -2090,12 +2166,19 @@ module Aws::ElastiCache
|
|
2090
2166
|
# A list of VPC subnet IDs for the cache subnet group.
|
2091
2167
|
# @return [Array<String>]
|
2092
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
|
+
#
|
2093
2175
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSubnetGroupMessage AWS API Documentation
|
2094
2176
|
#
|
2095
2177
|
class CreateCacheSubnetGroupMessage < Struct.new(
|
2096
2178
|
:cache_subnet_group_name,
|
2097
2179
|
:cache_subnet_group_description,
|
2098
|
-
:subnet_ids
|
2180
|
+
:subnet_ids,
|
2181
|
+
:tags)
|
2099
2182
|
SENSITIVE = []
|
2100
2183
|
include Aws::Structure
|
2101
2184
|
end
|
@@ -2126,16 +2209,16 @@ module Aws::ElastiCache
|
|
2126
2209
|
# }
|
2127
2210
|
#
|
2128
2211
|
# @!attribute [rw] global_replication_group_id_suffix
|
2129
|
-
# The suffix name of a Global
|
2130
|
-
# automatically applies a prefix to the Global
|
2212
|
+
# The suffix name of a Global datastore. Amazon ElastiCache
|
2213
|
+
# automatically applies a prefix to the Global datastore ID when it is
|
2131
2214
|
# created. Each AWS Region has its own prefix. For instance, a Global
|
2132
|
-
#
|
2215
|
+
# datastore ID created in the US-West-1 region will begin with
|
2133
2216
|
# "dsdfu" along with the suffix name you provide. The suffix,
|
2134
2217
|
# combined with the auto-generated prefix, guarantees uniqueness of
|
2135
|
-
# the Global
|
2218
|
+
# the Global datastore name across multiple regions.
|
2136
2219
|
#
|
2137
|
-
# For a full list of AWS Regions and their respective Global
|
2138
|
-
# iD prefixes, see [Using the AWS CLI with Global
|
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].
|
2139
2222
|
#
|
2140
2223
|
#
|
2141
2224
|
#
|
@@ -2143,7 +2226,7 @@ module Aws::ElastiCache
|
|
2143
2226
|
# @return [String]
|
2144
2227
|
#
|
2145
2228
|
# @!attribute [rw] global_replication_group_description
|
2146
|
-
# Provides details of the Global
|
2229
|
+
# Provides details of the Global datastore
|
2147
2230
|
# @return [String]
|
2148
2231
|
#
|
2149
2232
|
# @!attribute [rw] primary_replication_group_id
|
@@ -2168,7 +2251,7 @@ module Aws::ElastiCache
|
|
2168
2251
|
# automatically replicates updates to the secondary cluster.
|
2169
2252
|
#
|
2170
2253
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
2171
|
-
# Global
|
2254
|
+
# Global datastore, which is what you use to associate a secondary
|
2172
2255
|
# cluster.
|
2173
2256
|
#
|
2174
2257
|
# ^
|
@@ -2235,6 +2318,22 @@ module Aws::ElastiCache
|
|
2235
2318
|
# at_rest_encryption_enabled: false,
|
2236
2319
|
# kms_key_id: "String",
|
2237
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
|
+
# ],
|
2238
2337
|
# }
|
2239
2338
|
#
|
2240
2339
|
# @!attribute [rw] replication_group_id
|
@@ -2257,7 +2356,7 @@ module Aws::ElastiCache
|
|
2257
2356
|
# @return [String]
|
2258
2357
|
#
|
2259
2358
|
# @!attribute [rw] global_replication_group_id
|
2260
|
-
# The name of the Global
|
2359
|
+
# The name of the Global datastore
|
2261
2360
|
# @return [String]
|
2262
2361
|
#
|
2263
2362
|
# @!attribute [rw] primary_cluster_id
|
@@ -2459,7 +2558,7 @@ module Aws::ElastiCache
|
|
2459
2558
|
#
|
2460
2559
|
# @!attribute [rw] engine
|
2461
2560
|
# The name of the cache engine to be used for the clusters in this
|
2462
|
-
# replication group.
|
2561
|
+
# replication group. Must be Redis.
|
2463
2562
|
# @return [String]
|
2464
2563
|
#
|
2465
2564
|
# @!attribute [rw] engine_version
|
@@ -2522,11 +2621,12 @@ module Aws::ElastiCache
|
|
2522
2621
|
# @return [Array<String>]
|
2523
2622
|
#
|
2524
2623
|
# @!attribute [rw] tags
|
2525
|
-
# A list of
|
2526
|
-
#
|
2624
|
+
# A list of tags to be added to this resource. Tags are
|
2625
|
+
# comma-separated key,value pairs (e.g. Key=`myKey`,
|
2527
2626
|
# Value=`myKeyValue`. You can include multiple tags as shown
|
2528
2627
|
# following: Key=`myKey`, Value=`myKeyValue` Key=`mySecondKey`,
|
2529
|
-
# Value=`mySecondKeyValue`.
|
2628
|
+
# Value=`mySecondKeyValue`. Tags on replication groups will be
|
2629
|
+
# replicated to all nodes.
|
2530
2630
|
# @return [Array<Types::Tag>]
|
2531
2631
|
#
|
2532
2632
|
# @!attribute [rw] snapshot_arns
|
@@ -2687,9 +2787,13 @@ module Aws::ElastiCache
|
|
2687
2787
|
# @return [String]
|
2688
2788
|
#
|
2689
2789
|
# @!attribute [rw] user_group_ids
|
2690
|
-
# The
|
2790
|
+
# The user group to associate with the replication group.
|
2691
2791
|
# @return [Array<String>]
|
2692
2792
|
#
|
2793
|
+
# @!attribute [rw] log_delivery_configurations
|
2794
|
+
# Specifies the destination, format and type of the logs.
|
2795
|
+
# @return [Array<Types::LogDeliveryConfigurationRequest>]
|
2796
|
+
#
|
2693
2797
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroupMessage AWS API Documentation
|
2694
2798
|
#
|
2695
2799
|
class CreateReplicationGroupMessage < Struct.new(
|
@@ -2724,7 +2828,8 @@ module Aws::ElastiCache
|
|
2724
2828
|
:transit_encryption_enabled,
|
2725
2829
|
:at_rest_encryption_enabled,
|
2726
2830
|
:kms_key_id,
|
2727
|
-
:user_group_ids
|
2831
|
+
:user_group_ids,
|
2832
|
+
:log_delivery_configurations)
|
2728
2833
|
SENSITIVE = []
|
2729
2834
|
include Aws::Structure
|
2730
2835
|
end
|
@@ -2752,6 +2857,12 @@ module Aws::ElastiCache
|
|
2752
2857
|
# cache_cluster_id: "String",
|
2753
2858
|
# snapshot_name: "String", # required
|
2754
2859
|
# kms_key_id: "String",
|
2860
|
+
# tags: [
|
2861
|
+
# {
|
2862
|
+
# key: "String",
|
2863
|
+
# value: "String",
|
2864
|
+
# },
|
2865
|
+
# ],
|
2755
2866
|
# }
|
2756
2867
|
#
|
2757
2868
|
# @!attribute [rw] replication_group_id
|
@@ -2772,13 +2883,20 @@ module Aws::ElastiCache
|
|
2772
2883
|
# The ID of the KMS key used to encrypt the snapshot.
|
2773
2884
|
# @return [String]
|
2774
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
|
+
#
|
2775
2892
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateSnapshotMessage AWS API Documentation
|
2776
2893
|
#
|
2777
2894
|
class CreateSnapshotMessage < Struct.new(
|
2778
2895
|
:replication_group_id,
|
2779
2896
|
:cache_cluster_id,
|
2780
2897
|
:snapshot_name,
|
2781
|
-
:kms_key_id
|
2898
|
+
:kms_key_id,
|
2899
|
+
:tags)
|
2782
2900
|
SENSITIVE = []
|
2783
2901
|
include Aws::Structure
|
2784
2902
|
end
|
@@ -2803,6 +2921,12 @@ module Aws::ElastiCache
|
|
2803
2921
|
# user_group_id: "String", # required
|
2804
2922
|
# engine: "EngineType", # required
|
2805
2923
|
# user_ids: ["UserId"],
|
2924
|
+
# tags: [
|
2925
|
+
# {
|
2926
|
+
# key: "String",
|
2927
|
+
# value: "String",
|
2928
|
+
# },
|
2929
|
+
# ],
|
2806
2930
|
# }
|
2807
2931
|
#
|
2808
2932
|
# @!attribute [rw] user_group_id
|
@@ -2817,12 +2941,19 @@ module Aws::ElastiCache
|
|
2817
2941
|
# The list of user IDs that belong to the user group.
|
2818
2942
|
# @return [Array<String>]
|
2819
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
|
+
#
|
2820
2950
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserGroupMessage AWS API Documentation
|
2821
2951
|
#
|
2822
2952
|
class CreateUserGroupMessage < Struct.new(
|
2823
2953
|
:user_group_id,
|
2824
2954
|
:engine,
|
2825
|
-
:user_ids
|
2955
|
+
:user_ids,
|
2956
|
+
:tags)
|
2826
2957
|
SENSITIVE = []
|
2827
2958
|
include Aws::Structure
|
2828
2959
|
end
|
@@ -2837,6 +2968,12 @@ module Aws::ElastiCache
|
|
2837
2968
|
# passwords: ["String"],
|
2838
2969
|
# access_string: "AccessString", # required
|
2839
2970
|
# no_password_required: false,
|
2971
|
+
# tags: [
|
2972
|
+
# {
|
2973
|
+
# key: "String",
|
2974
|
+
# value: "String",
|
2975
|
+
# },
|
2976
|
+
# ],
|
2840
2977
|
# }
|
2841
2978
|
#
|
2842
2979
|
# @!attribute [rw] user_id
|
@@ -2864,6 +3001,12 @@ module Aws::ElastiCache
|
|
2864
3001
|
# Indicates a password is not required for this user.
|
2865
3002
|
# @return [Boolean]
|
2866
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
|
+
#
|
2867
3010
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserMessage AWS API Documentation
|
2868
3011
|
#
|
2869
3012
|
class CreateUserMessage < Struct.new(
|
@@ -2872,7 +3015,8 @@ module Aws::ElastiCache
|
|
2872
3015
|
:engine,
|
2873
3016
|
:passwords,
|
2874
3017
|
:access_string,
|
2875
|
-
:no_password_required
|
3018
|
+
:no_password_required,
|
3019
|
+
:tags)
|
2876
3020
|
SENSITIVE = []
|
2877
3021
|
include Aws::Structure
|
2878
3022
|
end
|
@@ -2916,7 +3060,7 @@ module Aws::ElastiCache
|
|
2916
3060
|
# }
|
2917
3061
|
#
|
2918
3062
|
# @!attribute [rw] global_replication_group_id
|
2919
|
-
# The name of the Global
|
3063
|
+
# The name of the Global datastore
|
2920
3064
|
# @return [String]
|
2921
3065
|
#
|
2922
3066
|
# @!attribute [rw] node_group_count
|
@@ -2927,19 +3071,19 @@ module Aws::ElastiCache
|
|
2927
3071
|
# @!attribute [rw] global_node_groups_to_remove
|
2928
3072
|
# If the value of NodeGroupCount is less than the current number of
|
2929
3073
|
# node groups (shards), then either NodeGroupsToRemove or
|
2930
|
-
# NodeGroupsToRetain is required.
|
2931
|
-
# NodeGroupIds to remove from the cluster. ElastiCache for Redis
|
2932
|
-
# attempt to remove all node groups listed by
|
2933
|
-
# 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.
|
2934
3078
|
# @return [Array<String>]
|
2935
3079
|
#
|
2936
3080
|
# @!attribute [rw] global_node_groups_to_retain
|
2937
3081
|
# If the value of NodeGroupCount is less than the current number of
|
2938
3082
|
# node groups (shards), then either NodeGroupsToRemove or
|
2939
|
-
# NodeGroupsToRetain is required.
|
2940
|
-
# NodeGroupIds to
|
2941
|
-
# attempt to
|
2942
|
-
# 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.
|
2943
3087
|
# @return [Array<String>]
|
2944
3088
|
#
|
2945
3089
|
# @!attribute [rw] apply_immediately
|
@@ -2966,7 +3110,7 @@ module Aws::ElastiCache
|
|
2966
3110
|
# automatically replicates updates to the secondary cluster.
|
2967
3111
|
#
|
2968
3112
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
2969
|
-
# Global
|
3113
|
+
# Global datastore, which is what you use to associate a secondary
|
2970
3114
|
# cluster.
|
2971
3115
|
#
|
2972
3116
|
# ^
|
@@ -3200,7 +3344,7 @@ module Aws::ElastiCache
|
|
3200
3344
|
# }
|
3201
3345
|
#
|
3202
3346
|
# @!attribute [rw] global_replication_group_id
|
3203
|
-
# The name of the Global
|
3347
|
+
# The name of the Global datastore
|
3204
3348
|
# @return [String]
|
3205
3349
|
#
|
3206
3350
|
# @!attribute [rw] retain_primary_replication_group
|
@@ -3224,7 +3368,7 @@ module Aws::ElastiCache
|
|
3224
3368
|
# automatically replicates updates to the secondary cluster.
|
3225
3369
|
#
|
3226
3370
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
3227
|
-
# Global
|
3371
|
+
# Global datastore, which is what you use to associate a secondary
|
3228
3372
|
# cluster.
|
3229
3373
|
#
|
3230
3374
|
# ^
|
@@ -3826,7 +3970,7 @@ module Aws::ElastiCache
|
|
3826
3970
|
# }
|
3827
3971
|
#
|
3828
3972
|
# @!attribute [rw] global_replication_group_id
|
3829
|
-
# The name of the Global
|
3973
|
+
# The name of the Global datastore
|
3830
3974
|
# @return [String]
|
3831
3975
|
#
|
3832
3976
|
# @!attribute [rw] max_records
|
@@ -3844,7 +3988,7 @@ module Aws::ElastiCache
|
|
3844
3988
|
# @return [String]
|
3845
3989
|
#
|
3846
3990
|
# @!attribute [rw] show_member_info
|
3847
|
-
# Returns the list of members that comprise the Global
|
3991
|
+
# Returns the list of members that comprise the Global datastore.
|
3848
3992
|
# @return [Boolean]
|
3849
3993
|
#
|
3850
3994
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeGlobalReplicationGroupsMessage AWS API Documentation
|
@@ -4640,6 +4784,38 @@ module Aws::ElastiCache
|
|
4640
4784
|
include Aws::Structure
|
4641
4785
|
end
|
4642
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
|
+
|
4643
4819
|
# @note When making an API call, you may pass DisassociateGlobalReplicationGroupMessage
|
4644
4820
|
# data as a hash:
|
4645
4821
|
#
|
@@ -4650,17 +4826,17 @@ module Aws::ElastiCache
|
|
4650
4826
|
# }
|
4651
4827
|
#
|
4652
4828
|
# @!attribute [rw] global_replication_group_id
|
4653
|
-
# The name of the Global
|
4829
|
+
# The name of the Global datastore
|
4654
4830
|
# @return [String]
|
4655
4831
|
#
|
4656
4832
|
# @!attribute [rw] replication_group_id
|
4657
4833
|
# The name of the secondary cluster you wish to remove from the Global
|
4658
|
-
#
|
4834
|
+
# datastore
|
4659
4835
|
# @return [String]
|
4660
4836
|
#
|
4661
4837
|
# @!attribute [rw] replication_group_region
|
4662
4838
|
# The AWS region of secondary cluster you wish to remove from the
|
4663
|
-
# Global
|
4839
|
+
# Global datastore
|
4664
4840
|
# @return [String]
|
4665
4841
|
#
|
4666
4842
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DisassociateGlobalReplicationGroupMessage AWS API Documentation
|
@@ -4680,7 +4856,7 @@ module Aws::ElastiCache
|
|
4680
4856
|
# automatically replicates updates to the secondary cluster.
|
4681
4857
|
#
|
4682
4858
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
4683
|
-
# Global
|
4859
|
+
# Global datastore, which is what you use to associate a secondary
|
4684
4860
|
# cluster.
|
4685
4861
|
#
|
4686
4862
|
# ^
|
@@ -4846,11 +5022,11 @@ module Aws::ElastiCache
|
|
4846
5022
|
# }
|
4847
5023
|
#
|
4848
5024
|
# @!attribute [rw] global_replication_group_id
|
4849
|
-
# The name of the Global
|
5025
|
+
# The name of the Global datastore
|
4850
5026
|
# @return [String]
|
4851
5027
|
#
|
4852
5028
|
# @!attribute [rw] primary_region
|
4853
|
-
# The AWS region of the primary cluster of the Global
|
5029
|
+
# The AWS region of the primary cluster of the Global datastore
|
4854
5030
|
# @return [String]
|
4855
5031
|
#
|
4856
5032
|
# @!attribute [rw] primary_replication_group_id
|
@@ -4874,7 +5050,7 @@ module Aws::ElastiCache
|
|
4874
5050
|
# automatically replicates updates to the secondary cluster.
|
4875
5051
|
#
|
4876
5052
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
4877
|
-
# Global
|
5053
|
+
# Global datastore, which is what you use to associate a secondary
|
4878
5054
|
# cluster.
|
4879
5055
|
#
|
4880
5056
|
# ^
|
@@ -4942,25 +5118,25 @@ module Aws::ElastiCache
|
|
4942
5118
|
# automatically replicates updates to the secondary cluster.
|
4943
5119
|
#
|
4944
5120
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
4945
|
-
# Global
|
5121
|
+
# Global datastore, which is what you use to associate a secondary
|
4946
5122
|
# cluster.
|
4947
5123
|
#
|
4948
5124
|
# ^
|
4949
5125
|
#
|
4950
5126
|
# @!attribute [rw] global_replication_group_id
|
4951
|
-
# The name of the Global
|
5127
|
+
# The name of the Global datastore
|
4952
5128
|
# @return [String]
|
4953
5129
|
#
|
4954
5130
|
# @!attribute [rw] global_replication_group_description
|
4955
|
-
# The optional description of the Global
|
5131
|
+
# The optional description of the Global datastore
|
4956
5132
|
# @return [String]
|
4957
5133
|
#
|
4958
5134
|
# @!attribute [rw] status
|
4959
|
-
# The status of the Global
|
5135
|
+
# The status of the Global datastore
|
4960
5136
|
# @return [String]
|
4961
5137
|
#
|
4962
5138
|
# @!attribute [rw] cache_node_type
|
4963
|
-
# The cache node type of the Global
|
5139
|
+
# The cache node type of the Global datastore
|
4964
5140
|
# @return [String]
|
4965
5141
|
#
|
4966
5142
|
# @!attribute [rw] engine
|
@@ -4972,11 +5148,11 @@ module Aws::ElastiCache
|
|
4972
5148
|
# @return [String]
|
4973
5149
|
#
|
4974
5150
|
# @!attribute [rw] members
|
4975
|
-
# The replication groups that comprise the Global
|
5151
|
+
# The replication groups that comprise the Global datastore.
|
4976
5152
|
# @return [Array<Types::GlobalReplicationGroupMember>]
|
4977
5153
|
#
|
4978
5154
|
# @!attribute [rw] cluster_enabled
|
4979
|
-
# A flag that indicates whether the Global
|
5155
|
+
# A flag that indicates whether the Global datastore is cluster
|
4980
5156
|
# enabled.
|
4981
5157
|
# @return [Boolean]
|
4982
5158
|
#
|
@@ -5039,21 +5215,21 @@ module Aws::ElastiCache
|
|
5039
5215
|
include Aws::Structure
|
5040
5216
|
end
|
5041
5217
|
|
5042
|
-
# The Global
|
5218
|
+
# The Global datastore name already exists.
|
5043
5219
|
#
|
5044
5220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/GlobalReplicationGroupAlreadyExistsFault AWS API Documentation
|
5045
5221
|
#
|
5046
5222
|
class GlobalReplicationGroupAlreadyExistsFault < Aws::EmptyStructure; end
|
5047
5223
|
|
5048
|
-
# The name of the Global
|
5049
|
-
# the Global
|
5224
|
+
# The name of the Global datastore and role of this replication group in
|
5225
|
+
# the Global datastore.
|
5050
5226
|
#
|
5051
5227
|
# @!attribute [rw] global_replication_group_id
|
5052
|
-
# The name of the Global
|
5228
|
+
# The name of the Global datastore
|
5053
5229
|
# @return [String]
|
5054
5230
|
#
|
5055
5231
|
# @!attribute [rw] global_replication_group_member_role
|
5056
|
-
# The role of the replication group in a Global
|
5232
|
+
# The role of the replication group in a Global datastore. Can be
|
5057
5233
|
# primary or secondary.
|
5058
5234
|
# @return [String]
|
5059
5235
|
#
|
@@ -5066,15 +5242,15 @@ module Aws::ElastiCache
|
|
5066
5242
|
include Aws::Structure
|
5067
5243
|
end
|
5068
5244
|
|
5069
|
-
# A member of a Global
|
5245
|
+
# A member of a Global datastore. It contains the Replication Group Id,
|
5070
5246
|
# the AWS region and the role of the replication group.
|
5071
5247
|
#
|
5072
5248
|
# @!attribute [rw] replication_group_id
|
5073
|
-
# The replication group id of the Global
|
5249
|
+
# The replication group id of the Global datastore member.
|
5074
5250
|
# @return [String]
|
5075
5251
|
#
|
5076
5252
|
# @!attribute [rw] replication_group_region
|
5077
|
-
# The AWS region of the Global
|
5253
|
+
# The AWS region of the Global datastore member.
|
5078
5254
|
# @return [String]
|
5079
5255
|
#
|
5080
5256
|
# @!attribute [rw] role
|
@@ -5102,7 +5278,7 @@ module Aws::ElastiCache
|
|
5102
5278
|
include Aws::Structure
|
5103
5279
|
end
|
5104
5280
|
|
5105
|
-
# The Global
|
5281
|
+
# The Global datastore does not exist
|
5106
5282
|
#
|
5107
5283
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/GlobalReplicationGroupNotFoundFault AWS API Documentation
|
5108
5284
|
#
|
@@ -5130,7 +5306,7 @@ module Aws::ElastiCache
|
|
5130
5306
|
# }
|
5131
5307
|
#
|
5132
5308
|
# @!attribute [rw] global_replication_group_id
|
5133
|
-
# The name of the Global
|
5309
|
+
# The name of the Global datastore
|
5134
5310
|
# @return [String]
|
5135
5311
|
#
|
5136
5312
|
# @!attribute [rw] node_group_count
|
@@ -5140,7 +5316,7 @@ module Aws::ElastiCache
|
|
5140
5316
|
# @!attribute [rw] regional_configurations
|
5141
5317
|
# Describes the replication group IDs, the AWS regions where they are
|
5142
5318
|
# stored and the shard configuration for each that comprise the Global
|
5143
|
-
#
|
5319
|
+
# datastore
|
5144
5320
|
# @return [Array<Types::RegionalConfiguration>]
|
5145
5321
|
#
|
5146
5322
|
# @!attribute [rw] apply_immediately
|
@@ -5166,7 +5342,7 @@ module Aws::ElastiCache
|
|
5166
5342
|
# automatically replicates updates to the secondary cluster.
|
5167
5343
|
#
|
5168
5344
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
5169
|
-
# Global
|
5345
|
+
# Global datastore, which is what you use to associate a secondary
|
5170
5346
|
# cluster.
|
5171
5347
|
#
|
5172
5348
|
# ^
|
@@ -5284,7 +5460,7 @@ module Aws::ElastiCache
|
|
5284
5460
|
#
|
5285
5461
|
class InvalidCacheSecurityGroupStateFault < Aws::EmptyStructure; end
|
5286
5462
|
|
5287
|
-
# The Global
|
5463
|
+
# The Global datastore is not available or in primary-only state.
|
5288
5464
|
#
|
5289
5465
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/InvalidGlobalReplicationGroupStateFault AWS API Documentation
|
5290
5466
|
#
|
@@ -5362,6 +5538,27 @@ module Aws::ElastiCache
|
|
5362
5538
|
#
|
5363
5539
|
class InvalidVPCNetworkStateFault < Aws::EmptyStructure; end
|
5364
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
|
+
|
5365
5562
|
# The input parameters for the `ListAllowedNodeTypeModifications`
|
5366
5563
|
# operation.
|
5367
5564
|
#
|
@@ -5433,6 +5630,110 @@ module Aws::ElastiCache
|
|
5433
5630
|
include Aws::Structure
|
5434
5631
|
end
|
5435
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
|
+
|
5436
5737
|
# Represents the input of a `ModifyCacheCluster` operation.
|
5437
5738
|
#
|
5438
5739
|
# @note When making an API call, you may pass ModifyCacheClusterMessage
|
@@ -5458,6 +5759,22 @@ module Aws::ElastiCache
|
|
5458
5759
|
# cache_node_type: "String",
|
5459
5760
|
# auth_token: "String",
|
5460
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
|
+
# ],
|
5461
5778
|
# }
|
5462
5779
|
#
|
5463
5780
|
# @!attribute [rw] cache_cluster_id
|
@@ -5478,7 +5795,7 @@ module Aws::ElastiCache
|
|
5478
5795
|
# cache nodes to remove.
|
5479
5796
|
#
|
5480
5797
|
# For clusters running Redis, this value must be 1. For clusters
|
5481
|
-
# running Memcached, this value must be between 1 and
|
5798
|
+
# running Memcached, this value must be between 1 and 40.
|
5482
5799
|
#
|
5483
5800
|
# <note markdown="1"> Adding or removing Memcached cache nodes can be applied immediately
|
5484
5801
|
# or as a pending operation (see `ApplyImmediately`).
|
@@ -5540,6 +5857,10 @@ module Aws::ElastiCache
|
|
5540
5857
|
# @return [String]
|
5541
5858
|
#
|
5542
5859
|
# @!attribute [rw] new_availability_zones
|
5860
|
+
# <note markdown="1"> This option is only supported on Memcached clusters.
|
5861
|
+
#
|
5862
|
+
# </note>
|
5863
|
+
#
|
5543
5864
|
# The list of Availability Zones where the new Memcached cache nodes
|
5544
5865
|
# are created.
|
5545
5866
|
#
|
@@ -5549,8 +5870,6 @@ module Aws::ElastiCache
|
|
5549
5870
|
# number of Availability Zones supplied in this list must match the
|
5550
5871
|
# cache nodes being added in this request.
|
5551
5872
|
#
|
5552
|
-
# This option is only supported on Memcached clusters.
|
5553
|
-
#
|
5554
5873
|
# Scenarios:
|
5555
5874
|
#
|
5556
5875
|
# * **Scenario 1:** You have 3 active nodes and wish to add 2 nodes.
|
@@ -5784,6 +6103,10 @@ module Aws::ElastiCache
|
|
5784
6103
|
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
5785
6104
|
# @return [String]
|
5786
6105
|
#
|
6106
|
+
# @!attribute [rw] log_delivery_configurations
|
6107
|
+
# Specifies the destination, format and type of the logs.
|
6108
|
+
# @return [Array<Types::LogDeliveryConfigurationRequest>]
|
6109
|
+
#
|
5787
6110
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheClusterMessage AWS API Documentation
|
5788
6111
|
#
|
5789
6112
|
class ModifyCacheClusterMessage < Struct.new(
|
@@ -5805,7 +6128,8 @@ module Aws::ElastiCache
|
|
5805
6128
|
:snapshot_window,
|
5806
6129
|
:cache_node_type,
|
5807
6130
|
:auth_token,
|
5808
|
-
:auth_token_update_strategy
|
6131
|
+
:auth_token_update_strategy,
|
6132
|
+
:log_delivery_configurations)
|
5809
6133
|
SENSITIVE = []
|
5810
6134
|
include Aws::Structure
|
5811
6135
|
end
|
@@ -5926,7 +6250,7 @@ module Aws::ElastiCache
|
|
5926
6250
|
# }
|
5927
6251
|
#
|
5928
6252
|
# @!attribute [rw] global_replication_group_id
|
5929
|
-
# The name of the Global
|
6253
|
+
# The name of the Global datastore
|
5930
6254
|
# @return [String]
|
5931
6255
|
#
|
5932
6256
|
# @!attribute [rw] apply_immediately
|
@@ -5937,13 +6261,13 @@ module Aws::ElastiCache
|
|
5937
6261
|
# @return [Boolean]
|
5938
6262
|
#
|
5939
6263
|
# @!attribute [rw] cache_node_type
|
5940
|
-
# A valid cache node type that you want to scale this Global
|
6264
|
+
# A valid cache node type that you want to scale this Global datastore
|
5941
6265
|
# to.
|
5942
6266
|
# @return [String]
|
5943
6267
|
#
|
5944
6268
|
# @!attribute [rw] engine_version
|
5945
6269
|
# The upgraded version of the cache engine to be run on the clusters
|
5946
|
-
# in the Global
|
6270
|
+
# in the Global datastore.
|
5947
6271
|
# @return [String]
|
5948
6272
|
#
|
5949
6273
|
# @!attribute [rw] cache_parameter_group_name
|
@@ -5953,7 +6277,7 @@ module Aws::ElastiCache
|
|
5953
6277
|
# @return [String]
|
5954
6278
|
#
|
5955
6279
|
# @!attribute [rw] global_replication_group_description
|
5956
|
-
# A description of the Global
|
6280
|
+
# A description of the Global datastore
|
5957
6281
|
# @return [String]
|
5958
6282
|
#
|
5959
6283
|
# @!attribute [rw] automatic_failover_enabled
|
@@ -5982,7 +6306,7 @@ module Aws::ElastiCache
|
|
5982
6306
|
# automatically replicates updates to the secondary cluster.
|
5983
6307
|
#
|
5984
6308
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
5985
|
-
# Global
|
6309
|
+
# Global datastore, which is what you use to associate a secondary
|
5986
6310
|
# cluster.
|
5987
6311
|
#
|
5988
6312
|
# ^
|
@@ -6026,6 +6350,22 @@ module Aws::ElastiCache
|
|
6026
6350
|
# user_group_ids_to_add: ["UserGroupId"],
|
6027
6351
|
# user_group_ids_to_remove: ["UserGroupId"],
|
6028
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
|
+
# ],
|
6029
6369
|
# }
|
6030
6370
|
#
|
6031
6371
|
# @!attribute [rw] replication_group_id
|
@@ -6058,13 +6398,9 @@ module Aws::ElastiCache
|
|
6058
6398
|
# @return [Boolean]
|
6059
6399
|
#
|
6060
6400
|
# @!attribute [rw] multi_az_enabled
|
6061
|
-
# A
|
6062
|
-
#
|
6063
|
-
#
|
6064
|
-
#
|
6065
|
-
#
|
6066
|
-
#
|
6067
|
-
# [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.
|
6068
6404
|
# @return [Boolean]
|
6069
6405
|
#
|
6070
6406
|
# @!attribute [rw] node_group_id
|
@@ -6239,18 +6575,22 @@ module Aws::ElastiCache
|
|
6239
6575
|
# @return [String]
|
6240
6576
|
#
|
6241
6577
|
# @!attribute [rw] user_group_ids_to_add
|
6242
|
-
#
|
6578
|
+
# The user group you are associating with the replication group.
|
6243
6579
|
# @return [Array<String>]
|
6244
6580
|
#
|
6245
6581
|
# @!attribute [rw] user_group_ids_to_remove
|
6246
|
-
#
|
6247
|
-
#
|
6582
|
+
# The user group to remove, meaning the users in the group no longer
|
6583
|
+
# can access the replication group.
|
6248
6584
|
# @return [Array<String>]
|
6249
6585
|
#
|
6250
6586
|
# @!attribute [rw] remove_user_groups
|
6251
6587
|
# Removes the user groups that can access this replication group.
|
6252
6588
|
# @return [Boolean]
|
6253
6589
|
#
|
6590
|
+
# @!attribute [rw] log_delivery_configurations
|
6591
|
+
# Specifies the destination, format and type of the logs.
|
6592
|
+
# @return [Array<Types::LogDeliveryConfigurationRequest>]
|
6593
|
+
#
|
6254
6594
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupMessage AWS API Documentation
|
6255
6595
|
#
|
6256
6596
|
class ModifyReplicationGroupMessage < Struct.new(
|
@@ -6277,7 +6617,8 @@ module Aws::ElastiCache
|
|
6277
6617
|
:auth_token_update_strategy,
|
6278
6618
|
:user_group_ids_to_add,
|
6279
6619
|
:user_group_ids_to_remove,
|
6280
|
-
:remove_user_groups
|
6620
|
+
:remove_user_groups,
|
6621
|
+
:log_delivery_configurations)
|
6281
6622
|
SENSITIVE = []
|
6282
6623
|
include Aws::Structure
|
6283
6624
|
end
|
@@ -6891,6 +7232,41 @@ module Aws::ElastiCache
|
|
6891
7232
|
include Aws::Structure
|
6892
7233
|
end
|
6893
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
|
+
|
6894
7270
|
# A group of settings that are applied to the cluster in the future, or
|
6895
7271
|
# that are currently being applied.
|
6896
7272
|
#
|
@@ -6898,7 +7274,7 @@ module Aws::ElastiCache
|
|
6898
7274
|
# The new number of cache nodes for the cluster.
|
6899
7275
|
#
|
6900
7276
|
# For clusters running Redis, this value must be 1. For clusters
|
6901
|
-
# running Memcached, this value must be between 1 and
|
7277
|
+
# running Memcached, this value must be between 1 and 40.
|
6902
7278
|
# @return [Integer]
|
6903
7279
|
#
|
6904
7280
|
# @!attribute [rw] cache_node_ids_to_remove
|
@@ -6920,6 +7296,10 @@ module Aws::ElastiCache
|
|
6920
7296
|
# The auth token status
|
6921
7297
|
# @return [String]
|
6922
7298
|
#
|
7299
|
+
# @!attribute [rw] log_delivery_configurations
|
7300
|
+
# The log delivery configurations being modified
|
7301
|
+
# @return [Array<Types::PendingLogDeliveryConfiguration>]
|
7302
|
+
#
|
6923
7303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PendingModifiedValues AWS API Documentation
|
6924
7304
|
#
|
6925
7305
|
class PendingModifiedValues < Struct.new(
|
@@ -6927,7 +7307,8 @@ module Aws::ElastiCache
|
|
6927
7307
|
:cache_node_ids_to_remove,
|
6928
7308
|
:engine_version,
|
6929
7309
|
:cache_node_type,
|
6930
|
-
:auth_token_status
|
7310
|
+
:auth_token_status,
|
7311
|
+
:log_delivery_configurations)
|
6931
7312
|
SENSITIVE = []
|
6932
7313
|
include Aws::Structure
|
6933
7314
|
end
|
@@ -6972,6 +7353,12 @@ module Aws::ElastiCache
|
|
6972
7353
|
# reserved_cache_nodes_offering_id: "String", # required
|
6973
7354
|
# reserved_cache_node_id: "String",
|
6974
7355
|
# cache_node_count: 1,
|
7356
|
+
# tags: [
|
7357
|
+
# {
|
7358
|
+
# key: "String",
|
7359
|
+
# value: "String",
|
7360
|
+
# },
|
7361
|
+
# ],
|
6975
7362
|
# }
|
6976
7363
|
#
|
6977
7364
|
# @!attribute [rw] reserved_cache_nodes_offering_id
|
@@ -6999,12 +7386,19 @@ module Aws::ElastiCache
|
|
6999
7386
|
# Default: `1`
|
7000
7387
|
# @return [Integer]
|
7001
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
|
+
#
|
7002
7395
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PurchaseReservedCacheNodesOfferingMessage AWS API Documentation
|
7003
7396
|
#
|
7004
7397
|
class PurchaseReservedCacheNodesOfferingMessage < Struct.new(
|
7005
7398
|
:reserved_cache_nodes_offering_id,
|
7006
7399
|
:reserved_cache_node_id,
|
7007
|
-
:cache_node_count
|
7400
|
+
:cache_node_count,
|
7401
|
+
:tags)
|
7008
7402
|
SENSITIVE = []
|
7009
7403
|
include Aws::Structure
|
7010
7404
|
end
|
@@ -7031,7 +7425,7 @@ module Aws::ElastiCache
|
|
7031
7425
|
# }
|
7032
7426
|
#
|
7033
7427
|
# @!attribute [rw] global_replication_group_id
|
7034
|
-
# The name of the Global
|
7428
|
+
# The name of the Global datastore
|
7035
7429
|
# @return [String]
|
7036
7430
|
#
|
7037
7431
|
# @!attribute [rw] apply_immediately
|
@@ -7054,7 +7448,7 @@ module Aws::ElastiCache
|
|
7054
7448
|
# automatically replicates updates to the secondary cluster.
|
7055
7449
|
#
|
7056
7450
|
# * The **GlobalReplicationGroupIdSuffix** represents the name of the
|
7057
|
-
# Global
|
7451
|
+
# Global datastore, which is what you use to associate a secondary
|
7058
7452
|
# cluster.
|
7059
7453
|
#
|
7060
7454
|
# ^
|
@@ -7218,8 +7612,8 @@ module Aws::ElastiCache
|
|
7218
7612
|
# @return [String]
|
7219
7613
|
#
|
7220
7614
|
# @!attribute [rw] global_replication_group_info
|
7221
|
-
# The name of the Global
|
7222
|
-
# in the Global
|
7615
|
+
# The name of the Global datastore and role of this replication group
|
7616
|
+
# in the Global datastore.
|
7223
7617
|
# @return [Types::GlobalReplicationGroupInfo]
|
7224
7618
|
#
|
7225
7619
|
# @!attribute [rw] status
|
@@ -7363,6 +7757,10 @@ module Aws::ElastiCache
|
|
7363
7757
|
# group.
|
7364
7758
|
# @return [Array<String>]
|
7365
7759
|
#
|
7760
|
+
# @!attribute [rw] log_delivery_configurations
|
7761
|
+
# Returns the destination, format and type of the logs.
|
7762
|
+
# @return [Array<Types::LogDeliveryConfiguration>]
|
7763
|
+
#
|
7366
7764
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroup AWS API Documentation
|
7367
7765
|
#
|
7368
7766
|
class ReplicationGroup < Struct.new(
|
@@ -7388,7 +7786,8 @@ module Aws::ElastiCache
|
|
7388
7786
|
:member_clusters_outpost_arns,
|
7389
7787
|
:kms_key_id,
|
7390
7788
|
:arn,
|
7391
|
-
:user_group_ids
|
7789
|
+
:user_group_ids,
|
7790
|
+
:log_delivery_configurations)
|
7392
7791
|
SENSITIVE = []
|
7393
7792
|
include Aws::Structure
|
7394
7793
|
end
|
@@ -7463,6 +7862,10 @@ module Aws::ElastiCache
|
|
7463
7862
|
# The user groups being modified.
|
7464
7863
|
# @return [Types::UserGroupsUpdateStatus]
|
7465
7864
|
#
|
7865
|
+
# @!attribute [rw] log_delivery_configurations
|
7866
|
+
# The log delivery configurations being modified
|
7867
|
+
# @return [Array<Types::PendingLogDeliveryConfiguration>]
|
7868
|
+
#
|
7466
7869
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroupPendingModifiedValues AWS API Documentation
|
7467
7870
|
#
|
7468
7871
|
class ReplicationGroupPendingModifiedValues < Struct.new(
|
@@ -7470,7 +7873,8 @@ module Aws::ElastiCache
|
|
7470
7873
|
:automatic_failover_status,
|
7471
7874
|
:resharding,
|
7472
7875
|
:auth_token_status,
|
7473
|
-
:user_groups
|
7876
|
+
:user_groups,
|
7877
|
+
:log_delivery_configurations)
|
7474
7878
|
SENSITIVE = []
|
7475
7879
|
include Aws::Structure
|
7476
7880
|
end
|
@@ -8299,7 +8703,7 @@ module Aws::ElastiCache
|
|
8299
8703
|
# The number of cache nodes in the source cluster.
|
8300
8704
|
#
|
8301
8705
|
# For clusters running Redis, this value must be 1. For clusters
|
8302
|
-
# running Memcached, this value must be between 1 and
|
8706
|
+
# running Memcached, this value must be between 1 and 40.
|
8303
8707
|
# @return [Integer]
|
8304
8708
|
#
|
8305
8709
|
# @!attribute [rw] preferred_availability_zone
|
@@ -8576,9 +8980,12 @@ module Aws::ElastiCache
|
|
8576
8980
|
include Aws::Structure
|
8577
8981
|
end
|
8578
8982
|
|
8579
|
-
# A
|
8580
|
-
#
|
8581
|
-
#
|
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.
|
8582
8989
|
#
|
8583
8990
|
# @note When making an API call, you may pass Tag
|
8584
8991
|
# data as a hash:
|
@@ -8609,7 +9016,7 @@ module Aws::ElastiCache
|
|
8609
9016
|
# `ListTagsForResource`, and `RemoveTagsFromResource` operations.
|
8610
9017
|
#
|
8611
9018
|
# @!attribute [rw] tag_list
|
8612
|
-
# A list of
|
9019
|
+
# A list of tags as key-value pairs.
|
8613
9020
|
# @return [Array<Types::Tag>]
|
8614
9021
|
#
|
8615
9022
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TagListMessage AWS API Documentation
|