aws-sdk-fsx 1.111.0

AWS SDK for Amazon FSx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub(crate) fn type_erase_result<O, E>(
    result: ::std::result::Result<O, E>,
) -> ::std::result::Result<
    ::aws_smithy_runtime_api::client::interceptors::context::Output,
    ::aws_smithy_runtime_api::client::orchestrator::OrchestratorError<::aws_smithy_runtime_api::client::interceptors::context::Error>,
>
where
    O: ::std::fmt::Debug + ::std::marker::Send + ::std::marker::Sync + 'static,
    E: ::std::error::Error + std::fmt::Debug + ::std::marker::Send + ::std::marker::Sync + 'static,
{
    result
        .map(|output| ::aws_smithy_runtime_api::client::interceptors::context::Output::erase(output))
        .map_err(|error| ::aws_smithy_runtime_api::client::interceptors::context::Error::erase(error))
        .map_err(::std::convert::Into::into)
}

pub fn parse_http_error_metadata(
    _response_status: u16,
    response_headers: &::aws_smithy_runtime_api::http::Headers,
    response_body: &[u8],
) -> ::std::result::Result<::aws_smithy_types::error::metadata::Builder, ::aws_smithy_json::deserialize::error::DeserializeError> {
    crate::json_errors::parse_error_metadata(response_body, response_headers)
}

pub(crate) mod shape_associate_file_system_aliases;

pub(crate) mod shape_cancel_data_repository_task;

pub(crate) mod shape_copy_backup;

pub(crate) mod shape_copy_snapshot_and_update_volume;

pub(crate) mod shape_create_and_attach_s3_access_point;

pub(crate) mod shape_create_backup;

pub(crate) mod shape_create_data_repository_association;

pub(crate) mod shape_create_data_repository_task;

pub(crate) mod shape_create_file_cache;

pub(crate) mod shape_create_file_system;

pub(crate) mod shape_create_file_system_from_backup;

pub(crate) mod shape_create_snapshot;

pub(crate) mod shape_create_storage_virtual_machine;

pub(crate) mod shape_create_volume;

pub(crate) mod shape_create_volume_from_backup;

pub(crate) mod shape_delete_backup;

pub(crate) mod shape_delete_data_repository_association;

pub(crate) mod shape_delete_file_cache;

pub(crate) mod shape_delete_file_system;

pub(crate) mod shape_delete_snapshot;

pub(crate) mod shape_delete_storage_virtual_machine;

pub(crate) mod shape_delete_volume;

pub(crate) mod shape_describe_backups;

pub(crate) mod shape_describe_data_repository_associations;

pub(crate) mod shape_describe_data_repository_tasks;

pub(crate) mod shape_describe_file_caches;

pub(crate) mod shape_describe_file_system_aliases;

pub(crate) mod shape_describe_file_systems;

pub(crate) mod shape_describe_s3_access_point_attachments;

pub(crate) mod shape_describe_shared_vpc_configuration;

pub(crate) mod shape_describe_snapshots;

pub(crate) mod shape_describe_storage_virtual_machines;

pub(crate) mod shape_describe_volumes;

pub(crate) mod shape_detach_and_delete_s3_access_point;

pub(crate) mod shape_disassociate_file_system_aliases;

pub(crate) mod shape_list_tags_for_resource;

pub(crate) mod shape_release_file_system_nfs_v3_locks;

pub(crate) mod shape_restore_volume_from_snapshot;

pub(crate) mod shape_start_misconfigured_state_recovery;

pub(crate) mod shape_tag_resource;

pub(crate) mod shape_untag_resource;

pub(crate) mod shape_update_data_repository_association;

pub(crate) mod shape_update_file_cache;

pub(crate) mod shape_update_file_system;

pub(crate) mod shape_update_shared_vpc_configuration;

pub(crate) mod shape_update_snapshot;

pub(crate) mod shape_update_storage_virtual_machine;

pub(crate) mod shape_update_volume;

pub(crate) fn or_empty_doc(data: &[u8]) -> &[u8] {
    if data.is_empty() {
        b"{}"
    } else {
        data
    }
}

pub(crate) mod shape_access_point_already_owned_by_you;

pub(crate) mod shape_active_directory_error;

pub(crate) mod shape_associate_file_system_aliases_input;

pub(crate) mod shape_backup_being_copied;

pub(crate) mod shape_backup_in_progress;

pub(crate) mod shape_backup_not_found;

