aws-sdk-elasticache 1.94.0 → 1.96.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,1952 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::ElastiCache
9
+ module Types
10
+
11
+ class APICallRateForCustomerExceededFault < Aws::EmptyStructure
12
+ end
13
+
14
+ class AddTagsToResourceMessage
15
+ attr_accessor resource_name: ::String
16
+ attr_accessor tags: ::Array[Types::Tag]
17
+ SENSITIVE: []
18
+ end
19
+
20
+ class AllowedNodeTypeModificationsMessage
21
+ attr_accessor scale_up_modifications: ::Array[::String]
22
+ attr_accessor scale_down_modifications: ::Array[::String]
23
+ SENSITIVE: []
24
+ end
25
+
26
+ class Authentication
27
+ attr_accessor type: ("password" | "no-password" | "iam")
28
+ attr_accessor password_count: ::Integer
29
+ SENSITIVE: []
30
+ end
31
+
32
+ class AuthenticationMode
33
+ attr_accessor type: ("password" | "no-password-required" | "iam")
34
+ attr_accessor passwords: ::Array[::String]
35
+ SENSITIVE: []
36
+ end
37
+
38
+ class AuthorizationAlreadyExistsFault < Aws::EmptyStructure
39
+ end
40
+
41
+ class AuthorizationNotFoundFault < Aws::EmptyStructure
42
+ end
43
+
44
+ class AuthorizeCacheSecurityGroupIngressMessage
45
+ attr_accessor cache_security_group_name: ::String
46
+ attr_accessor ec2_security_group_name: ::String
47
+ attr_accessor ec2_security_group_owner_id: ::String
48
+ SENSITIVE: []
49
+ end
50
+
51
+ class AuthorizeCacheSecurityGroupIngressResult
52
+ attr_accessor cache_security_group: Types::CacheSecurityGroup
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class AvailabilityZone
57
+ attr_accessor name: ::String
58
+ SENSITIVE: []
59
+ end
60
+
61
+ class BatchApplyUpdateActionMessage
62
+ attr_accessor replication_group_ids: ::Array[::String]
63
+ attr_accessor cache_cluster_ids: ::Array[::String]
64
+ attr_accessor service_update_name: ::String
65
+ SENSITIVE: []
66
+ end
67
+
68
+ class BatchStopUpdateActionMessage
69
+ attr_accessor replication_group_ids: ::Array[::String]
70
+ attr_accessor cache_cluster_ids: ::Array[::String]
71
+ attr_accessor service_update_name: ::String
72
+ SENSITIVE: []
73
+ end
74
+
75
+ class CacheCluster
76
+ attr_accessor cache_cluster_id: ::String
77
+ attr_accessor configuration_endpoint: Types::Endpoint
78
+ attr_accessor client_download_landing_page: ::String
79
+ attr_accessor cache_node_type: ::String
80
+ attr_accessor engine: ::String
81
+ attr_accessor engine_version: ::String
82
+ attr_accessor cache_cluster_status: ::String
83
+ attr_accessor num_cache_nodes: ::Integer
84
+ attr_accessor preferred_availability_zone: ::String
85
+ attr_accessor preferred_outpost_arn: ::String
86
+ attr_accessor cache_cluster_create_time: ::Time
87
+ attr_accessor preferred_maintenance_window: ::String
88
+ attr_accessor pending_modified_values: Types::PendingModifiedValues
89
+ attr_accessor notification_configuration: Types::NotificationConfiguration
90
+ attr_accessor cache_security_groups: ::Array[Types::CacheSecurityGroupMembership]
91
+ attr_accessor cache_parameter_group: Types::CacheParameterGroupStatus
92
+ attr_accessor cache_subnet_group_name: ::String
93
+ attr_accessor cache_nodes: ::Array[Types::CacheNode]
94
+ attr_accessor auto_minor_version_upgrade: bool
95
+ attr_accessor security_groups: ::Array[Types::SecurityGroupMembership]
96
+ attr_accessor replication_group_id: ::String
97
+ attr_accessor snapshot_retention_limit: ::Integer
98
+ attr_accessor snapshot_window: ::String
99
+ attr_accessor auth_token_enabled: bool
100
+ attr_accessor auth_token_last_modified_date: ::Time
101
+ attr_accessor transit_encryption_enabled: bool
102
+ attr_accessor at_rest_encryption_enabled: bool
103
+ attr_accessor arn: ::String
104
+ attr_accessor replication_group_log_delivery_enabled: bool
105
+ attr_accessor log_delivery_configurations: ::Array[Types::LogDeliveryConfiguration]
106
+ attr_accessor network_type: ("ipv4" | "ipv6" | "dual_stack")
107
+ attr_accessor ip_discovery: ("ipv4" | "ipv6")
108
+ attr_accessor transit_encryption_mode: ("preferred" | "required")
109
+ SENSITIVE: []
110
+ end
111
+
112
+ class CacheClusterAlreadyExistsFault < Aws::EmptyStructure
113
+ end
114
+
115
+ class CacheClusterMessage
116
+ attr_accessor marker: ::String
117
+ attr_accessor cache_clusters: ::Array[Types::CacheCluster]
118
+ SENSITIVE: []
119
+ end
120
+
121
+ class CacheClusterNotFoundFault < Aws::EmptyStructure
122
+ end
123
+
124
+ class CacheEngineVersion
125
+ attr_accessor engine: ::String
126
+ attr_accessor engine_version: ::String
127
+ attr_accessor cache_parameter_group_family: ::String
128
+ attr_accessor cache_engine_description: ::String
129
+ attr_accessor cache_engine_version_description: ::String
130
+ SENSITIVE: []
131
+ end
132
+
133
+ class CacheEngineVersionMessage
134
+ attr_accessor marker: ::String
135
+ attr_accessor cache_engine_versions: ::Array[Types::CacheEngineVersion]
136
+ SENSITIVE: []
137
+ end
138
+
139
+ class CacheNode
140
+ attr_accessor cache_node_id: ::String
141
+ attr_accessor cache_node_status: ::String
142
+ attr_accessor cache_node_create_time: ::Time
143
+ attr_accessor endpoint: Types::Endpoint
144
+ attr_accessor parameter_group_status: ::String
145
+ attr_accessor source_cache_node_id: ::String
146
+ attr_accessor customer_availability_zone: ::String
147
+ attr_accessor customer_outpost_arn: ::String
148
+ SENSITIVE: []
149
+ end
150
+
151
+ class CacheNodeTypeSpecificParameter
152
+ attr_accessor parameter_name: ::String
153
+ attr_accessor description: ::String
154
+ attr_accessor source: ::String
155
+ attr_accessor data_type: ::String
156
+ attr_accessor allowed_values: ::String
157
+ attr_accessor is_modifiable: bool
158
+ attr_accessor minimum_engine_version: ::String
159
+ attr_accessor cache_node_type_specific_values: ::Array[Types::CacheNodeTypeSpecificValue]
160
+ attr_accessor change_type: ("immediate" | "requires-reboot")
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class CacheNodeTypeSpecificValue
165
+ attr_accessor cache_node_type: ::String
166
+ attr_accessor value: ::String
167
+ SENSITIVE: []
168
+ end
169
+
170
+ class CacheNodeUpdateStatus
171
+ attr_accessor cache_node_id: ::String
172
+ attr_accessor node_update_status: ("not-applied" | "waiting-to-start" | "in-progress" | "stopping" | "stopped" | "complete")
173
+ attr_accessor node_deletion_date: ::Time
174
+ attr_accessor node_update_start_date: ::Time
175
+ attr_accessor node_update_end_date: ::Time
176
+ attr_accessor node_update_initiated_by: ("system" | "customer")
177
+ attr_accessor node_update_initiated_date: ::Time
178
+ attr_accessor node_update_status_modified_date: ::Time
179
+ SENSITIVE: []
180
+ end
181
+
182
+ class CacheParameterGroup
183
+ attr_accessor cache_parameter_group_name: ::String
184
+ attr_accessor cache_parameter_group_family: ::String
185
+ attr_accessor description: ::String
186
+ attr_accessor is_global: bool
187
+ attr_accessor arn: ::String
188
+ SENSITIVE: []
189
+ end
190
+
191
+ class CacheParameterGroupAlreadyExistsFault < Aws::EmptyStructure
192
+ end
193
+
194
+ class CacheParameterGroupDetails
195
+ attr_accessor marker: ::String
196
+ attr_accessor parameters: ::Array[Types::Parameter]
197
+ attr_accessor cache_node_type_specific_parameters: ::Array[Types::CacheNodeTypeSpecificParameter]
198
+ SENSITIVE: []
199
+ end
200
+
201
+ class CacheParameterGroupNameMessage
202
+ attr_accessor cache_parameter_group_name: ::String
203
+ SENSITIVE: []
204
+ end
205
+
206
+ class CacheParameterGroupNotFoundFault < Aws::EmptyStructure
207
+ end
208
+
209
+ class CacheParameterGroupQuotaExceededFault < Aws::EmptyStructure
210
+ end
211
+
212
+ class CacheParameterGroupStatus
213
+ attr_accessor cache_parameter_group_name: ::String
214
+ attr_accessor parameter_apply_status: ::String
215
+ attr_accessor cache_node_ids_to_reboot: ::Array[::String]
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class CacheParameterGroupsMessage
220
+ attr_accessor marker: ::String
221
+ attr_accessor cache_parameter_groups: ::Array[Types::CacheParameterGroup]
222
+ SENSITIVE: []
223
+ end
224
+
225
+ class CacheSecurityGroup
226
+ attr_accessor owner_id: ::String
227
+ attr_accessor cache_security_group_name: ::String
228
+ attr_accessor description: ::String
229
+ attr_accessor ec2_security_groups: ::Array[Types::EC2SecurityGroup]
230
+ attr_accessor arn: ::String
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class CacheSecurityGroupAlreadyExistsFault < Aws::EmptyStructure
235
+ end
236
+
237
+ class CacheSecurityGroupMembership
238
+ attr_accessor cache_security_group_name: ::String
239
+ attr_accessor status: ::String
240
+ SENSITIVE: []
241
+ end
242
+
243
+ class CacheSecurityGroupMessage
244
+ attr_accessor marker: ::String
245
+ attr_accessor cache_security_groups: ::Array[Types::CacheSecurityGroup]
246
+ SENSITIVE: []
247
+ end
248
+
249
+ class CacheSecurityGroupNotFoundFault < Aws::EmptyStructure
250
+ end
251
+
252
+ class CacheSecurityGroupQuotaExceededFault < Aws::EmptyStructure
253
+ end
254
+
255
+ class CacheSubnetGroup
256
+ attr_accessor cache_subnet_group_name: ::String
257
+ attr_accessor cache_subnet_group_description: ::String
258
+ attr_accessor vpc_id: ::String
259
+ attr_accessor subnets: ::Array[Types::Subnet]
260
+ attr_accessor arn: ::String
261
+ attr_accessor supported_network_types: ::Array[("ipv4" | "ipv6" | "dual_stack")]
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class CacheSubnetGroupAlreadyExistsFault < Aws::EmptyStructure
266
+ end
267
+
268
+ class CacheSubnetGroupInUse < Aws::EmptyStructure
269
+ end
270
+
271
+ class CacheSubnetGroupMessage
272
+ attr_accessor marker: ::String
273
+ attr_accessor cache_subnet_groups: ::Array[Types::CacheSubnetGroup]
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class CacheSubnetGroupNotFoundFault < Aws::EmptyStructure
278
+ end
279
+
280
+ class CacheSubnetGroupQuotaExceededFault < Aws::EmptyStructure
281
+ end
282
+
283
+ class CacheSubnetQuotaExceededFault < Aws::EmptyStructure
284
+ end
285
+
286
+ class CacheUsageLimits
287
+ attr_accessor data_storage: Types::DataStorage
288
+ attr_accessor ecpu_per_second: Types::ECPUPerSecond
289
+ SENSITIVE: []
290
+ end
291
+
292
+ class CloudWatchLogsDestinationDetails
293
+ attr_accessor log_group: ::String
294
+ SENSITIVE: []
295
+ end
296
+
297
+ class ClusterQuotaForCustomerExceededFault < Aws::EmptyStructure
298
+ end
299
+
300
+ class CompleteMigrationMessage
301
+ attr_accessor replication_group_id: ::String
302
+ attr_accessor force: bool
303
+ SENSITIVE: []
304
+ end
305
+
306
+ class CompleteMigrationResponse
307
+ attr_accessor replication_group: Types::ReplicationGroup
308
+ SENSITIVE: []
309
+ end
310
+
311
+ class ConfigureShard
312
+ attr_accessor node_group_id: ::String
313
+ attr_accessor new_replica_count: ::Integer
314
+ attr_accessor preferred_availability_zones: ::Array[::String]
315
+ attr_accessor preferred_outpost_arns: ::Array[::String]
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class CopyServerlessCacheSnapshotRequest
320
+ attr_accessor source_serverless_cache_snapshot_name: ::String
321
+ attr_accessor target_serverless_cache_snapshot_name: ::String
322
+ attr_accessor kms_key_id: ::String
323
+ attr_accessor tags: ::Array[Types::Tag]
324
+ SENSITIVE: []
325
+ end
326
+
327
+ class CopyServerlessCacheSnapshotResponse
328
+ attr_accessor serverless_cache_snapshot: Types::ServerlessCacheSnapshot
329
+ SENSITIVE: []
330
+ end
331
+
332
+ class CopySnapshotMessage
333
+ attr_accessor source_snapshot_name: ::String
334
+ attr_accessor target_snapshot_name: ::String
335
+ attr_accessor target_bucket: ::String
336
+ attr_accessor kms_key_id: ::String
337
+ attr_accessor tags: ::Array[Types::Tag]
338
+ SENSITIVE: []
339
+ end
340
+
341
+ class CopySnapshotResult
342
+ attr_accessor snapshot: Types::Snapshot
343
+ SENSITIVE: []
344
+ end
345
+
346
+ class CreateCacheClusterMessage
347
+ attr_accessor cache_cluster_id: ::String
348
+ attr_accessor replication_group_id: ::String
349
+ attr_accessor az_mode: ("single-az" | "cross-az")
350
+ attr_accessor preferred_availability_zone: ::String
351
+ attr_accessor preferred_availability_zones: ::Array[::String]
352
+ attr_accessor num_cache_nodes: ::Integer
353
+ attr_accessor cache_node_type: ::String
354
+ attr_accessor engine: ::String
355
+ attr_accessor engine_version: ::String
356
+ attr_accessor cache_parameter_group_name: ::String
357
+ attr_accessor cache_subnet_group_name: ::String
358
+ attr_accessor cache_security_group_names: ::Array[::String]
359
+ attr_accessor security_group_ids: ::Array[::String]
360
+ attr_accessor tags: ::Array[Types::Tag]
361
+ attr_accessor snapshot_arns: ::Array[::String]
362
+ attr_accessor snapshot_name: ::String
363
+ attr_accessor preferred_maintenance_window: ::String
364
+ attr_accessor port: ::Integer
365
+ attr_accessor notification_topic_arn: ::String
366
+ attr_accessor auto_minor_version_upgrade: bool
367
+ attr_accessor snapshot_retention_limit: ::Integer
368
+ attr_accessor snapshot_window: ::String
369
+ attr_accessor auth_token: ::String
370
+ attr_accessor outpost_mode: ("single-outpost" | "cross-outpost")
371
+ attr_accessor preferred_outpost_arn: ::String
372
+ attr_accessor preferred_outpost_arns: ::Array[::String]
373
+ attr_accessor log_delivery_configurations: ::Array[Types::LogDeliveryConfigurationRequest]
374
+ attr_accessor transit_encryption_enabled: bool
375
+ attr_accessor network_type: ("ipv4" | "ipv6" | "dual_stack")
376
+ attr_accessor ip_discovery: ("ipv4" | "ipv6")
377
+ SENSITIVE: []
378
+ end
379
+
380
+ class CreateCacheClusterResult
381
+ attr_accessor cache_cluster: Types::CacheCluster
382
+ SENSITIVE: []
383
+ end
384
+
385
+ class CreateCacheParameterGroupMessage
386
+ attr_accessor cache_parameter_group_name: ::String
387
+ attr_accessor cache_parameter_group_family: ::String
388
+ attr_accessor description: ::String
389
+ attr_accessor tags: ::Array[Types::Tag]
390
+ SENSITIVE: []
391
+ end
392
+
393
+ class CreateCacheParameterGroupResult
394
+ attr_accessor cache_parameter_group: Types::CacheParameterGroup
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class CreateCacheSecurityGroupMessage
399
+ attr_accessor cache_security_group_name: ::String
400
+ attr_accessor description: ::String
401
+ attr_accessor tags: ::Array[Types::Tag]
402
+ SENSITIVE: []
403
+ end
404
+
405
+ class CreateCacheSecurityGroupResult
406
+ attr_accessor cache_security_group: Types::CacheSecurityGroup
407
+ SENSITIVE: []
408
+ end
409
+
410
+ class CreateCacheSubnetGroupMessage
411
+ attr_accessor cache_subnet_group_name: ::String
412
+ attr_accessor cache_subnet_group_description: ::String
413
+ attr_accessor subnet_ids: ::Array[::String]
414
+ attr_accessor tags: ::Array[Types::Tag]
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class CreateCacheSubnetGroupResult
419
+ attr_accessor cache_subnet_group: Types::CacheSubnetGroup
420
+ SENSITIVE: []
421
+ end
422
+
423
+ class CreateGlobalReplicationGroupMessage
424
+ attr_accessor global_replication_group_id_suffix: ::String
425
+ attr_accessor global_replication_group_description: ::String
426
+ attr_accessor primary_replication_group_id: ::String
427
+ SENSITIVE: []
428
+ end
429
+
430
+ class CreateGlobalReplicationGroupResult
431
+ attr_accessor global_replication_group: Types::GlobalReplicationGroup
432
+ SENSITIVE: []
433
+ end
434
+
435
+ class CreateReplicationGroupMessage
436
+ attr_accessor replication_group_id: ::String
437
+ attr_accessor replication_group_description: ::String
438
+ attr_accessor global_replication_group_id: ::String
439
+ attr_accessor primary_cluster_id: ::String
440
+ attr_accessor automatic_failover_enabled: bool
441
+ attr_accessor multi_az_enabled: bool
442
+ attr_accessor num_cache_clusters: ::Integer
443
+ attr_accessor preferred_cache_cluster_a_zs: ::Array[::String]
444
+ attr_accessor num_node_groups: ::Integer
445
+ attr_accessor replicas_per_node_group: ::Integer
446
+ attr_accessor node_group_configuration: ::Array[Types::NodeGroupConfiguration]
447
+ attr_accessor cache_node_type: ::String
448
+ attr_accessor engine: ::String
449
+ attr_accessor engine_version: ::String
450
+ attr_accessor cache_parameter_group_name: ::String
451
+ attr_accessor cache_subnet_group_name: ::String
452
+ attr_accessor cache_security_group_names: ::Array[::String]
453
+ attr_accessor security_group_ids: ::Array[::String]
454
+ attr_accessor tags: ::Array[Types::Tag]
455
+ attr_accessor snapshot_arns: ::Array[::String]
456
+ attr_accessor snapshot_name: ::String
457
+ attr_accessor preferred_maintenance_window: ::String
458
+ attr_accessor port: ::Integer
459
+ attr_accessor notification_topic_arn: ::String
460
+ attr_accessor auto_minor_version_upgrade: bool
461
+ attr_accessor snapshot_retention_limit: ::Integer
462
+ attr_accessor snapshot_window: ::String
463
+ attr_accessor auth_token: ::String
464
+ attr_accessor transit_encryption_enabled: bool
465
+ attr_accessor at_rest_encryption_enabled: bool
466
+ attr_accessor kms_key_id: ::String
467
+ attr_accessor user_group_ids: ::Array[::String]
468
+ attr_accessor log_delivery_configurations: ::Array[Types::LogDeliveryConfigurationRequest]
469
+ attr_accessor data_tiering_enabled: bool
470
+ attr_accessor network_type: ("ipv4" | "ipv6" | "dual_stack")
471
+ attr_accessor ip_discovery: ("ipv4" | "ipv6")
472
+ attr_accessor transit_encryption_mode: ("preferred" | "required")
473
+ attr_accessor cluster_mode: ("enabled" | "disabled" | "compatible")
474
+ attr_accessor serverless_cache_snapshot_name: ::String
475
+ SENSITIVE: []
476
+ end
477
+
478
+ class CreateReplicationGroupResult
479
+ attr_accessor replication_group: Types::ReplicationGroup
480
+ SENSITIVE: []
481
+ end
482
+
483
+ class CreateServerlessCacheRequest
484
+ attr_accessor serverless_cache_name: ::String
485
+ attr_accessor description: ::String
486
+ attr_accessor engine: ::String
487
+ attr_accessor major_engine_version: ::String
488
+ attr_accessor cache_usage_limits: Types::CacheUsageLimits
489
+ attr_accessor kms_key_id: ::String
490
+ attr_accessor security_group_ids: ::Array[::String]
491
+ attr_accessor snapshot_arns_to_restore: ::Array[::String]
492
+ attr_accessor tags: ::Array[Types::Tag]
493
+ attr_accessor user_group_id: ::String
494
+ attr_accessor subnet_ids: ::Array[::String]
495
+ attr_accessor snapshot_retention_limit: ::Integer
496
+ attr_accessor daily_snapshot_time: ::String
497
+ SENSITIVE: []
498
+ end
499
+
500
+ class CreateServerlessCacheResponse
501
+ attr_accessor serverless_cache: Types::ServerlessCache
502
+ SENSITIVE: []
503
+ end
504
+
505
+ class CreateServerlessCacheSnapshotRequest
506
+ attr_accessor serverless_cache_snapshot_name: ::String
507
+ attr_accessor serverless_cache_name: ::String
508
+ attr_accessor kms_key_id: ::String
509
+ attr_accessor tags: ::Array[Types::Tag]
510
+ SENSITIVE: []
511
+ end
512
+
513
+ class CreateServerlessCacheSnapshotResponse
514
+ attr_accessor serverless_cache_snapshot: Types::ServerlessCacheSnapshot
515
+ SENSITIVE: []
516
+ end
517
+
518
+ class CreateSnapshotMessage
519
+ attr_accessor replication_group_id: ::String
520
+ attr_accessor cache_cluster_id: ::String
521
+ attr_accessor snapshot_name: ::String
522
+ attr_accessor kms_key_id: ::String
523
+ attr_accessor tags: ::Array[Types::Tag]
524
+ SENSITIVE: []
525
+ end
526
+
527
+ class CreateSnapshotResult
528
+ attr_accessor snapshot: Types::Snapshot
529
+ SENSITIVE: []
530
+ end
531
+
532
+ class CreateUserGroupMessage
533
+ attr_accessor user_group_id: ::String
534
+ attr_accessor engine: ::String
535
+ attr_accessor user_ids: ::Array[::String]
536
+ attr_accessor tags: ::Array[Types::Tag]
537
+ SENSITIVE: []
538
+ end
539
+
540
+ class CreateUserMessage
541
+ attr_accessor user_id: ::String
542
+ attr_accessor user_name: ::String
543
+ attr_accessor engine: ::String
544
+ attr_accessor passwords: ::Array[::String]
545
+ attr_accessor access_string: ::String
546
+ attr_accessor no_password_required: bool
547
+ attr_accessor tags: ::Array[Types::Tag]
548
+ attr_accessor authentication_mode: Types::AuthenticationMode
549
+ SENSITIVE: []
550
+ end
551
+
552
+ class CustomerNodeEndpoint
553
+ attr_accessor address: ::String
554
+ attr_accessor port: ::Integer
555
+ SENSITIVE: []
556
+ end
557
+
558
+ class DataStorage
559
+ attr_accessor maximum: ::Integer
560
+ attr_accessor unit: ("GB")
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class DecreaseNodeGroupsInGlobalReplicationGroupMessage
565
+ attr_accessor global_replication_group_id: ::String
566
+ attr_accessor node_group_count: ::Integer
567
+ attr_accessor global_node_groups_to_remove: ::Array[::String]
568
+ attr_accessor global_node_groups_to_retain: ::Array[::String]
569
+ attr_accessor apply_immediately: bool
570
+ SENSITIVE: []
571
+ end
572
+
573
+ class DecreaseNodeGroupsInGlobalReplicationGroupResult
574
+ attr_accessor global_replication_group: Types::GlobalReplicationGroup
575
+ SENSITIVE: []
576
+ end
577
+
578
+ class DecreaseReplicaCountMessage
579
+ attr_accessor replication_group_id: ::String
580
+ attr_accessor new_replica_count: ::Integer
581
+ attr_accessor replica_configuration: ::Array[Types::ConfigureShard]
582
+ attr_accessor replicas_to_remove: ::Array[::String]
583
+ attr_accessor apply_immediately: bool
584
+ SENSITIVE: []
585
+ end
586
+
587
+ class DecreaseReplicaCountResult
588
+ attr_accessor replication_group: Types::ReplicationGroup
589
+ SENSITIVE: []
590
+ end
591
+
592
+ class DefaultUserAssociatedToUserGroupFault < Aws::EmptyStructure
593
+ end
594
+
595
+ class DefaultUserRequired < Aws::EmptyStructure
596
+ end
597
+
598
+ class DeleteCacheClusterMessage
599
+ attr_accessor cache_cluster_id: ::String
600
+ attr_accessor final_snapshot_identifier: ::String
601
+ SENSITIVE: []
602
+ end
603
+
604
+ class DeleteCacheClusterResult
605
+ attr_accessor cache_cluster: Types::CacheCluster
606
+ SENSITIVE: []
607
+ end
608
+
609
+ class DeleteCacheParameterGroupMessage
610
+ attr_accessor cache_parameter_group_name: ::String
611
+ SENSITIVE: []
612
+ end
613
+
614
+ class DeleteCacheSecurityGroupMessage
615
+ attr_accessor cache_security_group_name: ::String
616
+ SENSITIVE: []
617
+ end
618
+
619
+ class DeleteCacheSubnetGroupMessage
620
+ attr_accessor cache_subnet_group_name: ::String
621
+ SENSITIVE: []
622
+ end
623
+
624
+ class DeleteGlobalReplicationGroupMessage
625
+ attr_accessor global_replication_group_id: ::String
626
+ attr_accessor retain_primary_replication_group: bool
627
+ SENSITIVE: []
628
+ end
629
+
630
+ class DeleteGlobalReplicationGroupResult
631
+ attr_accessor global_replication_group: Types::GlobalReplicationGroup
632
+ SENSITIVE: []
633
+ end
634
+
635
+ class DeleteReplicationGroupMessage
636
+ attr_accessor replication_group_id: ::String
637
+ attr_accessor retain_primary_cluster: bool
638
+ attr_accessor final_snapshot_identifier: ::String
639
+ SENSITIVE: []
640
+ end
641
+
642
+ class DeleteReplicationGroupResult
643
+ attr_accessor replication_group: Types::ReplicationGroup
644
+ SENSITIVE: []
645
+ end
646
+
647
+ class DeleteServerlessCacheRequest
648
+ attr_accessor serverless_cache_name: ::String
649
+ attr_accessor final_snapshot_name: ::String
650
+ SENSITIVE: []
651
+ end
652
+
653
+ class DeleteServerlessCacheResponse
654
+ attr_accessor serverless_cache: Types::ServerlessCache
655
+ SENSITIVE: []
656
+ end
657
+
658
+ class DeleteServerlessCacheSnapshotRequest
659
+ attr_accessor serverless_cache_snapshot_name: ::String
660
+ SENSITIVE: []
661
+ end
662
+
663
+ class DeleteServerlessCacheSnapshotResponse
664
+ attr_accessor serverless_cache_snapshot: Types::ServerlessCacheSnapshot
665
+ SENSITIVE: []
666
+ end
667
+
668
+ class DeleteSnapshotMessage
669
+ attr_accessor snapshot_name: ::String
670
+ SENSITIVE: []
671
+ end
672
+
673
+ class DeleteSnapshotResult
674
+ attr_accessor snapshot: Types::Snapshot
675
+ SENSITIVE: []
676
+ end
677
+
678
+ class DeleteUserGroupMessage
679
+ attr_accessor user_group_id: ::String
680
+ SENSITIVE: []
681
+ end
682
+
683
+ class DeleteUserMessage
684
+ attr_accessor user_id: ::String
685
+ SENSITIVE: []
686
+ end
687
+
688
+ class DescribeCacheClustersMessage
689
+ attr_accessor cache_cluster_id: ::String
690
+ attr_accessor max_records: ::Integer
691
+ attr_accessor marker: ::String
692
+ attr_accessor show_cache_node_info: bool
693
+ attr_accessor show_cache_clusters_not_in_replication_groups: bool
694
+ SENSITIVE: []
695
+ end
696
+
697
+ class DescribeCacheEngineVersionsMessage
698
+ attr_accessor engine: ::String
699
+ attr_accessor engine_version: ::String
700
+ attr_accessor cache_parameter_group_family: ::String
701
+ attr_accessor max_records: ::Integer
702
+ attr_accessor marker: ::String
703
+ attr_accessor default_only: bool
704
+ SENSITIVE: []
705
+ end
706
+
707
+ class DescribeCacheParameterGroupsMessage
708
+ attr_accessor cache_parameter_group_name: ::String
709
+ attr_accessor max_records: ::Integer
710
+ attr_accessor marker: ::String
711
+ SENSITIVE: []
712
+ end
713
+
714
+ class DescribeCacheParametersMessage
715
+ attr_accessor cache_parameter_group_name: ::String
716
+ attr_accessor source: ::String
717
+ attr_accessor max_records: ::Integer
718
+ attr_accessor marker: ::String
719
+ SENSITIVE: []
720
+ end
721
+
722
+ class DescribeCacheSecurityGroupsMessage
723
+ attr_accessor cache_security_group_name: ::String
724
+ attr_accessor max_records: ::Integer
725
+ attr_accessor marker: ::String
726
+ SENSITIVE: []
727
+ end
728
+
729
+ class DescribeCacheSubnetGroupsMessage
730
+ attr_accessor cache_subnet_group_name: ::String
731
+ attr_accessor max_records: ::Integer
732
+ attr_accessor marker: ::String
733
+ SENSITIVE: []
734
+ end
735
+
736
+ class DescribeEngineDefaultParametersMessage
737
+ attr_accessor cache_parameter_group_family: ::String
738
+ attr_accessor max_records: ::Integer
739
+ attr_accessor marker: ::String
740
+ SENSITIVE: []
741
+ end
742
+
743
+ class DescribeEngineDefaultParametersResult
744
+ attr_accessor engine_defaults: Types::EngineDefaults
745
+ SENSITIVE: []
746
+ end
747
+
748
+ class DescribeEventsMessage
749
+ attr_accessor source_identifier: ::String
750
+ attr_accessor source_type: ("cache-cluster" | "cache-parameter-group" | "cache-security-group" | "cache-subnet-group" | "replication-group" | "serverless-cache" | "serverless-cache-snapshot" | "user" | "user-group")
751
+ attr_accessor start_time: ::Time
752
+ attr_accessor end_time: ::Time
753
+ attr_accessor duration: ::Integer
754
+ attr_accessor max_records: ::Integer
755
+ attr_accessor marker: ::String
756
+ SENSITIVE: []
757
+ end
758
+
759
+ class DescribeGlobalReplicationGroupsMessage
760
+ attr_accessor global_replication_group_id: ::String
761
+ attr_accessor max_records: ::Integer
762
+ attr_accessor marker: ::String
763
+ attr_accessor show_member_info: bool
764
+ SENSITIVE: []
765
+ end
766
+
767
+ class DescribeGlobalReplicationGroupsResult
768
+ attr_accessor marker: ::String
769
+ attr_accessor global_replication_groups: ::Array[Types::GlobalReplicationGroup]
770
+ SENSITIVE: []
771
+ end
772
+
773
+ class DescribeReplicationGroupsMessage
774
+ attr_accessor replication_group_id: ::String
775
+ attr_accessor max_records: ::Integer
776
+ attr_accessor marker: ::String
777
+ SENSITIVE: []
778
+ end
779
+
780
+ class DescribeReservedCacheNodesMessage
781
+ attr_accessor reserved_cache_node_id: ::String
782
+ attr_accessor reserved_cache_nodes_offering_id: ::String
783
+ attr_accessor cache_node_type: ::String
784
+ attr_accessor duration: ::String
785
+ attr_accessor product_description: ::String
786
+ attr_accessor offering_type: ::String
787
+ attr_accessor max_records: ::Integer
788
+ attr_accessor marker: ::String
789
+ SENSITIVE: []
790
+ end
791
+
792
+ class DescribeReservedCacheNodesOfferingsMessage
793
+ attr_accessor reserved_cache_nodes_offering_id: ::String
794
+ attr_accessor cache_node_type: ::String
795
+ attr_accessor duration: ::String
796
+ attr_accessor product_description: ::String
797
+ attr_accessor offering_type: ::String
798
+ attr_accessor max_records: ::Integer
799
+ attr_accessor marker: ::String
800
+ SENSITIVE: []
801
+ end
802
+
803
+ class DescribeServerlessCacheSnapshotsRequest
804
+ attr_accessor serverless_cache_name: ::String
805
+ attr_accessor serverless_cache_snapshot_name: ::String
806
+ attr_accessor snapshot_type: ::String
807
+ attr_accessor next_token: ::String
808
+ attr_accessor max_results: ::Integer
809
+ SENSITIVE: []
810
+ end
811
+
812
+ class DescribeServerlessCacheSnapshotsResponse
813
+ attr_accessor next_token: ::String
814
+ attr_accessor serverless_cache_snapshots: ::Array[Types::ServerlessCacheSnapshot]
815
+ SENSITIVE: []
816
+ end
817
+
818
+ class DescribeServerlessCachesRequest
819
+ attr_accessor serverless_cache_name: ::String
820
+ attr_accessor max_results: ::Integer
821
+ attr_accessor next_token: ::String
822
+ SENSITIVE: []
823
+ end
824
+
825
+ class DescribeServerlessCachesResponse
826
+ attr_accessor next_token: ::String
827
+ attr_accessor serverless_caches: ::Array[Types::ServerlessCache]
828
+ SENSITIVE: []
829
+ end
830
+
831
+ class DescribeServiceUpdatesMessage
832
+ attr_accessor service_update_name: ::String
833
+ attr_accessor service_update_status: ::Array[("available" | "cancelled" | "expired")]
834
+ attr_accessor max_records: ::Integer
835
+ attr_accessor marker: ::String
836
+ SENSITIVE: []
837
+ end
838
+
839
+ class DescribeSnapshotsListMessage
840
+ attr_accessor marker: ::String
841
+ attr_accessor snapshots: ::Array[Types::Snapshot]
842
+ SENSITIVE: []
843
+ end
844
+
845
+ class DescribeSnapshotsMessage
846
+ attr_accessor replication_group_id: ::String
847
+ attr_accessor cache_cluster_id: ::String
848
+ attr_accessor snapshot_name: ::String
849
+ attr_accessor snapshot_source: ::String
850
+ attr_accessor marker: ::String
851
+ attr_accessor max_records: ::Integer
852
+ attr_accessor show_node_group_config: bool
853
+ SENSITIVE: []
854
+ end
855
+
856
+ class DescribeUpdateActionsMessage
857
+ attr_accessor service_update_name: ::String
858
+ attr_accessor replication_group_ids: ::Array[::String]
859
+ attr_accessor cache_cluster_ids: ::Array[::String]
860
+ attr_accessor engine: ::String
861
+ attr_accessor service_update_status: ::Array[("available" | "cancelled" | "expired")]
862
+ attr_accessor service_update_time_range: Types::TimeRangeFilter
863
+ attr_accessor update_action_status: ::Array[("not-applied" | "waiting-to-start" | "in-progress" | "stopping" | "stopped" | "complete" | "scheduling" | "scheduled" | "not-applicable")]
864
+ attr_accessor show_node_level_update_status: bool
865
+ attr_accessor max_records: ::Integer
866
+ attr_accessor marker: ::String
867
+ SENSITIVE: []
868
+ end
869
+
870
+ class DescribeUserGroupsMessage
871
+ attr_accessor user_group_id: ::String
872
+ attr_accessor max_records: ::Integer
873
+ attr_accessor marker: ::String
874
+ SENSITIVE: []
875
+ end
876
+
877
+ class DescribeUserGroupsResult
878
+ attr_accessor user_groups: ::Array[Types::UserGroup]
879
+ attr_accessor marker: ::String
880
+ SENSITIVE: []
881
+ end
882
+
883
+ class DescribeUsersMessage
884
+ attr_accessor engine: ::String
885
+ attr_accessor user_id: ::String
886
+ attr_accessor filters: ::Array[Types::Filter]
887
+ attr_accessor max_records: ::Integer
888
+ attr_accessor marker: ::String
889
+ SENSITIVE: []
890
+ end
891
+
892
+ class DescribeUsersResult
893
+ attr_accessor users: ::Array[Types::User]
894
+ attr_accessor marker: ::String
895
+ SENSITIVE: []
896
+ end
897
+
898
+ class DestinationDetails
899
+ attr_accessor cloud_watch_logs_details: Types::CloudWatchLogsDestinationDetails
900
+ attr_accessor kinesis_firehose_details: Types::KinesisFirehoseDestinationDetails
901
+ SENSITIVE: []
902
+ end
903
+
904
+ class DisassociateGlobalReplicationGroupMessage
905
+ attr_accessor global_replication_group_id: ::String
906
+ attr_accessor replication_group_id: ::String
907
+ attr_accessor replication_group_region: ::String
908
+ SENSITIVE: []
909
+ end
910
+
911
+ class DisassociateGlobalReplicationGroupResult
912
+ attr_accessor global_replication_group: Types::GlobalReplicationGroup
913
+ SENSITIVE: []
914
+ end
915
+
916
+ class DuplicateUserNameFault < Aws::EmptyStructure
917
+ end
918
+
919
+ class EC2SecurityGroup
920
+ attr_accessor status: ::String
921
+ attr_accessor ec2_security_group_name: ::String
922
+ attr_accessor ec2_security_group_owner_id: ::String
923
+ SENSITIVE: []
924
+ end
925
+
926
+ class ECPUPerSecond
927
+ attr_accessor maximum: ::Integer
928
+ SENSITIVE: []
929
+ end
930
+
931
+ class Endpoint
932
+ attr_accessor address: ::String
933
+ attr_accessor port: ::Integer
934
+ SENSITIVE: []
935
+ end
936
+
937
+ class EngineDefaults
938
+ attr_accessor cache_parameter_group_family: ::String
939
+ attr_accessor marker: ::String
940
+ attr_accessor parameters: ::Array[Types::Parameter]
941
+ attr_accessor cache_node_type_specific_parameters: ::Array[Types::CacheNodeTypeSpecificParameter]
942
+ SENSITIVE: []
943
+ end
944
+
945
+ class Event
946
+ attr_accessor source_identifier: ::String
947
+ attr_accessor source_type: ("cache-cluster" | "cache-parameter-group" | "cache-security-group" | "cache-subnet-group" | "replication-group" | "serverless-cache" | "serverless-cache-snapshot" | "user" | "user-group")
948
+ attr_accessor message: ::String
949
+ attr_accessor date: ::Time
950
+ SENSITIVE: []
951
+ end
952
+
953
+ class EventsMessage
954
+ attr_accessor marker: ::String
955
+ attr_accessor events: ::Array[Types::Event]
956
+ SENSITIVE: []
957
+ end
958
+
959
+ class ExportServerlessCacheSnapshotRequest
960
+ attr_accessor serverless_cache_snapshot_name: ::String
961
+ attr_accessor s3_bucket_name: ::String
962
+ SENSITIVE: []
963
+ end
964
+
965
+ class ExportServerlessCacheSnapshotResponse
966
+ attr_accessor serverless_cache_snapshot: Types::ServerlessCacheSnapshot
967
+ SENSITIVE: []
968
+ end
969
+
970
+ class FailoverGlobalReplicationGroupMessage
971
+ attr_accessor global_replication_group_id: ::String
972
+ attr_accessor primary_region: ::String
973
+ attr_accessor primary_replication_group_id: ::String
974
+ SENSITIVE: []
975
+ end
976
+
977
+ class FailoverGlobalReplicationGroupResult
978
+ attr_accessor global_replication_group: Types::GlobalReplicationGroup
979
+ SENSITIVE: []
980
+ end
981
+
982
+ class Filter
983
+ attr_accessor name: ::String
984
+ attr_accessor values: ::Array[::String]
985
+ SENSITIVE: []
986
+ end
987
+
988
+ class GlobalNodeGroup
989
+ attr_accessor global_node_group_id: ::String
990
+ attr_accessor slots: ::String
991
+ SENSITIVE: []
992
+ end
993
+
994
+ class GlobalReplicationGroup
995
+ attr_accessor global_replication_group_id: ::String
996
+ attr_accessor global_replication_group_description: ::String
997
+ attr_accessor status: ::String
998
+ attr_accessor cache_node_type: ::String
999
+ attr_accessor engine: ::String
1000
+ attr_accessor engine_version: ::String
1001
+ attr_accessor members: ::Array[Types::GlobalReplicationGroupMember]
1002
+ attr_accessor cluster_enabled: bool
1003
+ attr_accessor global_node_groups: ::Array[Types::GlobalNodeGroup]
1004
+ attr_accessor auth_token_enabled: bool
1005
+ attr_accessor transit_encryption_enabled: bool
1006
+ attr_accessor at_rest_encryption_enabled: bool
1007
+ attr_accessor arn: ::String
1008
+ SENSITIVE: []
1009
+ end
1010
+
1011
+ class GlobalReplicationGroupAlreadyExistsFault < Aws::EmptyStructure
1012
+ end
1013
+
1014
+ class GlobalReplicationGroupInfo
1015
+ attr_accessor global_replication_group_id: ::String
1016
+ attr_accessor global_replication_group_member_role: ::String
1017
+ SENSITIVE: []
1018
+ end
1019
+
1020
+ class GlobalReplicationGroupMember
1021
+ attr_accessor replication_group_id: ::String
1022
+ attr_accessor replication_group_region: ::String
1023
+ attr_accessor role: ::String
1024
+ attr_accessor automatic_failover: ("enabled" | "disabled" | "enabling" | "disabling")
1025
+ attr_accessor status: ::String
1026
+ SENSITIVE: []
1027
+ end
1028
+
1029
+ class GlobalReplicationGroupNotFoundFault < Aws::EmptyStructure
1030
+ end
1031
+
1032
+ class IncreaseNodeGroupsInGlobalReplicationGroupMessage
1033
+ attr_accessor global_replication_group_id: ::String
1034
+ attr_accessor node_group_count: ::Integer
1035
+ attr_accessor regional_configurations: ::Array[Types::RegionalConfiguration]
1036
+ attr_accessor apply_immediately: bool
1037
+ SENSITIVE: []
1038
+ end
1039
+
1040
+ class IncreaseNodeGroupsInGlobalReplicationGroupResult
1041
+ attr_accessor global_replication_group: Types::GlobalReplicationGroup
1042
+ SENSITIVE: []
1043
+ end
1044
+
1045
+ class IncreaseReplicaCountMessage
1046
+ attr_accessor replication_group_id: ::String
1047
+ attr_accessor new_replica_count: ::Integer
1048
+ attr_accessor replica_configuration: ::Array[Types::ConfigureShard]
1049
+ attr_accessor apply_immediately: bool
1050
+ SENSITIVE: []
1051
+ end
1052
+
1053
+ class IncreaseReplicaCountResult
1054
+ attr_accessor replication_group: Types::ReplicationGroup
1055
+ SENSITIVE: []
1056
+ end
1057
+
1058
+ class InsufficientCacheClusterCapacityFault < Aws::EmptyStructure
1059
+ end
1060
+
1061
+ class InvalidARNFault < Aws::EmptyStructure
1062
+ end
1063
+
1064
+ class InvalidCacheClusterStateFault < Aws::EmptyStructure
1065
+ end
1066
+
1067
+ class InvalidCacheParameterGroupStateFault < Aws::EmptyStructure
1068
+ end
1069
+
1070
+ class InvalidCacheSecurityGroupStateFault < Aws::EmptyStructure
1071
+ end
1072
+
1073
+ class InvalidCredentialsException < Aws::EmptyStructure
1074
+ end
1075
+
1076
+ class InvalidGlobalReplicationGroupStateFault < Aws::EmptyStructure
1077
+ end
1078
+
1079
+ class InvalidKMSKeyFault < Aws::EmptyStructure
1080
+ end
1081
+
1082
+ class InvalidParameterCombinationException
1083
+ attr_accessor message: ::String
1084
+ SENSITIVE: []
1085
+ end
1086
+
1087
+ class InvalidParameterValueException
1088
+ attr_accessor message: ::String
1089
+ SENSITIVE: []
1090
+ end
1091
+
1092
+ class InvalidReplicationGroupStateFault < Aws::EmptyStructure
1093
+ end
1094
+
1095
+ class InvalidServerlessCacheSnapshotStateFault < Aws::EmptyStructure
1096
+ end
1097
+
1098
+ class InvalidServerlessCacheStateFault < Aws::EmptyStructure
1099
+ end
1100
+
1101
+ class InvalidSnapshotStateFault < Aws::EmptyStructure
1102
+ end
1103
+
1104
+ class InvalidSubnet < Aws::EmptyStructure
1105
+ end
1106
+
1107
+ class InvalidUserGroupStateFault < Aws::EmptyStructure
1108
+ end
1109
+
1110
+ class InvalidUserStateFault < Aws::EmptyStructure
1111
+ end
1112
+
1113
+ class InvalidVPCNetworkStateFault < Aws::EmptyStructure
1114
+ end
1115
+
1116
+ class KinesisFirehoseDestinationDetails
1117
+ attr_accessor delivery_stream: ::String
1118
+ SENSITIVE: []
1119
+ end
1120
+
1121
+ class ListAllowedNodeTypeModificationsMessage
1122
+ attr_accessor cache_cluster_id: ::String
1123
+ attr_accessor replication_group_id: ::String
1124
+ SENSITIVE: []
1125
+ end
1126
+
1127
+ class ListTagsForResourceMessage
1128
+ attr_accessor resource_name: ::String
1129
+ SENSITIVE: []
1130
+ end
1131
+
1132
+ class LogDeliveryConfiguration
1133
+ attr_accessor log_type: ("slow-log" | "engine-log")
1134
+ attr_accessor destination_type: ("cloudwatch-logs" | "kinesis-firehose")
1135
+ attr_accessor destination_details: Types::DestinationDetails
1136
+ attr_accessor log_format: ("text" | "json")
1137
+ attr_accessor status: ("active" | "enabling" | "modifying" | "disabling" | "error")
1138
+ attr_accessor message: ::String
1139
+ SENSITIVE: []
1140
+ end
1141
+
1142
+ class LogDeliveryConfigurationRequest
1143
+ attr_accessor log_type: ("slow-log" | "engine-log")
1144
+ attr_accessor destination_type: ("cloudwatch-logs" | "kinesis-firehose")
1145
+ attr_accessor destination_details: Types::DestinationDetails
1146
+ attr_accessor log_format: ("text" | "json")
1147
+ attr_accessor enabled: bool
1148
+ SENSITIVE: []
1149
+ end
1150
+
1151
+ class ModifyCacheClusterMessage
1152
+ attr_accessor cache_cluster_id: ::String
1153
+ attr_accessor num_cache_nodes: ::Integer
1154
+ attr_accessor cache_node_ids_to_remove: ::Array[::String]
1155
+ attr_accessor az_mode: ("single-az" | "cross-az")
1156
+ attr_accessor new_availability_zones: ::Array[::String]
1157
+ attr_accessor cache_security_group_names: ::Array[::String]
1158
+ attr_accessor security_group_ids: ::Array[::String]
1159
+ attr_accessor preferred_maintenance_window: ::String
1160
+ attr_accessor notification_topic_arn: ::String
1161
+ attr_accessor cache_parameter_group_name: ::String
1162
+ attr_accessor notification_topic_status: ::String
1163
+ attr_accessor apply_immediately: bool
1164
+ attr_accessor engine_version: ::String
1165
+ attr_accessor auto_minor_version_upgrade: bool
1166
+ attr_accessor snapshot_retention_limit: ::Integer
1167
+ attr_accessor snapshot_window: ::String
1168
+ attr_accessor cache_node_type: ::String
1169
+ attr_accessor auth_token: ::String
1170
+ attr_accessor auth_token_update_strategy: ("SET" | "ROTATE" | "DELETE")
1171
+ attr_accessor log_delivery_configurations: ::Array[Types::LogDeliveryConfigurationRequest]
1172
+ attr_accessor ip_discovery: ("ipv4" | "ipv6")
1173
+ SENSITIVE: []
1174
+ end
1175
+
1176
+ class ModifyCacheClusterResult
1177
+ attr_accessor cache_cluster: Types::CacheCluster
1178
+ SENSITIVE: []
1179
+ end
1180
+
1181
+ class ModifyCacheParameterGroupMessage
1182
+ attr_accessor cache_parameter_group_name: ::String
1183
+ attr_accessor parameter_name_values: ::Array[Types::ParameterNameValue]
1184
+ SENSITIVE: []
1185
+ end
1186
+
1187
+ class ModifyCacheSubnetGroupMessage
1188
+ attr_accessor cache_subnet_group_name: ::String
1189
+ attr_accessor cache_subnet_group_description: ::String
1190
+ attr_accessor subnet_ids: ::Array[::String]
1191
+ SENSITIVE: []
1192
+ end
1193
+
1194
+ class ModifyCacheSubnetGroupResult
1195
+ attr_accessor cache_subnet_group: Types::CacheSubnetGroup
1196
+ SENSITIVE: []
1197
+ end
1198
+
1199
+ class ModifyGlobalReplicationGroupMessage
1200
+ attr_accessor global_replication_group_id: ::String
1201
+ attr_accessor apply_immediately: bool
1202
+ attr_accessor cache_node_type: ::String
1203
+ attr_accessor engine_version: ::String
1204
+ attr_accessor cache_parameter_group_name: ::String
1205
+ attr_accessor global_replication_group_description: ::String
1206
+ attr_accessor automatic_failover_enabled: bool
1207
+ SENSITIVE: []
1208
+ end
1209
+
1210
+ class ModifyGlobalReplicationGroupResult
1211
+ attr_accessor global_replication_group: Types::GlobalReplicationGroup
1212
+ SENSITIVE: []
1213
+ end
1214
+
1215
+ class ModifyReplicationGroupMessage
1216
+ attr_accessor replication_group_id: ::String
1217
+ attr_accessor replication_group_description: ::String
1218
+ attr_accessor primary_cluster_id: ::String
1219
+ attr_accessor snapshotting_cluster_id: ::String
1220
+ attr_accessor automatic_failover_enabled: bool
1221
+ attr_accessor multi_az_enabled: bool
1222
+ attr_accessor node_group_id: ::String
1223
+ attr_accessor cache_security_group_names: ::Array[::String]
1224
+ attr_accessor security_group_ids: ::Array[::String]
1225
+ attr_accessor preferred_maintenance_window: ::String
1226
+ attr_accessor notification_topic_arn: ::String
1227
+ attr_accessor cache_parameter_group_name: ::String
1228
+ attr_accessor notification_topic_status: ::String
1229
+ attr_accessor apply_immediately: bool
1230
+ attr_accessor engine_version: ::String
1231
+ attr_accessor auto_minor_version_upgrade: bool
1232
+ attr_accessor snapshot_retention_limit: ::Integer
1233
+ attr_accessor snapshot_window: ::String
1234
+ attr_accessor cache_node_type: ::String
1235
+ attr_accessor auth_token: ::String
1236
+ attr_accessor auth_token_update_strategy: ("SET" | "ROTATE" | "DELETE")
1237
+ attr_accessor user_group_ids_to_add: ::Array[::String]
1238
+ attr_accessor user_group_ids_to_remove: ::Array[::String]
1239
+ attr_accessor remove_user_groups: bool
1240
+ attr_accessor log_delivery_configurations: ::Array[Types::LogDeliveryConfigurationRequest]
1241
+ attr_accessor ip_discovery: ("ipv4" | "ipv6")
1242
+ attr_accessor transit_encryption_enabled: bool
1243
+ attr_accessor transit_encryption_mode: ("preferred" | "required")
1244
+ attr_accessor cluster_mode: ("enabled" | "disabled" | "compatible")
1245
+ SENSITIVE: []
1246
+ end
1247
+
1248
+ class ModifyReplicationGroupResult
1249
+ attr_accessor replication_group: Types::ReplicationGroup
1250
+ SENSITIVE: []
1251
+ end
1252
+
1253
+ class ModifyReplicationGroupShardConfigurationMessage
1254
+ attr_accessor replication_group_id: ::String
1255
+ attr_accessor node_group_count: ::Integer
1256
+ attr_accessor apply_immediately: bool
1257
+ attr_accessor resharding_configuration: ::Array[Types::ReshardingConfiguration]
1258
+ attr_accessor node_groups_to_remove: ::Array[::String]
1259
+ attr_accessor node_groups_to_retain: ::Array[::String]
1260
+ SENSITIVE: []
1261
+ end
1262
+
1263
+ class ModifyReplicationGroupShardConfigurationResult
1264
+ attr_accessor replication_group: Types::ReplicationGroup
1265
+ SENSITIVE: []
1266
+ end
1267
+
1268
+ class ModifyServerlessCacheRequest
1269
+ attr_accessor serverless_cache_name: ::String
1270
+ attr_accessor description: ::String
1271
+ attr_accessor cache_usage_limits: Types::CacheUsageLimits
1272
+ attr_accessor remove_user_group: bool
1273
+ attr_accessor user_group_id: ::String
1274
+ attr_accessor security_group_ids: ::Array[::String]
1275
+ attr_accessor snapshot_retention_limit: ::Integer
1276
+ attr_accessor daily_snapshot_time: ::String
1277
+ SENSITIVE: []
1278
+ end
1279
+
1280
+ class ModifyServerlessCacheResponse
1281
+ attr_accessor serverless_cache: Types::ServerlessCache
1282
+ SENSITIVE: []
1283
+ end
1284
+
1285
+ class ModifyUserGroupMessage
1286
+ attr_accessor user_group_id: ::String
1287
+ attr_accessor user_ids_to_add: ::Array[::String]
1288
+ attr_accessor user_ids_to_remove: ::Array[::String]
1289
+ SENSITIVE: []
1290
+ end
1291
+
1292
+ class ModifyUserMessage
1293
+ attr_accessor user_id: ::String
1294
+ attr_accessor access_string: ::String
1295
+ attr_accessor append_access_string: ::String
1296
+ attr_accessor passwords: ::Array[::String]
1297
+ attr_accessor no_password_required: bool
1298
+ attr_accessor authentication_mode: Types::AuthenticationMode
1299
+ SENSITIVE: []
1300
+ end
1301
+
1302
+ class NoOperationFault < Aws::EmptyStructure
1303
+ end
1304
+
1305
+ class NodeGroup
1306
+ attr_accessor node_group_id: ::String
1307
+ attr_accessor status: ::String
1308
+ attr_accessor primary_endpoint: Types::Endpoint
1309
+ attr_accessor reader_endpoint: Types::Endpoint
1310
+ attr_accessor slots: ::String
1311
+ attr_accessor node_group_members: ::Array[Types::NodeGroupMember]
1312
+ SENSITIVE: []
1313
+ end
1314
+
1315
+ class NodeGroupConfiguration
1316
+ attr_accessor node_group_id: ::String
1317
+ attr_accessor slots: ::String
1318
+ attr_accessor replica_count: ::Integer
1319
+ attr_accessor primary_availability_zone: ::String
1320
+ attr_accessor replica_availability_zones: ::Array[::String]
1321
+ attr_accessor primary_outpost_arn: ::String
1322
+ attr_accessor replica_outpost_arns: ::Array[::String]
1323
+ SENSITIVE: []
1324
+ end
1325
+
1326
+ class NodeGroupMember
1327
+ attr_accessor cache_cluster_id: ::String
1328
+ attr_accessor cache_node_id: ::String
1329
+ attr_accessor read_endpoint: Types::Endpoint
1330
+ attr_accessor preferred_availability_zone: ::String
1331
+ attr_accessor preferred_outpost_arn: ::String
1332
+ attr_accessor current_role: ::String
1333
+ SENSITIVE: []
1334
+ end
1335
+
1336
+ class NodeGroupMemberUpdateStatus
1337
+ attr_accessor cache_cluster_id: ::String
1338
+ attr_accessor cache_node_id: ::String
1339
+ attr_accessor node_update_status: ("not-applied" | "waiting-to-start" | "in-progress" | "stopping" | "stopped" | "complete")
1340
+ attr_accessor node_deletion_date: ::Time
1341
+ attr_accessor node_update_start_date: ::Time
1342
+ attr_accessor node_update_end_date: ::Time
1343
+ attr_accessor node_update_initiated_by: ("system" | "customer")
1344
+ attr_accessor node_update_initiated_date: ::Time
1345
+ attr_accessor node_update_status_modified_date: ::Time
1346
+ SENSITIVE: []
1347
+ end
1348
+
1349
+ class NodeGroupNotFoundFault < Aws::EmptyStructure
1350
+ end
1351
+
1352
+ class NodeGroupUpdateStatus
1353
+ attr_accessor node_group_id: ::String
1354
+ attr_accessor node_group_member_update_status: ::Array[Types::NodeGroupMemberUpdateStatus]
1355
+ SENSITIVE: []
1356
+ end
1357
+
1358
+ class NodeGroupsPerReplicationGroupQuotaExceededFault < Aws::EmptyStructure
1359
+ end
1360
+
1361
+ class NodeQuotaForClusterExceededFault < Aws::EmptyStructure
1362
+ end
1363
+
1364
+ class NodeQuotaForCustomerExceededFault < Aws::EmptyStructure
1365
+ end
1366
+
1367
+ class NodeSnapshot
1368
+ attr_accessor cache_cluster_id: ::String
1369
+ attr_accessor node_group_id: ::String
1370
+ attr_accessor cache_node_id: ::String
1371
+ attr_accessor node_group_configuration: Types::NodeGroupConfiguration
1372
+ attr_accessor cache_size: ::String
1373
+ attr_accessor cache_node_create_time: ::Time
1374
+ attr_accessor snapshot_create_time: ::Time
1375
+ SENSITIVE: []
1376
+ end
1377
+
1378
+ class NotificationConfiguration
1379
+ attr_accessor topic_arn: ::String
1380
+ attr_accessor topic_status: ::String
1381
+ SENSITIVE: []
1382
+ end
1383
+
1384
+ class Parameter
1385
+ attr_accessor parameter_name: ::String
1386
+ attr_accessor parameter_value: ::String
1387
+ attr_accessor description: ::String
1388
+ attr_accessor source: ::String
1389
+ attr_accessor data_type: ::String
1390
+ attr_accessor allowed_values: ::String
1391
+ attr_accessor is_modifiable: bool
1392
+ attr_accessor minimum_engine_version: ::String
1393
+ attr_accessor change_type: ("immediate" | "requires-reboot")
1394
+ SENSITIVE: []
1395
+ end
1396
+
1397
+ class ParameterNameValue
1398
+ attr_accessor parameter_name: ::String
1399
+ attr_accessor parameter_value: ::String
1400
+ SENSITIVE: []
1401
+ end
1402
+
1403
+ class PendingLogDeliveryConfiguration
1404
+ attr_accessor log_type: ("slow-log" | "engine-log")
1405
+ attr_accessor destination_type: ("cloudwatch-logs" | "kinesis-firehose")
1406
+ attr_accessor destination_details: Types::DestinationDetails
1407
+ attr_accessor log_format: ("text" | "json")
1408
+ SENSITIVE: []
1409
+ end
1410
+
1411
+ class PendingModifiedValues
1412
+ attr_accessor num_cache_nodes: ::Integer
1413
+ attr_accessor cache_node_ids_to_remove: ::Array[::String]
1414
+ attr_accessor engine_version: ::String
1415
+ attr_accessor cache_node_type: ::String
1416
+ attr_accessor auth_token_status: ("SETTING" | "ROTATING")
1417
+ attr_accessor log_delivery_configurations: ::Array[Types::PendingLogDeliveryConfiguration]
1418
+ attr_accessor transit_encryption_enabled: bool
1419
+ attr_accessor transit_encryption_mode: ("preferred" | "required")
1420
+ SENSITIVE: []
1421
+ end
1422
+
1423
+ class ProcessedUpdateAction
1424
+ attr_accessor replication_group_id: ::String
1425
+ attr_accessor cache_cluster_id: ::String
1426
+ attr_accessor service_update_name: ::String
1427
+ attr_accessor update_action_status: ("not-applied" | "waiting-to-start" | "in-progress" | "stopping" | "stopped" | "complete" | "scheduling" | "scheduled" | "not-applicable")
1428
+ SENSITIVE: []
1429
+ end
1430
+
1431
+ class PurchaseReservedCacheNodesOfferingMessage
1432
+ attr_accessor reserved_cache_nodes_offering_id: ::String
1433
+ attr_accessor reserved_cache_node_id: ::String
1434
+ attr_accessor cache_node_count: ::Integer
1435
+ attr_accessor tags: ::Array[Types::Tag]
1436
+ SENSITIVE: []
1437
+ end
1438
+
1439
+ class PurchaseReservedCacheNodesOfferingResult
1440
+ attr_accessor reserved_cache_node: Types::ReservedCacheNode
1441
+ SENSITIVE: []
1442
+ end
1443
+
1444
+ class RebalanceSlotsInGlobalReplicationGroupMessage
1445
+ attr_accessor global_replication_group_id: ::String
1446
+ attr_accessor apply_immediately: bool
1447
+ SENSITIVE: []
1448
+ end
1449
+
1450
+ class RebalanceSlotsInGlobalReplicationGroupResult
1451
+ attr_accessor global_replication_group: Types::GlobalReplicationGroup
1452
+ SENSITIVE: []
1453
+ end
1454
+
1455
+ class RebootCacheClusterMessage
1456
+ attr_accessor cache_cluster_id: ::String
1457
+ attr_accessor cache_node_ids_to_reboot: ::Array[::String]
1458
+ SENSITIVE: []
1459
+ end
1460
+
1461
+ class RebootCacheClusterResult
1462
+ attr_accessor cache_cluster: Types::CacheCluster
1463
+ SENSITIVE: []
1464
+ end
1465
+
1466
+ class RecurringCharge
1467
+ attr_accessor recurring_charge_amount: ::Float
1468
+ attr_accessor recurring_charge_frequency: ::String
1469
+ SENSITIVE: []
1470
+ end
1471
+
1472
+ class RegionalConfiguration
1473
+ attr_accessor replication_group_id: ::String
1474
+ attr_accessor replication_group_region: ::String
1475
+ attr_accessor resharding_configuration: ::Array[Types::ReshardingConfiguration]
1476
+ SENSITIVE: []
1477
+ end
1478
+
1479
+ class RemoveTagsFromResourceMessage
1480
+ attr_accessor resource_name: ::String
1481
+ attr_accessor tag_keys: ::Array[::String]
1482
+ SENSITIVE: []
1483
+ end
1484
+
1485
+ class ReplicationGroup
1486
+ attr_accessor replication_group_id: ::String
1487
+ attr_accessor description: ::String
1488
+ attr_accessor global_replication_group_info: Types::GlobalReplicationGroupInfo
1489
+ attr_accessor status: ::String
1490
+ attr_accessor pending_modified_values: Types::ReplicationGroupPendingModifiedValues
1491
+ attr_accessor member_clusters: ::Array[::String]
1492
+ attr_accessor node_groups: ::Array[Types::NodeGroup]
1493
+ attr_accessor snapshotting_cluster_id: ::String
1494
+ attr_accessor automatic_failover: ("enabled" | "disabled" | "enabling" | "disabling")
1495
+ attr_accessor multi_az: ("enabled" | "disabled")
1496
+ attr_accessor configuration_endpoint: Types::Endpoint
1497
+ attr_accessor snapshot_retention_limit: ::Integer
1498
+ attr_accessor snapshot_window: ::String
1499
+ attr_accessor cluster_enabled: bool
1500
+ attr_accessor cache_node_type: ::String
1501
+ attr_accessor auth_token_enabled: bool
1502
+ attr_accessor auth_token_last_modified_date: ::Time
1503
+ attr_accessor transit_encryption_enabled: bool
1504
+ attr_accessor at_rest_encryption_enabled: bool
1505
+ attr_accessor member_clusters_outpost_arns: ::Array[::String]
1506
+ attr_accessor kms_key_id: ::String
1507
+ attr_accessor arn: ::String
1508
+ attr_accessor user_group_ids: ::Array[::String]
1509
+ attr_accessor log_delivery_configurations: ::Array[Types::LogDeliveryConfiguration]
1510
+ attr_accessor replication_group_create_time: ::Time
1511
+ attr_accessor data_tiering: ("enabled" | "disabled")
1512
+ attr_accessor auto_minor_version_upgrade: bool
1513
+ attr_accessor network_type: ("ipv4" | "ipv6" | "dual_stack")
1514
+ attr_accessor ip_discovery: ("ipv4" | "ipv6")
1515
+ attr_accessor transit_encryption_mode: ("preferred" | "required")
1516
+ attr_accessor cluster_mode: ("enabled" | "disabled" | "compatible")
1517
+ SENSITIVE: []
1518
+ end
1519
+
1520
+ class ReplicationGroupAlreadyExistsFault < Aws::EmptyStructure
1521
+ end
1522
+
1523
+ class ReplicationGroupAlreadyUnderMigrationFault < Aws::EmptyStructure
1524
+ end
1525
+
1526
+ class ReplicationGroupMessage
1527
+ attr_accessor marker: ::String
1528
+ attr_accessor replication_groups: ::Array[Types::ReplicationGroup]
1529
+ SENSITIVE: []
1530
+ end
1531
+
1532
+ class ReplicationGroupNotFoundFault < Aws::EmptyStructure
1533
+ end
1534
+
1535
+ class ReplicationGroupNotUnderMigrationFault < Aws::EmptyStructure
1536
+ end
1537
+
1538
+ class ReplicationGroupPendingModifiedValues
1539
+ attr_accessor primary_cluster_id: ::String
1540
+ attr_accessor automatic_failover_status: ("enabled" | "disabled")
1541
+ attr_accessor resharding: Types::ReshardingStatus
1542
+ attr_accessor auth_token_status: ("SETTING" | "ROTATING")
1543
+ attr_accessor user_groups: Types::UserGroupsUpdateStatus
1544
+ attr_accessor log_delivery_configurations: ::Array[Types::PendingLogDeliveryConfiguration]
1545
+ attr_accessor transit_encryption_enabled: bool
1546
+ attr_accessor transit_encryption_mode: ("preferred" | "required")
1547
+ attr_accessor cluster_mode: ("enabled" | "disabled" | "compatible")
1548
+ SENSITIVE: []
1549
+ end
1550
+
1551
+ class ReservedCacheNode
1552
+ attr_accessor reserved_cache_node_id: ::String
1553
+ attr_accessor reserved_cache_nodes_offering_id: ::String
1554
+ attr_accessor cache_node_type: ::String
1555
+ attr_accessor start_time: ::Time
1556
+ attr_accessor duration: ::Integer
1557
+ attr_accessor fixed_price: ::Float
1558
+ attr_accessor usage_price: ::Float
1559
+ attr_accessor cache_node_count: ::Integer
1560
+ attr_accessor product_description: ::String
1561
+ attr_accessor offering_type: ::String
1562
+ attr_accessor state: ::String
1563
+ attr_accessor recurring_charges: ::Array[Types::RecurringCharge]
1564
+ attr_accessor reservation_arn: ::String
1565
+ SENSITIVE: []
1566
+ end
1567
+
1568
+ class ReservedCacheNodeAlreadyExistsFault < Aws::EmptyStructure
1569
+ end
1570
+
1571
+ class ReservedCacheNodeMessage
1572
+ attr_accessor marker: ::String
1573
+ attr_accessor reserved_cache_nodes: ::Array[Types::ReservedCacheNode]
1574
+ SENSITIVE: []
1575
+ end
1576
+
1577
+ class ReservedCacheNodeNotFoundFault < Aws::EmptyStructure
1578
+ end
1579
+
1580
+ class ReservedCacheNodeQuotaExceededFault < Aws::EmptyStructure
1581
+ end
1582
+
1583
+ class ReservedCacheNodesOffering
1584
+ attr_accessor reserved_cache_nodes_offering_id: ::String
1585
+ attr_accessor cache_node_type: ::String
1586
+ attr_accessor duration: ::Integer
1587
+ attr_accessor fixed_price: ::Float
1588
+ attr_accessor usage_price: ::Float
1589
+ attr_accessor product_description: ::String
1590
+ attr_accessor offering_type: ::String
1591
+ attr_accessor recurring_charges: ::Array[Types::RecurringCharge]
1592
+ SENSITIVE: []
1593
+ end
1594
+
1595
+ class ReservedCacheNodesOfferingMessage
1596
+ attr_accessor marker: ::String
1597
+ attr_accessor reserved_cache_nodes_offerings: ::Array[Types::ReservedCacheNodesOffering]
1598
+ SENSITIVE: []
1599
+ end
1600
+
1601
+ class ReservedCacheNodesOfferingNotFoundFault < Aws::EmptyStructure
1602
+ end
1603
+
1604
+ class ResetCacheParameterGroupMessage
1605
+ attr_accessor cache_parameter_group_name: ::String
1606
+ attr_accessor reset_all_parameters: bool
1607
+ attr_accessor parameter_name_values: ::Array[Types::ParameterNameValue]
1608
+ SENSITIVE: []
1609
+ end
1610
+
1611
+ class ReshardingConfiguration
1612
+ attr_accessor node_group_id: ::String
1613
+ attr_accessor preferred_availability_zones: ::Array[::String]
1614
+ SENSITIVE: []
1615
+ end
1616
+
1617
+ class ReshardingStatus
1618
+ attr_accessor slot_migration: Types::SlotMigration
1619
+ SENSITIVE: []
1620
+ end
1621
+
1622
+ class RevokeCacheSecurityGroupIngressMessage
1623
+ attr_accessor cache_security_group_name: ::String
1624
+ attr_accessor ec2_security_group_name: ::String
1625
+ attr_accessor ec2_security_group_owner_id: ::String
1626
+ SENSITIVE: []
1627
+ end
1628
+
1629
+ class RevokeCacheSecurityGroupIngressResult
1630
+ attr_accessor cache_security_group: Types::CacheSecurityGroup
1631
+ SENSITIVE: []
1632
+ end
1633
+
1634
+ class SecurityGroupMembership
1635
+ attr_accessor security_group_id: ::String
1636
+ attr_accessor status: ::String
1637
+ SENSITIVE: []
1638
+ end
1639
+
1640
+ class ServerlessCache
1641
+ attr_accessor serverless_cache_name: ::String
1642
+ attr_accessor description: ::String
1643
+ attr_accessor create_time: ::Time
1644
+ attr_accessor status: ::String
1645
+ attr_accessor engine: ::String
1646
+ attr_accessor major_engine_version: ::String
1647
+ attr_accessor full_engine_version: ::String
1648
+ attr_accessor cache_usage_limits: Types::CacheUsageLimits
1649
+ attr_accessor kms_key_id: ::String
1650
+ attr_accessor security_group_ids: ::Array[::String]
1651
+ attr_accessor endpoint: Types::Endpoint
1652
+ attr_accessor reader_endpoint: Types::Endpoint
1653
+ attr_accessor arn: ::String
1654
+ attr_accessor user_group_id: ::String
1655
+ attr_accessor subnet_ids: ::Array[::String]
1656
+ attr_accessor snapshot_retention_limit: ::Integer
1657
+ attr_accessor daily_snapshot_time: ::String
1658
+ SENSITIVE: []
1659
+ end
1660
+
1661
+ class ServerlessCacheAlreadyExistsFault < Aws::EmptyStructure
1662
+ end
1663
+
1664
+ class ServerlessCacheConfiguration
1665
+ attr_accessor serverless_cache_name: ::String
1666
+ attr_accessor engine: ::String
1667
+ attr_accessor major_engine_version: ::String
1668
+ SENSITIVE: []
1669
+ end
1670
+
1671
+ class ServerlessCacheNotFoundFault < Aws::EmptyStructure
1672
+ end
1673
+
1674
+ class ServerlessCacheQuotaForCustomerExceededFault < Aws::EmptyStructure
1675
+ end
1676
+
1677
+ class ServerlessCacheSnapshot
1678
+ attr_accessor serverless_cache_snapshot_name: ::String
1679
+ attr_accessor arn: ::String
1680
+ attr_accessor kms_key_id: ::String
1681
+ attr_accessor snapshot_type: ::String
1682
+ attr_accessor status: ::String
1683
+ attr_accessor create_time: ::Time
1684
+ attr_accessor expiry_time: ::Time
1685
+ attr_accessor bytes_used_for_cache: ::String
1686
+ attr_accessor serverless_cache_configuration: Types::ServerlessCacheConfiguration
1687
+ SENSITIVE: []
1688
+ end
1689
+
1690
+ class ServerlessCacheSnapshotAlreadyExistsFault < Aws::EmptyStructure
1691
+ end
1692
+
1693
+ class ServerlessCacheSnapshotNotFoundFault < Aws::EmptyStructure
1694
+ end
1695
+
1696
+ class ServerlessCacheSnapshotQuotaExceededFault < Aws::EmptyStructure
1697
+ end
1698
+
1699
+ class ServiceLinkedRoleNotFoundFault < Aws::EmptyStructure
1700
+ end
1701
+
1702
+ class ServiceUpdate
1703
+ attr_accessor service_update_name: ::String
1704
+ attr_accessor service_update_release_date: ::Time
1705
+ attr_accessor service_update_end_date: ::Time
1706
+ attr_accessor service_update_severity: ("critical" | "important" | "medium" | "low")
1707
+ attr_accessor service_update_recommended_apply_by_date: ::Time
1708
+ attr_accessor service_update_status: ("available" | "cancelled" | "expired")
1709
+ attr_accessor service_update_description: ::String
1710
+ attr_accessor service_update_type: ("security-update")
1711
+ attr_accessor engine: ::String
1712
+ attr_accessor engine_version: ::String
1713
+ attr_accessor auto_update_after_recommended_apply_by_date: bool
1714
+ attr_accessor estimated_update_time: ::String
1715
+ SENSITIVE: []
1716
+ end
1717
+
1718
+ class ServiceUpdateNotFoundFault < Aws::EmptyStructure
1719
+ end
1720
+
1721
+ class ServiceUpdatesMessage
1722
+ attr_accessor marker: ::String
1723
+ attr_accessor service_updates: ::Array[Types::ServiceUpdate]
1724
+ SENSITIVE: []
1725
+ end
1726
+
1727
+ class SlotMigration
1728
+ attr_accessor progress_percentage: ::Float
1729
+ SENSITIVE: []
1730
+ end
1731
+
1732
+ class Snapshot
1733
+ attr_accessor snapshot_name: ::String
1734
+ attr_accessor replication_group_id: ::String
1735
+ attr_accessor replication_group_description: ::String
1736
+ attr_accessor cache_cluster_id: ::String
1737
+ attr_accessor snapshot_status: ::String
1738
+ attr_accessor snapshot_source: ::String
1739
+ attr_accessor cache_node_type: ::String
1740
+ attr_accessor engine: ::String
1741
+ attr_accessor engine_version: ::String
1742
+ attr_accessor num_cache_nodes: ::Integer
1743
+ attr_accessor preferred_availability_zone: ::String
1744
+ attr_accessor preferred_outpost_arn: ::String
1745
+ attr_accessor cache_cluster_create_time: ::Time
1746
+ attr_accessor preferred_maintenance_window: ::String
1747
+ attr_accessor topic_arn: ::String
1748
+ attr_accessor port: ::Integer
1749
+ attr_accessor cache_parameter_group_name: ::String
1750
+ attr_accessor cache_subnet_group_name: ::String
1751
+ attr_accessor vpc_id: ::String
1752
+ attr_accessor auto_minor_version_upgrade: bool
1753
+ attr_accessor snapshot_retention_limit: ::Integer
1754
+ attr_accessor snapshot_window: ::String
1755
+ attr_accessor num_node_groups: ::Integer
1756
+ attr_accessor automatic_failover: ("enabled" | "disabled" | "enabling" | "disabling")
1757
+ attr_accessor node_snapshots: ::Array[Types::NodeSnapshot]
1758
+ attr_accessor kms_key_id: ::String
1759
+ attr_accessor arn: ::String
1760
+ attr_accessor data_tiering: ("enabled" | "disabled")
1761
+ SENSITIVE: []
1762
+ end
1763
+
1764
+ class SnapshotAlreadyExistsFault < Aws::EmptyStructure
1765
+ end
1766
+
1767
+ class SnapshotFeatureNotSupportedFault < Aws::EmptyStructure
1768
+ end
1769
+
1770
+ class SnapshotNotFoundFault < Aws::EmptyStructure
1771
+ end
1772
+
1773
+ class SnapshotQuotaExceededFault < Aws::EmptyStructure
1774
+ end
1775
+
1776
+ class StartMigrationMessage
1777
+ attr_accessor replication_group_id: ::String
1778
+ attr_accessor customer_node_endpoint_list: ::Array[Types::CustomerNodeEndpoint]
1779
+ SENSITIVE: []
1780
+ end
1781
+
1782
+ class StartMigrationResponse
1783
+ attr_accessor replication_group: Types::ReplicationGroup
1784
+ SENSITIVE: []
1785
+ end
1786
+
1787
+ class Subnet
1788
+ attr_accessor subnet_identifier: ::String
1789
+ attr_accessor subnet_availability_zone: Types::AvailabilityZone
1790
+ attr_accessor subnet_outpost: Types::SubnetOutpost
1791
+ attr_accessor supported_network_types: ::Array[("ipv4" | "ipv6" | "dual_stack")]
1792
+ SENSITIVE: []
1793
+ end
1794
+
1795
+ class SubnetInUse < Aws::EmptyStructure
1796
+ end
1797
+
1798
+ class SubnetNotAllowedFault < Aws::EmptyStructure
1799
+ end
1800
+
1801
+ class SubnetOutpost
1802
+ attr_accessor subnet_outpost_arn: ::String
1803
+ SENSITIVE: []
1804
+ end
1805
+
1806
+ class Tag
1807
+ attr_accessor key: ::String
1808
+ attr_accessor value: ::String
1809
+ SENSITIVE: []
1810
+ end
1811
+
1812
+ class TagListMessage
1813
+ attr_accessor tag_list: ::Array[Types::Tag]
1814
+ SENSITIVE: []
1815
+ end
1816
+
1817
+ class TagNotFoundFault < Aws::EmptyStructure
1818
+ end
1819
+
1820
+ class TagQuotaPerResourceExceeded < Aws::EmptyStructure
1821
+ end
1822
+
1823
+ class TestFailoverMessage
1824
+ attr_accessor replication_group_id: ::String
1825
+ attr_accessor node_group_id: ::String
1826
+ SENSITIVE: []
1827
+ end
1828
+
1829
+ class TestFailoverNotAvailableFault < Aws::EmptyStructure
1830
+ end
1831
+
1832
+ class TestFailoverResult
1833
+ attr_accessor replication_group: Types::ReplicationGroup
1834
+ SENSITIVE: []
1835
+ end
1836
+
1837
+ class TestMigrationMessage
1838
+ attr_accessor replication_group_id: ::String
1839
+ attr_accessor customer_node_endpoint_list: ::Array[Types::CustomerNodeEndpoint]
1840
+ SENSITIVE: []
1841
+ end
1842
+
1843
+ class TestMigrationResponse
1844
+ attr_accessor replication_group: Types::ReplicationGroup
1845
+ SENSITIVE: []
1846
+ end
1847
+
1848
+ class TimeRangeFilter
1849
+ attr_accessor start_time: ::Time
1850
+ attr_accessor end_time: ::Time
1851
+ SENSITIVE: []
1852
+ end
1853
+
1854
+ class UnprocessedUpdateAction
1855
+ attr_accessor replication_group_id: ::String
1856
+ attr_accessor cache_cluster_id: ::String
1857
+ attr_accessor service_update_name: ::String
1858
+ attr_accessor error_type: ::String
1859
+ attr_accessor error_message: ::String
1860
+ SENSITIVE: []
1861
+ end
1862
+
1863
+ class UpdateAction
1864
+ attr_accessor replication_group_id: ::String
1865
+ attr_accessor cache_cluster_id: ::String
1866
+ attr_accessor service_update_name: ::String
1867
+ attr_accessor service_update_release_date: ::Time
1868
+ attr_accessor service_update_severity: ("critical" | "important" | "medium" | "low")
1869
+ attr_accessor service_update_status: ("available" | "cancelled" | "expired")
1870
+ attr_accessor service_update_recommended_apply_by_date: ::Time
1871
+ attr_accessor service_update_type: ("security-update")
1872
+ attr_accessor update_action_available_date: ::Time
1873
+ attr_accessor update_action_status: ("not-applied" | "waiting-to-start" | "in-progress" | "stopping" | "stopped" | "complete" | "scheduling" | "scheduled" | "not-applicable")
1874
+ attr_accessor nodes_updated: ::String
1875
+ attr_accessor update_action_status_modified_date: ::Time
1876
+ attr_accessor sla_met: ("yes" | "no" | "n/a")
1877
+ attr_accessor node_group_update_status: ::Array[Types::NodeGroupUpdateStatus]
1878
+ attr_accessor cache_node_update_status: ::Array[Types::CacheNodeUpdateStatus]
1879
+ attr_accessor estimated_update_time: ::String
1880
+ attr_accessor engine: ::String
1881
+ SENSITIVE: []
1882
+ end
1883
+
1884
+ class UpdateActionResultsMessage
1885
+ attr_accessor processed_update_actions: ::Array[Types::ProcessedUpdateAction]
1886
+ attr_accessor unprocessed_update_actions: ::Array[Types::UnprocessedUpdateAction]
1887
+ SENSITIVE: []
1888
+ end
1889
+
1890
+ class UpdateActionsMessage
1891
+ attr_accessor marker: ::String
1892
+ attr_accessor update_actions: ::Array[Types::UpdateAction]
1893
+ SENSITIVE: []
1894
+ end
1895
+
1896
+ class User
1897
+ attr_accessor user_id: ::String
1898
+ attr_accessor user_name: ::String
1899
+ attr_accessor status: ::String
1900
+ attr_accessor engine: ::String
1901
+ attr_accessor minimum_engine_version: ::String
1902
+ attr_accessor access_string: ::String
1903
+ attr_accessor user_group_ids: ::Array[::String]
1904
+ attr_accessor authentication: Types::Authentication
1905
+ attr_accessor arn: ::String
1906
+ SENSITIVE: []
1907
+ end
1908
+
1909
+ class UserAlreadyExistsFault < Aws::EmptyStructure
1910
+ end
1911
+
1912
+ class UserGroup
1913
+ attr_accessor user_group_id: ::String
1914
+ attr_accessor status: ::String
1915
+ attr_accessor engine: ::String
1916
+ attr_accessor user_ids: ::Array[::String]
1917
+ attr_accessor minimum_engine_version: ::String
1918
+ attr_accessor pending_changes: Types::UserGroupPendingChanges
1919
+ attr_accessor replication_groups: ::Array[::String]
1920
+ attr_accessor serverless_caches: ::Array[::String]
1921
+ attr_accessor arn: ::String
1922
+ SENSITIVE: []
1923
+ end
1924
+
1925
+ class UserGroupAlreadyExistsFault < Aws::EmptyStructure
1926
+ end
1927
+
1928
+ class UserGroupNotFoundFault < Aws::EmptyStructure
1929
+ end
1930
+
1931
+ class UserGroupPendingChanges
1932
+ attr_accessor user_ids_to_remove: ::Array[::String]
1933
+ attr_accessor user_ids_to_add: ::Array[::String]
1934
+ SENSITIVE: []
1935
+ end
1936
+
1937
+ class UserGroupQuotaExceededFault < Aws::EmptyStructure
1938
+ end
1939
+
1940
+ class UserGroupsUpdateStatus
1941
+ attr_accessor user_group_ids_to_add: ::Array[::String]
1942
+ attr_accessor user_group_ids_to_remove: ::Array[::String]
1943
+ SENSITIVE: []
1944
+ end
1945
+
1946
+ class UserNotFoundFault < Aws::EmptyStructure
1947
+ end
1948
+
1949
+ class UserQuotaExceededFault < Aws::EmptyStructure
1950
+ end
1951
+ end
1952
+ end