aws-sdk-memorydb 1.21.0 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-memorydb/client.rb +70 -46
- data/lib/aws-sdk-memorydb/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-memorydb.rb +1 -1
- data/sig/client.rbs +652 -0
- data/sig/errors.rbs +124 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +988 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,988 @@
|
|
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::MemoryDB
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class ACL
|
12
|
+
attr_accessor name: ::String
|
13
|
+
attr_accessor status: ::String
|
14
|
+
attr_accessor user_names: ::Array[::String]
|
15
|
+
attr_accessor minimum_engine_version: ::String
|
16
|
+
attr_accessor pending_changes: Types::ACLPendingChanges
|
17
|
+
attr_accessor clusters: ::Array[::String]
|
18
|
+
attr_accessor arn: ::String
|
19
|
+
SENSITIVE: []
|
20
|
+
end
|
21
|
+
|
22
|
+
class ACLAlreadyExistsFault < Aws::EmptyStructure
|
23
|
+
end
|
24
|
+
|
25
|
+
class ACLNotFoundFault < Aws::EmptyStructure
|
26
|
+
end
|
27
|
+
|
28
|
+
class ACLPendingChanges
|
29
|
+
attr_accessor user_names_to_remove: ::Array[::String]
|
30
|
+
attr_accessor user_names_to_add: ::Array[::String]
|
31
|
+
SENSITIVE: []
|
32
|
+
end
|
33
|
+
|
34
|
+
class ACLQuotaExceededFault < Aws::EmptyStructure
|
35
|
+
end
|
36
|
+
|
37
|
+
class ACLsUpdateStatus
|
38
|
+
attr_accessor acl_to_apply: ::String
|
39
|
+
SENSITIVE: []
|
40
|
+
end
|
41
|
+
|
42
|
+
class APICallRateForCustomerExceededFault < Aws::EmptyStructure
|
43
|
+
end
|
44
|
+
|
45
|
+
class Authentication
|
46
|
+
attr_accessor type: ("password" | "no-password" | "iam")
|
47
|
+
attr_accessor password_count: ::Integer
|
48
|
+
SENSITIVE: []
|
49
|
+
end
|
50
|
+
|
51
|
+
class AuthenticationMode
|
52
|
+
attr_accessor type: ("password" | "iam")
|
53
|
+
attr_accessor passwords: ::Array[::String]
|
54
|
+
SENSITIVE: []
|
55
|
+
end
|
56
|
+
|
57
|
+
class AvailabilityZone
|
58
|
+
attr_accessor name: ::String
|
59
|
+
SENSITIVE: []
|
60
|
+
end
|
61
|
+
|
62
|
+
class BatchUpdateClusterRequest
|
63
|
+
attr_accessor cluster_names: ::Array[::String]
|
64
|
+
attr_accessor service_update: Types::ServiceUpdateRequest
|
65
|
+
SENSITIVE: []
|
66
|
+
end
|
67
|
+
|
68
|
+
class BatchUpdateClusterResponse
|
69
|
+
attr_accessor processed_clusters: ::Array[Types::Cluster]
|
70
|
+
attr_accessor unprocessed_clusters: ::Array[Types::UnprocessedCluster]
|
71
|
+
SENSITIVE: []
|
72
|
+
end
|
73
|
+
|
74
|
+
class Cluster
|
75
|
+
attr_accessor name: ::String
|
76
|
+
attr_accessor description: ::String
|
77
|
+
attr_accessor status: ::String
|
78
|
+
attr_accessor pending_updates: Types::ClusterPendingUpdates
|
79
|
+
attr_accessor number_of_shards: ::Integer
|
80
|
+
attr_accessor shards: ::Array[Types::Shard]
|
81
|
+
attr_accessor availability_mode: ("singleaz" | "multiaz")
|
82
|
+
attr_accessor cluster_endpoint: Types::Endpoint
|
83
|
+
attr_accessor node_type: ::String
|
84
|
+
attr_accessor engine_version: ::String
|
85
|
+
attr_accessor engine_patch_version: ::String
|
86
|
+
attr_accessor parameter_group_name: ::String
|
87
|
+
attr_accessor parameter_group_status: ::String
|
88
|
+
attr_accessor security_groups: ::Array[Types::SecurityGroupMembership]
|
89
|
+
attr_accessor subnet_group_name: ::String
|
90
|
+
attr_accessor tls_enabled: bool
|
91
|
+
attr_accessor kms_key_id: ::String
|
92
|
+
attr_accessor arn: ::String
|
93
|
+
attr_accessor sns_topic_arn: ::String
|
94
|
+
attr_accessor sns_topic_status: ::String
|
95
|
+
attr_accessor snapshot_retention_limit: ::Integer
|
96
|
+
attr_accessor maintenance_window: ::String
|
97
|
+
attr_accessor snapshot_window: ::String
|
98
|
+
attr_accessor acl_name: ::String
|
99
|
+
attr_accessor auto_minor_version_upgrade: bool
|
100
|
+
attr_accessor data_tiering: ("true" | "false")
|
101
|
+
SENSITIVE: []
|
102
|
+
end
|
103
|
+
|
104
|
+
class ClusterAlreadyExistsFault < Aws::EmptyStructure
|
105
|
+
end
|
106
|
+
|
107
|
+
class ClusterConfiguration
|
108
|
+
attr_accessor name: ::String
|
109
|
+
attr_accessor description: ::String
|
110
|
+
attr_accessor node_type: ::String
|
111
|
+
attr_accessor engine_version: ::String
|
112
|
+
attr_accessor maintenance_window: ::String
|
113
|
+
attr_accessor topic_arn: ::String
|
114
|
+
attr_accessor port: ::Integer
|
115
|
+
attr_accessor parameter_group_name: ::String
|
116
|
+
attr_accessor subnet_group_name: ::String
|
117
|
+
attr_accessor vpc_id: ::String
|
118
|
+
attr_accessor snapshot_retention_limit: ::Integer
|
119
|
+
attr_accessor snapshot_window: ::String
|
120
|
+
attr_accessor num_shards: ::Integer
|
121
|
+
attr_accessor shards: ::Array[Types::ShardDetail]
|
122
|
+
SENSITIVE: []
|
123
|
+
end
|
124
|
+
|
125
|
+
class ClusterNotFoundFault < Aws::EmptyStructure
|
126
|
+
end
|
127
|
+
|
128
|
+
class ClusterPendingUpdates
|
129
|
+
attr_accessor resharding: Types::ReshardingStatus
|
130
|
+
attr_accessor acls: Types::ACLsUpdateStatus
|
131
|
+
attr_accessor service_updates: ::Array[Types::PendingModifiedServiceUpdate]
|
132
|
+
SENSITIVE: []
|
133
|
+
end
|
134
|
+
|
135
|
+
class ClusterQuotaForCustomerExceededFault < Aws::EmptyStructure
|
136
|
+
end
|
137
|
+
|
138
|
+
class CopySnapshotRequest
|
139
|
+
attr_accessor source_snapshot_name: ::String
|
140
|
+
attr_accessor target_snapshot_name: ::String
|
141
|
+
attr_accessor target_bucket: ::String
|
142
|
+
attr_accessor kms_key_id: ::String
|
143
|
+
attr_accessor tags: ::Array[Types::Tag]
|
144
|
+
SENSITIVE: []
|
145
|
+
end
|
146
|
+
|
147
|
+
class CopySnapshotResponse
|
148
|
+
attr_accessor snapshot: Types::Snapshot
|
149
|
+
SENSITIVE: []
|
150
|
+
end
|
151
|
+
|
152
|
+
class CreateACLRequest
|
153
|
+
attr_accessor acl_name: ::String
|
154
|
+
attr_accessor user_names: ::Array[::String]
|
155
|
+
attr_accessor tags: ::Array[Types::Tag]
|
156
|
+
SENSITIVE: []
|
157
|
+
end
|
158
|
+
|
159
|
+
class CreateACLResponse
|
160
|
+
attr_accessor acl: Types::ACL
|
161
|
+
SENSITIVE: []
|
162
|
+
end
|
163
|
+
|
164
|
+
class CreateClusterRequest
|
165
|
+
attr_accessor cluster_name: ::String
|
166
|
+
attr_accessor node_type: ::String
|
167
|
+
attr_accessor parameter_group_name: ::String
|
168
|
+
attr_accessor description: ::String
|
169
|
+
attr_accessor num_shards: ::Integer
|
170
|
+
attr_accessor num_replicas_per_shard: ::Integer
|
171
|
+
attr_accessor subnet_group_name: ::String
|
172
|
+
attr_accessor security_group_ids: ::Array[::String]
|
173
|
+
attr_accessor maintenance_window: ::String
|
174
|
+
attr_accessor port: ::Integer
|
175
|
+
attr_accessor sns_topic_arn: ::String
|
176
|
+
attr_accessor tls_enabled: bool
|
177
|
+
attr_accessor kms_key_id: ::String
|
178
|
+
attr_accessor snapshot_arns: ::Array[::String]
|
179
|
+
attr_accessor snapshot_name: ::String
|
180
|
+
attr_accessor snapshot_retention_limit: ::Integer
|
181
|
+
attr_accessor tags: ::Array[Types::Tag]
|
182
|
+
attr_accessor snapshot_window: ::String
|
183
|
+
attr_accessor acl_name: ::String
|
184
|
+
attr_accessor engine_version: ::String
|
185
|
+
attr_accessor auto_minor_version_upgrade: bool
|
186
|
+
attr_accessor data_tiering: bool
|
187
|
+
SENSITIVE: []
|
188
|
+
end
|
189
|
+
|
190
|
+
class CreateClusterResponse
|
191
|
+
attr_accessor cluster: Types::Cluster
|
192
|
+
SENSITIVE: []
|
193
|
+
end
|
194
|
+
|
195
|
+
class CreateParameterGroupRequest
|
196
|
+
attr_accessor parameter_group_name: ::String
|
197
|
+
attr_accessor family: ::String
|
198
|
+
attr_accessor description: ::String
|
199
|
+
attr_accessor tags: ::Array[Types::Tag]
|
200
|
+
SENSITIVE: []
|
201
|
+
end
|
202
|
+
|
203
|
+
class CreateParameterGroupResponse
|
204
|
+
attr_accessor parameter_group: Types::ParameterGroup
|
205
|
+
SENSITIVE: []
|
206
|
+
end
|
207
|
+
|
208
|
+
class CreateSnapshotRequest
|
209
|
+
attr_accessor cluster_name: ::String
|
210
|
+
attr_accessor snapshot_name: ::String
|
211
|
+
attr_accessor kms_key_id: ::String
|
212
|
+
attr_accessor tags: ::Array[Types::Tag]
|
213
|
+
SENSITIVE: []
|
214
|
+
end
|
215
|
+
|
216
|
+
class CreateSnapshotResponse
|
217
|
+
attr_accessor snapshot: Types::Snapshot
|
218
|
+
SENSITIVE: []
|
219
|
+
end
|
220
|
+
|
221
|
+
class CreateSubnetGroupRequest
|
222
|
+
attr_accessor subnet_group_name: ::String
|
223
|
+
attr_accessor description: ::String
|
224
|
+
attr_accessor subnet_ids: ::Array[::String]
|
225
|
+
attr_accessor tags: ::Array[Types::Tag]
|
226
|
+
SENSITIVE: []
|
227
|
+
end
|
228
|
+
|
229
|
+
class CreateSubnetGroupResponse
|
230
|
+
attr_accessor subnet_group: Types::SubnetGroup
|
231
|
+
SENSITIVE: []
|
232
|
+
end
|
233
|
+
|
234
|
+
class CreateUserRequest
|
235
|
+
attr_accessor user_name: ::String
|
236
|
+
attr_accessor authentication_mode: Types::AuthenticationMode
|
237
|
+
attr_accessor access_string: ::String
|
238
|
+
attr_accessor tags: ::Array[Types::Tag]
|
239
|
+
SENSITIVE: []
|
240
|
+
end
|
241
|
+
|
242
|
+
class CreateUserResponse
|
243
|
+
attr_accessor user: Types::User
|
244
|
+
SENSITIVE: []
|
245
|
+
end
|
246
|
+
|
247
|
+
class DefaultUserRequired < Aws::EmptyStructure
|
248
|
+
end
|
249
|
+
|
250
|
+
class DeleteACLRequest
|
251
|
+
attr_accessor acl_name: ::String
|
252
|
+
SENSITIVE: []
|
253
|
+
end
|
254
|
+
|
255
|
+
class DeleteACLResponse
|
256
|
+
attr_accessor acl: Types::ACL
|
257
|
+
SENSITIVE: []
|
258
|
+
end
|
259
|
+
|
260
|
+
class DeleteClusterRequest
|
261
|
+
attr_accessor cluster_name: ::String
|
262
|
+
attr_accessor final_snapshot_name: ::String
|
263
|
+
SENSITIVE: []
|
264
|
+
end
|
265
|
+
|
266
|
+
class DeleteClusterResponse
|
267
|
+
attr_accessor cluster: Types::Cluster
|
268
|
+
SENSITIVE: []
|
269
|
+
end
|
270
|
+
|
271
|
+
class DeleteParameterGroupRequest
|
272
|
+
attr_accessor parameter_group_name: ::String
|
273
|
+
SENSITIVE: []
|
274
|
+
end
|
275
|
+
|
276
|
+
class DeleteParameterGroupResponse
|
277
|
+
attr_accessor parameter_group: Types::ParameterGroup
|
278
|
+
SENSITIVE: []
|
279
|
+
end
|
280
|
+
|
281
|
+
class DeleteSnapshotRequest
|
282
|
+
attr_accessor snapshot_name: ::String
|
283
|
+
SENSITIVE: []
|
284
|
+
end
|
285
|
+
|
286
|
+
class DeleteSnapshotResponse
|
287
|
+
attr_accessor snapshot: Types::Snapshot
|
288
|
+
SENSITIVE: []
|
289
|
+
end
|
290
|
+
|
291
|
+
class DeleteSubnetGroupRequest
|
292
|
+
attr_accessor subnet_group_name: ::String
|
293
|
+
SENSITIVE: []
|
294
|
+
end
|
295
|
+
|
296
|
+
class DeleteSubnetGroupResponse
|
297
|
+
attr_accessor subnet_group: Types::SubnetGroup
|
298
|
+
SENSITIVE: []
|
299
|
+
end
|
300
|
+
|
301
|
+
class DeleteUserRequest
|
302
|
+
attr_accessor user_name: ::String
|
303
|
+
SENSITIVE: []
|
304
|
+
end
|
305
|
+
|
306
|
+
class DeleteUserResponse
|
307
|
+
attr_accessor user: Types::User
|
308
|
+
SENSITIVE: []
|
309
|
+
end
|
310
|
+
|
311
|
+
class DescribeACLsRequest
|
312
|
+
attr_accessor acl_name: ::String
|
313
|
+
attr_accessor max_results: ::Integer
|
314
|
+
attr_accessor next_token: ::String
|
315
|
+
SENSITIVE: []
|
316
|
+
end
|
317
|
+
|
318
|
+
class DescribeACLsResponse
|
319
|
+
attr_accessor acls: ::Array[Types::ACL]
|
320
|
+
attr_accessor next_token: ::String
|
321
|
+
SENSITIVE: []
|
322
|
+
end
|
323
|
+
|
324
|
+
class DescribeClustersRequest
|
325
|
+
attr_accessor cluster_name: ::String
|
326
|
+
attr_accessor max_results: ::Integer
|
327
|
+
attr_accessor next_token: ::String
|
328
|
+
attr_accessor show_shard_details: bool
|
329
|
+
SENSITIVE: []
|
330
|
+
end
|
331
|
+
|
332
|
+
class DescribeClustersResponse
|
333
|
+
attr_accessor next_token: ::String
|
334
|
+
attr_accessor clusters: ::Array[Types::Cluster]
|
335
|
+
SENSITIVE: []
|
336
|
+
end
|
337
|
+
|
338
|
+
class DescribeEngineVersionsRequest
|
339
|
+
attr_accessor engine_version: ::String
|
340
|
+
attr_accessor parameter_group_family: ::String
|
341
|
+
attr_accessor max_results: ::Integer
|
342
|
+
attr_accessor next_token: ::String
|
343
|
+
attr_accessor default_only: bool
|
344
|
+
SENSITIVE: []
|
345
|
+
end
|
346
|
+
|
347
|
+
class DescribeEngineVersionsResponse
|
348
|
+
attr_accessor next_token: ::String
|
349
|
+
attr_accessor engine_versions: ::Array[Types::EngineVersionInfo]
|
350
|
+
SENSITIVE: []
|
351
|
+
end
|
352
|
+
|
353
|
+
class DescribeEventsRequest
|
354
|
+
attr_accessor source_name: ::String
|
355
|
+
attr_accessor source_type: ("node" | "parameter-group" | "subnet-group" | "cluster" | "user" | "acl")
|
356
|
+
attr_accessor start_time: ::Time
|
357
|
+
attr_accessor end_time: ::Time
|
358
|
+
attr_accessor duration: ::Integer
|
359
|
+
attr_accessor max_results: ::Integer
|
360
|
+
attr_accessor next_token: ::String
|
361
|
+
SENSITIVE: []
|
362
|
+
end
|
363
|
+
|
364
|
+
class DescribeEventsResponse
|
365
|
+
attr_accessor next_token: ::String
|
366
|
+
attr_accessor events: ::Array[Types::Event]
|
367
|
+
SENSITIVE: []
|
368
|
+
end
|
369
|
+
|
370
|
+
class DescribeParameterGroupsRequest
|
371
|
+
attr_accessor parameter_group_name: ::String
|
372
|
+
attr_accessor max_results: ::Integer
|
373
|
+
attr_accessor next_token: ::String
|
374
|
+
SENSITIVE: []
|
375
|
+
end
|
376
|
+
|
377
|
+
class DescribeParameterGroupsResponse
|
378
|
+
attr_accessor next_token: ::String
|
379
|
+
attr_accessor parameter_groups: ::Array[Types::ParameterGroup]
|
380
|
+
SENSITIVE: []
|
381
|
+
end
|
382
|
+
|
383
|
+
class DescribeParametersRequest
|
384
|
+
attr_accessor parameter_group_name: ::String
|
385
|
+
attr_accessor max_results: ::Integer
|
386
|
+
attr_accessor next_token: ::String
|
387
|
+
SENSITIVE: []
|
388
|
+
end
|
389
|
+
|
390
|
+
class DescribeParametersResponse
|
391
|
+
attr_accessor next_token: ::String
|
392
|
+
attr_accessor parameters: ::Array[Types::Parameter]
|
393
|
+
SENSITIVE: []
|
394
|
+
end
|
395
|
+
|
396
|
+
class DescribeReservedNodesOfferingsRequest
|
397
|
+
attr_accessor reserved_nodes_offering_id: ::String
|
398
|
+
attr_accessor node_type: ::String
|
399
|
+
attr_accessor duration: ::String
|
400
|
+
attr_accessor offering_type: ::String
|
401
|
+
attr_accessor max_results: ::Integer
|
402
|
+
attr_accessor next_token: ::String
|
403
|
+
SENSITIVE: []
|
404
|
+
end
|
405
|
+
|
406
|
+
class DescribeReservedNodesOfferingsResponse
|
407
|
+
attr_accessor next_token: ::String
|
408
|
+
attr_accessor reserved_nodes_offerings: ::Array[Types::ReservedNodesOffering]
|
409
|
+
SENSITIVE: []
|
410
|
+
end
|
411
|
+
|
412
|
+
class DescribeReservedNodesRequest
|
413
|
+
attr_accessor reservation_id: ::String
|
414
|
+
attr_accessor reserved_nodes_offering_id: ::String
|
415
|
+
attr_accessor node_type: ::String
|
416
|
+
attr_accessor duration: ::String
|
417
|
+
attr_accessor offering_type: ::String
|
418
|
+
attr_accessor max_results: ::Integer
|
419
|
+
attr_accessor next_token: ::String
|
420
|
+
SENSITIVE: []
|
421
|
+
end
|
422
|
+
|
423
|
+
class DescribeReservedNodesResponse
|
424
|
+
attr_accessor next_token: ::String
|
425
|
+
attr_accessor reserved_nodes: ::Array[Types::ReservedNode]
|
426
|
+
SENSITIVE: []
|
427
|
+
end
|
428
|
+
|
429
|
+
class DescribeServiceUpdatesRequest
|
430
|
+
attr_accessor service_update_name: ::String
|
431
|
+
attr_accessor cluster_names: ::Array[::String]
|
432
|
+
attr_accessor status: ::Array[("available" | "in-progress" | "complete" | "scheduled")]
|
433
|
+
attr_accessor max_results: ::Integer
|
434
|
+
attr_accessor next_token: ::String
|
435
|
+
SENSITIVE: []
|
436
|
+
end
|
437
|
+
|
438
|
+
class DescribeServiceUpdatesResponse
|
439
|
+
attr_accessor next_token: ::String
|
440
|
+
attr_accessor service_updates: ::Array[Types::ServiceUpdate]
|
441
|
+
SENSITIVE: []
|
442
|
+
end
|
443
|
+
|
444
|
+
class DescribeSnapshotsRequest
|
445
|
+
attr_accessor cluster_name: ::String
|
446
|
+
attr_accessor snapshot_name: ::String
|
447
|
+
attr_accessor source: ::String
|
448
|
+
attr_accessor next_token: ::String
|
449
|
+
attr_accessor max_results: ::Integer
|
450
|
+
attr_accessor show_detail: bool
|
451
|
+
SENSITIVE: []
|
452
|
+
end
|
453
|
+
|
454
|
+
class DescribeSnapshotsResponse
|
455
|
+
attr_accessor next_token: ::String
|
456
|
+
attr_accessor snapshots: ::Array[Types::Snapshot]
|
457
|
+
SENSITIVE: []
|
458
|
+
end
|
459
|
+
|
460
|
+
class DescribeSubnetGroupsRequest
|
461
|
+
attr_accessor subnet_group_name: ::String
|
462
|
+
attr_accessor max_results: ::Integer
|
463
|
+
attr_accessor next_token: ::String
|
464
|
+
SENSITIVE: []
|
465
|
+
end
|
466
|
+
|
467
|
+
class DescribeSubnetGroupsResponse
|
468
|
+
attr_accessor next_token: ::String
|
469
|
+
attr_accessor subnet_groups: ::Array[Types::SubnetGroup]
|
470
|
+
SENSITIVE: []
|
471
|
+
end
|
472
|
+
|
473
|
+
class DescribeUsersRequest
|
474
|
+
attr_accessor user_name: ::String
|
475
|
+
attr_accessor filters: ::Array[Types::Filter]
|
476
|
+
attr_accessor max_results: ::Integer
|
477
|
+
attr_accessor next_token: ::String
|
478
|
+
SENSITIVE: []
|
479
|
+
end
|
480
|
+
|
481
|
+
class DescribeUsersResponse
|
482
|
+
attr_accessor users: ::Array[Types::User]
|
483
|
+
attr_accessor next_token: ::String
|
484
|
+
SENSITIVE: []
|
485
|
+
end
|
486
|
+
|
487
|
+
class DuplicateUserNameFault < Aws::EmptyStructure
|
488
|
+
end
|
489
|
+
|
490
|
+
class Endpoint
|
491
|
+
attr_accessor address: ::String
|
492
|
+
attr_accessor port: ::Integer
|
493
|
+
SENSITIVE: []
|
494
|
+
end
|
495
|
+
|
496
|
+
class EngineVersionInfo
|
497
|
+
attr_accessor engine_version: ::String
|
498
|
+
attr_accessor engine_patch_version: ::String
|
499
|
+
attr_accessor parameter_group_family: ::String
|
500
|
+
SENSITIVE: []
|
501
|
+
end
|
502
|
+
|
503
|
+
class Event
|
504
|
+
attr_accessor source_name: ::String
|
505
|
+
attr_accessor source_type: ("node" | "parameter-group" | "subnet-group" | "cluster" | "user" | "acl")
|
506
|
+
attr_accessor message: ::String
|
507
|
+
attr_accessor date: ::Time
|
508
|
+
SENSITIVE: []
|
509
|
+
end
|
510
|
+
|
511
|
+
class FailoverShardRequest
|
512
|
+
attr_accessor cluster_name: ::String
|
513
|
+
attr_accessor shard_name: ::String
|
514
|
+
SENSITIVE: []
|
515
|
+
end
|
516
|
+
|
517
|
+
class FailoverShardResponse
|
518
|
+
attr_accessor cluster: Types::Cluster
|
519
|
+
SENSITIVE: []
|
520
|
+
end
|
521
|
+
|
522
|
+
class Filter
|
523
|
+
attr_accessor name: ::String
|
524
|
+
attr_accessor values: ::Array[::String]
|
525
|
+
SENSITIVE: []
|
526
|
+
end
|
527
|
+
|
528
|
+
class InsufficientClusterCapacityFault < Aws::EmptyStructure
|
529
|
+
end
|
530
|
+
|
531
|
+
class InvalidACLStateFault < Aws::EmptyStructure
|
532
|
+
end
|
533
|
+
|
534
|
+
class InvalidARNFault < Aws::EmptyStructure
|
535
|
+
end
|
536
|
+
|
537
|
+
class InvalidClusterStateFault < Aws::EmptyStructure
|
538
|
+
end
|
539
|
+
|
540
|
+
class InvalidCredentialsException < Aws::EmptyStructure
|
541
|
+
end
|
542
|
+
|
543
|
+
class InvalidKMSKeyFault < Aws::EmptyStructure
|
544
|
+
end
|
545
|
+
|
546
|
+
class InvalidNodeStateFault < Aws::EmptyStructure
|
547
|
+
end
|
548
|
+
|
549
|
+
class InvalidParameterCombinationException
|
550
|
+
attr_accessor message: ::String
|
551
|
+
SENSITIVE: []
|
552
|
+
end
|
553
|
+
|
554
|
+
class InvalidParameterGroupStateFault < Aws::EmptyStructure
|
555
|
+
end
|
556
|
+
|
557
|
+
class InvalidParameterValueException
|
558
|
+
attr_accessor message: ::String
|
559
|
+
SENSITIVE: []
|
560
|
+
end
|
561
|
+
|
562
|
+
class InvalidSnapshotStateFault < Aws::EmptyStructure
|
563
|
+
end
|
564
|
+
|
565
|
+
class InvalidSubnet < Aws::EmptyStructure
|
566
|
+
end
|
567
|
+
|
568
|
+
class InvalidUserStateFault < Aws::EmptyStructure
|
569
|
+
end
|
570
|
+
|
571
|
+
class InvalidVPCNetworkStateFault < Aws::EmptyStructure
|
572
|
+
end
|
573
|
+
|
574
|
+
class ListAllowedNodeTypeUpdatesRequest
|
575
|
+
attr_accessor cluster_name: ::String
|
576
|
+
SENSITIVE: []
|
577
|
+
end
|
578
|
+
|
579
|
+
class ListAllowedNodeTypeUpdatesResponse
|
580
|
+
attr_accessor scale_up_node_types: ::Array[::String]
|
581
|
+
attr_accessor scale_down_node_types: ::Array[::String]
|
582
|
+
SENSITIVE: []
|
583
|
+
end
|
584
|
+
|
585
|
+
class ListTagsRequest
|
586
|
+
attr_accessor resource_arn: ::String
|
587
|
+
SENSITIVE: []
|
588
|
+
end
|
589
|
+
|
590
|
+
class ListTagsResponse
|
591
|
+
attr_accessor tag_list: ::Array[Types::Tag]
|
592
|
+
SENSITIVE: []
|
593
|
+
end
|
594
|
+
|
595
|
+
class NoOperationFault < Aws::EmptyStructure
|
596
|
+
end
|
597
|
+
|
598
|
+
class Node
|
599
|
+
attr_accessor name: ::String
|
600
|
+
attr_accessor status: ::String
|
601
|
+
attr_accessor availability_zone: ::String
|
602
|
+
attr_accessor create_time: ::Time
|
603
|
+
attr_accessor endpoint: Types::Endpoint
|
604
|
+
SENSITIVE: []
|
605
|
+
end
|
606
|
+
|
607
|
+
class NodeQuotaForClusterExceededFault < Aws::EmptyStructure
|
608
|
+
end
|
609
|
+
|
610
|
+
class NodeQuotaForCustomerExceededFault < Aws::EmptyStructure
|
611
|
+
end
|
612
|
+
|
613
|
+
class Parameter
|
614
|
+
attr_accessor name: ::String
|
615
|
+
attr_accessor value: ::String
|
616
|
+
attr_accessor description: ::String
|
617
|
+
attr_accessor data_type: ::String
|
618
|
+
attr_accessor allowed_values: ::String
|
619
|
+
attr_accessor minimum_engine_version: ::String
|
620
|
+
SENSITIVE: []
|
621
|
+
end
|
622
|
+
|
623
|
+
class ParameterGroup
|
624
|
+
attr_accessor name: ::String
|
625
|
+
attr_accessor family: ::String
|
626
|
+
attr_accessor description: ::String
|
627
|
+
attr_accessor arn: ::String
|
628
|
+
SENSITIVE: []
|
629
|
+
end
|
630
|
+
|
631
|
+
class ParameterGroupAlreadyExistsFault < Aws::EmptyStructure
|
632
|
+
end
|
633
|
+
|
634
|
+
class ParameterGroupNotFoundFault < Aws::EmptyStructure
|
635
|
+
end
|
636
|
+
|
637
|
+
class ParameterGroupQuotaExceededFault < Aws::EmptyStructure
|
638
|
+
end
|
639
|
+
|
640
|
+
class ParameterNameValue
|
641
|
+
attr_accessor parameter_name: ::String
|
642
|
+
attr_accessor parameter_value: ::String
|
643
|
+
SENSITIVE: []
|
644
|
+
end
|
645
|
+
|
646
|
+
class PendingModifiedServiceUpdate
|
647
|
+
attr_accessor service_update_name: ::String
|
648
|
+
attr_accessor status: ("available" | "in-progress" | "complete" | "scheduled")
|
649
|
+
SENSITIVE: []
|
650
|
+
end
|
651
|
+
|
652
|
+
class PurchaseReservedNodesOfferingRequest
|
653
|
+
attr_accessor reserved_nodes_offering_id: ::String
|
654
|
+
attr_accessor reservation_id: ::String
|
655
|
+
attr_accessor node_count: ::Integer
|
656
|
+
attr_accessor tags: ::Array[Types::Tag]
|
657
|
+
SENSITIVE: []
|
658
|
+
end
|
659
|
+
|
660
|
+
class PurchaseReservedNodesOfferingResponse
|
661
|
+
attr_accessor reserved_node: Types::ReservedNode
|
662
|
+
SENSITIVE: []
|
663
|
+
end
|
664
|
+
|
665
|
+
class RecurringCharge
|
666
|
+
attr_accessor recurring_charge_amount: ::Float
|
667
|
+
attr_accessor recurring_charge_frequency: ::String
|
668
|
+
SENSITIVE: []
|
669
|
+
end
|
670
|
+
|
671
|
+
class ReplicaConfigurationRequest
|
672
|
+
attr_accessor replica_count: ::Integer
|
673
|
+
SENSITIVE: []
|
674
|
+
end
|
675
|
+
|
676
|
+
class ReservedNode
|
677
|
+
attr_accessor reservation_id: ::String
|
678
|
+
attr_accessor reserved_nodes_offering_id: ::String
|
679
|
+
attr_accessor node_type: ::String
|
680
|
+
attr_accessor start_time: ::Time
|
681
|
+
attr_accessor duration: ::Integer
|
682
|
+
attr_accessor fixed_price: ::Float
|
683
|
+
attr_accessor node_count: ::Integer
|
684
|
+
attr_accessor offering_type: ::String
|
685
|
+
attr_accessor state: ::String
|
686
|
+
attr_accessor recurring_charges: ::Array[Types::RecurringCharge]
|
687
|
+
attr_accessor arn: ::String
|
688
|
+
SENSITIVE: []
|
689
|
+
end
|
690
|
+
|
691
|
+
class ReservedNodeAlreadyExistsFault < Aws::EmptyStructure
|
692
|
+
end
|
693
|
+
|
694
|
+
class ReservedNodeNotFoundFault < Aws::EmptyStructure
|
695
|
+
end
|
696
|
+
|
697
|
+
class ReservedNodeQuotaExceededFault < Aws::EmptyStructure
|
698
|
+
end
|
699
|
+
|
700
|
+
class ReservedNodesOffering
|
701
|
+
attr_accessor reserved_nodes_offering_id: ::String
|
702
|
+
attr_accessor node_type: ::String
|
703
|
+
attr_accessor duration: ::Integer
|
704
|
+
attr_accessor fixed_price: ::Float
|
705
|
+
attr_accessor offering_type: ::String
|
706
|
+
attr_accessor recurring_charges: ::Array[Types::RecurringCharge]
|
707
|
+
SENSITIVE: []
|
708
|
+
end
|
709
|
+
|
710
|
+
class ReservedNodesOfferingNotFoundFault < Aws::EmptyStructure
|
711
|
+
end
|
712
|
+
|
713
|
+
class ResetParameterGroupRequest
|
714
|
+
attr_accessor parameter_group_name: ::String
|
715
|
+
attr_accessor all_parameters: bool
|
716
|
+
attr_accessor parameter_names: ::Array[::String]
|
717
|
+
SENSITIVE: []
|
718
|
+
end
|
719
|
+
|
720
|
+
class ResetParameterGroupResponse
|
721
|
+
attr_accessor parameter_group: Types::ParameterGroup
|
722
|
+
SENSITIVE: []
|
723
|
+
end
|
724
|
+
|
725
|
+
class ReshardingStatus
|
726
|
+
attr_accessor slot_migration: Types::SlotMigration
|
727
|
+
SENSITIVE: []
|
728
|
+
end
|
729
|
+
|
730
|
+
class SecurityGroupMembership
|
731
|
+
attr_accessor security_group_id: ::String
|
732
|
+
attr_accessor status: ::String
|
733
|
+
SENSITIVE: []
|
734
|
+
end
|
735
|
+
|
736
|
+
class ServiceLinkedRoleNotFoundFault < Aws::EmptyStructure
|
737
|
+
end
|
738
|
+
|
739
|
+
class ServiceUpdate
|
740
|
+
attr_accessor cluster_name: ::String
|
741
|
+
attr_accessor service_update_name: ::String
|
742
|
+
attr_accessor release_date: ::Time
|
743
|
+
attr_accessor description: ::String
|
744
|
+
attr_accessor status: ("available" | "in-progress" | "complete" | "scheduled")
|
745
|
+
attr_accessor type: ("security-update")
|
746
|
+
attr_accessor nodes_updated: ::String
|
747
|
+
attr_accessor auto_update_start_date: ::Time
|
748
|
+
SENSITIVE: []
|
749
|
+
end
|
750
|
+
|
751
|
+
class ServiceUpdateNotFoundFault < Aws::EmptyStructure
|
752
|
+
end
|
753
|
+
|
754
|
+
class ServiceUpdateRequest
|
755
|
+
attr_accessor service_update_name_to_apply: ::String
|
756
|
+
SENSITIVE: []
|
757
|
+
end
|
758
|
+
|
759
|
+
class Shard
|
760
|
+
attr_accessor name: ::String
|
761
|
+
attr_accessor status: ::String
|
762
|
+
attr_accessor slots: ::String
|
763
|
+
attr_accessor nodes: ::Array[Types::Node]
|
764
|
+
attr_accessor number_of_nodes: ::Integer
|
765
|
+
SENSITIVE: []
|
766
|
+
end
|
767
|
+
|
768
|
+
class ShardConfiguration
|
769
|
+
attr_accessor slots: ::String
|
770
|
+
attr_accessor replica_count: ::Integer
|
771
|
+
SENSITIVE: []
|
772
|
+
end
|
773
|
+
|
774
|
+
class ShardConfigurationRequest
|
775
|
+
attr_accessor shard_count: ::Integer
|
776
|
+
SENSITIVE: []
|
777
|
+
end
|
778
|
+
|
779
|
+
class ShardDetail
|
780
|
+
attr_accessor name: ::String
|
781
|
+
attr_accessor configuration: Types::ShardConfiguration
|
782
|
+
attr_accessor size: ::String
|
783
|
+
attr_accessor snapshot_creation_time: ::Time
|
784
|
+
SENSITIVE: []
|
785
|
+
end
|
786
|
+
|
787
|
+
class ShardNotFoundFault < Aws::EmptyStructure
|
788
|
+
end
|
789
|
+
|
790
|
+
class ShardsPerClusterQuotaExceededFault < Aws::EmptyStructure
|
791
|
+
end
|
792
|
+
|
793
|
+
class SlotMigration
|
794
|
+
attr_accessor progress_percentage: ::Float
|
795
|
+
SENSITIVE: []
|
796
|
+
end
|
797
|
+
|
798
|
+
class Snapshot
|
799
|
+
attr_accessor name: ::String
|
800
|
+
attr_accessor status: ::String
|
801
|
+
attr_accessor source: ::String
|
802
|
+
attr_accessor kms_key_id: ::String
|
803
|
+
attr_accessor arn: ::String
|
804
|
+
attr_accessor cluster_configuration: Types::ClusterConfiguration
|
805
|
+
attr_accessor data_tiering: ("true" | "false")
|
806
|
+
SENSITIVE: []
|
807
|
+
end
|
808
|
+
|
809
|
+
class SnapshotAlreadyExistsFault < Aws::EmptyStructure
|
810
|
+
end
|
811
|
+
|
812
|
+
class SnapshotNotFoundFault < Aws::EmptyStructure
|
813
|
+
end
|
814
|
+
|
815
|
+
class SnapshotQuotaExceededFault < Aws::EmptyStructure
|
816
|
+
end
|
817
|
+
|
818
|
+
class Subnet
|
819
|
+
attr_accessor identifier: ::String
|
820
|
+
attr_accessor availability_zone: Types::AvailabilityZone
|
821
|
+
SENSITIVE: []
|
822
|
+
end
|
823
|
+
|
824
|
+
class SubnetGroup
|
825
|
+
attr_accessor name: ::String
|
826
|
+
attr_accessor description: ::String
|
827
|
+
attr_accessor vpc_id: ::String
|
828
|
+
attr_accessor subnets: ::Array[Types::Subnet]
|
829
|
+
attr_accessor arn: ::String
|
830
|
+
SENSITIVE: []
|
831
|
+
end
|
832
|
+
|
833
|
+
class SubnetGroupAlreadyExistsFault < Aws::EmptyStructure
|
834
|
+
end
|
835
|
+
|
836
|
+
class SubnetGroupInUseFault < Aws::EmptyStructure
|
837
|
+
end
|
838
|
+
|
839
|
+
class SubnetGroupNotFoundFault < Aws::EmptyStructure
|
840
|
+
end
|
841
|
+
|
842
|
+
class SubnetGroupQuotaExceededFault < Aws::EmptyStructure
|
843
|
+
end
|
844
|
+
|
845
|
+
class SubnetInUse < Aws::EmptyStructure
|
846
|
+
end
|
847
|
+
|
848
|
+
class SubnetNotAllowedFault < Aws::EmptyStructure
|
849
|
+
end
|
850
|
+
|
851
|
+
class SubnetQuotaExceededFault < Aws::EmptyStructure
|
852
|
+
end
|
853
|
+
|
854
|
+
class Tag
|
855
|
+
attr_accessor key: ::String
|
856
|
+
attr_accessor value: ::String
|
857
|
+
SENSITIVE: []
|
858
|
+
end
|
859
|
+
|
860
|
+
class TagNotFoundFault < Aws::EmptyStructure
|
861
|
+
end
|
862
|
+
|
863
|
+
class TagQuotaPerResourceExceeded < Aws::EmptyStructure
|
864
|
+
end
|
865
|
+
|
866
|
+
class TagResourceRequest
|
867
|
+
attr_accessor resource_arn: ::String
|
868
|
+
attr_accessor tags: ::Array[Types::Tag]
|
869
|
+
SENSITIVE: []
|
870
|
+
end
|
871
|
+
|
872
|
+
class TagResourceResponse
|
873
|
+
attr_accessor tag_list: ::Array[Types::Tag]
|
874
|
+
SENSITIVE: []
|
875
|
+
end
|
876
|
+
|
877
|
+
class TestFailoverNotAvailableFault < Aws::EmptyStructure
|
878
|
+
end
|
879
|
+
|
880
|
+
class UnprocessedCluster
|
881
|
+
attr_accessor cluster_name: ::String
|
882
|
+
attr_accessor error_type: ::String
|
883
|
+
attr_accessor error_message: ::String
|
884
|
+
SENSITIVE: []
|
885
|
+
end
|
886
|
+
|
887
|
+
class UntagResourceRequest
|
888
|
+
attr_accessor resource_arn: ::String
|
889
|
+
attr_accessor tag_keys: ::Array[::String]
|
890
|
+
SENSITIVE: []
|
891
|
+
end
|
892
|
+
|
893
|
+
class UntagResourceResponse
|
894
|
+
attr_accessor tag_list: ::Array[Types::Tag]
|
895
|
+
SENSITIVE: []
|
896
|
+
end
|
897
|
+
|
898
|
+
class UpdateACLRequest
|
899
|
+
attr_accessor acl_name: ::String
|
900
|
+
attr_accessor user_names_to_add: ::Array[::String]
|
901
|
+
attr_accessor user_names_to_remove: ::Array[::String]
|
902
|
+
SENSITIVE: []
|
903
|
+
end
|
904
|
+
|
905
|
+
class UpdateACLResponse
|
906
|
+
attr_accessor acl: Types::ACL
|
907
|
+
SENSITIVE: []
|
908
|
+
end
|
909
|
+
|
910
|
+
class UpdateClusterRequest
|
911
|
+
attr_accessor cluster_name: ::String
|
912
|
+
attr_accessor description: ::String
|
913
|
+
attr_accessor security_group_ids: ::Array[::String]
|
914
|
+
attr_accessor maintenance_window: ::String
|
915
|
+
attr_accessor sns_topic_arn: ::String
|
916
|
+
attr_accessor sns_topic_status: ::String
|
917
|
+
attr_accessor parameter_group_name: ::String
|
918
|
+
attr_accessor snapshot_window: ::String
|
919
|
+
attr_accessor snapshot_retention_limit: ::Integer
|
920
|
+
attr_accessor node_type: ::String
|
921
|
+
attr_accessor engine_version: ::String
|
922
|
+
attr_accessor replica_configuration: Types::ReplicaConfigurationRequest
|
923
|
+
attr_accessor shard_configuration: Types::ShardConfigurationRequest
|
924
|
+
attr_accessor acl_name: ::String
|
925
|
+
SENSITIVE: []
|
926
|
+
end
|
927
|
+
|
928
|
+
class UpdateClusterResponse
|
929
|
+
attr_accessor cluster: Types::Cluster
|
930
|
+
SENSITIVE: []
|
931
|
+
end
|
932
|
+
|
933
|
+
class UpdateParameterGroupRequest
|
934
|
+
attr_accessor parameter_group_name: ::String
|
935
|
+
attr_accessor parameter_name_values: ::Array[Types::ParameterNameValue]
|
936
|
+
SENSITIVE: []
|
937
|
+
end
|
938
|
+
|
939
|
+
class UpdateParameterGroupResponse
|
940
|
+
attr_accessor parameter_group: Types::ParameterGroup
|
941
|
+
SENSITIVE: []
|
942
|
+
end
|
943
|
+
|
944
|
+
class UpdateSubnetGroupRequest
|
945
|
+
attr_accessor subnet_group_name: ::String
|
946
|
+
attr_accessor description: ::String
|
947
|
+
attr_accessor subnet_ids: ::Array[::String]
|
948
|
+
SENSITIVE: []
|
949
|
+
end
|
950
|
+
|
951
|
+
class UpdateSubnetGroupResponse
|
952
|
+
attr_accessor subnet_group: Types::SubnetGroup
|
953
|
+
SENSITIVE: []
|
954
|
+
end
|
955
|
+
|
956
|
+
class UpdateUserRequest
|
957
|
+
attr_accessor user_name: ::String
|
958
|
+
attr_accessor authentication_mode: Types::AuthenticationMode
|
959
|
+
attr_accessor access_string: ::String
|
960
|
+
SENSITIVE: []
|
961
|
+
end
|
962
|
+
|
963
|
+
class UpdateUserResponse
|
964
|
+
attr_accessor user: Types::User
|
965
|
+
SENSITIVE: []
|
966
|
+
end
|
967
|
+
|
968
|
+
class User
|
969
|
+
attr_accessor name: ::String
|
970
|
+
attr_accessor status: ::String
|
971
|
+
attr_accessor access_string: ::String
|
972
|
+
attr_accessor acl_names: ::Array[::String]
|
973
|
+
attr_accessor minimum_engine_version: ::String
|
974
|
+
attr_accessor authentication: Types::Authentication
|
975
|
+
attr_accessor arn: ::String
|
976
|
+
SENSITIVE: []
|
977
|
+
end
|
978
|
+
|
979
|
+
class UserAlreadyExistsFault < Aws::EmptyStructure
|
980
|
+
end
|
981
|
+
|
982
|
+
class UserNotFoundFault < Aws::EmptyStructure
|
983
|
+
end
|
984
|
+
|
985
|
+
class UserQuotaExceededFault < Aws::EmptyStructure
|
986
|
+
end
|
987
|
+
end
|
988
|
+
end
|