pub(crate) mod shape_backup_restoring;

pub(crate) mod shape_bad_request;

pub(crate) mod shape_cancel_data_repository_task_input;

pub(crate) mod shape_copy_backup_input;

pub(crate) mod shape_copy_snapshot_and_update_volume_input;

pub(crate) mod shape_create_and_attach_s3_access_point_input;

pub(crate) mod shape_create_backup_input;

pub(crate) mod shape_create_data_repository_association_input;

pub(crate) mod shape_create_data_repository_task_input;

pub(crate) mod shape_create_file_cache_input;

pub(crate) mod shape_create_file_system_from_backup_input;

pub(crate) mod shape_create_file_system_input;

pub(crate) mod shape_create_snapshot_input;

pub(crate) mod shape_create_storage_virtual_machine_input;

pub(crate) mod shape_create_volume_from_backup_input;

pub(crate) mod shape_create_volume_input;

pub(crate) mod shape_data_repository_association_not_found;

pub(crate) mod shape_data_repository_task_ended;

pub(crate) mod shape_data_repository_task_executing;

pub(crate) mod shape_data_repository_task_not_found;

pub(crate) mod shape_delete_backup_input;

pub(crate) mod shape_delete_data_repository_association_input;

pub(crate) mod shape_delete_file_cache_input;

pub(crate) mod shape_delete_file_system_input;

pub(crate) mod shape_delete_snapshot_input;

pub(crate) mod shape_delete_storage_virtual_machine_input;

pub(crate) mod shape_delete_volume_input;

pub(crate) mod shape_describe_backups_input;

pub(crate) mod shape_describe_data_repository_associations_input;

pub(crate) mod shape_describe_data_repository_tasks_input;

pub(crate) mod shape_describe_file_caches_input;

pub(crate) mod shape_describe_file_system_aliases_input;

pub(crate) mod shape_describe_file_systems_input;

pub(crate) mod shape_describe_s3_access_point_attachments_input;

pub(crate) mod shape_describe_snapshots_input;

pub(crate) mod shape_describe_storage_virtual_machines_input;

pub(crate) mod shape_describe_volumes_input;

pub(crate) mod shape_detach_and_delete_s3_access_point_input;

pub(crate) mod shape_disassociate_file_system_aliases_input;

pub(crate) mod shape_file_cache_not_found;

pub(crate) mod shape_file_system_not_found;

pub(crate) mod shape_incompatible_parameter_error;

pub(crate) mod shape_incompatible_region_for_multi_az;

pub(crate) mod shape_internal_server_error;

pub(crate) mod shape_invalid_access_point;

pub(crate) mod shape_invalid_data_repository_type;

pub(crate) mod shape_invalid_destination_kms_key;

pub(crate) mod shape_invalid_export_path;

pub(crate) mod shape_invalid_import_path;

pub(crate) mod shape_invalid_network_settings;

pub(crate) mod shape_invalid_per_unit_storage_throughput;

pub(crate) mod shape_invalid_region;

pub(crate) mod shape_invalid_request;

pub(crate) mod shape_invalid_source_kms_key;

pub(crate) mod shape_list_tags_for_resource_input;

pub(crate) mod shape_missing_file_cache_configuration;

pub(crate) mod shape_missing_file_system_configuration;

pub(crate) mod shape_missing_volume_configuration;

pub(crate) mod shape_not_service_resource_error;

pub(crate) mod shape_release_file_system_nfs_v3_locks_input;

pub(crate) mod shape_resource_does_not_support_tagging;

pub(crate) mod shape_resource_not_found;

pub(crate) mod shape_restore_volume_from_snapshot_input;

pub(crate) mod shape_s3_access_point_attachment_not_found;

pub(crate) mod shape_service_limit_exceeded;

pub(crate) mod shape_snapshot_not_found;

pub(crate) mod shape_source_backup_unavailable;

pub(crate) mod shape_start_misconfigured_state_recovery_input;

pub(crate) mod shape_storage_virtual_machine_not_found;

pub(crate) mod shape_tag_resource_input;

pub(crate) mod shape_too_many_access_points;

pub(crate) mod shape_unsupported_operation;

pub(crate) mod shape_untag_resource_input;

pub(crate) mod shape_update_data_repository_association_input;

pub(crate) mod shape_update_file_cache_input;

pub(crate) mod shape_update_file_system_input;

pub(crate) mod shape_update_shared_vpc_configuration_input;

