aws-sdk-fsx 1.134.0 → 1.136.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-fsx/client.rb +6 -8
- data/lib/aws-sdk-fsx.rb +1 -1
- data/sig/client.rbs +44 -393
- data/sig/params.rbs +197 -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: 2bad0bae34f4484cdab65da983c3c91bde75213a254d2a4c0aa8ba4736aac26c
|
|
4
|
+
data.tar.gz: de4d119292775186b17b7b4d8411e9ecc6b8e71b1c210db9707446b6937153dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3179adf3e3b903a3ae4621132507bba6d9837fd1ff7ceaba7269f8b226a392edd2b4b5e15860c0ee63cdf38f85579a19f47937dd70fab848bca1e2ced4b5168
|
|
7
|
+
data.tar.gz: ec915b860630a0d71337305391ccbf30dd0cb32007b8c3449a30142c641884226aadffc5205011aa5812e4c254d966213986eaaae2ed214c2620226134c91bad
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.136.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.135.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.134.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.136.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
|
@@ -199,7 +199,7 @@ module Aws::FSx
|
|
|
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::FSx
|
|
|
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
|
|
@@ -10162,7 +10160,7 @@ module Aws::FSx
|
|
|
10162
10160
|
tracer: tracer
|
|
10163
10161
|
)
|
|
10164
10162
|
context[:gem_name] = 'aws-sdk-fsx'
|
|
10165
|
-
context[:gem_version] = '1.
|
|
10163
|
+
context[:gem_version] = '1.136.0'
|
|
10166
10164
|
Seahorse::Client::Request.new(handlers, context)
|
|
10167
10165
|
end
|
|
10168
10166
|
|
data/lib/aws-sdk-fsx.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -117,7 +117,7 @@ module Aws
|
|
|
117
117
|
{
|
|
118
118
|
key: ::String,
|
|
119
119
|
value: ::String
|
|
120
|
-
}
|
|
120
|
+
}
|
|
121
121
|
]
|
|
122
122
|
) -> _CopyBackupResponseSuccess
|
|
123
123
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyBackupResponseSuccess
|
|
@@ -191,7 +191,7 @@ module Aws
|
|
|
191
191
|
{
|
|
192
192
|
key: ::String,
|
|
193
193
|
value: ::String
|
|
194
|
-
}
|
|
194
|
+
}
|
|
195
195
|
],
|
|
196
196
|
?volume_id: ::String
|
|
197
197
|
) -> _CreateBackupResponseSuccess
|
|
@@ -208,20 +208,13 @@ module Aws
|
|
|
208
208
|
data_repository_path: ::String,
|
|
209
209
|
?batch_import_meta_data_on_create: bool,
|
|
210
210
|
?imported_file_chunk_size: ::Integer,
|
|
211
|
-
?s3:
|
|
212
|
-
auto_import_policy: {
|
|
213
|
-
events: Array[("NEW" | "CHANGED" | "DELETED")]?
|
|
214
|
-
}?,
|
|
215
|
-
auto_export_policy: {
|
|
216
|
-
events: Array[("NEW" | "CHANGED" | "DELETED")]?
|
|
217
|
-
}?
|
|
218
|
-
},
|
|
211
|
+
?s3: Params::s3_data_repository_configuration,
|
|
219
212
|
?client_request_token: ::String,
|
|
220
213
|
?tags: Array[
|
|
221
214
|
{
|
|
222
215
|
key: ::String,
|
|
223
216
|
value: ::String
|
|
224
|
-
}
|
|
217
|
+
}
|
|
225
218
|
]
|
|
226
219
|
) -> _CreateDataRepositoryAssociationResponseSuccess
|
|
227
220
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataRepositoryAssociationResponseSuccess
|
|
@@ -246,7 +239,7 @@ module Aws
|
|
|
246
239
|
{
|
|
247
240
|
key: ::String,
|
|
248
241
|
value: ::String
|
|
249
|
-
}
|
|
242
|
+
}
|
|
250
243
|
],
|
|
251
244
|
?capacity_to_release: ::Integer,
|
|
252
245
|
?release_configuration: {
|
|
@@ -274,7 +267,7 @@ module Aws
|
|
|
274
267
|
{
|
|
275
268
|
key: ::String,
|
|
276
269
|
value: ::String
|
|
277
|
-
}
|
|
270
|
+
}
|
|
278
271
|
],
|
|
279
272
|
?copy_tags_to_data_repository_associations: bool,
|
|
280
273
|
?kms_key_id: ::String,
|
|
@@ -295,7 +288,7 @@ module Aws
|
|
|
295
288
|
version: ("NFS3"),
|
|
296
289
|
dns_ips: Array[::String]?
|
|
297
290
|
}?
|
|
298
|
-
}
|
|
291
|
+
}
|
|
299
292
|
]
|
|
300
293
|
) -> _CreateFileCacheResponseSuccess
|
|
301
294
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFileCacheResponseSuccess
|
|
@@ -316,74 +309,11 @@ module Aws
|
|
|
316
309
|
{
|
|
317
310
|
key: ::String,
|
|
318
311
|
value: ::String
|
|
319
|
-
}
|
|
312
|
+
}
|
|
320
313
|
],
|
|
321
314
|
?kms_key_id: ::String,
|
|
322
|
-
?windows_configuration:
|
|
323
|
-
|
|
324
|
-
self_managed_active_directory_configuration: {
|
|
325
|
-
domain_name: ::String,
|
|
326
|
-
organizational_unit_distinguished_name: ::String?,
|
|
327
|
-
file_system_administrators_group: ::String?,
|
|
328
|
-
user_name: ::String?,
|
|
329
|
-
password: ::String?,
|
|
330
|
-
dns_ips: Array[::String],
|
|
331
|
-
domain_join_service_account_secret: ::String?
|
|
332
|
-
}?,
|
|
333
|
-
deployment_type: ("MULTI_AZ_1" | "SINGLE_AZ_1" | "SINGLE_AZ_2")?,
|
|
334
|
-
preferred_subnet_id: ::String?,
|
|
335
|
-
throughput_capacity: ::Integer,
|
|
336
|
-
weekly_maintenance_start_time: ::String?,
|
|
337
|
-
daily_automatic_backup_start_time: ::String?,
|
|
338
|
-
automatic_backup_retention_days: ::Integer?,
|
|
339
|
-
copy_tags_to_backups: bool?,
|
|
340
|
-
aliases: Array[::String]?,
|
|
341
|
-
audit_log_configuration: {
|
|
342
|
-
file_access_audit_log_level: ("DISABLED" | "SUCCESS_ONLY" | "FAILURE_ONLY" | "SUCCESS_AND_FAILURE"),
|
|
343
|
-
file_share_access_audit_log_level: ("DISABLED" | "SUCCESS_ONLY" | "FAILURE_ONLY" | "SUCCESS_AND_FAILURE"),
|
|
344
|
-
audit_log_destination: ::String?
|
|
345
|
-
}?,
|
|
346
|
-
disk_iops_configuration: {
|
|
347
|
-
mode: ("AUTOMATIC" | "USER_PROVISIONED")?,
|
|
348
|
-
iops: ::Integer?
|
|
349
|
-
}?,
|
|
350
|
-
fsrm_configuration: {
|
|
351
|
-
fsrm_service_enabled: bool,
|
|
352
|
-
event_log_destination: ::String?
|
|
353
|
-
}?
|
|
354
|
-
},
|
|
355
|
-
?lustre_configuration: {
|
|
356
|
-
weekly_maintenance_start_time: ::String?,
|
|
357
|
-
import_path: ::String?,
|
|
358
|
-
export_path: ::String?,
|
|
359
|
-
imported_file_chunk_size: ::Integer?,
|
|
360
|
-
deployment_type: ("SCRATCH_1" | "SCRATCH_2" | "PERSISTENT_1" | "PERSISTENT_2")?,
|
|
361
|
-
auto_import_policy: ("NONE" | "NEW" | "NEW_CHANGED" | "NEW_CHANGED_DELETED")?,
|
|
362
|
-
per_unit_storage_throughput: ::Integer?,
|
|
363
|
-
daily_automatic_backup_start_time: ::String?,
|
|
364
|
-
automatic_backup_retention_days: ::Integer?,
|
|
365
|
-
copy_tags_to_backups: bool?,
|
|
366
|
-
drive_cache_type: ("NONE" | "READ")?,
|
|
367
|
-
data_compression_type: ("NONE" | "LZ4")?,
|
|
368
|
-
efa_enabled: bool?,
|
|
369
|
-
log_configuration: {
|
|
370
|
-
level: ("DISABLED" | "WARN_ONLY" | "ERROR_ONLY" | "WARN_ERROR"),
|
|
371
|
-
destination: ::String?
|
|
372
|
-
}?,
|
|
373
|
-
root_squash_configuration: {
|
|
374
|
-
root_squash: ::String?,
|
|
375
|
-
no_squash_nids: Array[::String]?
|
|
376
|
-
}?,
|
|
377
|
-
metadata_configuration: {
|
|
378
|
-
iops: ::Integer?,
|
|
379
|
-
mode: ("AUTOMATIC" | "USER_PROVISIONED")
|
|
380
|
-
}?,
|
|
381
|
-
throughput_capacity: ::Integer?,
|
|
382
|
-
data_read_cache_configuration: {
|
|
383
|
-
sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
|
|
384
|
-
size_gi_b: ::Integer?
|
|
385
|
-
}?
|
|
386
|
-
},
|
|
315
|
+
?windows_configuration: Params::create_file_system_windows_configuration,
|
|
316
|
+
?lustre_configuration: Params::create_file_system_lustre_configuration,
|
|
387
317
|
?ontap_configuration: {
|
|
388
318
|
automatic_backup_retention_days: ::Integer?,
|
|
389
319
|
daily_automatic_backup_start_time: ::String?,
|
|
@@ -403,50 +333,7 @@ module Aws
|
|
|
403
333
|
endpoint_ipv_6_address_range: ::String?
|
|
404
334
|
},
|
|
405
335
|
?file_system_type_version: ::String,
|
|
406
|
-
?open_zfs_configuration:
|
|
407
|
-
automatic_backup_retention_days: ::Integer?,
|
|
408
|
-
copy_tags_to_backups: bool?,
|
|
409
|
-
copy_tags_to_volumes: bool?,
|
|
410
|
-
daily_automatic_backup_start_time: ::String?,
|
|
411
|
-
deployment_type: ("SINGLE_AZ_1" | "SINGLE_AZ_2" | "SINGLE_AZ_HA_1" | "SINGLE_AZ_HA_2" | "MULTI_AZ_1"),
|
|
412
|
-
throughput_capacity: ::Integer,
|
|
413
|
-
weekly_maintenance_start_time: ::String?,
|
|
414
|
-
disk_iops_configuration: {
|
|
415
|
-
mode: ("AUTOMATIC" | "USER_PROVISIONED")?,
|
|
416
|
-
iops: ::Integer?
|
|
417
|
-
}?,
|
|
418
|
-
root_volume_configuration: {
|
|
419
|
-
record_size_ki_b: ::Integer?,
|
|
420
|
-
data_compression_type: ("NONE" | "ZSTD" | "LZ4")?,
|
|
421
|
-
nfs_exports: Array[
|
|
422
|
-
{
|
|
423
|
-
client_configurations: Array[
|
|
424
|
-
{
|
|
425
|
-
clients: ::String,
|
|
426
|
-
options: Array[::String]
|
|
427
|
-
},
|
|
428
|
-
]
|
|
429
|
-
},
|
|
430
|
-
]?,
|
|
431
|
-
user_and_group_quotas: Array[
|
|
432
|
-
{
|
|
433
|
-
type: ("USER" | "GROUP"),
|
|
434
|
-
id: ::Integer,
|
|
435
|
-
storage_capacity_quota_gi_b: ::Integer
|
|
436
|
-
},
|
|
437
|
-
]?,
|
|
438
|
-
copy_tags_to_snapshots: bool?,
|
|
439
|
-
read_only: bool?
|
|
440
|
-
}?,
|
|
441
|
-
preferred_subnet_id: ::String?,
|
|
442
|
-
endpoint_ip_address_range: ::String?,
|
|
443
|
-
endpoint_ipv_6_address_range: ::String?,
|
|
444
|
-
route_table_ids: Array[::String]?,
|
|
445
|
-
read_cache_configuration: {
|
|
446
|
-
sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
|
|
447
|
-
size_gi_b: ::Integer?
|
|
448
|
-
}?
|
|
449
|
-
},
|
|
336
|
+
?open_zfs_configuration: Params::create_file_system_open_zfs_configuration,
|
|
450
337
|
?network_type: ("IPV4" | "DUAL")
|
|
451
338
|
) -> _CreateFileSystemResponseSuccess
|
|
452
339
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFileSystemResponseSuccess
|
|
@@ -465,120 +352,14 @@ module Aws
|
|
|
465
352
|
{
|
|
466
353
|
key: ::String,
|
|
467
354
|
value: ::String
|
|
468
|
-
}
|
|
355
|
+
}
|
|
469
356
|
],
|
|
470
|
-
?windows_configuration:
|
|
471
|
-
|
|
472
|
-
self_managed_active_directory_configuration: {
|
|
473
|
-
domain_name: ::String,
|
|
474
|
-
organizational_unit_distinguished_name: ::String?,
|
|
475
|
-
file_system_administrators_group: ::String?,
|
|
476
|
-
user_name: ::String?,
|
|
477
|
-
password: ::String?,
|
|
478
|
-
dns_ips: Array[::String],
|
|
479
|
-
domain_join_service_account_secret: ::String?
|
|
480
|
-
}?,
|
|
481
|
-
deployment_type: ("MULTI_AZ_1" | "SINGLE_AZ_1" | "SINGLE_AZ_2")?,
|
|
482
|
-
preferred_subnet_id: ::String?,
|
|
483
|
-
throughput_capacity: ::Integer,
|
|
484
|
-
weekly_maintenance_start_time: ::String?,
|
|
485
|
-
daily_automatic_backup_start_time: ::String?,
|
|
486
|
-
automatic_backup_retention_days: ::Integer?,
|
|
487
|
-
copy_tags_to_backups: bool?,
|
|
488
|
-
aliases: Array[::String]?,
|
|
489
|
-
audit_log_configuration: {
|
|
490
|
-
file_access_audit_log_level: ("DISABLED" | "SUCCESS_ONLY" | "FAILURE_ONLY" | "SUCCESS_AND_FAILURE"),
|
|
491
|
-
file_share_access_audit_log_level: ("DISABLED" | "SUCCESS_ONLY" | "FAILURE_ONLY" | "SUCCESS_AND_FAILURE"),
|
|
492
|
-
audit_log_destination: ::String?
|
|
493
|
-
}?,
|
|
494
|
-
disk_iops_configuration: {
|
|
495
|
-
mode: ("AUTOMATIC" | "USER_PROVISIONED")?,
|
|
496
|
-
iops: ::Integer?
|
|
497
|
-
}?,
|
|
498
|
-
fsrm_configuration: {
|
|
499
|
-
fsrm_service_enabled: bool,
|
|
500
|
-
event_log_destination: ::String?
|
|
501
|
-
}?
|
|
502
|
-
},
|
|
503
|
-
?lustre_configuration: {
|
|
504
|
-
weekly_maintenance_start_time: ::String?,
|
|
505
|
-
import_path: ::String?,
|
|
506
|
-
export_path: ::String?,
|
|
507
|
-
imported_file_chunk_size: ::Integer?,
|
|
508
|
-
deployment_type: ("SCRATCH_1" | "SCRATCH_2" | "PERSISTENT_1" | "PERSISTENT_2")?,
|
|
509
|
-
auto_import_policy: ("NONE" | "NEW" | "NEW_CHANGED" | "NEW_CHANGED_DELETED")?,
|
|
510
|
-
per_unit_storage_throughput: ::Integer?,
|
|
511
|
-
daily_automatic_backup_start_time: ::String?,
|
|
512
|
-
automatic_backup_retention_days: ::Integer?,
|
|
513
|
-
copy_tags_to_backups: bool?,
|
|
514
|
-
drive_cache_type: ("NONE" | "READ")?,
|
|
515
|
-
data_compression_type: ("NONE" | "LZ4")?,
|
|
516
|
-
efa_enabled: bool?,
|
|
517
|
-
log_configuration: {
|
|
518
|
-
level: ("DISABLED" | "WARN_ONLY" | "ERROR_ONLY" | "WARN_ERROR"),
|
|
519
|
-
destination: ::String?
|
|
520
|
-
}?,
|
|
521
|
-
root_squash_configuration: {
|
|
522
|
-
root_squash: ::String?,
|
|
523
|
-
no_squash_nids: Array[::String]?
|
|
524
|
-
}?,
|
|
525
|
-
metadata_configuration: {
|
|
526
|
-
iops: ::Integer?,
|
|
527
|
-
mode: ("AUTOMATIC" | "USER_PROVISIONED")
|
|
528
|
-
}?,
|
|
529
|
-
throughput_capacity: ::Integer?,
|
|
530
|
-
data_read_cache_configuration: {
|
|
531
|
-
sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
|
|
532
|
-
size_gi_b: ::Integer?
|
|
533
|
-
}?
|
|
534
|
-
},
|
|
357
|
+
?windows_configuration: Params::create_file_system_windows_configuration,
|
|
358
|
+
?lustre_configuration: Params::create_file_system_lustre_configuration,
|
|
535
359
|
?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING"),
|
|
536
360
|
?kms_key_id: ::String,
|
|
537
361
|
?file_system_type_version: ::String,
|
|
538
|
-
?open_zfs_configuration:
|
|
539
|
-
automatic_backup_retention_days: ::Integer?,
|
|
540
|
-
copy_tags_to_backups: bool?,
|
|
541
|
-
copy_tags_to_volumes: bool?,
|
|
542
|
-
daily_automatic_backup_start_time: ::String?,
|
|
543
|
-
deployment_type: ("SINGLE_AZ_1" | "SINGLE_AZ_2" | "SINGLE_AZ_HA_1" | "SINGLE_AZ_HA_2" | "MULTI_AZ_1"),
|
|
544
|
-
throughput_capacity: ::Integer,
|
|
545
|
-
weekly_maintenance_start_time: ::String?,
|
|
546
|
-
disk_iops_configuration: {
|
|
547
|
-
mode: ("AUTOMATIC" | "USER_PROVISIONED")?,
|
|
548
|
-
iops: ::Integer?
|
|
549
|
-
}?,
|
|
550
|
-
root_volume_configuration: {
|
|
551
|
-
record_size_ki_b: ::Integer?,
|
|
552
|
-
data_compression_type: ("NONE" | "ZSTD" | "LZ4")?,
|
|
553
|
-
nfs_exports: Array[
|
|
554
|
-
{
|
|
555
|
-
client_configurations: Array[
|
|
556
|
-
{
|
|
557
|
-
clients: ::String,
|
|
558
|
-
options: Array[::String]
|
|
559
|
-
},
|
|
560
|
-
]
|
|
561
|
-
},
|
|
562
|
-
]?,
|
|
563
|
-
user_and_group_quotas: Array[
|
|
564
|
-
{
|
|
565
|
-
type: ("USER" | "GROUP"),
|
|
566
|
-
id: ::Integer,
|
|
567
|
-
storage_capacity_quota_gi_b: ::Integer
|
|
568
|
-
},
|
|
569
|
-
]?,
|
|
570
|
-
copy_tags_to_snapshots: bool?,
|
|
571
|
-
read_only: bool?
|
|
572
|
-
}?,
|
|
573
|
-
preferred_subnet_id: ::String?,
|
|
574
|
-
endpoint_ip_address_range: ::String?,
|
|
575
|
-
endpoint_ipv_6_address_range: ::String?,
|
|
576
|
-
route_table_ids: Array[::String]?,
|
|
577
|
-
read_cache_configuration: {
|
|
578
|
-
sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
|
|
579
|
-
size_gi_b: ::Integer?
|
|
580
|
-
}?
|
|
581
|
-
},
|
|
362
|
+
?open_zfs_configuration: Params::create_file_system_open_zfs_configuration,
|
|
582
363
|
?storage_capacity: ::Integer,
|
|
583
364
|
?network_type: ("IPV4" | "DUAL")
|
|
584
365
|
) -> _CreateFileSystemFromBackupResponseSuccess
|
|
@@ -597,7 +378,7 @@ module Aws
|
|
|
597
378
|
{
|
|
598
379
|
key: ::String,
|
|
599
380
|
value: ::String
|
|
600
|
-
}
|
|
381
|
+
}
|
|
601
382
|
]
|
|
602
383
|
) -> _CreateSnapshotResponseSuccess
|
|
603
384
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSnapshotResponseSuccess
|
|
@@ -610,15 +391,7 @@ module Aws
|
|
|
610
391
|
def create_storage_virtual_machine: (
|
|
611
392
|
?active_directory_configuration: {
|
|
612
393
|
net_bios_name: ::String,
|
|
613
|
-
self_managed_active_directory_configuration:
|
|
614
|
-
domain_name: ::String,
|
|
615
|
-
organizational_unit_distinguished_name: ::String?,
|
|
616
|
-
file_system_administrators_group: ::String?,
|
|
617
|
-
user_name: ::String?,
|
|
618
|
-
password: ::String?,
|
|
619
|
-
dns_ips: Array[::String],
|
|
620
|
-
domain_join_service_account_secret: ::String?
|
|
621
|
-
}?
|
|
394
|
+
self_managed_active_directory_configuration: Params::self_managed_active_directory_configuration?
|
|
622
395
|
},
|
|
623
396
|
?client_request_token: ::String,
|
|
624
397
|
file_system_id: ::String,
|
|
@@ -628,7 +401,7 @@ module Aws
|
|
|
628
401
|
{
|
|
629
402
|
key: ::String,
|
|
630
403
|
value: ::String
|
|
631
|
-
}
|
|
404
|
+
}
|
|
632
405
|
],
|
|
633
406
|
?root_volume_security_style: ("UNIX" | "NTFS" | "MIXED")
|
|
634
407
|
) -> _CreateStorageVirtualMachineResponseSuccess
|
|
@@ -643,55 +416,12 @@ module Aws
|
|
|
643
416
|
?client_request_token: ::String,
|
|
644
417
|
volume_type: ("ONTAP" | "OPENZFS"),
|
|
645
418
|
name: ::String,
|
|
646
|
-
?ontap_configuration:
|
|
647
|
-
junction_path: ::String?,
|
|
648
|
-
security_style: ("UNIX" | "NTFS" | "MIXED")?,
|
|
649
|
-
size_in_megabytes: ::Integer?,
|
|
650
|
-
storage_efficiency_enabled: bool?,
|
|
651
|
-
storage_virtual_machine_id: ::String,
|
|
652
|
-
tiering_policy: {
|
|
653
|
-
cooling_period: ::Integer?,
|
|
654
|
-
name: ("SNAPSHOT_ONLY" | "AUTO" | "ALL" | "NONE")?
|
|
655
|
-
}?,
|
|
656
|
-
ontap_volume_type: ("RW" | "DP")?,
|
|
657
|
-
snapshot_policy: ::String?,
|
|
658
|
-
copy_tags_to_backups: bool?,
|
|
659
|
-
snaplock_configuration: {
|
|
660
|
-
audit_log_volume: bool?,
|
|
661
|
-
autocommit_period: {
|
|
662
|
-
type: ("MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "NONE"),
|
|
663
|
-
value: ::Integer?
|
|
664
|
-
}?,
|
|
665
|
-
privileged_delete: ("DISABLED" | "ENABLED" | "PERMANENTLY_DISABLED")?,
|
|
666
|
-
retention_period: {
|
|
667
|
-
default_retention: {
|
|
668
|
-
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
669
|
-
value: ::Integer?
|
|
670
|
-
},
|
|
671
|
-
minimum_retention: {
|
|
672
|
-
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
673
|
-
value: ::Integer?
|
|
674
|
-
},
|
|
675
|
-
maximum_retention: {
|
|
676
|
-
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
677
|
-
value: ::Integer?
|
|
678
|
-
}
|
|
679
|
-
}?,
|
|
680
|
-
snaplock_type: ("COMPLIANCE" | "ENTERPRISE"),
|
|
681
|
-
volume_append_mode_enabled: bool?
|
|
682
|
-
}?,
|
|
683
|
-
volume_style: ("FLEXVOL" | "FLEXGROUP")?,
|
|
684
|
-
aggregate_configuration: {
|
|
685
|
-
aggregates: Array[::String]?,
|
|
686
|
-
constituents_per_aggregate: ::Integer?
|
|
687
|
-
}?,
|
|
688
|
-
size_in_bytes: ::Integer?
|
|
689
|
-
},
|
|
419
|
+
?ontap_configuration: Params::create_ontap_volume_configuration,
|
|
690
420
|
?tags: Array[
|
|
691
421
|
{
|
|
692
422
|
key: ::String,
|
|
693
423
|
value: ::String
|
|
694
|
-
}
|
|
424
|
+
}
|
|
695
425
|
],
|
|
696
426
|
?open_zfs_configuration: {
|
|
697
427
|
parent_volume_id: ::String,
|
|
@@ -711,16 +441,16 @@ module Aws
|
|
|
711
441
|
{
|
|
712
442
|
clients: ::String,
|
|
713
443
|
options: Array[::String]
|
|
714
|
-
}
|
|
444
|
+
}
|
|
715
445
|
]
|
|
716
|
-
}
|
|
446
|
+
}
|
|
717
447
|
]?,
|
|
718
448
|
user_and_group_quotas: Array[
|
|
719
449
|
{
|
|
720
450
|
type: ("USER" | "GROUP"),
|
|
721
451
|
id: ::Integer,
|
|
722
452
|
storage_capacity_quota_gi_b: ::Integer
|
|
723
|
-
}
|
|
453
|
+
}
|
|
724
454
|
]?
|
|
725
455
|
}
|
|
726
456
|
) -> _CreateVolumeResponseSuccess
|
|
@@ -735,55 +465,12 @@ module Aws
|
|
|
735
465
|
backup_id: ::String,
|
|
736
466
|
?client_request_token: ::String,
|
|
737
467
|
name: ::String,
|
|
738
|
-
?ontap_configuration:
|
|
739
|
-
junction_path: ::String?,
|
|
740
|
-
security_style: ("UNIX" | "NTFS" | "MIXED")?,
|
|
741
|
-
size_in_megabytes: ::Integer?,
|
|
742
|
-
storage_efficiency_enabled: bool?,
|
|
743
|
-
storage_virtual_machine_id: ::String,
|
|
744
|
-
tiering_policy: {
|
|
745
|
-
cooling_period: ::Integer?,
|
|
746
|
-
name: ("SNAPSHOT_ONLY" | "AUTO" | "ALL" | "NONE")?
|
|
747
|
-
}?,
|
|
748
|
-
ontap_volume_type: ("RW" | "DP")?,
|
|
749
|
-
snapshot_policy: ::String?,
|
|
750
|
-
copy_tags_to_backups: bool?,
|
|
751
|
-
snaplock_configuration: {
|
|
752
|
-
audit_log_volume: bool?,
|
|
753
|
-
autocommit_period: {
|
|
754
|
-
type: ("MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "NONE"),
|
|
755
|
-
value: ::Integer?
|
|
756
|
-
}?,
|
|
757
|
-
privileged_delete: ("DISABLED" | "ENABLED" | "PERMANENTLY_DISABLED")?,
|
|
758
|
-
retention_period: {
|
|
759
|
-
default_retention: {
|
|
760
|
-
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
761
|
-
value: ::Integer?
|
|
762
|
-
},
|
|
763
|
-
minimum_retention: {
|
|
764
|
-
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
765
|
-
value: ::Integer?
|
|
766
|
-
},
|
|
767
|
-
maximum_retention: {
|
|
768
|
-
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
769
|
-
value: ::Integer?
|
|
770
|
-
}
|
|
771
|
-
}?,
|
|
772
|
-
snaplock_type: ("COMPLIANCE" | "ENTERPRISE"),
|
|
773
|
-
volume_append_mode_enabled: bool?
|
|
774
|
-
}?,
|
|
775
|
-
volume_style: ("FLEXVOL" | "FLEXGROUP")?,
|
|
776
|
-
aggregate_configuration: {
|
|
777
|
-
aggregates: Array[::String]?,
|
|
778
|
-
constituents_per_aggregate: ::Integer?
|
|
779
|
-
}?,
|
|
780
|
-
size_in_bytes: ::Integer?
|
|
781
|
-
},
|
|
468
|
+
?ontap_configuration: Params::create_ontap_volume_configuration,
|
|
782
469
|
?tags: Array[
|
|
783
470
|
{
|
|
784
471
|
key: ::String,
|
|
785
472
|
value: ::String
|
|
786
|
-
}
|
|
473
|
+
}
|
|
787
474
|
]
|
|
788
475
|
) -> _CreateVolumeFromBackupResponseSuccess
|
|
789
476
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVolumeFromBackupResponseSuccess
|
|
@@ -844,7 +531,7 @@ module Aws
|
|
|
844
531
|
{
|
|
845
532
|
key: ::String,
|
|
846
533
|
value: ::String
|
|
847
|
-
}
|
|
534
|
+
}
|
|
848
535
|
]?
|
|
849
536
|
},
|
|
850
537
|
?lustre_configuration: {
|
|
@@ -853,7 +540,7 @@ module Aws
|
|
|
853
540
|
{
|
|
854
541
|
key: ::String,
|
|
855
542
|
value: ::String
|
|
856
|
-
}
|
|
543
|
+
}
|
|
857
544
|
]?
|
|
858
545
|
},
|
|
859
546
|
?open_zfs_configuration: {
|
|
@@ -862,7 +549,7 @@ module Aws
|
|
|
862
549
|
{
|
|
863
550
|
key: ::String,
|
|
864
551
|
value: ::String
|
|
865
|
-
}
|
|
552
|
+
}
|
|
866
553
|
]?,
|
|
867
554
|
options: Array[("DELETE_CHILD_VOLUMES_AND_SNAPSHOTS")]?
|
|
868
555
|
}
|
|
@@ -909,7 +596,7 @@ module Aws
|
|
|
909
596
|
{
|
|
910
597
|
key: ::String,
|
|
911
598
|
value: ::String
|
|
912
|
-
}
|
|
599
|
+
}
|
|
913
600
|
]?,
|
|
914
601
|
bypass_snaplock_enterprise_retention: bool?
|
|
915
602
|
},
|
|
@@ -931,7 +618,7 @@ module Aws
|
|
|
931
618
|
{
|
|
932
619
|
name: ("file-system-id" | "backup-type" | "file-system-type" | "volume-id" | "data-repository-type" | "file-cache-id" | "file-cache-type")?,
|
|
933
620
|
values: Array[::String]?
|
|
934
|
-
}
|
|
621
|
+
}
|
|
935
622
|
],
|
|
936
623
|
?max_results: ::Integer,
|
|
937
624
|
?next_token: ::String
|
|
@@ -950,7 +637,7 @@ module Aws
|
|
|
950
637
|
{
|
|
951
638
|
name: ("file-system-id" | "backup-type" | "file-system-type" | "volume-id" | "data-repository-type" | "file-cache-id" | "file-cache-type")?,
|
|
952
639
|
values: Array[::String]?
|
|
953
|
-
}
|
|
640
|
+
}
|
|
954
641
|
],
|
|
955
642
|
?max_results: ::Integer,
|
|
956
643
|
?next_token: ::String
|
|
@@ -969,7 +656,7 @@ module Aws
|
|
|
969
656
|
{
|
|
970
657
|
name: ("file-system-id" | "task-lifecycle" | "data-repository-association-id" | "file-cache-id")?,
|
|
971
658
|
values: Array[::String]?
|
|
972
|
-
}
|
|
659
|
+
}
|
|
973
660
|
],
|
|
974
661
|
?max_results: ::Integer,
|
|
975
662
|
?next_token: ::String
|
|
@@ -1028,7 +715,7 @@ module Aws
|
|
|
1028
715
|
{
|
|
1029
716
|
name: ("file-system-id" | "volume-id" | "type")?,
|
|
1030
717
|
values: Array[::String]?
|
|
1031
|
-
}
|
|
718
|
+
}
|
|
1032
719
|
],
|
|
1033
720
|
?max_results: ::Integer,
|
|
1034
721
|
?next_token: ::String
|
|
@@ -1056,7 +743,7 @@ module Aws
|
|
|
1056
743
|
{
|
|
1057
744
|
name: ("file-system-id" | "volume-id")?,
|
|
1058
745
|
values: Array[::String]?
|
|
1059
|
-
}
|
|
746
|
+
}
|
|
1060
747
|
],
|
|
1061
748
|
?max_results: ::Integer,
|
|
1062
749
|
?next_token: ::String,
|
|
@@ -1076,7 +763,7 @@ module Aws
|
|
|
1076
763
|
{
|
|
1077
764
|
name: ("file-system-id")?,
|
|
1078
765
|
values: Array[::String]?
|
|
1079
|
-
}
|
|
766
|
+
}
|
|
1080
767
|
],
|
|
1081
768
|
?max_results: ::Integer,
|
|
1082
769
|
?next_token: ::String
|
|
@@ -1095,7 +782,7 @@ module Aws
|
|
|
1095
782
|
{
|
|
1096
783
|
name: ("file-system-id" | "storage-virtual-machine-id")?,
|
|
1097
784
|
values: Array[::String]?
|
|
1098
|
-
}
|
|
785
|
+
}
|
|
1099
786
|
],
|
|
1100
787
|
?max_results: ::Integer,
|
|
1101
788
|
?next_token: ::String
|
|
@@ -1186,7 +873,7 @@ module Aws
|
|
|
1186
873
|
{
|
|
1187
874
|
key: ::String,
|
|
1188
875
|
value: ::String
|
|
1189
|
-
}
|
|
876
|
+
}
|
|
1190
877
|
]
|
|
1191
878
|
) -> _TagResourceResponseSuccess
|
|
1192
879
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -1210,14 +897,7 @@ module Aws
|
|
|
1210
897
|
association_id: ::String,
|
|
1211
898
|
?client_request_token: ::String,
|
|
1212
899
|
?imported_file_chunk_size: ::Integer,
|
|
1213
|
-
?s3:
|
|
1214
|
-
auto_import_policy: {
|
|
1215
|
-
events: Array[("NEW" | "CHANGED" | "DELETED")]?
|
|
1216
|
-
}?,
|
|
1217
|
-
auto_export_policy: {
|
|
1218
|
-
events: Array[("NEW" | "CHANGED" | "DELETED")]?
|
|
1219
|
-
}?
|
|
1220
|
-
}
|
|
900
|
+
?s3: Params::s3_data_repository_configuration
|
|
1221
901
|
) -> _UpdateDataRepositoryAssociationResponseSuccess
|
|
1222
902
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataRepositoryAssociationResponseSuccess
|
|
1223
903
|
|
|
@@ -1249,15 +929,7 @@ module Aws
|
|
|
1249
929
|
daily_automatic_backup_start_time: ::String?,
|
|
1250
930
|
automatic_backup_retention_days: ::Integer?,
|
|
1251
931
|
throughput_capacity: ::Integer?,
|
|
1252
|
-
self_managed_active_directory_configuration:
|
|
1253
|
-
user_name: ::String?,
|
|
1254
|
-
password: ::String?,
|
|
1255
|
-
dns_ips: Array[::String]?,
|
|
1256
|
-
domain_name: ::String?,
|
|
1257
|
-
organizational_unit_distinguished_name: ::String?,
|
|
1258
|
-
file_system_administrators_group: ::String?,
|
|
1259
|
-
domain_join_service_account_secret: ::String?
|
|
1260
|
-
}?,
|
|
932
|
+
self_managed_active_directory_configuration: Params::self_managed_active_directory_configuration_updates?,
|
|
1261
933
|
audit_log_configuration: {
|
|
1262
934
|
file_access_audit_log_level: ("DISABLED" | "SUCCESS_ONLY" | "FAILURE_ONLY" | "SUCCESS_AND_FAILURE"),
|
|
1263
935
|
file_share_access_audit_log_level: ("DISABLED" | "SUCCESS_ONLY" | "FAILURE_ONLY" | "SUCCESS_AND_FAILURE"),
|
|
@@ -1368,15 +1040,7 @@ module Aws
|
|
|
1368
1040
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/FSx/Client.html#update_storage_virtual_machine-instance_method
|
|
1369
1041
|
def update_storage_virtual_machine: (
|
|
1370
1042
|
?active_directory_configuration: {
|
|
1371
|
-
self_managed_active_directory_configuration:
|
|
1372
|
-
user_name: ::String?,
|
|
1373
|
-
password: ::String?,
|
|
1374
|
-
dns_ips: Array[::String]?,
|
|
1375
|
-
domain_name: ::String?,
|
|
1376
|
-
organizational_unit_distinguished_name: ::String?,
|
|
1377
|
-
file_system_administrators_group: ::String?,
|
|
1378
|
-
domain_join_service_account_secret: ::String?
|
|
1379
|
-
}?,
|
|
1043
|
+
self_managed_active_directory_configuration: Params::self_managed_active_directory_configuration_updates?,
|
|
1380
1044
|
net_bios_name: ::String?
|
|
1381
1045
|
},
|
|
1382
1046
|
?client_request_token: ::String,
|
|
@@ -1411,20 +1075,7 @@ module Aws
|
|
|
1411
1075
|
value: ::Integer?
|
|
1412
1076
|
}?,
|
|
1413
1077
|
privileged_delete: ("DISABLED" | "ENABLED" | "PERMANENTLY_DISABLED")?,
|
|
1414
|
-
retention_period:
|
|
1415
|
-
default_retention: {
|
|
1416
|
-
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
1417
|
-
value: ::Integer?
|
|
1418
|
-
},
|
|
1419
|
-
minimum_retention: {
|
|
1420
|
-
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
1421
|
-
value: ::Integer?
|
|
1422
|
-
},
|
|
1423
|
-
maximum_retention: {
|
|
1424
|
-
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
1425
|
-
value: ::Integer?
|
|
1426
|
-
}
|
|
1427
|
-
}?,
|
|
1078
|
+
retention_period: Params::snaplock_retention_period?,
|
|
1428
1079
|
volume_append_mode_enabled: bool?
|
|
1429
1080
|
}?,
|
|
1430
1081
|
size_in_bytes: ::Integer?
|
|
@@ -1441,16 +1092,16 @@ module Aws
|
|
|
1441
1092
|
{
|
|
1442
1093
|
clients: ::String,
|
|
1443
1094
|
options: Array[::String]
|
|
1444
|
-
}
|
|
1095
|
+
}
|
|
1445
1096
|
]
|
|
1446
|
-
}
|
|
1097
|
+
}
|
|
1447
1098
|
]?,
|
|
1448
1099
|
user_and_group_quotas: Array[
|
|
1449
1100
|
{
|
|
1450
1101
|
type: ("USER" | "GROUP"),
|
|
1451
1102
|
id: ::Integer,
|
|
1452
1103
|
storage_capacity_quota_gi_b: ::Integer
|
|
1453
|
-
}
|
|
1104
|
+
}
|
|
1454
1105
|
]?,
|
|
1455
1106
|
read_only: bool?
|
|
1456
1107
|
}
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,197 @@
|
|
|
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 FSx
|
|
10
|
+
module Params
|
|
11
|
+
type s3_data_repository_configuration = {
|
|
12
|
+
auto_import_policy: {
|
|
13
|
+
events: Array[("NEW" | "CHANGED" | "DELETED")]?
|
|
14
|
+
}?,
|
|
15
|
+
auto_export_policy: {
|
|
16
|
+
events: Array[("NEW" | "CHANGED" | "DELETED")]?
|
|
17
|
+
}?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type self_managed_active_directory_configuration = {
|
|
21
|
+
domain_name: ::String,
|
|
22
|
+
organizational_unit_distinguished_name: ::String?,
|
|
23
|
+
file_system_administrators_group: ::String?,
|
|
24
|
+
user_name: ::String?,
|
|
25
|
+
password: ::String?,
|
|
26
|
+
dns_ips: Array[::String],
|
|
27
|
+
domain_join_service_account_secret: ::String?
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
type create_file_system_windows_configuration = {
|
|
31
|
+
active_directory_id: ::String?,
|
|
32
|
+
self_managed_active_directory_configuration: Params::self_managed_active_directory_configuration?,
|
|
33
|
+
deployment_type: ("MULTI_AZ_1" | "SINGLE_AZ_1" | "SINGLE_AZ_2")?,
|
|
34
|
+
preferred_subnet_id: ::String?,
|
|
35
|
+
throughput_capacity: ::Integer,
|
|
36
|
+
weekly_maintenance_start_time: ::String?,
|
|
37
|
+
daily_automatic_backup_start_time: ::String?,
|
|
38
|
+
automatic_backup_retention_days: ::Integer?,
|
|
39
|
+
copy_tags_to_backups: bool?,
|
|
40
|
+
aliases: Array[::String]?,
|
|
41
|
+
audit_log_configuration: {
|
|
42
|
+
file_access_audit_log_level: ("DISABLED" | "SUCCESS_ONLY" | "FAILURE_ONLY" | "SUCCESS_AND_FAILURE"),
|
|
43
|
+
file_share_access_audit_log_level: ("DISABLED" | "SUCCESS_ONLY" | "FAILURE_ONLY" | "SUCCESS_AND_FAILURE"),
|
|
44
|
+
audit_log_destination: ::String?
|
|
45
|
+
}?,
|
|
46
|
+
disk_iops_configuration: {
|
|
47
|
+
mode: ("AUTOMATIC" | "USER_PROVISIONED")?,
|
|
48
|
+
iops: ::Integer?
|
|
49
|
+
}?,
|
|
50
|
+
fsrm_configuration: {
|
|
51
|
+
fsrm_service_enabled: bool,
|
|
52
|
+
event_log_destination: ::String?
|
|
53
|
+
}?
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
type create_file_system_lustre_configuration = {
|
|
57
|
+
weekly_maintenance_start_time: ::String?,
|
|
58
|
+
import_path: ::String?,
|
|
59
|
+
export_path: ::String?,
|
|
60
|
+
imported_file_chunk_size: ::Integer?,
|
|
61
|
+
deployment_type: ("SCRATCH_1" | "SCRATCH_2" | "PERSISTENT_1" | "PERSISTENT_2")?,
|
|
62
|
+
auto_import_policy: ("NONE" | "NEW" | "NEW_CHANGED" | "NEW_CHANGED_DELETED")?,
|
|
63
|
+
per_unit_storage_throughput: ::Integer?,
|
|
64
|
+
daily_automatic_backup_start_time: ::String?,
|
|
65
|
+
automatic_backup_retention_days: ::Integer?,
|
|
66
|
+
copy_tags_to_backups: bool?,
|
|
67
|
+
drive_cache_type: ("NONE" | "READ")?,
|
|
68
|
+
data_compression_type: ("NONE" | "LZ4")?,
|
|
69
|
+
efa_enabled: bool?,
|
|
70
|
+
log_configuration: {
|
|
71
|
+
level: ("DISABLED" | "WARN_ONLY" | "ERROR_ONLY" | "WARN_ERROR"),
|
|
72
|
+
destination: ::String?
|
|
73
|
+
}?,
|
|
74
|
+
root_squash_configuration: {
|
|
75
|
+
root_squash: ::String?,
|
|
76
|
+
no_squash_nids: Array[::String]?
|
|
77
|
+
}?,
|
|
78
|
+
metadata_configuration: {
|
|
79
|
+
iops: ::Integer?,
|
|
80
|
+
mode: ("AUTOMATIC" | "USER_PROVISIONED")
|
|
81
|
+
}?,
|
|
82
|
+
throughput_capacity: ::Integer?,
|
|
83
|
+
data_read_cache_configuration: {
|
|
84
|
+
sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
|
|
85
|
+
size_gi_b: ::Integer?
|
|
86
|
+
}?
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
type open_zfs_create_root_volume_configuration = {
|
|
90
|
+
record_size_ki_b: ::Integer?,
|
|
91
|
+
data_compression_type: ("NONE" | "ZSTD" | "LZ4")?,
|
|
92
|
+
nfs_exports: Array[
|
|
93
|
+
{
|
|
94
|
+
client_configurations: Array[
|
|
95
|
+
{
|
|
96
|
+
clients: ::String,
|
|
97
|
+
options: Array[::String]
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
]?,
|
|
102
|
+
user_and_group_quotas: Array[
|
|
103
|
+
{
|
|
104
|
+
type: ("USER" | "GROUP"),
|
|
105
|
+
id: ::Integer,
|
|
106
|
+
storage_capacity_quota_gi_b: ::Integer
|
|
107
|
+
}
|
|
108
|
+
]?,
|
|
109
|
+
copy_tags_to_snapshots: bool?,
|
|
110
|
+
read_only: bool?
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
type create_file_system_open_zfs_configuration = {
|
|
114
|
+
automatic_backup_retention_days: ::Integer?,
|
|
115
|
+
copy_tags_to_backups: bool?,
|
|
116
|
+
copy_tags_to_volumes: bool?,
|
|
117
|
+
daily_automatic_backup_start_time: ::String?,
|
|
118
|
+
deployment_type: ("SINGLE_AZ_1" | "SINGLE_AZ_2" | "SINGLE_AZ_HA_1" | "SINGLE_AZ_HA_2" | "MULTI_AZ_1"),
|
|
119
|
+
throughput_capacity: ::Integer,
|
|
120
|
+
weekly_maintenance_start_time: ::String?,
|
|
121
|
+
disk_iops_configuration: {
|
|
122
|
+
mode: ("AUTOMATIC" | "USER_PROVISIONED")?,
|
|
123
|
+
iops: ::Integer?
|
|
124
|
+
}?,
|
|
125
|
+
root_volume_configuration: Params::open_zfs_create_root_volume_configuration?,
|
|
126
|
+
preferred_subnet_id: ::String?,
|
|
127
|
+
endpoint_ip_address_range: ::String?,
|
|
128
|
+
endpoint_ipv_6_address_range: ::String?,
|
|
129
|
+
route_table_ids: Array[::String]?,
|
|
130
|
+
read_cache_configuration: {
|
|
131
|
+
sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
|
|
132
|
+
size_gi_b: ::Integer?
|
|
133
|
+
}?
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
type snaplock_retention_period = {
|
|
137
|
+
default_retention: {
|
|
138
|
+
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
139
|
+
value: ::Integer?
|
|
140
|
+
},
|
|
141
|
+
minimum_retention: {
|
|
142
|
+
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
143
|
+
value: ::Integer?
|
|
144
|
+
},
|
|
145
|
+
maximum_retention: {
|
|
146
|
+
type: ("SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "INFINITE" | "UNSPECIFIED"),
|
|
147
|
+
value: ::Integer?
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
type create_snaplock_configuration = {
|
|
152
|
+
audit_log_volume: bool?,
|
|
153
|
+
autocommit_period: {
|
|
154
|
+
type: ("MINUTES" | "HOURS" | "DAYS" | "MONTHS" | "YEARS" | "NONE"),
|
|
155
|
+
value: ::Integer?
|
|
156
|
+
}?,
|
|
157
|
+
privileged_delete: ("DISABLED" | "ENABLED" | "PERMANENTLY_DISABLED")?,
|
|
158
|
+
retention_period: Params::snaplock_retention_period?,
|
|
159
|
+
snaplock_type: ("COMPLIANCE" | "ENTERPRISE"),
|
|
160
|
+
volume_append_mode_enabled: bool?
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
type create_ontap_volume_configuration = {
|
|
164
|
+
junction_path: ::String?,
|
|
165
|
+
security_style: ("UNIX" | "NTFS" | "MIXED")?,
|
|
166
|
+
size_in_megabytes: ::Integer?,
|
|
167
|
+
storage_efficiency_enabled: bool?,
|
|
168
|
+
storage_virtual_machine_id: ::String,
|
|
169
|
+
tiering_policy: {
|
|
170
|
+
cooling_period: ::Integer?,
|
|
171
|
+
name: ("SNAPSHOT_ONLY" | "AUTO" | "ALL" | "NONE")?
|
|
172
|
+
}?,
|
|
173
|
+
ontap_volume_type: ("RW" | "DP")?,
|
|
174
|
+
snapshot_policy: ::String?,
|
|
175
|
+
copy_tags_to_backups: bool?,
|
|
176
|
+
snaplock_configuration: Params::create_snaplock_configuration?,
|
|
177
|
+
volume_style: ("FLEXVOL" | "FLEXGROUP")?,
|
|
178
|
+
aggregate_configuration: {
|
|
179
|
+
aggregates: Array[::String]?,
|
|
180
|
+
constituents_per_aggregate: ::Integer?
|
|
181
|
+
}?,
|
|
182
|
+
size_in_bytes: ::Integer?
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
type self_managed_active_directory_configuration_updates = {
|
|
186
|
+
user_name: ::String?,
|
|
187
|
+
password: ::String?,
|
|
188
|
+
dns_ips: Array[::String]?,
|
|
189
|
+
domain_name: ::String?,
|
|
190
|
+
organizational_unit_distinguished_name: ::String?,
|
|
191
|
+
file_system_administrators_group: ::String?,
|
|
192
|
+
domain_join_service_account_secret: ::String?
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
end
|
|
196
|
+
end
|
|
197
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-fsx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.136.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-fsx/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
|