aws-sdk-dlm 1.102.0 → 1.104.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-dlm/client.rb +6 -8
- data/lib/aws-sdk-dlm.rb +1 -1
- data/sig/client.rbs +6 -328
- data/sig/params.rbs +187 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da1519480556a52ee19fa54670447a2ecd05fa861cf365fa227604e5741feb1f
|
|
4
|
+
data.tar.gz: bae2b3fcb39d560fc2b4fff446a9d0eb0dc40b962356796866565e20c53f1408
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 165abb735d889c5ec63241e9605bd884cac5cfdd03b2b6bf42dd08a43609dcb606ff778b7c6085abdac127856f227aa041d1cdcd5f3299afdb00a4fd32e159aa
|
|
7
|
+
data.tar.gz: b5ee40e94735a31795e19dfc5d8f84ee2de90bb55715c66f1604f78fb458f42191ab96fc13fdb2e8bfb8e32bcc93b874404c0c97cc1319cb01e6162940d4c2e9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.104.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.103.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.102.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.104.0
|
data/lib/aws-sdk-dlm/client.rb
CHANGED
|
@@ -199,7 +199,7 @@ module Aws::DLM
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::DLM
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -1402,7 +1400,7 @@ module Aws::DLM
|
|
|
1402
1400
|
tracer: tracer
|
|
1403
1401
|
)
|
|
1404
1402
|
context[:gem_name] = 'aws-sdk-dlm'
|
|
1405
|
-
context[:gem_version] = '1.
|
|
1403
|
+
context[:gem_version] = '1.104.0'
|
|
1406
1404
|
Seahorse::Client::Request.new(handlers, context)
|
|
1407
1405
|
end
|
|
1408
1406
|
|
data/lib/aws-sdk-dlm.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -87,159 +87,7 @@ module Aws
|
|
|
87
87
|
execution_role_arn: ::String,
|
|
88
88
|
description: ::String,
|
|
89
89
|
state: ("ENABLED" | "DISABLED"),
|
|
90
|
-
?policy_details:
|
|
91
|
-
policy_type: ("EBS_SNAPSHOT_MANAGEMENT" | "IMAGE_MANAGEMENT" | "EVENT_BASED_POLICY")?,
|
|
92
|
-
resource_types: Array[("VOLUME" | "INSTANCE")]?,
|
|
93
|
-
resource_locations: Array[("CLOUD" | "OUTPOST" | "LOCAL_ZONE")]?,
|
|
94
|
-
target_tags: Array[
|
|
95
|
-
{
|
|
96
|
-
key: ::String,
|
|
97
|
-
value: ::String
|
|
98
|
-
},
|
|
99
|
-
]?,
|
|
100
|
-
schedules: Array[
|
|
101
|
-
{
|
|
102
|
-
name: ::String?,
|
|
103
|
-
copy_tags: bool?,
|
|
104
|
-
tags_to_add: Array[
|
|
105
|
-
{
|
|
106
|
-
key: ::String,
|
|
107
|
-
value: ::String
|
|
108
|
-
},
|
|
109
|
-
]?,
|
|
110
|
-
variable_tags: Array[
|
|
111
|
-
{
|
|
112
|
-
key: ::String,
|
|
113
|
-
value: ::String
|
|
114
|
-
},
|
|
115
|
-
]?,
|
|
116
|
-
create_rule: {
|
|
117
|
-
location: ("CLOUD" | "OUTPOST_LOCAL" | "LOCAL_ZONE")?,
|
|
118
|
-
interval: ::Integer?,
|
|
119
|
-
interval_unit: ("HOURS")?,
|
|
120
|
-
times: Array[::String]?,
|
|
121
|
-
cron_expression: ::String?,
|
|
122
|
-
scripts: Array[
|
|
123
|
-
{
|
|
124
|
-
stages: Array[("PRE" | "POST")]?,
|
|
125
|
-
execution_handler_service: ("AWS_SYSTEMS_MANAGER")?,
|
|
126
|
-
execution_handler: ::String,
|
|
127
|
-
execute_operation_on_script_failure: bool?,
|
|
128
|
-
execution_timeout: ::Integer?,
|
|
129
|
-
maximum_retry_count: ::Integer?
|
|
130
|
-
},
|
|
131
|
-
]?
|
|
132
|
-
}?,
|
|
133
|
-
retain_rule: {
|
|
134
|
-
count: ::Integer?,
|
|
135
|
-
interval: ::Integer?,
|
|
136
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
137
|
-
}?,
|
|
138
|
-
fast_restore_rule: {
|
|
139
|
-
count: ::Integer?,
|
|
140
|
-
interval: ::Integer?,
|
|
141
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?,
|
|
142
|
-
availability_zones: Array[::String]?,
|
|
143
|
-
availability_zone_ids: Array[::String]?
|
|
144
|
-
}?,
|
|
145
|
-
cross_region_copy_rules: Array[
|
|
146
|
-
{
|
|
147
|
-
target_region: ::String?,
|
|
148
|
-
target: ::String?,
|
|
149
|
-
encrypted: bool,
|
|
150
|
-
cmk_arn: ::String?,
|
|
151
|
-
copy_tags: bool?,
|
|
152
|
-
retain_rule: {
|
|
153
|
-
interval: ::Integer?,
|
|
154
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
155
|
-
}?,
|
|
156
|
-
deprecate_rule: {
|
|
157
|
-
interval: ::Integer?,
|
|
158
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
159
|
-
}?
|
|
160
|
-
},
|
|
161
|
-
]?,
|
|
162
|
-
share_rules: Array[
|
|
163
|
-
{
|
|
164
|
-
target_accounts: Array[::String],
|
|
165
|
-
unshare_interval: ::Integer?,
|
|
166
|
-
unshare_interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
167
|
-
},
|
|
168
|
-
]?,
|
|
169
|
-
deprecate_rule: {
|
|
170
|
-
count: ::Integer?,
|
|
171
|
-
interval: ::Integer?,
|
|
172
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
173
|
-
}?,
|
|
174
|
-
archive_rule: {
|
|
175
|
-
retain_rule: {
|
|
176
|
-
retention_archive_tier: {
|
|
177
|
-
count: ::Integer?,
|
|
178
|
-
interval: ::Integer?,
|
|
179
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
}?
|
|
183
|
-
},
|
|
184
|
-
]?,
|
|
185
|
-
parameters: {
|
|
186
|
-
exclude_boot_volume: bool?,
|
|
187
|
-
no_reboot: bool?,
|
|
188
|
-
exclude_data_volume_tags: Array[
|
|
189
|
-
{
|
|
190
|
-
key: ::String,
|
|
191
|
-
value: ::String
|
|
192
|
-
},
|
|
193
|
-
]?
|
|
194
|
-
}?,
|
|
195
|
-
event_source: {
|
|
196
|
-
type: ("MANAGED_CWE"),
|
|
197
|
-
parameters: {
|
|
198
|
-
event_type: ("shareSnapshot"),
|
|
199
|
-
snapshot_owner: Array[::String],
|
|
200
|
-
description_regex: ::String
|
|
201
|
-
}?
|
|
202
|
-
}?,
|
|
203
|
-
actions: Array[
|
|
204
|
-
{
|
|
205
|
-
name: ::String,
|
|
206
|
-
cross_region_copy: Array[
|
|
207
|
-
{
|
|
208
|
-
target: ::String,
|
|
209
|
-
encryption_configuration: {
|
|
210
|
-
encrypted: bool,
|
|
211
|
-
cmk_arn: ::String?
|
|
212
|
-
},
|
|
213
|
-
retain_rule: {
|
|
214
|
-
interval: ::Integer?,
|
|
215
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
216
|
-
}?
|
|
217
|
-
},
|
|
218
|
-
]
|
|
219
|
-
},
|
|
220
|
-
]?,
|
|
221
|
-
policy_language: ("SIMPLIFIED" | "STANDARD")?,
|
|
222
|
-
resource_type: ("VOLUME" | "INSTANCE")?,
|
|
223
|
-
create_interval: ::Integer?,
|
|
224
|
-
retain_interval: ::Integer?,
|
|
225
|
-
copy_tags: bool?,
|
|
226
|
-
cross_region_copy_targets: Array[
|
|
227
|
-
{
|
|
228
|
-
target_region: ::String?
|
|
229
|
-
},
|
|
230
|
-
]?,
|
|
231
|
-
extend_deletion: bool?,
|
|
232
|
-
exclusions: {
|
|
233
|
-
exclude_boot_volumes: bool?,
|
|
234
|
-
exclude_volume_types: Array[::String]?,
|
|
235
|
-
exclude_tags: Array[
|
|
236
|
-
{
|
|
237
|
-
key: ::String,
|
|
238
|
-
value: ::String
|
|
239
|
-
},
|
|
240
|
-
]?
|
|
241
|
-
}?
|
|
242
|
-
},
|
|
90
|
+
?policy_details: Params::policy_details,
|
|
243
91
|
?tags: Hash[::String, ::String],
|
|
244
92
|
?default_policy: ("VOLUME" | "INSTANCE"),
|
|
245
93
|
?create_interval: ::Integer,
|
|
@@ -249,18 +97,9 @@ module Aws
|
|
|
249
97
|
?cross_region_copy_targets: Array[
|
|
250
98
|
{
|
|
251
99
|
target_region: ::String?
|
|
252
|
-
}
|
|
100
|
+
}
|
|
253
101
|
],
|
|
254
|
-
?exclusions:
|
|
255
|
-
exclude_boot_volumes: bool?,
|
|
256
|
-
exclude_volume_types: Array[::String]?,
|
|
257
|
-
exclude_tags: Array[
|
|
258
|
-
{
|
|
259
|
-
key: ::String,
|
|
260
|
-
value: ::String
|
|
261
|
-
},
|
|
262
|
-
]?
|
|
263
|
-
}
|
|
102
|
+
?exclusions: Params::exclusions
|
|
264
103
|
) -> _CreateLifecyclePolicyResponseSuccess
|
|
265
104
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLifecyclePolicyResponseSuccess
|
|
266
105
|
|
|
@@ -337,159 +176,7 @@ module Aws
|
|
|
337
176
|
?execution_role_arn: ::String,
|
|
338
177
|
?state: ("ENABLED" | "DISABLED"),
|
|
339
178
|
?description: ::String,
|
|
340
|
-
?policy_details:
|
|
341
|
-
policy_type: ("EBS_SNAPSHOT_MANAGEMENT" | "IMAGE_MANAGEMENT" | "EVENT_BASED_POLICY")?,
|
|
342
|
-
resource_types: Array[("VOLUME" | "INSTANCE")]?,
|
|
343
|
-
resource_locations: Array[("CLOUD" | "OUTPOST" | "LOCAL_ZONE")]?,
|
|
344
|
-
target_tags: Array[
|
|
345
|
-
{
|
|
346
|
-
key: ::String,
|
|
347
|
-
value: ::String
|
|
348
|
-
},
|
|
349
|
-
]?,
|
|
350
|
-
schedules: Array[
|
|
351
|
-
{
|
|
352
|
-
name: ::String?,
|
|
353
|
-
copy_tags: bool?,
|
|
354
|
-
tags_to_add: Array[
|
|
355
|
-
{
|
|
356
|
-
key: ::String,
|
|
357
|
-
value: ::String
|
|
358
|
-
},
|
|
359
|
-
]?,
|
|
360
|
-
variable_tags: Array[
|
|
361
|
-
{
|
|
362
|
-
key: ::String,
|
|
363
|
-
value: ::String
|
|
364
|
-
},
|
|
365
|
-
]?,
|
|
366
|
-
create_rule: {
|
|
367
|
-
location: ("CLOUD" | "OUTPOST_LOCAL" | "LOCAL_ZONE")?,
|
|
368
|
-
interval: ::Integer?,
|
|
369
|
-
interval_unit: ("HOURS")?,
|
|
370
|
-
times: Array[::String]?,
|
|
371
|
-
cron_expression: ::String?,
|
|
372
|
-
scripts: Array[
|
|
373
|
-
{
|
|
374
|
-
stages: Array[("PRE" | "POST")]?,
|
|
375
|
-
execution_handler_service: ("AWS_SYSTEMS_MANAGER")?,
|
|
376
|
-
execution_handler: ::String,
|
|
377
|
-
execute_operation_on_script_failure: bool?,
|
|
378
|
-
execution_timeout: ::Integer?,
|
|
379
|
-
maximum_retry_count: ::Integer?
|
|
380
|
-
},
|
|
381
|
-
]?
|
|
382
|
-
}?,
|
|
383
|
-
retain_rule: {
|
|
384
|
-
count: ::Integer?,
|
|
385
|
-
interval: ::Integer?,
|
|
386
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
387
|
-
}?,
|
|
388
|
-
fast_restore_rule: {
|
|
389
|
-
count: ::Integer?,
|
|
390
|
-
interval: ::Integer?,
|
|
391
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?,
|
|
392
|
-
availability_zones: Array[::String]?,
|
|
393
|
-
availability_zone_ids: Array[::String]?
|
|
394
|
-
}?,
|
|
395
|
-
cross_region_copy_rules: Array[
|
|
396
|
-
{
|
|
397
|
-
target_region: ::String?,
|
|
398
|
-
target: ::String?,
|
|
399
|
-
encrypted: bool,
|
|
400
|
-
cmk_arn: ::String?,
|
|
401
|
-
copy_tags: bool?,
|
|
402
|
-
retain_rule: {
|
|
403
|
-
interval: ::Integer?,
|
|
404
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
405
|
-
}?,
|
|
406
|
-
deprecate_rule: {
|
|
407
|
-
interval: ::Integer?,
|
|
408
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
409
|
-
}?
|
|
410
|
-
},
|
|
411
|
-
]?,
|
|
412
|
-
share_rules: Array[
|
|
413
|
-
{
|
|
414
|
-
target_accounts: Array[::String],
|
|
415
|
-
unshare_interval: ::Integer?,
|
|
416
|
-
unshare_interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
417
|
-
},
|
|
418
|
-
]?,
|
|
419
|
-
deprecate_rule: {
|
|
420
|
-
count: ::Integer?,
|
|
421
|
-
interval: ::Integer?,
|
|
422
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
423
|
-
}?,
|
|
424
|
-
archive_rule: {
|
|
425
|
-
retain_rule: {
|
|
426
|
-
retention_archive_tier: {
|
|
427
|
-
count: ::Integer?,
|
|
428
|
-
interval: ::Integer?,
|
|
429
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
}?
|
|
433
|
-
},
|
|
434
|
-
]?,
|
|
435
|
-
parameters: {
|
|
436
|
-
exclude_boot_volume: bool?,
|
|
437
|
-
no_reboot: bool?,
|
|
438
|
-
exclude_data_volume_tags: Array[
|
|
439
|
-
{
|
|
440
|
-
key: ::String,
|
|
441
|
-
value: ::String
|
|
442
|
-
},
|
|
443
|
-
]?
|
|
444
|
-
}?,
|
|
445
|
-
event_source: {
|
|
446
|
-
type: ("MANAGED_CWE"),
|
|
447
|
-
parameters: {
|
|
448
|
-
event_type: ("shareSnapshot"),
|
|
449
|
-
snapshot_owner: Array[::String],
|
|
450
|
-
description_regex: ::String
|
|
451
|
-
}?
|
|
452
|
-
}?,
|
|
453
|
-
actions: Array[
|
|
454
|
-
{
|
|
455
|
-
name: ::String,
|
|
456
|
-
cross_region_copy: Array[
|
|
457
|
-
{
|
|
458
|
-
target: ::String,
|
|
459
|
-
encryption_configuration: {
|
|
460
|
-
encrypted: bool,
|
|
461
|
-
cmk_arn: ::String?
|
|
462
|
-
},
|
|
463
|
-
retain_rule: {
|
|
464
|
-
interval: ::Integer?,
|
|
465
|
-
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
466
|
-
}?
|
|
467
|
-
},
|
|
468
|
-
]
|
|
469
|
-
},
|
|
470
|
-
]?,
|
|
471
|
-
policy_language: ("SIMPLIFIED" | "STANDARD")?,
|
|
472
|
-
resource_type: ("VOLUME" | "INSTANCE")?,
|
|
473
|
-
create_interval: ::Integer?,
|
|
474
|
-
retain_interval: ::Integer?,
|
|
475
|
-
copy_tags: bool?,
|
|
476
|
-
cross_region_copy_targets: Array[
|
|
477
|
-
{
|
|
478
|
-
target_region: ::String?
|
|
479
|
-
},
|
|
480
|
-
]?,
|
|
481
|
-
extend_deletion: bool?,
|
|
482
|
-
exclusions: {
|
|
483
|
-
exclude_boot_volumes: bool?,
|
|
484
|
-
exclude_volume_types: Array[::String]?,
|
|
485
|
-
exclude_tags: Array[
|
|
486
|
-
{
|
|
487
|
-
key: ::String,
|
|
488
|
-
value: ::String
|
|
489
|
-
},
|
|
490
|
-
]?
|
|
491
|
-
}?
|
|
492
|
-
},
|
|
179
|
+
?policy_details: Params::policy_details,
|
|
493
180
|
?create_interval: ::Integer,
|
|
494
181
|
?retain_interval: ::Integer,
|
|
495
182
|
?copy_tags: bool,
|
|
@@ -497,18 +184,9 @@ module Aws
|
|
|
497
184
|
?cross_region_copy_targets: Array[
|
|
498
185
|
{
|
|
499
186
|
target_region: ::String?
|
|
500
|
-
}
|
|
187
|
+
}
|
|
501
188
|
],
|
|
502
|
-
?exclusions:
|
|
503
|
-
exclude_boot_volumes: bool?,
|
|
504
|
-
exclude_volume_types: Array[::String]?,
|
|
505
|
-
exclude_tags: Array[
|
|
506
|
-
{
|
|
507
|
-
key: ::String,
|
|
508
|
-
value: ::String
|
|
509
|
-
},
|
|
510
|
-
]?
|
|
511
|
-
}
|
|
189
|
+
?exclusions: Params::exclusions
|
|
512
190
|
) -> _UpdateLifecyclePolicyResponseSuccess
|
|
513
191
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLifecyclePolicyResponseSuccess
|
|
514
192
|
end
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
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
|
|
9
|
+
module DLM
|
|
10
|
+
module Params
|
|
11
|
+
type parameters = {
|
|
12
|
+
exclude_boot_volume: bool?,
|
|
13
|
+
no_reboot: bool?,
|
|
14
|
+
exclude_data_volume_tags: Array[
|
|
15
|
+
{
|
|
16
|
+
key: ::String,
|
|
17
|
+
value: ::String
|
|
18
|
+
}
|
|
19
|
+
]?
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
type event_source = {
|
|
23
|
+
type: ("MANAGED_CWE"),
|
|
24
|
+
parameters: {
|
|
25
|
+
event_type: ("shareSnapshot"),
|
|
26
|
+
snapshot_owner: Array[::String],
|
|
27
|
+
description_regex: ::String
|
|
28
|
+
}?
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
type exclusions = {
|
|
32
|
+
exclude_boot_volumes: bool?,
|
|
33
|
+
exclude_volume_types: Array[::String]?,
|
|
34
|
+
exclude_tags: Array[
|
|
35
|
+
{
|
|
36
|
+
key: ::String,
|
|
37
|
+
value: ::String
|
|
38
|
+
}
|
|
39
|
+
]?
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
type policy_details = {
|
|
43
|
+
policy_type: ("EBS_SNAPSHOT_MANAGEMENT" | "IMAGE_MANAGEMENT" | "EVENT_BASED_POLICY")?,
|
|
44
|
+
resource_types: Array[("VOLUME" | "INSTANCE")]?,
|
|
45
|
+
resource_locations: Array[("CLOUD" | "OUTPOST" | "LOCAL_ZONE")]?,
|
|
46
|
+
target_tags: Array[
|
|
47
|
+
{
|
|
48
|
+
key: ::String,
|
|
49
|
+
value: ::String
|
|
50
|
+
}
|
|
51
|
+
]?,
|
|
52
|
+
schedules: Array[
|
|
53
|
+
Params::schedule
|
|
54
|
+
]?,
|
|
55
|
+
parameters: Params::parameters?,
|
|
56
|
+
event_source: Params::event_source?,
|
|
57
|
+
actions: Array[
|
|
58
|
+
Params::action
|
|
59
|
+
]?,
|
|
60
|
+
policy_language: ("SIMPLIFIED" | "STANDARD")?,
|
|
61
|
+
resource_type: ("VOLUME" | "INSTANCE")?,
|
|
62
|
+
create_interval: ::Integer?,
|
|
63
|
+
retain_interval: ::Integer?,
|
|
64
|
+
copy_tags: bool?,
|
|
65
|
+
cross_region_copy_targets: Array[
|
|
66
|
+
{
|
|
67
|
+
target_region: ::String?
|
|
68
|
+
}
|
|
69
|
+
]?,
|
|
70
|
+
extend_deletion: bool?,
|
|
71
|
+
exclusions: Params::exclusions?
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
type create_rule = {
|
|
75
|
+
location: ("CLOUD" | "OUTPOST_LOCAL" | "LOCAL_ZONE")?,
|
|
76
|
+
interval: ::Integer?,
|
|
77
|
+
interval_unit: ("HOURS")?,
|
|
78
|
+
times: Array[::String]?,
|
|
79
|
+
cron_expression: ::String?,
|
|
80
|
+
scripts: Array[
|
|
81
|
+
Params::script
|
|
82
|
+
]?
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
type archive_rule = {
|
|
86
|
+
retain_rule: {
|
|
87
|
+
retention_archive_tier: {
|
|
88
|
+
count: ::Integer?,
|
|
89
|
+
interval: ::Integer?,
|
|
90
|
+
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
type schedule = {
|
|
96
|
+
name: ::String?,
|
|
97
|
+
copy_tags: bool?,
|
|
98
|
+
tags_to_add: Array[
|
|
99
|
+
{
|
|
100
|
+
key: ::String,
|
|
101
|
+
value: ::String
|
|
102
|
+
}
|
|
103
|
+
]?,
|
|
104
|
+
variable_tags: Array[
|
|
105
|
+
{
|
|
106
|
+
key: ::String,
|
|
107
|
+
value: ::String
|
|
108
|
+
}
|
|
109
|
+
]?,
|
|
110
|
+
create_rule: Params::create_rule?,
|
|
111
|
+
retain_rule: {
|
|
112
|
+
count: ::Integer?,
|
|
113
|
+
interval: ::Integer?,
|
|
114
|
+
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
115
|
+
}?,
|
|
116
|
+
fast_restore_rule: {
|
|
117
|
+
count: ::Integer?,
|
|
118
|
+
interval: ::Integer?,
|
|
119
|
+
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?,
|
|
120
|
+
availability_zones: Array[::String]?,
|
|
121
|
+
availability_zone_ids: Array[::String]?
|
|
122
|
+
}?,
|
|
123
|
+
cross_region_copy_rules: Array[
|
|
124
|
+
Params::cross_region_copy_rule
|
|
125
|
+
]?,
|
|
126
|
+
share_rules: Array[
|
|
127
|
+
{
|
|
128
|
+
target_accounts: Array[::String],
|
|
129
|
+
unshare_interval: ::Integer?,
|
|
130
|
+
unshare_interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
131
|
+
}
|
|
132
|
+
]?,
|
|
133
|
+
deprecate_rule: {
|
|
134
|
+
count: ::Integer?,
|
|
135
|
+
interval: ::Integer?,
|
|
136
|
+
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
137
|
+
}?,
|
|
138
|
+
archive_rule: Params::archive_rule?
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
type script = {
|
|
142
|
+
stages: Array[("PRE" | "POST")]?,
|
|
143
|
+
execution_handler_service: ("AWS_SYSTEMS_MANAGER")?,
|
|
144
|
+
execution_handler: ::String,
|
|
145
|
+
execute_operation_on_script_failure: bool?,
|
|
146
|
+
execution_timeout: ::Integer?,
|
|
147
|
+
maximum_retry_count: ::Integer?
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
type cross_region_copy_rule = {
|
|
151
|
+
target_region: ::String?,
|
|
152
|
+
target: ::String?,
|
|
153
|
+
encrypted: bool,
|
|
154
|
+
cmk_arn: ::String?,
|
|
155
|
+
copy_tags: bool?,
|
|
156
|
+
retain_rule: {
|
|
157
|
+
interval: ::Integer?,
|
|
158
|
+
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
159
|
+
}?,
|
|
160
|
+
deprecate_rule: {
|
|
161
|
+
interval: ::Integer?,
|
|
162
|
+
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
163
|
+
}?
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
type action = {
|
|
167
|
+
name: ::String,
|
|
168
|
+
cross_region_copy: Array[
|
|
169
|
+
Params::cross_region_copy_action
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
type cross_region_copy_action = {
|
|
174
|
+
target: ::String,
|
|
175
|
+
encryption_configuration: {
|
|
176
|
+
encrypted: bool,
|
|
177
|
+
cmk_arn: ::String?
|
|
178
|
+
},
|
|
179
|
+
retain_rule: {
|
|
180
|
+
interval: ::Integer?,
|
|
181
|
+
interval_unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?
|
|
182
|
+
}?
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
end
|
|
186
|
+
end
|
|
187
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-dlm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.104.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-dlm/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|