pub(crate) mod shape_update_snapshot_input;

pub(crate) mod shape_update_storage_virtual_machine_input;

pub(crate) mod shape_update_volume_input;

pub(crate) mod shape_volume_not_found;

pub(crate) mod shape_administrative_actions;

pub(crate) mod shape_aliases;

pub(crate) mod shape_backup;

pub(crate) mod shape_backups;

pub(crate) mod shape_completion_report;

pub(crate) mod shape_create_and_attach_s3_access_point_ontap_configuration;

pub(crate) mod shape_create_and_attach_s3_access_point_open_zfs_configuration;

pub(crate) mod shape_create_and_attach_s3_access_point_s3_configuration;

pub(crate) mod shape_create_file_cache_lustre_configuration;

pub(crate) mod shape_create_file_system_lustre_configuration;

pub(crate) mod shape_create_file_system_ontap_configuration;

pub(crate) mod shape_create_file_system_open_zfs_configuration;

pub(crate) mod shape_create_file_system_windows_configuration;

pub(crate) mod shape_create_ontap_volume_configuration;

pub(crate) mod shape_create_open_zfs_volume_configuration;

pub(crate) mod shape_create_svm_active_directory_configuration;

pub(crate) mod shape_data_repository_association;

pub(crate) mod shape_data_repository_associations;

pub(crate) mod shape_data_repository_task;

pub(crate) mod shape_data_repository_task_filter;

pub(crate) mod shape_data_repository_tasks;

pub(crate) mod shape_delete_file_system_lustre_configuration;

pub(crate) mod shape_delete_file_system_lustre_response;

pub(crate) mod shape_delete_file_system_open_zfs_configuration;

pub(crate) mod shape_delete_file_system_open_zfs_response;

pub(crate) mod shape_delete_file_system_windows_configuration;

pub(crate) mod shape_delete_file_system_windows_response;

pub(crate) mod shape_delete_volume_ontap_configuration;

pub(crate) mod shape_delete_volume_ontap_response;

pub(crate) mod shape_delete_volume_open_zfs_configuration;

pub(crate) mod shape_file_cache;

pub(crate) mod shape_file_cache_creating;

pub(crate) mod shape_file_cache_data_repository_association;

pub(crate) mod shape_file_caches;

pub(crate) mod shape_file_system;

pub(crate) mod shape_file_systems;

pub(crate) mod shape_filter;

pub(crate) mod shape_release_configuration;

pub(crate) mod shape_s3_access_point_attachment;

pub(crate) mod shape_s3_access_point_attachments;

pub(crate) mod shape_s3_access_point_attachments_filter;

pub(crate) mod shape_s3_data_repository_configuration;

pub(crate) mod shape_snapshot;

pub(crate) mod shape_snapshot_filter;

pub(crate) mod shape_snapshots;

pub(crate) mod shape_storage_virtual_machine;

pub(crate) mod shape_storage_virtual_machine_filter;

pub(crate) mod shape_storage_virtual_machines;

pub(crate) mod shape_tag;

pub(crate) mod shape_tags;

pub(crate) mod shape_update_file_cache_lustre_configuration;

pub(crate) mod shape_update_file_system_lustre_configuration;

pub(crate) mod shape_update_file_system_ontap_configuration;

pub(crate) mod shape_update_file_system_open_zfs_configuration;

pub(crate) mod shape_update_file_system_windows_configuration;

pub(crate) mod shape_update_ontap_volume_configuration;

pub(crate) mod shape_update_open_zfs_volume_configuration;

pub(crate) mod shape_update_svm_active_directory_configuration;

pub(crate) mod shape_volume;

pub(crate) mod shape_volume_filter;

pub(crate) mod shape_volumes;

pub(crate) mod shape_active_directory_backup_attributes;

pub(crate) mod shape_administrative_action;

pub(crate) mod shape_alias;

pub(crate) mod shape_auto_export_policy;

pub(crate) mod shape_auto_import_policy;

pub(crate) mod shape_backup_failure_details;

pub(crate) mod shape_create_aggregate_configuration;

pub(crate) mod shape_create_file_system_lustre_metadata_configuration;

pub(crate) mod shape_create_open_zfs_origin_snapshot_configuration;

pub(crate) mod shape_create_snaplock_configuration;

pub(crate) mod shape_data_repository_association_ids;

pub(crate) mod shape_data_repository_failure_details;

pub(crate) mod shape_data_repository_task_failure_details;

