aws-sdk-redshiftserverless 1.23.0 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +9 -9
- data/lib/aws-sdk-redshiftserverless/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-redshiftserverless/types.rb +16 -19
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- data/sig/client.rbs +861 -0
- data/sig/errors.rbs +50 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1014 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1014 @@
|
|
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::RedshiftServerless
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor code: ::String
|
13
|
+
attr_accessor message: ::String
|
14
|
+
SENSITIVE: []
|
15
|
+
end
|
16
|
+
|
17
|
+
class Association
|
18
|
+
attr_accessor custom_domain_certificate_arn: ::String
|
19
|
+
attr_accessor custom_domain_certificate_expiry_time: ::Time
|
20
|
+
attr_accessor custom_domain_name: ::String
|
21
|
+
attr_accessor workgroup_name: ::String
|
22
|
+
SENSITIVE: []
|
23
|
+
end
|
24
|
+
|
25
|
+
class ConfigParameter
|
26
|
+
attr_accessor parameter_key: ::String
|
27
|
+
attr_accessor parameter_value: ::String
|
28
|
+
SENSITIVE: []
|
29
|
+
end
|
30
|
+
|
31
|
+
class ConflictException
|
32
|
+
attr_accessor message: ::String
|
33
|
+
SENSITIVE: []
|
34
|
+
end
|
35
|
+
|
36
|
+
class ConvertRecoveryPointToSnapshotRequest
|
37
|
+
attr_accessor recovery_point_id: ::String
|
38
|
+
attr_accessor retention_period: ::Integer
|
39
|
+
attr_accessor snapshot_name: ::String
|
40
|
+
attr_accessor tags: ::Array[Types::Tag]
|
41
|
+
SENSITIVE: []
|
42
|
+
end
|
43
|
+
|
44
|
+
class ConvertRecoveryPointToSnapshotResponse
|
45
|
+
attr_accessor snapshot: Types::Snapshot
|
46
|
+
SENSITIVE: []
|
47
|
+
end
|
48
|
+
|
49
|
+
class CreateCustomDomainAssociationRequest
|
50
|
+
attr_accessor custom_domain_certificate_arn: ::String
|
51
|
+
attr_accessor custom_domain_name: ::String
|
52
|
+
attr_accessor workgroup_name: ::String
|
53
|
+
SENSITIVE: []
|
54
|
+
end
|
55
|
+
|
56
|
+
class CreateCustomDomainAssociationResponse
|
57
|
+
attr_accessor custom_domain_certificate_arn: ::String
|
58
|
+
attr_accessor custom_domain_certificate_expiry_time: ::Time
|
59
|
+
attr_accessor custom_domain_name: ::String
|
60
|
+
attr_accessor workgroup_name: ::String
|
61
|
+
SENSITIVE: []
|
62
|
+
end
|
63
|
+
|
64
|
+
class CreateEndpointAccessRequest
|
65
|
+
attr_accessor endpoint_name: ::String
|
66
|
+
attr_accessor owner_account: ::String
|
67
|
+
attr_accessor subnet_ids: ::Array[::String]
|
68
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
69
|
+
attr_accessor workgroup_name: ::String
|
70
|
+
SENSITIVE: []
|
71
|
+
end
|
72
|
+
|
73
|
+
class CreateEndpointAccessResponse
|
74
|
+
attr_accessor endpoint: Types::EndpointAccess
|
75
|
+
SENSITIVE: []
|
76
|
+
end
|
77
|
+
|
78
|
+
class CreateNamespaceRequest
|
79
|
+
attr_accessor admin_password_secret_kms_key_id: ::String
|
80
|
+
attr_accessor admin_user_password: ::String
|
81
|
+
attr_accessor admin_username: ::String
|
82
|
+
attr_accessor db_name: ::String
|
83
|
+
attr_accessor default_iam_role_arn: ::String
|
84
|
+
attr_accessor iam_roles: ::Array[::String]
|
85
|
+
attr_accessor kms_key_id: ::String
|
86
|
+
attr_accessor log_exports: ::Array[("useractivitylog" | "userlog" | "connectionlog")]
|
87
|
+
attr_accessor manage_admin_password: bool
|
88
|
+
attr_accessor namespace_name: ::String
|
89
|
+
attr_accessor redshift_idc_application_arn: ::String
|
90
|
+
attr_accessor tags: ::Array[Types::Tag]
|
91
|
+
SENSITIVE: [:admin_user_password, :admin_username]
|
92
|
+
end
|
93
|
+
|
94
|
+
class CreateNamespaceResponse
|
95
|
+
attr_accessor namespace: Types::Namespace
|
96
|
+
SENSITIVE: []
|
97
|
+
end
|
98
|
+
|
99
|
+
class CreateScheduledActionRequest
|
100
|
+
attr_accessor enabled: bool
|
101
|
+
attr_accessor end_time: ::Time
|
102
|
+
attr_accessor namespace_name: ::String
|
103
|
+
attr_accessor role_arn: ::String
|
104
|
+
attr_accessor schedule: Types::Schedule
|
105
|
+
attr_accessor scheduled_action_description: ::String
|
106
|
+
attr_accessor scheduled_action_name: ::String
|
107
|
+
attr_accessor start_time: ::Time
|
108
|
+
attr_accessor target_action: Types::TargetAction
|
109
|
+
SENSITIVE: []
|
110
|
+
end
|
111
|
+
|
112
|
+
class CreateScheduledActionResponse
|
113
|
+
attr_accessor scheduled_action: Types::ScheduledActionResponse
|
114
|
+
SENSITIVE: []
|
115
|
+
end
|
116
|
+
|
117
|
+
class CreateSnapshotCopyConfigurationRequest
|
118
|
+
attr_accessor destination_kms_key_id: ::String
|
119
|
+
attr_accessor destination_region: ::String
|
120
|
+
attr_accessor namespace_name: ::String
|
121
|
+
attr_accessor snapshot_retention_period: ::Integer
|
122
|
+
SENSITIVE: []
|
123
|
+
end
|
124
|
+
|
125
|
+
class CreateSnapshotCopyConfigurationResponse
|
126
|
+
attr_accessor snapshot_copy_configuration: Types::SnapshotCopyConfiguration
|
127
|
+
SENSITIVE: []
|
128
|
+
end
|
129
|
+
|
130
|
+
class CreateSnapshotRequest
|
131
|
+
attr_accessor namespace_name: ::String
|
132
|
+
attr_accessor retention_period: ::Integer
|
133
|
+
attr_accessor snapshot_name: ::String
|
134
|
+
attr_accessor tags: ::Array[Types::Tag]
|
135
|
+
SENSITIVE: []
|
136
|
+
end
|
137
|
+
|
138
|
+
class CreateSnapshotResponse
|
139
|
+
attr_accessor snapshot: Types::Snapshot
|
140
|
+
SENSITIVE: []
|
141
|
+
end
|
142
|
+
|
143
|
+
class CreateSnapshotScheduleActionParameters
|
144
|
+
attr_accessor namespace_name: ::String
|
145
|
+
attr_accessor retention_period: ::Integer
|
146
|
+
attr_accessor snapshot_name_prefix: ::String
|
147
|
+
attr_accessor tags: ::Array[Types::Tag]
|
148
|
+
SENSITIVE: []
|
149
|
+
end
|
150
|
+
|
151
|
+
class CreateUsageLimitRequest
|
152
|
+
attr_accessor amount: ::Integer
|
153
|
+
attr_accessor breach_action: ("log" | "emit-metric" | "deactivate")
|
154
|
+
attr_accessor period: ("daily" | "weekly" | "monthly")
|
155
|
+
attr_accessor resource_arn: ::String
|
156
|
+
attr_accessor usage_type: ("serverless-compute" | "cross-region-datasharing")
|
157
|
+
SENSITIVE: []
|
158
|
+
end
|
159
|
+
|
160
|
+
class CreateUsageLimitResponse
|
161
|
+
attr_accessor usage_limit: Types::UsageLimit
|
162
|
+
SENSITIVE: []
|
163
|
+
end
|
164
|
+
|
165
|
+
class CreateWorkgroupRequest
|
166
|
+
attr_accessor base_capacity: ::Integer
|
167
|
+
attr_accessor config_parameters: ::Array[Types::ConfigParameter]
|
168
|
+
attr_accessor enhanced_vpc_routing: bool
|
169
|
+
attr_accessor max_capacity: ::Integer
|
170
|
+
attr_accessor namespace_name: ::String
|
171
|
+
attr_accessor port: ::Integer
|
172
|
+
attr_accessor publicly_accessible: bool
|
173
|
+
attr_accessor security_group_ids: ::Array[::String]
|
174
|
+
attr_accessor subnet_ids: ::Array[::String]
|
175
|
+
attr_accessor tags: ::Array[Types::Tag]
|
176
|
+
attr_accessor workgroup_name: ::String
|
177
|
+
SENSITIVE: []
|
178
|
+
end
|
179
|
+
|
180
|
+
class CreateWorkgroupResponse
|
181
|
+
attr_accessor workgroup: Types::Workgroup
|
182
|
+
SENSITIVE: []
|
183
|
+
end
|
184
|
+
|
185
|
+
class DeleteCustomDomainAssociationRequest
|
186
|
+
attr_accessor custom_domain_name: ::String
|
187
|
+
attr_accessor workgroup_name: ::String
|
188
|
+
SENSITIVE: []
|
189
|
+
end
|
190
|
+
|
191
|
+
class DeleteCustomDomainAssociationResponse < Aws::EmptyStructure
|
192
|
+
end
|
193
|
+
|
194
|
+
class DeleteEndpointAccessRequest
|
195
|
+
attr_accessor endpoint_name: ::String
|
196
|
+
SENSITIVE: []
|
197
|
+
end
|
198
|
+
|
199
|
+
class DeleteEndpointAccessResponse
|
200
|
+
attr_accessor endpoint: Types::EndpointAccess
|
201
|
+
SENSITIVE: []
|
202
|
+
end
|
203
|
+
|
204
|
+
class DeleteNamespaceRequest
|
205
|
+
attr_accessor final_snapshot_name: ::String
|
206
|
+
attr_accessor final_snapshot_retention_period: ::Integer
|
207
|
+
attr_accessor namespace_name: ::String
|
208
|
+
SENSITIVE: []
|
209
|
+
end
|
210
|
+
|
211
|
+
class DeleteNamespaceResponse
|
212
|
+
attr_accessor namespace: Types::Namespace
|
213
|
+
SENSITIVE: []
|
214
|
+
end
|
215
|
+
|
216
|
+
class DeleteResourcePolicyRequest
|
217
|
+
attr_accessor resource_arn: ::String
|
218
|
+
SENSITIVE: []
|
219
|
+
end
|
220
|
+
|
221
|
+
class DeleteResourcePolicyResponse < Aws::EmptyStructure
|
222
|
+
end
|
223
|
+
|
224
|
+
class DeleteScheduledActionRequest
|
225
|
+
attr_accessor scheduled_action_name: ::String
|
226
|
+
SENSITIVE: []
|
227
|
+
end
|
228
|
+
|
229
|
+
class DeleteScheduledActionResponse
|
230
|
+
attr_accessor scheduled_action: Types::ScheduledActionResponse
|
231
|
+
SENSITIVE: []
|
232
|
+
end
|
233
|
+
|
234
|
+
class DeleteSnapshotCopyConfigurationRequest
|
235
|
+
attr_accessor snapshot_copy_configuration_id: ::String
|
236
|
+
SENSITIVE: []
|
237
|
+
end
|
238
|
+
|
239
|
+
class DeleteSnapshotCopyConfigurationResponse
|
240
|
+
attr_accessor snapshot_copy_configuration: Types::SnapshotCopyConfiguration
|
241
|
+
SENSITIVE: []
|
242
|
+
end
|
243
|
+
|
244
|
+
class DeleteSnapshotRequest
|
245
|
+
attr_accessor snapshot_name: ::String
|
246
|
+
SENSITIVE: []
|
247
|
+
end
|
248
|
+
|
249
|
+
class DeleteSnapshotResponse
|
250
|
+
attr_accessor snapshot: Types::Snapshot
|
251
|
+
SENSITIVE: []
|
252
|
+
end
|
253
|
+
|
254
|
+
class DeleteUsageLimitRequest
|
255
|
+
attr_accessor usage_limit_id: ::String
|
256
|
+
SENSITIVE: []
|
257
|
+
end
|
258
|
+
|
259
|
+
class DeleteUsageLimitResponse
|
260
|
+
attr_accessor usage_limit: Types::UsageLimit
|
261
|
+
SENSITIVE: []
|
262
|
+
end
|
263
|
+
|
264
|
+
class DeleteWorkgroupRequest
|
265
|
+
attr_accessor workgroup_name: ::String
|
266
|
+
SENSITIVE: []
|
267
|
+
end
|
268
|
+
|
269
|
+
class DeleteWorkgroupResponse
|
270
|
+
attr_accessor workgroup: Types::Workgroup
|
271
|
+
SENSITIVE: []
|
272
|
+
end
|
273
|
+
|
274
|
+
class Endpoint
|
275
|
+
attr_accessor address: ::String
|
276
|
+
attr_accessor port: ::Integer
|
277
|
+
attr_accessor vpc_endpoints: ::Array[Types::VpcEndpoint]
|
278
|
+
SENSITIVE: []
|
279
|
+
end
|
280
|
+
|
281
|
+
class EndpointAccess
|
282
|
+
attr_accessor address: ::String
|
283
|
+
attr_accessor endpoint_arn: ::String
|
284
|
+
attr_accessor endpoint_create_time: ::Time
|
285
|
+
attr_accessor endpoint_name: ::String
|
286
|
+
attr_accessor endpoint_status: ::String
|
287
|
+
attr_accessor port: ::Integer
|
288
|
+
attr_accessor subnet_ids: ::Array[::String]
|
289
|
+
attr_accessor vpc_endpoint: Types::VpcEndpoint
|
290
|
+
attr_accessor vpc_security_groups: ::Array[Types::VpcSecurityGroupMembership]
|
291
|
+
attr_accessor workgroup_name: ::String
|
292
|
+
SENSITIVE: []
|
293
|
+
end
|
294
|
+
|
295
|
+
class GetCredentialsRequest
|
296
|
+
attr_accessor custom_domain_name: ::String
|
297
|
+
attr_accessor db_name: ::String
|
298
|
+
attr_accessor duration_seconds: ::Integer
|
299
|
+
attr_accessor workgroup_name: ::String
|
300
|
+
SENSITIVE: []
|
301
|
+
end
|
302
|
+
|
303
|
+
class GetCredentialsResponse
|
304
|
+
attr_accessor db_password: ::String
|
305
|
+
attr_accessor db_user: ::String
|
306
|
+
attr_accessor expiration: ::Time
|
307
|
+
attr_accessor next_refresh_time: ::Time
|
308
|
+
SENSITIVE: [:db_password, :db_user]
|
309
|
+
end
|
310
|
+
|
311
|
+
class GetCustomDomainAssociationRequest
|
312
|
+
attr_accessor custom_domain_name: ::String
|
313
|
+
attr_accessor workgroup_name: ::String
|
314
|
+
SENSITIVE: []
|
315
|
+
end
|
316
|
+
|
317
|
+
class GetCustomDomainAssociationResponse
|
318
|
+
attr_accessor custom_domain_certificate_arn: ::String
|
319
|
+
attr_accessor custom_domain_certificate_expiry_time: ::Time
|
320
|
+
attr_accessor custom_domain_name: ::String
|
321
|
+
attr_accessor workgroup_name: ::String
|
322
|
+
SENSITIVE: []
|
323
|
+
end
|
324
|
+
|
325
|
+
class GetEndpointAccessRequest
|
326
|
+
attr_accessor endpoint_name: ::String
|
327
|
+
SENSITIVE: []
|
328
|
+
end
|
329
|
+
|
330
|
+
class GetEndpointAccessResponse
|
331
|
+
attr_accessor endpoint: Types::EndpointAccess
|
332
|
+
SENSITIVE: []
|
333
|
+
end
|
334
|
+
|
335
|
+
class GetNamespaceRequest
|
336
|
+
attr_accessor namespace_name: ::String
|
337
|
+
SENSITIVE: []
|
338
|
+
end
|
339
|
+
|
340
|
+
class GetNamespaceResponse
|
341
|
+
attr_accessor namespace: Types::Namespace
|
342
|
+
SENSITIVE: []
|
343
|
+
end
|
344
|
+
|
345
|
+
class GetRecoveryPointRequest
|
346
|
+
attr_accessor recovery_point_id: ::String
|
347
|
+
SENSITIVE: []
|
348
|
+
end
|
349
|
+
|
350
|
+
class GetRecoveryPointResponse
|
351
|
+
attr_accessor recovery_point: Types::RecoveryPoint
|
352
|
+
SENSITIVE: []
|
353
|
+
end
|
354
|
+
|
355
|
+
class GetResourcePolicyRequest
|
356
|
+
attr_accessor resource_arn: ::String
|
357
|
+
SENSITIVE: []
|
358
|
+
end
|
359
|
+
|
360
|
+
class GetResourcePolicyResponse
|
361
|
+
attr_accessor resource_policy: Types::ResourcePolicy
|
362
|
+
SENSITIVE: []
|
363
|
+
end
|
364
|
+
|
365
|
+
class GetScheduledActionRequest
|
366
|
+
attr_accessor scheduled_action_name: ::String
|
367
|
+
SENSITIVE: []
|
368
|
+
end
|
369
|
+
|
370
|
+
class GetScheduledActionResponse
|
371
|
+
attr_accessor scheduled_action: Types::ScheduledActionResponse
|
372
|
+
SENSITIVE: []
|
373
|
+
end
|
374
|
+
|
375
|
+
class GetSnapshotRequest
|
376
|
+
attr_accessor owner_account: ::String
|
377
|
+
attr_accessor snapshot_arn: ::String
|
378
|
+
attr_accessor snapshot_name: ::String
|
379
|
+
SENSITIVE: []
|
380
|
+
end
|
381
|
+
|
382
|
+
class GetSnapshotResponse
|
383
|
+
attr_accessor snapshot: Types::Snapshot
|
384
|
+
SENSITIVE: []
|
385
|
+
end
|
386
|
+
|
387
|
+
class GetTableRestoreStatusRequest
|
388
|
+
attr_accessor table_restore_request_id: ::String
|
389
|
+
SENSITIVE: []
|
390
|
+
end
|
391
|
+
|
392
|
+
class GetTableRestoreStatusResponse
|
393
|
+
attr_accessor table_restore_status: Types::TableRestoreStatus
|
394
|
+
SENSITIVE: []
|
395
|
+
end
|
396
|
+
|
397
|
+
class GetUsageLimitRequest
|
398
|
+
attr_accessor usage_limit_id: ::String
|
399
|
+
SENSITIVE: []
|
400
|
+
end
|
401
|
+
|
402
|
+
class GetUsageLimitResponse
|
403
|
+
attr_accessor usage_limit: Types::UsageLimit
|
404
|
+
SENSITIVE: []
|
405
|
+
end
|
406
|
+
|
407
|
+
class GetWorkgroupRequest
|
408
|
+
attr_accessor workgroup_name: ::String
|
409
|
+
SENSITIVE: []
|
410
|
+
end
|
411
|
+
|
412
|
+
class GetWorkgroupResponse
|
413
|
+
attr_accessor workgroup: Types::Workgroup
|
414
|
+
SENSITIVE: []
|
415
|
+
end
|
416
|
+
|
417
|
+
class InsufficientCapacityException
|
418
|
+
attr_accessor message: ::String
|
419
|
+
SENSITIVE: []
|
420
|
+
end
|
421
|
+
|
422
|
+
class InternalServerException
|
423
|
+
attr_accessor message: ::String
|
424
|
+
SENSITIVE: []
|
425
|
+
end
|
426
|
+
|
427
|
+
class InvalidPaginationException
|
428
|
+
attr_accessor message: ::String
|
429
|
+
SENSITIVE: []
|
430
|
+
end
|
431
|
+
|
432
|
+
class ListCustomDomainAssociationsRequest
|
433
|
+
attr_accessor custom_domain_certificate_arn: ::String
|
434
|
+
attr_accessor custom_domain_name: ::String
|
435
|
+
attr_accessor max_results: ::Integer
|
436
|
+
attr_accessor next_token: ::String
|
437
|
+
SENSITIVE: []
|
438
|
+
end
|
439
|
+
|
440
|
+
class ListCustomDomainAssociationsResponse
|
441
|
+
attr_accessor associations: ::Array[Types::Association]
|
442
|
+
attr_accessor next_token: ::String
|
443
|
+
SENSITIVE: []
|
444
|
+
end
|
445
|
+
|
446
|
+
class ListEndpointAccessRequest
|
447
|
+
attr_accessor max_results: ::Integer
|
448
|
+
attr_accessor next_token: ::String
|
449
|
+
attr_accessor owner_account: ::String
|
450
|
+
attr_accessor vpc_id: ::String
|
451
|
+
attr_accessor workgroup_name: ::String
|
452
|
+
SENSITIVE: []
|
453
|
+
end
|
454
|
+
|
455
|
+
class ListEndpointAccessResponse
|
456
|
+
attr_accessor endpoints: ::Array[Types::EndpointAccess]
|
457
|
+
attr_accessor next_token: ::String
|
458
|
+
SENSITIVE: []
|
459
|
+
end
|
460
|
+
|
461
|
+
class ListNamespacesRequest
|
462
|
+
attr_accessor max_results: ::Integer
|
463
|
+
attr_accessor next_token: ::String
|
464
|
+
SENSITIVE: []
|
465
|
+
end
|
466
|
+
|
467
|
+
class ListNamespacesResponse
|
468
|
+
attr_accessor namespaces: ::Array[Types::Namespace]
|
469
|
+
attr_accessor next_token: ::String
|
470
|
+
SENSITIVE: []
|
471
|
+
end
|
472
|
+
|
473
|
+
class ListRecoveryPointsRequest
|
474
|
+
attr_accessor end_time: ::Time
|
475
|
+
attr_accessor max_results: ::Integer
|
476
|
+
attr_accessor namespace_arn: ::String
|
477
|
+
attr_accessor namespace_name: ::String
|
478
|
+
attr_accessor next_token: ::String
|
479
|
+
attr_accessor start_time: ::Time
|
480
|
+
SENSITIVE: []
|
481
|
+
end
|
482
|
+
|
483
|
+
class ListRecoveryPointsResponse
|
484
|
+
attr_accessor next_token: ::String
|
485
|
+
attr_accessor recovery_points: ::Array[Types::RecoveryPoint]
|
486
|
+
SENSITIVE: []
|
487
|
+
end
|
488
|
+
|
489
|
+
class ListScheduledActionsRequest
|
490
|
+
attr_accessor max_results: ::Integer
|
491
|
+
attr_accessor namespace_name: ::String
|
492
|
+
attr_accessor next_token: ::String
|
493
|
+
SENSITIVE: []
|
494
|
+
end
|
495
|
+
|
496
|
+
class ListScheduledActionsResponse
|
497
|
+
attr_accessor next_token: ::String
|
498
|
+
attr_accessor scheduled_actions: ::Array[::String]
|
499
|
+
SENSITIVE: []
|
500
|
+
end
|
501
|
+
|
502
|
+
class ListSnapshotCopyConfigurationsRequest
|
503
|
+
attr_accessor max_results: ::Integer
|
504
|
+
attr_accessor namespace_name: ::String
|
505
|
+
attr_accessor next_token: ::String
|
506
|
+
SENSITIVE: []
|
507
|
+
end
|
508
|
+
|
509
|
+
class ListSnapshotCopyConfigurationsResponse
|
510
|
+
attr_accessor next_token: ::String
|
511
|
+
attr_accessor snapshot_copy_configurations: ::Array[Types::SnapshotCopyConfiguration]
|
512
|
+
SENSITIVE: []
|
513
|
+
end
|
514
|
+
|
515
|
+
class ListSnapshotsRequest
|
516
|
+
attr_accessor end_time: ::Time
|
517
|
+
attr_accessor max_results: ::Integer
|
518
|
+
attr_accessor namespace_arn: ::String
|
519
|
+
attr_accessor namespace_name: ::String
|
520
|
+
attr_accessor next_token: ::String
|
521
|
+
attr_accessor owner_account: ::String
|
522
|
+
attr_accessor start_time: ::Time
|
523
|
+
SENSITIVE: []
|
524
|
+
end
|
525
|
+
|
526
|
+
class ListSnapshotsResponse
|
527
|
+
attr_accessor next_token: ::String
|
528
|
+
attr_accessor snapshots: ::Array[Types::Snapshot]
|
529
|
+
SENSITIVE: []
|
530
|
+
end
|
531
|
+
|
532
|
+
class ListTableRestoreStatusRequest
|
533
|
+
attr_accessor max_results: ::Integer
|
534
|
+
attr_accessor namespace_name: ::String
|
535
|
+
attr_accessor next_token: ::String
|
536
|
+
attr_accessor workgroup_name: ::String
|
537
|
+
SENSITIVE: []
|
538
|
+
end
|
539
|
+
|
540
|
+
class ListTableRestoreStatusResponse
|
541
|
+
attr_accessor next_token: ::String
|
542
|
+
attr_accessor table_restore_statuses: ::Array[Types::TableRestoreStatus]
|
543
|
+
SENSITIVE: []
|
544
|
+
end
|
545
|
+
|
546
|
+
class ListTagsForResourceRequest
|
547
|
+
attr_accessor resource_arn: ::String
|
548
|
+
SENSITIVE: []
|
549
|
+
end
|
550
|
+
|
551
|
+
class ListTagsForResourceResponse
|
552
|
+
attr_accessor tags: ::Array[Types::Tag]
|
553
|
+
SENSITIVE: []
|
554
|
+
end
|
555
|
+
|
556
|
+
class ListUsageLimitsRequest
|
557
|
+
attr_accessor max_results: ::Integer
|
558
|
+
attr_accessor next_token: ::String
|
559
|
+
attr_accessor resource_arn: ::String
|
560
|
+
attr_accessor usage_type: ("serverless-compute" | "cross-region-datasharing")
|
561
|
+
SENSITIVE: []
|
562
|
+
end
|
563
|
+
|
564
|
+
class ListUsageLimitsResponse
|
565
|
+
attr_accessor next_token: ::String
|
566
|
+
attr_accessor usage_limits: ::Array[Types::UsageLimit]
|
567
|
+
SENSITIVE: []
|
568
|
+
end
|
569
|
+
|
570
|
+
class ListWorkgroupsRequest
|
571
|
+
attr_accessor max_results: ::Integer
|
572
|
+
attr_accessor next_token: ::String
|
573
|
+
attr_accessor owner_account: ::String
|
574
|
+
SENSITIVE: []
|
575
|
+
end
|
576
|
+
|
577
|
+
class ListWorkgroupsResponse
|
578
|
+
attr_accessor next_token: ::String
|
579
|
+
attr_accessor workgroups: ::Array[Types::Workgroup]
|
580
|
+
SENSITIVE: []
|
581
|
+
end
|
582
|
+
|
583
|
+
class Namespace
|
584
|
+
attr_accessor admin_password_secret_arn: ::String
|
585
|
+
attr_accessor admin_password_secret_kms_key_id: ::String
|
586
|
+
attr_accessor admin_username: ::String
|
587
|
+
attr_accessor creation_date: ::Time
|
588
|
+
attr_accessor db_name: ::String
|
589
|
+
attr_accessor default_iam_role_arn: ::String
|
590
|
+
attr_accessor iam_roles: ::Array[::String]
|
591
|
+
attr_accessor kms_key_id: ::String
|
592
|
+
attr_accessor log_exports: ::Array[("useractivitylog" | "userlog" | "connectionlog")]
|
593
|
+
attr_accessor namespace_arn: ::String
|
594
|
+
attr_accessor namespace_id: ::String
|
595
|
+
attr_accessor namespace_name: ::String
|
596
|
+
attr_accessor status: ("AVAILABLE" | "MODIFYING" | "DELETING")
|
597
|
+
SENSITIVE: [:admin_username]
|
598
|
+
end
|
599
|
+
|
600
|
+
class NetworkInterface
|
601
|
+
attr_accessor availability_zone: ::String
|
602
|
+
attr_accessor network_interface_id: ::String
|
603
|
+
attr_accessor private_ip_address: ::String
|
604
|
+
attr_accessor subnet_id: ::String
|
605
|
+
SENSITIVE: []
|
606
|
+
end
|
607
|
+
|
608
|
+
class PutResourcePolicyRequest
|
609
|
+
attr_accessor policy: ::String
|
610
|
+
attr_accessor resource_arn: ::String
|
611
|
+
SENSITIVE: []
|
612
|
+
end
|
613
|
+
|
614
|
+
class PutResourcePolicyResponse
|
615
|
+
attr_accessor resource_policy: Types::ResourcePolicy
|
616
|
+
SENSITIVE: []
|
617
|
+
end
|
618
|
+
|
619
|
+
class RecoveryPoint
|
620
|
+
attr_accessor namespace_arn: ::String
|
621
|
+
attr_accessor namespace_name: ::String
|
622
|
+
attr_accessor recovery_point_create_time: ::Time
|
623
|
+
attr_accessor recovery_point_id: ::String
|
624
|
+
attr_accessor total_size_in_mega_bytes: ::Float
|
625
|
+
attr_accessor workgroup_name: ::String
|
626
|
+
SENSITIVE: []
|
627
|
+
end
|
628
|
+
|
629
|
+
class ResourceNotFoundException
|
630
|
+
attr_accessor message: ::String
|
631
|
+
attr_accessor resource_name: ::String
|
632
|
+
SENSITIVE: []
|
633
|
+
end
|
634
|
+
|
635
|
+
class ResourcePolicy
|
636
|
+
attr_accessor policy: ::String
|
637
|
+
attr_accessor resource_arn: ::String
|
638
|
+
SENSITIVE: []
|
639
|
+
end
|
640
|
+
|
641
|
+
class RestoreFromRecoveryPointRequest
|
642
|
+
attr_accessor namespace_name: ::String
|
643
|
+
attr_accessor recovery_point_id: ::String
|
644
|
+
attr_accessor workgroup_name: ::String
|
645
|
+
SENSITIVE: []
|
646
|
+
end
|
647
|
+
|
648
|
+
class RestoreFromRecoveryPointResponse
|
649
|
+
attr_accessor namespace: Types::Namespace
|
650
|
+
attr_accessor recovery_point_id: ::String
|
651
|
+
SENSITIVE: []
|
652
|
+
end
|
653
|
+
|
654
|
+
class RestoreFromSnapshotRequest
|
655
|
+
attr_accessor admin_password_secret_kms_key_id: ::String
|
656
|
+
attr_accessor manage_admin_password: bool
|
657
|
+
attr_accessor namespace_name: ::String
|
658
|
+
attr_accessor owner_account: ::String
|
659
|
+
attr_accessor snapshot_arn: ::String
|
660
|
+
attr_accessor snapshot_name: ::String
|
661
|
+
attr_accessor workgroup_name: ::String
|
662
|
+
SENSITIVE: []
|
663
|
+
end
|
664
|
+
|
665
|
+
class RestoreFromSnapshotResponse
|
666
|
+
attr_accessor namespace: Types::Namespace
|
667
|
+
attr_accessor owner_account: ::String
|
668
|
+
attr_accessor snapshot_name: ::String
|
669
|
+
SENSITIVE: []
|
670
|
+
end
|
671
|
+
|
672
|
+
class RestoreTableFromRecoveryPointRequest
|
673
|
+
attr_accessor activate_case_sensitive_identifier: bool
|
674
|
+
attr_accessor namespace_name: ::String
|
675
|
+
attr_accessor new_table_name: ::String
|
676
|
+
attr_accessor recovery_point_id: ::String
|
677
|
+
attr_accessor source_database_name: ::String
|
678
|
+
attr_accessor source_schema_name: ::String
|
679
|
+
attr_accessor source_table_name: ::String
|
680
|
+
attr_accessor target_database_name: ::String
|
681
|
+
attr_accessor target_schema_name: ::String
|
682
|
+
attr_accessor workgroup_name: ::String
|
683
|
+
SENSITIVE: []
|
684
|
+
end
|
685
|
+
|
686
|
+
class RestoreTableFromRecoveryPointResponse
|
687
|
+
attr_accessor table_restore_status: Types::TableRestoreStatus
|
688
|
+
SENSITIVE: []
|
689
|
+
end
|
690
|
+
|
691
|
+
class RestoreTableFromSnapshotRequest
|
692
|
+
attr_accessor activate_case_sensitive_identifier: bool
|
693
|
+
attr_accessor namespace_name: ::String
|
694
|
+
attr_accessor new_table_name: ::String
|
695
|
+
attr_accessor snapshot_name: ::String
|
696
|
+
attr_accessor source_database_name: ::String
|
697
|
+
attr_accessor source_schema_name: ::String
|
698
|
+
attr_accessor source_table_name: ::String
|
699
|
+
attr_accessor target_database_name: ::String
|
700
|
+
attr_accessor target_schema_name: ::String
|
701
|
+
attr_accessor workgroup_name: ::String
|
702
|
+
SENSITIVE: []
|
703
|
+
end
|
704
|
+
|
705
|
+
class RestoreTableFromSnapshotResponse
|
706
|
+
attr_accessor table_restore_status: Types::TableRestoreStatus
|
707
|
+
SENSITIVE: []
|
708
|
+
end
|
709
|
+
|
710
|
+
class Schedule
|
711
|
+
attr_accessor at: ::Time
|
712
|
+
attr_accessor cron: ::String
|
713
|
+
attr_accessor unknown: untyped
|
714
|
+
SENSITIVE: []
|
715
|
+
|
716
|
+
class At < Schedule
|
717
|
+
end
|
718
|
+
class Cron < Schedule
|
719
|
+
end
|
720
|
+
class Unknown < Schedule
|
721
|
+
end
|
722
|
+
end
|
723
|
+
|
724
|
+
class ScheduledActionResponse
|
725
|
+
attr_accessor end_time: ::Time
|
726
|
+
attr_accessor namespace_name: ::String
|
727
|
+
attr_accessor next_invocations: ::Array[::Time]
|
728
|
+
attr_accessor role_arn: ::String
|
729
|
+
attr_accessor schedule: Types::Schedule
|
730
|
+
attr_accessor scheduled_action_description: ::String
|
731
|
+
attr_accessor scheduled_action_name: ::String
|
732
|
+
attr_accessor scheduled_action_uuid: ::String
|
733
|
+
attr_accessor start_time: ::Time
|
734
|
+
attr_accessor state: ("ACTIVE" | "DISABLED")
|
735
|
+
attr_accessor target_action: Types::TargetAction
|
736
|
+
SENSITIVE: []
|
737
|
+
end
|
738
|
+
|
739
|
+
class ServiceQuotaExceededException
|
740
|
+
attr_accessor message: ::String
|
741
|
+
SENSITIVE: []
|
742
|
+
end
|
743
|
+
|
744
|
+
class Snapshot
|
745
|
+
attr_accessor accounts_with_provisioned_restore_access: ::Array[::String]
|
746
|
+
attr_accessor accounts_with_restore_access: ::Array[::String]
|
747
|
+
attr_accessor actual_incremental_backup_size_in_mega_bytes: ::Float
|
748
|
+
attr_accessor admin_password_secret_arn: ::String
|
749
|
+
attr_accessor admin_password_secret_kms_key_id: ::String
|
750
|
+
attr_accessor admin_username: ::String
|
751
|
+
attr_accessor backup_progress_in_mega_bytes: ::Float
|
752
|
+
attr_accessor current_backup_rate_in_mega_bytes_per_second: ::Float
|
753
|
+
attr_accessor elapsed_time_in_seconds: ::Integer
|
754
|
+
attr_accessor estimated_seconds_to_completion: ::Integer
|
755
|
+
attr_accessor kms_key_id: ::String
|
756
|
+
attr_accessor namespace_arn: ::String
|
757
|
+
attr_accessor namespace_name: ::String
|
758
|
+
attr_accessor owner_account: ::String
|
759
|
+
attr_accessor snapshot_arn: ::String
|
760
|
+
attr_accessor snapshot_create_time: ::Time
|
761
|
+
attr_accessor snapshot_name: ::String
|
762
|
+
attr_accessor snapshot_remaining_days: ::Integer
|
763
|
+
attr_accessor snapshot_retention_period: ::Integer
|
764
|
+
attr_accessor snapshot_retention_start_time: ::Time
|
765
|
+
attr_accessor status: ("AVAILABLE" | "CREATING" | "DELETED" | "CANCELLED" | "FAILED" | "COPYING")
|
766
|
+
attr_accessor total_backup_size_in_mega_bytes: ::Float
|
767
|
+
SENSITIVE: []
|
768
|
+
end
|
769
|
+
|
770
|
+
class SnapshotCopyConfiguration
|
771
|
+
attr_accessor destination_kms_key_id: ::String
|
772
|
+
attr_accessor destination_region: ::String
|
773
|
+
attr_accessor namespace_name: ::String
|
774
|
+
attr_accessor snapshot_copy_configuration_arn: ::String
|
775
|
+
attr_accessor snapshot_copy_configuration_id: ::String
|
776
|
+
attr_accessor snapshot_retention_period: ::Integer
|
777
|
+
SENSITIVE: []
|
778
|
+
end
|
779
|
+
|
780
|
+
class TableRestoreStatus
|
781
|
+
attr_accessor message: ::String
|
782
|
+
attr_accessor namespace_name: ::String
|
783
|
+
attr_accessor new_table_name: ::String
|
784
|
+
attr_accessor progress_in_mega_bytes: ::Integer
|
785
|
+
attr_accessor recovery_point_id: ::String
|
786
|
+
attr_accessor request_time: ::Time
|
787
|
+
attr_accessor snapshot_name: ::String
|
788
|
+
attr_accessor source_database_name: ::String
|
789
|
+
attr_accessor source_schema_name: ::String
|
790
|
+
attr_accessor source_table_name: ::String
|
791
|
+
attr_accessor status: ::String
|
792
|
+
attr_accessor table_restore_request_id: ::String
|
793
|
+
attr_accessor target_database_name: ::String
|
794
|
+
attr_accessor target_schema_name: ::String
|
795
|
+
attr_accessor total_data_in_mega_bytes: ::Integer
|
796
|
+
attr_accessor workgroup_name: ::String
|
797
|
+
SENSITIVE: []
|
798
|
+
end
|
799
|
+
|
800
|
+
class Tag
|
801
|
+
attr_accessor key: ::String
|
802
|
+
attr_accessor value: ::String
|
803
|
+
SENSITIVE: []
|
804
|
+
end
|
805
|
+
|
806
|
+
class TagResourceRequest
|
807
|
+
attr_accessor resource_arn: ::String
|
808
|
+
attr_accessor tags: ::Array[Types::Tag]
|
809
|
+
SENSITIVE: []
|
810
|
+
end
|
811
|
+
|
812
|
+
class TagResourceResponse < Aws::EmptyStructure
|
813
|
+
end
|
814
|
+
|
815
|
+
class TargetAction
|
816
|
+
attr_accessor create_snapshot: Types::CreateSnapshotScheduleActionParameters
|
817
|
+
attr_accessor unknown: untyped
|
818
|
+
SENSITIVE: []
|
819
|
+
|
820
|
+
class CreateSnapshot < TargetAction
|
821
|
+
end
|
822
|
+
class Unknown < TargetAction
|
823
|
+
end
|
824
|
+
end
|
825
|
+
|
826
|
+
class ThrottlingException
|
827
|
+
attr_accessor code: ::String
|
828
|
+
attr_accessor message: ::String
|
829
|
+
SENSITIVE: []
|
830
|
+
end
|
831
|
+
|
832
|
+
class TooManyTagsException
|
833
|
+
attr_accessor message: ::String
|
834
|
+
attr_accessor resource_name: ::String
|
835
|
+
SENSITIVE: []
|
836
|
+
end
|
837
|
+
|
838
|
+
class UntagResourceRequest
|
839
|
+
attr_accessor resource_arn: ::String
|
840
|
+
attr_accessor tag_keys: ::Array[::String]
|
841
|
+
SENSITIVE: []
|
842
|
+
end
|
843
|
+
|
844
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
845
|
+
end
|
846
|
+
|
847
|
+
class UpdateCustomDomainAssociationRequest
|
848
|
+
attr_accessor custom_domain_certificate_arn: ::String
|
849
|
+
attr_accessor custom_domain_name: ::String
|
850
|
+
attr_accessor workgroup_name: ::String
|
851
|
+
SENSITIVE: []
|
852
|
+
end
|
853
|
+
|
854
|
+
class UpdateCustomDomainAssociationResponse
|
855
|
+
attr_accessor custom_domain_certificate_arn: ::String
|
856
|
+
attr_accessor custom_domain_certificate_expiry_time: ::Time
|
857
|
+
attr_accessor custom_domain_name: ::String
|
858
|
+
attr_accessor workgroup_name: ::String
|
859
|
+
SENSITIVE: []
|
860
|
+
end
|
861
|
+
|
862
|
+
class UpdateEndpointAccessRequest
|
863
|
+
attr_accessor endpoint_name: ::String
|
864
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
865
|
+
SENSITIVE: []
|
866
|
+
end
|
867
|
+
|
868
|
+
class UpdateEndpointAccessResponse
|
869
|
+
attr_accessor endpoint: Types::EndpointAccess
|
870
|
+
SENSITIVE: []
|
871
|
+
end
|
872
|
+
|
873
|
+
class UpdateNamespaceRequest
|
874
|
+
attr_accessor admin_password_secret_kms_key_id: ::String
|
875
|
+
attr_accessor admin_user_password: ::String
|
876
|
+
attr_accessor admin_username: ::String
|
877
|
+
attr_accessor default_iam_role_arn: ::String
|
878
|
+
attr_accessor iam_roles: ::Array[::String]
|
879
|
+
attr_accessor kms_key_id: ::String
|
880
|
+
attr_accessor log_exports: ::Array[("useractivitylog" | "userlog" | "connectionlog")]
|
881
|
+
attr_accessor manage_admin_password: bool
|
882
|
+
attr_accessor namespace_name: ::String
|
883
|
+
SENSITIVE: [:admin_user_password, :admin_username]
|
884
|
+
end
|
885
|
+
|
886
|
+
class UpdateNamespaceResponse
|
887
|
+
attr_accessor namespace: Types::Namespace
|
888
|
+
SENSITIVE: []
|
889
|
+
end
|
890
|
+
|
891
|
+
class UpdateScheduledActionRequest
|
892
|
+
attr_accessor enabled: bool
|
893
|
+
attr_accessor end_time: ::Time
|
894
|
+
attr_accessor role_arn: ::String
|
895
|
+
attr_accessor schedule: Types::Schedule
|
896
|
+
attr_accessor scheduled_action_description: ::String
|
897
|
+
attr_accessor scheduled_action_name: ::String
|
898
|
+
attr_accessor start_time: ::Time
|
899
|
+
attr_accessor target_action: Types::TargetAction
|
900
|
+
SENSITIVE: []
|
901
|
+
end
|
902
|
+
|
903
|
+
class UpdateScheduledActionResponse
|
904
|
+
attr_accessor scheduled_action: Types::ScheduledActionResponse
|
905
|
+
SENSITIVE: []
|
906
|
+
end
|
907
|
+
|
908
|
+
class UpdateSnapshotCopyConfigurationRequest
|
909
|
+
attr_accessor snapshot_copy_configuration_id: ::String
|
910
|
+
attr_accessor snapshot_retention_period: ::Integer
|
911
|
+
SENSITIVE: []
|
912
|
+
end
|
913
|
+
|
914
|
+
class UpdateSnapshotCopyConfigurationResponse
|
915
|
+
attr_accessor snapshot_copy_configuration: Types::SnapshotCopyConfiguration
|
916
|
+
SENSITIVE: []
|
917
|
+
end
|
918
|
+
|
919
|
+
class UpdateSnapshotRequest
|
920
|
+
attr_accessor retention_period: ::Integer
|
921
|
+
attr_accessor snapshot_name: ::String
|
922
|
+
SENSITIVE: []
|
923
|
+
end
|
924
|
+
|
925
|
+
class UpdateSnapshotResponse
|
926
|
+
attr_accessor snapshot: Types::Snapshot
|
927
|
+
SENSITIVE: []
|
928
|
+
end
|
929
|
+
|
930
|
+
class UpdateUsageLimitRequest
|
931
|
+
attr_accessor amount: ::Integer
|
932
|
+
attr_accessor breach_action: ("log" | "emit-metric" | "deactivate")
|
933
|
+
attr_accessor usage_limit_id: ::String
|
934
|
+
SENSITIVE: []
|
935
|
+
end
|
936
|
+
|
937
|
+
class UpdateUsageLimitResponse
|
938
|
+
attr_accessor usage_limit: Types::UsageLimit
|
939
|
+
SENSITIVE: []
|
940
|
+
end
|
941
|
+
|
942
|
+
class UpdateWorkgroupRequest
|
943
|
+
attr_accessor base_capacity: ::Integer
|
944
|
+
attr_accessor config_parameters: ::Array[Types::ConfigParameter]
|
945
|
+
attr_accessor enhanced_vpc_routing: bool
|
946
|
+
attr_accessor max_capacity: ::Integer
|
947
|
+
attr_accessor port: ::Integer
|
948
|
+
attr_accessor publicly_accessible: bool
|
949
|
+
attr_accessor security_group_ids: ::Array[::String]
|
950
|
+
attr_accessor subnet_ids: ::Array[::String]
|
951
|
+
attr_accessor workgroup_name: ::String
|
952
|
+
SENSITIVE: []
|
953
|
+
end
|
954
|
+
|
955
|
+
class UpdateWorkgroupResponse
|
956
|
+
attr_accessor workgroup: Types::Workgroup
|
957
|
+
SENSITIVE: []
|
958
|
+
end
|
959
|
+
|
960
|
+
class UsageLimit
|
961
|
+
attr_accessor amount: ::Integer
|
962
|
+
attr_accessor breach_action: ("log" | "emit-metric" | "deactivate")
|
963
|
+
attr_accessor period: ("daily" | "weekly" | "monthly")
|
964
|
+
attr_accessor resource_arn: ::String
|
965
|
+
attr_accessor usage_limit_arn: ::String
|
966
|
+
attr_accessor usage_limit_id: ::String
|
967
|
+
attr_accessor usage_type: ("serverless-compute" | "cross-region-datasharing")
|
968
|
+
SENSITIVE: []
|
969
|
+
end
|
970
|
+
|
971
|
+
class ValidationException
|
972
|
+
attr_accessor message: ::String
|
973
|
+
SENSITIVE: []
|
974
|
+
end
|
975
|
+
|
976
|
+
class VpcEndpoint
|
977
|
+
attr_accessor network_interfaces: ::Array[Types::NetworkInterface]
|
978
|
+
attr_accessor vpc_endpoint_id: ::String
|
979
|
+
attr_accessor vpc_id: ::String
|
980
|
+
SENSITIVE: []
|
981
|
+
end
|
982
|
+
|
983
|
+
class VpcSecurityGroupMembership
|
984
|
+
attr_accessor status: ::String
|
985
|
+
attr_accessor vpc_security_group_id: ::String
|
986
|
+
SENSITIVE: []
|
987
|
+
end
|
988
|
+
|
989
|
+
class Workgroup
|
990
|
+
attr_accessor base_capacity: ::Integer
|
991
|
+
attr_accessor config_parameters: ::Array[Types::ConfigParameter]
|
992
|
+
attr_accessor creation_date: ::Time
|
993
|
+
attr_accessor cross_account_vpcs: ::Array[::String]
|
994
|
+
attr_accessor custom_domain_certificate_arn: ::String
|
995
|
+
attr_accessor custom_domain_certificate_expiry_time: ::Time
|
996
|
+
attr_accessor custom_domain_name: ::String
|
997
|
+
attr_accessor endpoint: Types::Endpoint
|
998
|
+
attr_accessor enhanced_vpc_routing: bool
|
999
|
+
attr_accessor max_capacity: ::Integer
|
1000
|
+
attr_accessor namespace_name: ::String
|
1001
|
+
attr_accessor patch_version: ::String
|
1002
|
+
attr_accessor port: ::Integer
|
1003
|
+
attr_accessor publicly_accessible: bool
|
1004
|
+
attr_accessor security_group_ids: ::Array[::String]
|
1005
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "MODIFYING" | "DELETING")
|
1006
|
+
attr_accessor subnet_ids: ::Array[::String]
|
1007
|
+
attr_accessor workgroup_arn: ::String
|
1008
|
+
attr_accessor workgroup_id: ::String
|
1009
|
+
attr_accessor workgroup_name: ::String
|
1010
|
+
attr_accessor workgroup_version: ::String
|
1011
|
+
SENSITIVE: []
|
1012
|
+
end
|
1013
|
+
end
|
1014
|
+
end
|