472 472 | pub(crate) mod shape_s3_job_manifest_generator;
|
473 473 |
|
474 474 | pub(crate) mod shape_s3_set_object_acl_operation;
|
475 475 |
|
476 476 | pub(crate) mod shape_s3_set_object_legal_hold_operation;
|
477 477 |
|
478 478 | pub(crate) mod shape_s3_set_object_retention_operation;
|
479 479 |
|
480 480 | pub(crate) mod shape_s3_set_object_tagging_operation;
|
481 481 |
|
482 + | pub(crate) mod shape_s3_update_object_encryption_operation;
|
483 + |
|
482 484 | pub(crate) mod shape_scope_permission_list;
|
483 485 |
|
484 486 | pub(crate) mod shape_storage_lens_aws_org;
|
485 487 |
|
486 488 | pub(crate) mod shape_storage_lens_data_export;
|
487 489 |
|
490 + | pub(crate) mod shape_storage_lens_expanded_prefixes_data_export;
|
491 + |
|
488 492 | pub(crate) mod shape_storage_lens_group_filter;
|
489 493 |
|
490 494 | pub(crate) mod shape_abort_incomplete_multipart_upload;
|
491 495 |
|
492 496 | pub(crate) mod shape_activity_metrics;
|
493 497 |
|
494 498 | pub(crate) mod shape_advanced_cost_optimization_metrics;
|
495 499 |
|
496 500 | pub(crate) mod shape_advanced_data_protection_metrics;
|
497 501 |
|
502 + | pub(crate) mod shape_advanced_performance_metrics;
|
503 + |
|
498 504 | pub(crate) mod shape_async_error_details;
|
499 505 |
|
500 506 | pub(crate) mod shape_bucket_level;
|
501 507 |
|
502 508 | pub(crate) mod shape_cloud_watch_metrics;
|
503 509 |
|
504 510 | pub(crate) mod shape_delete_marker_replication;
|
505 511 |
|
506 512 | pub(crate) mod shape_destination;
|
507 513 |
|
508 514 | pub(crate) mod shape_detailed_status_codes_metrics;
|
509 515 |
|
510 516 | pub(crate) mod shape_existing_object_replication;
|
511 517 |
|
512 518 | pub(crate) mod shape_job_failure;
|
513 519 |
|
514 520 | pub(crate) mod shape_job_manifest_generator_filter;
|
515 521 |
|
516 522 | pub(crate) mod shape_job_timers;
|
517 523 |
|
518 524 | pub(crate) mod shape_lifecycle_expiration;
|
519 525 |
|
520 526 | pub(crate) mod shape_lifecycle_rule_filter;
|
521 527 |
|
522 528 | pub(crate) mod shape_match_object_age;
|
523 529 |
|
524 530 | pub(crate) mod shape_match_object_size;
|
525 531 |
|
526 532 | pub(crate) mod shape_multi_region_access_points_async_response;
|
527 533 |
|
528 534 | pub(crate) mod shape_noncurrent_version_expiration;
|
529 535 |
|
530 536 | pub(crate) mod shape_noncurrent_version_transition;
|
531 537 |
|
532 538 | pub(crate) mod shape_noncurrent_version_transition_list;
|
533 539 |
|
540 + | pub(crate) mod shape_object_encryption;
|
541 + |
|
534 542 | pub(crate) mod shape_object_lambda_content_transformation;
|
535 543 |
|
536 544 | pub(crate) mod shape_region_report;
|
537 545 |
|
538 546 | pub(crate) mod shape_replication_rule_filter;
|
539 547 |
|
540 548 | pub(crate) mod shape_s3_access_control_policy;
|
541 549 |
|
542 550 | pub(crate) mod shape_s3_bucket_destination;
|
543 551 |
|
544 552 | pub(crate) mod shape_s3_delete_object_tagging_operation;
|
545 553 |
|
546 554 | pub(crate) mod shape_s3_grant;
|
547 555 |
|
548 556 | pub(crate) mod shape_s3_manifest_output_location;
|
549 557 |
|
550 558 | pub(crate) mod shape_s3_object_lock_legal_hold;
|
551 559 |
|
552 560 | pub(crate) mod shape_s3_object_metadata;
|
553 561 |
|
554 562 | pub(crate) mod shape_s3_replicate_object_operation;
|
555 563 |
|
556 564 | pub(crate) mod shape_s3_retention;
|
557 565 |
|
558 566 | pub(crate) mod shape_source_selection_criteria;
|
559 567 |
|
560 568 | pub(crate) mod shape_storage_lens_group_and_operator;
|
561 569 |
|
562 570 | pub(crate) mod shape_storage_lens_group_level;
|
563 571 |
|
564 572 | pub(crate) mod shape_storage_lens_group_or_operator;
|
565 573 |
|
574 + | pub(crate) mod shape_storage_lens_table_destination;
|
575 + |
|
566 576 | pub(crate) mod shape_transition;
|
567 577 |
|
568 578 | pub(crate) mod shape_transition_list;
|
569 579 |
|
570 580 | pub(crate) mod shape_access_control_translation;
|
571 581 |
|
572 582 | pub(crate) mod shape_aws_lambda_transformation;
|
573 583 |
|
574 584 | pub(crate) mod shape_buckets;
|
575 585 |
|
576 586 | pub(crate) mod shape_encryption_configuration;
|
577 587 |
|
578 588 | pub(crate) mod shape_generated_manifest_encryption;
|
579 589 |
|
580 590 | pub(crate) mod shape_job_manifest_field_list;
|
581 591 |
|
582 592 | pub(crate) mod shape_key_name_constraint;
|
583 593 |
|
584 594 | pub(crate) mod shape_lifecycle_rule_and_operator;
|
585 595 |
|
586 596 | pub(crate) mod shape_match_any_prefix;
|
587 597 |
|
588 598 | pub(crate) mod shape_match_any_suffix;
|
589 599 |
|
590 600 | pub(crate) mod shape_match_any_tag;
|
591 601 |
|
592 602 | pub(crate) mod shape_metrics;
|
593 603 |
|
594 604 | pub(crate) mod shape_multi_region_access_point_regional_response_list;
|
595 605 |
|
596 606 | pub(crate) mod shape_object_encryption_filter;
|
597 607 |
|
598 608 | pub(crate) mod shape_object_lambda_transformation_configuration_actions_list;
|
599 609 |
|
600 610 | pub(crate) mod shape_prefix_level;
|
601 611 |
|
602 612 | pub(crate) mod shape_region_creation_list;
|
603 613 |
|
604 614 | pub(crate) mod shape_regions;
|
605 615 |
|
606 616 | pub(crate) mod shape_replica_modifications;
|
607 617 |
|
608 618 | pub(crate) mod shape_replication_rule_and_operator;
|
609 619 |
|
610 620 | pub(crate) mod shape_replication_time;
|
611 621 |
|
612 622 | pub(crate) mod shape_s3_access_control_list;
|
613 623 |
|
614 624 | pub(crate) mod shape_s3_grant_list;
|
615 625 |
|
616 626 | pub(crate) mod shape_s3_grantee;
|
617 627 |
|
628 + | pub(crate) mod shape_s3_update_object_encryption_ssekms;
|
629 + |
|
618 630 | pub(crate) mod shape_sse_kms_encrypted_objects;
|
619 631 |
|
620 632 | pub(crate) mod shape_storage_lens_data_export_encryption;
|
621 633 |
|
622 634 | pub(crate) mod shape_storage_lens_group_level_selection_criteria;
|
623 635 |
|
624 636 | pub(crate) mod shape_user_arguments;
|
625 637 |
|
626 638 | pub(crate) mod shape_dssekms_filter;
|
627 639 |
|