pub(crate) mod shape_data_repository_task_paths;

pub(crate) mod shape_data_repository_task_status;

pub(crate) mod shape_disk_iops_configuration;

pub(crate) mod shape_duration_since_last_access;

pub(crate) mod shape_file_cache_failure_details;

pub(crate) mod shape_file_cache_lustre_configuration;

pub(crate) mod shape_file_cache_lustre_metadata_configuration;

pub(crate) mod shape_file_cache_nfs_configuration;

pub(crate) mod shape_file_system_failure_details;

pub(crate) mod shape_lifecycle_transition_reason;

pub(crate) mod shape_lustre_file_system_configuration;

pub(crate) mod shape_lustre_log_create_configuration;

pub(crate) mod shape_lustre_read_cache_configuration;

pub(crate) mod shape_lustre_root_squash_configuration;

pub(crate) mod shape_network_interface_ids;

pub(crate) mod shape_nfs_data_repository_configuration;

pub(crate) mod shape_ontap_file_system_configuration;

pub(crate) mod shape_ontap_file_system_identity;

pub(crate) mod shape_ontap_volume_configuration;

pub(crate) mod shape_open_zfs_create_root_volume_configuration;

pub(crate) mod shape_open_zfs_file_system_configuration;

pub(crate) mod shape_open_zfs_file_system_identity;

pub(crate) mod shape_open_zfs_nfs_export;

pub(crate) mod shape_open_zfs_read_cache_configuration;

pub(crate) mod shape_open_zfs_user_or_group_quota;

pub(crate) mod shape_open_zfs_volume_configuration;

pub(crate) mod shape_s3_access_point;

pub(crate) mod shape_s3_access_point_ontap_configuration;

pub(crate) mod shape_s3_access_point_open_zfs_configuration;

pub(crate) mod shape_s3_access_point_vpc_configuration;

pub(crate) mod shape_self_managed_active_directory_configuration;

pub(crate) mod shape_self_managed_active_directory_configuration_updates;

pub(crate) mod shape_sub_directories_paths;

pub(crate) mod shape_subnet_ids;

pub(crate) mod shape_svm_active_directory_configuration;

pub(crate) mod shape_svm_endpoints;

pub(crate) mod shape_tiering_policy;

pub(crate) mod shape_update_file_system_lustre_metadata_configuration;

pub(crate) mod shape_update_snaplock_configuration;

pub(crate) mod shape_windows_audit_log_create_configuration;

pub(crate) mod shape_windows_file_system_configuration;

pub(crate) mod shape_windows_fsrm_configuration;

pub(crate) mod shape_administrative_action_failure_details;

pub(crate) mod shape_aggregate_configuration;

pub(crate) mod shape_autocommit_period;

pub(crate) mod shape_data_repository_configuration;

pub(crate) mod shape_file_system_endpoints;

pub(crate) mod shape_file_system_lustre_metadata_configuration;

pub(crate) mod shape_file_system_maintenance_operations;

pub(crate) mod shape_lustre_log_configuration;

pub(crate) mod shape_ontap_unix_file_system_user;

pub(crate) mod shape_ontap_windows_file_system_user;

pub(crate) mod shape_open_zfs_client_configuration;

pub(crate) mod shape_open_zfs_nfs_exports;

pub(crate) mod shape_open_zfs_origin_snapshot_configuration;

pub(crate) mod shape_open_zfs_posix_file_system_user;

pub(crate) mod shape_open_zfs_user_and_group_quotas;

pub(crate) mod shape_repository_dns_ips;

pub(crate) mod shape_route_table_ids;

pub(crate) mod shape_self_managed_active_directory_attributes;

pub(crate) mod shape_snaplock_configuration;

pub(crate) mod shape_snaplock_retention_period;

pub(crate) mod shape_svm_endpoint;

pub(crate) mod shape_windows_audit_log_configuration;

pub(crate) mod shape_aggregates;

pub(crate) mod shape_dns_ips;

pub(crate) mod shape_event_types;

pub(crate) mod shape_file_system_endpoint;

pub(crate) mod shape_lustre_no_squash_nids;

pub(crate) mod shape_ontap_endpoint_ip_addresses;

pub(crate) mod shape_retention_period;

pub(crate) mod shape_file_system_secondary_gids;

pub(crate) mod shape_open_zfs_client_configurations;

pub(crate) mod shape_open_zfs_nfs_export_options;