aws-sdk-odb 1.20.0 → 1.22.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.
@@ -543,6 +543,395 @@ module Aws::Odb
543
543
  req.send_request(options)
544
544
  end
545
545
 
546
+ # Creates a new Autonomous Database.
547
+ #
548
+ # @option params [String] :odb_network_id
549
+ # The unique identifier of the ODB network to be used for the Autonomous
550
+ # Database.
551
+ #
552
+ # @option params [String] :display_name
553
+ # The user-friendly name for the Autonomous Database. The name does not
554
+ # have to be unique.
555
+ #
556
+ # @option params [String] :db_name
557
+ # The name of the Autonomous Database. The name must begin with an
558
+ # alphabetic character and can contain a maximum of 30 alphanumeric
559
+ # characters. Special characters are not permitted. The name must be
560
+ # unique in the Amazon Web Services account.
561
+ #
562
+ # @option params [String] :admin_password
563
+ # The password for the `ADMIN` user of the Autonomous Database.
564
+ #
565
+ # @option params [Float] :compute_count
566
+ # The compute capacity, in number of Elastic CPUs (ECPUs) or Oracle CPUs
567
+ # (OCPUs), to assign to the Autonomous Database.
568
+ #
569
+ # @option params [Integer] :data_storage_size_in_t_bs
570
+ # The size, in terabytes (TB), of the data volume to allocate for the
571
+ # Autonomous Database.
572
+ #
573
+ # @option params [Integer] :data_storage_size_in_g_bs
574
+ # The size, in gigabytes (GB), of the data volume to allocate for the
575
+ # Autonomous Database.
576
+ #
577
+ # @option params [String] :db_workload
578
+ # The intended use of the Autonomous Database, such as transaction
579
+ # processing, data warehouse, JSON database, or APEX.
580
+ #
581
+ # @option params [Boolean] :is_auto_scaling_enabled
582
+ # Specifies whether to enable automatic scaling of the compute resources
583
+ # for the Autonomous Database.
584
+ #
585
+ # @option params [Boolean] :is_auto_scaling_for_storage_enabled
586
+ # Specifies whether to enable automatic scaling of the storage for the
587
+ # Autonomous Database.
588
+ #
589
+ # @option params [String] :license_model
590
+ # The Oracle license model to apply to the Autonomous Database.
591
+ #
592
+ # @option params [String] :character_set
593
+ # The character set to use for the Autonomous Database.
594
+ #
595
+ # @option params [String] :ncharacter_set
596
+ # The national character set to use for the Autonomous Database.
597
+ #
598
+ # @option params [String] :db_version
599
+ # The Oracle Database software version to use for the Autonomous
600
+ # Database.
601
+ #
602
+ # @option params [String] :database_edition
603
+ # The Oracle Database edition to apply to the Autonomous Database.
604
+ #
605
+ # @option params [String] :standby_allowlisted_ips_source
606
+ # The source of the allowlisted IP addresses for the standby Autonomous
607
+ # Database.
608
+ #
609
+ # @option params [String] :autonomous_maintenance_schedule_type
610
+ # The maintenance schedule type for the Autonomous Database.
611
+ #
612
+ # @option params [Integer] :backup_retention_period_in_days
613
+ # The retention period, in days, for automatic backups of the Autonomous
614
+ # Database.
615
+ #
616
+ # @option params [Float] :byol_compute_count_limit
617
+ # The maximum number of compute resources that you can allocate to the
618
+ # Autonomous Database under the bring-your-own-license (BYOL) model.
619
+ #
620
+ # @option params [Integer] :cpu_core_count
621
+ # The number of CPU cores to allocate to the Autonomous Database.
622
+ #
623
+ # @option params [Array<Types::CustomerContact>] :customer_contacts_to_send_to_oci
624
+ # The list of customer contacts to receive operational notifications
625
+ # from Oracle Cloud Infrastructure (OCI) for the Autonomous Database.
626
+ #
627
+ # @option params [String] :private_endpoint_ip
628
+ # The private endpoint IP address for the Autonomous Database.
629
+ #
630
+ # @option params [String] :private_endpoint_label
631
+ # The private endpoint label for the Autonomous Database.
632
+ #
633
+ # @option params [String] :resource_pool_leader_id
634
+ # The unique identifier of the resource pool leader Autonomous Database.
635
+ #
636
+ # @option params [Types::ResourcePoolSummary] :resource_pool_summary
637
+ # The configuration of the resource pool for the Autonomous Database.
638
+ #
639
+ # @option params [Array<Types::ScheduledOperationDetails>] :scheduled_operations
640
+ # The list of scheduled start and stop times for the Autonomous
641
+ # Database.
642
+ #
643
+ # @option params [Array<String>] :standby_allowlisted_ips
644
+ # The list of IP addresses that are allowed to access the standby
645
+ # Autonomous Database.
646
+ #
647
+ # @option params [Array<String>] :allowlisted_ips
648
+ # The list of IP addresses that are allowed to access the Autonomous
649
+ # Database.
650
+ #
651
+ # @option params [Types::TransportableTablespace] :transportable_tablespace
652
+ # The transportable tablespace configuration to use when creating the
653
+ # Autonomous Database.
654
+ #
655
+ # @option params [Boolean] :is_backup_retention_locked
656
+ # Specifies whether to lock the backup retention period of the
657
+ # Autonomous Database to prevent it from being shortened.
658
+ #
659
+ # @option params [Boolean] :is_local_data_guard_enabled
660
+ # Specifies whether to enable local Oracle Data Guard for the Autonomous
661
+ # Database.
662
+ #
663
+ # @option params [Boolean] :is_mtls_connection_required
664
+ # Specifies whether mutual TLS (mTLS) authentication is required to
665
+ # connect to the Autonomous Database.
666
+ #
667
+ # @option params [Array<Types::DatabaseTool>] :db_tools_details
668
+ # The list of database management tools to enable for the Autonomous
669
+ # Database.
670
+ #
671
+ # @option params [String] :source
672
+ # The source from which to create the Autonomous Database, such as a
673
+ # clone, backup, or cross-Region copy.
674
+ #
675
+ # @option params [Types::SourceConfiguration] :source_configuration
676
+ # The configuration details for the source used to create the Autonomous
677
+ # Database.
678
+ #
679
+ # @option params [String] :encryption_key_provider
680
+ # The provider of the encryption key to use for the Autonomous Database.
681
+ #
682
+ # @option params [Types::EncryptionKeyConfigurationInput] :encryption_key_configuration
683
+ # The configuration of the encryption key to use for the Autonomous
684
+ # Database.
685
+ #
686
+ # @option params [String] :client_token
687
+ # A client-provided token to ensure the idempotency of the request.
688
+ #
689
+ # **A suitable default value is auto-generated.** You should normally
690
+ # not need to pass this option.**
691
+ #
692
+ # @option params [Hash<String,String>] :tags
693
+ # The list of resource tags to apply to the Autonomous Database. Each
694
+ # tag is a key-value pair with no predefined name, type, or namespace.
695
+ #
696
+ # @return [Types::CreateAutonomousDatabaseOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
697
+ #
698
+ # * {Types::CreateAutonomousDatabaseOutput#autonomous_database_id #autonomous_database_id} => String
699
+ # * {Types::CreateAutonomousDatabaseOutput#display_name #display_name} => String
700
+ # * {Types::CreateAutonomousDatabaseOutput#status #status} => String
701
+ # * {Types::CreateAutonomousDatabaseOutput#status_reason #status_reason} => String
702
+ #
703
+ # @example Request syntax with placeholder values
704
+ #
705
+ # resp = client.create_autonomous_database({
706
+ # odb_network_id: "ResourceIdOrArn",
707
+ # display_name: "ResourceDisplayName",
708
+ # db_name: "CreateAutonomousDatabaseInputDbNameString",
709
+ # admin_password: "CreateAutonomousDatabaseInputAdminPasswordString",
710
+ # compute_count: 1.0,
711
+ # data_storage_size_in_t_bs: 1,
712
+ # data_storage_size_in_g_bs: 1,
713
+ # db_workload: "OLTP", # accepts OLTP, AJD, APEX, LH
714
+ # is_auto_scaling_enabled: false,
715
+ # is_auto_scaling_for_storage_enabled: false,
716
+ # license_model: "BRING_YOUR_OWN_LICENSE", # accepts BRING_YOUR_OWN_LICENSE, LICENSE_INCLUDED
717
+ # character_set: "CreateAutonomousDatabaseInputCharacterSetString",
718
+ # ncharacter_set: "CreateAutonomousDatabaseInputNcharacterSetString",
719
+ # db_version: "CreateAutonomousDatabaseInputDbVersionString",
720
+ # database_edition: "STANDARD_EDITION", # accepts STANDARD_EDITION, ENTERPRISE_EDITION
721
+ # standby_allowlisted_ips_source: "PRIMARY", # accepts PRIMARY, SEPARATE, NOT_APPLICABLE
722
+ # autonomous_maintenance_schedule_type: "EARLY", # accepts EARLY, REGULAR
723
+ # backup_retention_period_in_days: 1,
724
+ # byol_compute_count_limit: 1.0,
725
+ # cpu_core_count: 1,
726
+ # customer_contacts_to_send_to_oci: [
727
+ # {
728
+ # email: "CustomerContactEmailString",
729
+ # },
730
+ # ],
731
+ # private_endpoint_ip: "String",
732
+ # private_endpoint_label: "String",
733
+ # resource_pool_leader_id: "ResourceIdOrArn",
734
+ # resource_pool_summary: {
735
+ # is_disabled: false,
736
+ # pool_size: 1,
737
+ # pool_storage_size_in_t_bs: 1,
738
+ # available_storage_capacity_in_t_bs: 1.0,
739
+ # total_compute_capacity: 1,
740
+ # available_compute_capacity: 1,
741
+ # },
742
+ # scheduled_operations: [
743
+ # {
744
+ # day_of_week: { # required
745
+ # name: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
746
+ # },
747
+ # scheduled_start_time: "String",
748
+ # scheduled_stop_time: "String",
749
+ # },
750
+ # ],
751
+ # standby_allowlisted_ips: ["String"],
752
+ # allowlisted_ips: ["String"],
753
+ # transportable_tablespace: {
754
+ # tts_bundle_url: "String",
755
+ # },
756
+ # is_backup_retention_locked: false,
757
+ # is_local_data_guard_enabled: false,
758
+ # is_mtls_connection_required: false,
759
+ # db_tools_details: [
760
+ # {
761
+ # is_enabled: false,
762
+ # name: "String",
763
+ # compute_count: 1.0,
764
+ # max_idle_time_in_minutes: 1,
765
+ # },
766
+ # ],
767
+ # source: "NONE", # accepts NONE, DATABASE, BACKUP_FROM_ID, BACKUP_FROM_TIMESTAMP, CROSS_REGION_DATAGUARD, CROSS_REGION_DISASTER_RECOVERY, CLONE_TO_REFRESHABLE
768
+ # source_configuration: {
769
+ # database_clone: {
770
+ # source_autonomous_database_id: "ResourceIdOrArn", # required
771
+ # clone_type: "FULL", # required, accepts FULL, METADATA, PARTIAL
772
+ # },
773
+ # restore_from_backup: {
774
+ # autonomous_database_backup_id: "ResourceIdOrArn", # required
775
+ # clone_type: "FULL", # required, accepts FULL, METADATA, PARTIAL
776
+ # clone_table_space_list: [1],
777
+ # },
778
+ # point_in_time_restore: {
779
+ # source_autonomous_database_id: "ResourceIdOrArn", # required
780
+ # clone_type: "FULL", # required, accepts FULL, METADATA, PARTIAL
781
+ # timestamp: Time.now,
782
+ # use_latest_available_backup_timestamp: false,
783
+ # clone_table_space_list: [1],
784
+ # },
785
+ # cross_region_data_guard: {
786
+ # source_autonomous_database_arn: "Arn", # required
787
+ # },
788
+ # cross_region_disaster_recovery: {
789
+ # source_autonomous_database_arn: "Arn", # required
790
+ # remote_disaster_recovery_type: "ADG", # required, accepts ADG, BACKUP_BASED
791
+ # is_replicate_automatic_backups: false,
792
+ # },
793
+ # clone_to_refreshable: {
794
+ # source_autonomous_database_id: "ResourceIdOrArn", # required
795
+ # refreshable_mode: "AUTOMATIC", # accepts AUTOMATIC, MANUAL
796
+ # auto_refresh_frequency_in_seconds: 1,
797
+ # auto_refresh_point_lag_in_seconds: 1,
798
+ # time_of_auto_refresh_start: Time.now,
799
+ # open_mode: "READ_ONLY", # accepts READ_ONLY, READ_WRITE
800
+ # clone_type: "FULL", # accepts FULL, METADATA, PARTIAL
801
+ # },
802
+ # },
803
+ # encryption_key_provider: "ORACLE_MANAGED", # accepts ORACLE_MANAGED, AWS_KMS
804
+ # encryption_key_configuration: {
805
+ # aws_encryption_key: {
806
+ # iam_role_arn: "RoleArn",
807
+ # external_id_type: "database_ocid", # accepts database_ocid, compartment_ocid, tenant_ocid
808
+ # kms_key_id: "KmsKeyIdOrArn",
809
+ # },
810
+ # },
811
+ # client_token: "CreateAutonomousDatabaseInputClientTokenString",
812
+ # tags: {
813
+ # "TagKey" => "TagValue",
814
+ # },
815
+ # })
816
+ #
817
+ # @example Response structure
818
+ #
819
+ # resp.autonomous_database_id #=> String
820
+ # resp.display_name #=> String
821
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
822
+ # resp.status_reason #=> String
823
+ #
824
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/CreateAutonomousDatabase AWS API Documentation
825
+ #
826
+ # @overload create_autonomous_database(params = {})
827
+ # @param [Hash] params ({})
828
+ def create_autonomous_database(params = {}, options = {})
829
+ req = build_request(:create_autonomous_database, params)
830
+ req.send_request(options)
831
+ end
832
+
833
+ # Creates a new backup of the specified Autonomous Database.
834
+ #
835
+ # @option params [required, String] :autonomous_database_id
836
+ # The unique identifier of the Autonomous Database to back up.
837
+ #
838
+ # @option params [String] :display_name
839
+ # The user-friendly name for the Autonomous Database backup.
840
+ #
841
+ # @option params [Integer] :retention_period_in_days
842
+ # The retention period, in days, for the Autonomous Database backup.
843
+ #
844
+ # @option params [String] :client_token
845
+ # A client-provided token to ensure the idempotency of the request.
846
+ #
847
+ # **A suitable default value is auto-generated.** You should normally
848
+ # not need to pass this option.**
849
+ #
850
+ # @option params [Hash<String,String>] :tags
851
+ # The list of resource tags to apply to the Autonomous Database backup.
852
+ # Each tag is a key-value pair with no predefined name, type, or
853
+ # namespace.
854
+ #
855
+ # @return [Types::CreateAutonomousDatabaseBackupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
856
+ #
857
+ # * {Types::CreateAutonomousDatabaseBackupOutput#display_name #display_name} => String
858
+ # * {Types::CreateAutonomousDatabaseBackupOutput#status #status} => String
859
+ # * {Types::CreateAutonomousDatabaseBackupOutput#status_reason #status_reason} => String
860
+ # * {Types::CreateAutonomousDatabaseBackupOutput#autonomous_database_backup_id #autonomous_database_backup_id} => String
861
+ #
862
+ # @example Request syntax with placeholder values
863
+ #
864
+ # resp = client.create_autonomous_database_backup({
865
+ # autonomous_database_id: "ResourceIdOrArn", # required
866
+ # display_name: "ResourceDisplayName",
867
+ # retention_period_in_days: 1,
868
+ # client_token: "CreateAutonomousDatabaseBackupInputClientTokenString",
869
+ # tags: {
870
+ # "TagKey" => "TagValue",
871
+ # },
872
+ # })
873
+ #
874
+ # @example Response structure
875
+ #
876
+ # resp.display_name #=> String
877
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS"
878
+ # resp.status_reason #=> String
879
+ # resp.autonomous_database_backup_id #=> String
880
+ #
881
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/CreateAutonomousDatabaseBackup AWS API Documentation
882
+ #
883
+ # @overload create_autonomous_database_backup(params = {})
884
+ # @param [Hash] params ({})
885
+ def create_autonomous_database_backup(params = {}, options = {})
886
+ req = build_request(:create_autonomous_database_backup, params)
887
+ req.send_request(options)
888
+ end
889
+
890
+ # Creates a new wallet for the specified Autonomous Database.
891
+ #
892
+ # @option params [required, String] :autonomous_database_id
893
+ # The unique identifier of the Autonomous Database to create a wallet
894
+ # for.
895
+ #
896
+ # @option params [String] :wallet_type
897
+ # The type of wallet to create, either a regional wallet or an instance
898
+ # wallet.
899
+ #
900
+ # @option params [required, String] :password
901
+ # The password to encrypt the keys inside the wallet.
902
+ #
903
+ # @option params [String] :client_token
904
+ # A client-provided token to ensure the idempotency of the request.
905
+ #
906
+ # **A suitable default value is auto-generated.** You should normally
907
+ # not need to pass this option.**
908
+ #
909
+ # @return [Types::CreateAutonomousDatabaseWalletOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
910
+ #
911
+ # * {Types::CreateAutonomousDatabaseWalletOutput#autonomous_database_wallet_file #autonomous_database_wallet_file} => String
912
+ #
913
+ # @example Request syntax with placeholder values
914
+ #
915
+ # resp = client.create_autonomous_database_wallet({
916
+ # autonomous_database_id: "ResourceIdOrArn", # required
917
+ # wallet_type: "REGIONAL", # accepts REGIONAL, INSTANCE
918
+ # password: "CreateAutonomousDatabaseWalletInputPasswordString", # required
919
+ # client_token: "CreateAutonomousDatabaseWalletInputClientTokenString",
920
+ # })
921
+ #
922
+ # @example Response structure
923
+ #
924
+ # resp.autonomous_database_wallet_file #=> String
925
+ #
926
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/CreateAutonomousDatabaseWallet AWS API Documentation
927
+ #
928
+ # @overload create_autonomous_database_wallet(params = {})
929
+ # @param [Hash] params ({})
930
+ def create_autonomous_database_wallet(params = {}, options = {})
931
+ req = build_request(:create_autonomous_database_wallet, params)
932
+ req.send_request(options)
933
+ end
934
+
546
935
  # Creates a new Autonomous VM cluster in the specified Exadata
547
936
  # infrastructure.
548
937
  #
@@ -929,10 +1318,10 @@ module Aws::Odb
929
1318
  # cpu_core_count: 1, # required
930
1319
  # display_name: "ResourceDisplayName", # required
931
1320
  # gi_version: "CreateCloudVmClusterInputGiVersionString", # required
932
- # hostname: "CreateCloudVmClusterInputHostnameString", # required
1321
+ # hostname: "Hostname", # required
933
1322
  # ssh_public_keys: ["String"], # required
934
1323
  # odb_network_id: "ResourceIdOrArn", # required
935
- # cluster_name: "CreateCloudVmClusterInputClusterNameString",
1324
+ # cluster_name: "ClusterName",
936
1325
  # data_collection_options: {
937
1326
  # is_diagnostics_events_enabled: false,
938
1327
  # is_health_monitoring_enabled: false,
@@ -1204,6 +1593,50 @@ module Aws::Odb
1204
1593
  req.send_request(options)
1205
1594
  end
1206
1595
 
1596
+ # Deletes the specified Autonomous Database.
1597
+ #
1598
+ # @option params [required, String] :autonomous_database_id
1599
+ # The unique identifier of the Autonomous Database to delete.
1600
+ #
1601
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1602
+ #
1603
+ # @example Request syntax with placeholder values
1604
+ #
1605
+ # resp = client.delete_autonomous_database({
1606
+ # autonomous_database_id: "ResourceIdOrArn", # required
1607
+ # })
1608
+ #
1609
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/DeleteAutonomousDatabase AWS API Documentation
1610
+ #
1611
+ # @overload delete_autonomous_database(params = {})
1612
+ # @param [Hash] params ({})
1613
+ def delete_autonomous_database(params = {}, options = {})
1614
+ req = build_request(:delete_autonomous_database, params)
1615
+ req.send_request(options)
1616
+ end
1617
+
1618
+ # Deletes the specified Autonomous Database backup.
1619
+ #
1620
+ # @option params [required, String] :autonomous_database_backup_id
1621
+ # The unique identifier of the Autonomous Database backup to delete.
1622
+ #
1623
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1624
+ #
1625
+ # @example Request syntax with placeholder values
1626
+ #
1627
+ # resp = client.delete_autonomous_database_backup({
1628
+ # autonomous_database_backup_id: "ResourceId", # required
1629
+ # })
1630
+ #
1631
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/DeleteAutonomousDatabaseBackup AWS API Documentation
1632
+ #
1633
+ # @overload delete_autonomous_database_backup(params = {})
1634
+ # @param [Hash] params ({})
1635
+ def delete_autonomous_database_backup(params = {}, options = {})
1636
+ req = build_request(:delete_autonomous_database_backup, params)
1637
+ req.send_request(options)
1638
+ end
1639
+
1207
1640
  # Deletes an Autonomous VM cluster.
1208
1641
  #
1209
1642
  # @option params [required, String] :cloud_autonomous_vm_cluster_id
@@ -1362,6 +1795,325 @@ module Aws::Odb
1362
1795
  req.send_request(options)
1363
1796
  end
1364
1797
 
1798
+ # Initiates a failover of the specified Autonomous Database to a standby
1799
+ # peer database.
1800
+ #
1801
+ # @option params [required, String] :autonomous_database_id
1802
+ # The unique identifier of the Autonomous Database to fail over.
1803
+ #
1804
+ # @option params [String] :peer_db_arn
1805
+ # The Amazon Resource Name (ARN) of the peer Autonomous Database to fail
1806
+ # over to.
1807
+ #
1808
+ # @return [Types::FailoverAutonomousDatabaseOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1809
+ #
1810
+ # * {Types::FailoverAutonomousDatabaseOutput#autonomous_database_id #autonomous_database_id} => String
1811
+ # * {Types::FailoverAutonomousDatabaseOutput#display_name #display_name} => String
1812
+ # * {Types::FailoverAutonomousDatabaseOutput#status #status} => String
1813
+ # * {Types::FailoverAutonomousDatabaseOutput#status_reason #status_reason} => String
1814
+ #
1815
+ # @example Request syntax with placeholder values
1816
+ #
1817
+ # resp = client.failover_autonomous_database({
1818
+ # autonomous_database_id: "ResourceIdOrArn", # required
1819
+ # peer_db_arn: "ResourceArn",
1820
+ # })
1821
+ #
1822
+ # @example Response structure
1823
+ #
1824
+ # resp.autonomous_database_id #=> String
1825
+ # resp.display_name #=> String
1826
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
1827
+ # resp.status_reason #=> String
1828
+ #
1829
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/FailoverAutonomousDatabase AWS API Documentation
1830
+ #
1831
+ # @overload failover_autonomous_database(params = {})
1832
+ # @param [Hash] params ({})
1833
+ def failover_autonomous_database(params = {}, options = {})
1834
+ req = build_request(:failover_autonomous_database, params)
1835
+ req.send_request(options)
1836
+ end
1837
+
1838
+ # Gets information about a specific Autonomous Database.
1839
+ #
1840
+ # @option params [required, String] :autonomous_database_id
1841
+ # The unique identifier of the Autonomous Database to retrieve
1842
+ # information about.
1843
+ #
1844
+ # @return [Types::GetAutonomousDatabaseOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1845
+ #
1846
+ # * {Types::GetAutonomousDatabaseOutput#autonomous_database #autonomous_database} => Types::AutonomousDatabase
1847
+ #
1848
+ # @example Request syntax with placeholder values
1849
+ #
1850
+ # resp = client.get_autonomous_database({
1851
+ # autonomous_database_id: "ResourceIdOrArn", # required
1852
+ # })
1853
+ #
1854
+ # @example Response structure
1855
+ #
1856
+ # resp.autonomous_database.autonomous_database_id #=> String
1857
+ # resp.autonomous_database.autonomous_database_arn #=> String
1858
+ # resp.autonomous_database.oci_resource_anchor_name #=> String
1859
+ # resp.autonomous_database.percent_progress #=> Float
1860
+ # resp.autonomous_database.ocid #=> String
1861
+ # resp.autonomous_database.oci_url #=> String
1862
+ # resp.autonomous_database.display_name #=> String
1863
+ # resp.autonomous_database.db_name #=> String
1864
+ # resp.autonomous_database.source_id #=> String
1865
+ # resp.autonomous_database.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
1866
+ # resp.autonomous_database.status_reason #=> String
1867
+ # resp.autonomous_database.database_type #=> String, one of "REGULAR", "CLONE"
1868
+ # resp.autonomous_database.db_version #=> String
1869
+ # resp.autonomous_database.db_workload #=> String, one of "OLTP", "AJD", "APEX", "LH"
1870
+ # resp.autonomous_database.character_set #=> String
1871
+ # resp.autonomous_database.ncharacter_set #=> String
1872
+ # resp.autonomous_database.database_edition #=> String, one of "STANDARD_EDITION", "ENTERPRISE_EDITION"
1873
+ # resp.autonomous_database.license_model #=> String, one of "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
1874
+ # resp.autonomous_database.open_mode #=> String, one of "READ_ONLY", "READ_WRITE"
1875
+ # resp.autonomous_database.permission_level #=> String, one of "RESTRICTED", "UNRESTRICTED"
1876
+ # resp.autonomous_database.is_mtls_connection_required #=> Boolean
1877
+ # resp.autonomous_database.autonomous_maintenance_schedule_type #=> String, one of "EARLY", "REGULAR"
1878
+ # resp.autonomous_database.net_services_architecture #=> String, one of "DEDICATED", "SHARED"
1879
+ # resp.autonomous_database.available_upgrade_versions #=> Array
1880
+ # resp.autonomous_database.available_upgrade_versions[0] #=> String
1881
+ # resp.autonomous_database.byol_compute_count_limit #=> Integer
1882
+ # resp.autonomous_database.connection_string_details.all_connection_strings #=> Hash
1883
+ # resp.autonomous_database.connection_string_details.all_connection_strings["String"] #=> String
1884
+ # resp.autonomous_database.connection_string_details.dedicated #=> String
1885
+ # resp.autonomous_database.connection_string_details.high #=> String
1886
+ # resp.autonomous_database.connection_string_details.medium #=> String
1887
+ # resp.autonomous_database.connection_string_details.low #=> String
1888
+ # resp.autonomous_database.connection_string_details.profiles #=> Array
1889
+ # resp.autonomous_database.connection_string_details.profiles[0].consumer_group #=> String
1890
+ # resp.autonomous_database.connection_string_details.profiles[0].display_name #=> String
1891
+ # resp.autonomous_database.connection_string_details.profiles[0].host_format #=> String
1892
+ # resp.autonomous_database.connection_string_details.profiles[0].is_regional #=> Boolean
1893
+ # resp.autonomous_database.connection_string_details.profiles[0].protocol #=> String
1894
+ # resp.autonomous_database.connection_string_details.profiles[0].session_mode #=> String
1895
+ # resp.autonomous_database.connection_string_details.profiles[0].syntax_format #=> String
1896
+ # resp.autonomous_database.connection_string_details.profiles[0].tls_authentication #=> String
1897
+ # resp.autonomous_database.connection_string_details.profiles[0].value #=> String
1898
+ # resp.autonomous_database.service_console_url #=> String
1899
+ # resp.autonomous_database.sql_web_developer_url #=> String
1900
+ # resp.autonomous_database.customer_contacts #=> Array
1901
+ # resp.autonomous_database.customer_contacts[0].email #=> String
1902
+ # resp.autonomous_database.apex_details.apex_version #=> String
1903
+ # resp.autonomous_database.apex_details.ords_version #=> String
1904
+ # resp.autonomous_database.standby_db.availability_domain #=> String
1905
+ # resp.autonomous_database.standby_db.lag_time_in_seconds #=> Integer
1906
+ # resp.autonomous_database.standby_db.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
1907
+ # resp.autonomous_database.standby_db.status_reason #=> String
1908
+ # resp.autonomous_database.standby_db.maintenance_target_component #=> String
1909
+ # resp.autonomous_database.standby_db.time_data_guard_role_changed #=> Time
1910
+ # resp.autonomous_database.standby_db.time_disaster_recovery_role_changed #=> Time
1911
+ # resp.autonomous_database.standby_db.time_maintenance_begin #=> Time
1912
+ # resp.autonomous_database.standby_db.time_maintenance_end #=> Time
1913
+ # resp.autonomous_database.local_standby_db.availability_domain #=> String
1914
+ # resp.autonomous_database.local_standby_db.lag_time_in_seconds #=> Integer
1915
+ # resp.autonomous_database.local_standby_db.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
1916
+ # resp.autonomous_database.local_standby_db.status_reason #=> String
1917
+ # resp.autonomous_database.local_standby_db.maintenance_target_component #=> String
1918
+ # resp.autonomous_database.local_standby_db.time_data_guard_role_changed #=> Time
1919
+ # resp.autonomous_database.local_standby_db.time_disaster_recovery_role_changed #=> Time
1920
+ # resp.autonomous_database.local_standby_db.time_maintenance_begin #=> Time
1921
+ # resp.autonomous_database.local_standby_db.time_maintenance_end #=> Time
1922
+ # resp.autonomous_database.data_safe_status #=> String, one of "REGISTERING", "REGISTERED", "DEREGISTERING", "NOT_REGISTERED", "FAILED"
1923
+ # resp.autonomous_database.database_management_status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"
1924
+ # resp.autonomous_database.operations_insights_status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"
1925
+ # resp.autonomous_database.availability_zone #=> String
1926
+ # resp.autonomous_database.availability_zone_id #=> String
1927
+ # resp.autonomous_database.maintenance_target_component #=> String
1928
+ # resp.autonomous_database.connection_urls.apex_url #=> String
1929
+ # resp.autonomous_database.connection_urls.database_transforms_url #=> String
1930
+ # resp.autonomous_database.connection_urls.graph_studio_url #=> String
1931
+ # resp.autonomous_database.connection_urls.machine_learning_notebook_url #=> String
1932
+ # resp.autonomous_database.connection_urls.machine_learning_user_management_url #=> String
1933
+ # resp.autonomous_database.connection_urls.mongo_db_url #=> String
1934
+ # resp.autonomous_database.connection_urls.ords_url #=> String
1935
+ # resp.autonomous_database.connection_urls.spatial_studio_url #=> String
1936
+ # resp.autonomous_database.connection_urls.sql_dev_web_url #=> String
1937
+ # resp.autonomous_database.db_tools_details #=> Array
1938
+ # resp.autonomous_database.db_tools_details[0].is_enabled #=> Boolean
1939
+ # resp.autonomous_database.db_tools_details[0].name #=> String
1940
+ # resp.autonomous_database.db_tools_details[0].compute_count #=> Float
1941
+ # resp.autonomous_database.db_tools_details[0].max_idle_time_in_minutes #=> Integer
1942
+ # resp.autonomous_database.scheduled_operations #=> Array
1943
+ # resp.autonomous_database.scheduled_operations[0].day_of_week.name #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
1944
+ # resp.autonomous_database.scheduled_operations[0].scheduled_start_time #=> String
1945
+ # resp.autonomous_database.scheduled_operations[0].scheduled_stop_time #=> String
1946
+ # resp.autonomous_database.resource_pool_leader_id #=> String
1947
+ # resp.autonomous_database.compute_count #=> Float
1948
+ # resp.autonomous_database.compute_model #=> String, one of "ECPU", "OCPU"
1949
+ # resp.autonomous_database.cpu_core_count #=> Integer
1950
+ # resp.autonomous_database.memory_per_oracle_compute_unit_in_g_bs #=> Integer
1951
+ # resp.autonomous_database.provisionable_cpus #=> Array
1952
+ # resp.autonomous_database.provisionable_cpus[0] #=> Integer
1953
+ # resp.autonomous_database.is_auto_scaling_enabled #=> Boolean
1954
+ # resp.autonomous_database.data_storage_size_in_t_bs #=> Float
1955
+ # resp.autonomous_database.data_storage_size_in_g_bs #=> Integer
1956
+ # resp.autonomous_database.used_data_storage_size_in_t_bs #=> Float
1957
+ # resp.autonomous_database.used_data_storage_size_in_g_bs #=> Integer
1958
+ # resp.autonomous_database.actual_used_data_storage_size_in_t_bs #=> Float
1959
+ # resp.autonomous_database.allocated_storage_size_in_t_bs #=> Float
1960
+ # resp.autonomous_database.in_memory_area_in_g_bs #=> Integer
1961
+ # resp.autonomous_database.is_auto_scaling_for_storage_enabled #=> Boolean
1962
+ # resp.autonomous_database.odb_network_id #=> String
1963
+ # resp.autonomous_database.odb_network_arn #=> String
1964
+ # resp.autonomous_database.private_endpoint #=> String
1965
+ # resp.autonomous_database.private_endpoint_ip #=> String
1966
+ # resp.autonomous_database.private_endpoint_label #=> String
1967
+ # resp.autonomous_database.allowlisted_ips #=> Array
1968
+ # resp.autonomous_database.allowlisted_ips[0] #=> String
1969
+ # resp.autonomous_database.standby_allowlisted_ips #=> Array
1970
+ # resp.autonomous_database.standby_allowlisted_ips[0] #=> String
1971
+ # resp.autonomous_database.standby_allowlisted_ips_source #=> String, one of "PRIMARY", "SEPARATE", "NOT_APPLICABLE"
1972
+ # resp.autonomous_database.is_local_data_guard_enabled #=> Boolean
1973
+ # resp.autonomous_database.is_remote_data_guard_enabled #=> Boolean
1974
+ # resp.autonomous_database.local_disaster_recovery_type #=> String, one of "ADG", "BACKUP_BASED"
1975
+ # resp.autonomous_database.role #=> String, one of "PRIMARY", "STANDBY", "DISABLED_STANDBY", "BACKUP_COPY", "SNAPSHOT_STANDBY"
1976
+ # resp.autonomous_database.peer_db_ids #=> Array
1977
+ # resp.autonomous_database.peer_db_ids[0] #=> String
1978
+ # resp.autonomous_database.failed_data_recovery_in_seconds #=> Integer
1979
+ # resp.autonomous_database.local_adg_auto_failover_max_data_loss_limit #=> Integer
1980
+ # resp.autonomous_database.remote_disaster_recovery_configuration.disaster_recovery_type #=> String, one of "ADG", "BACKUP_BASED"
1981
+ # resp.autonomous_database.remote_disaster_recovery_configuration.is_replicate_automatic_backups #=> Boolean
1982
+ # resp.autonomous_database.remote_disaster_recovery_configuration.is_snapshot_standby #=> Boolean
1983
+ # resp.autonomous_database.remote_disaster_recovery_configuration.time_snapshot_standby_enabled_till #=> Time
1984
+ # resp.autonomous_database.is_refreshable_clone #=> Boolean
1985
+ # resp.autonomous_database.refreshable_mode #=> String, one of "AUTOMATIC", "MANUAL"
1986
+ # resp.autonomous_database.refreshable_status #=> String, one of "REFRESHING", "NOT_REFRESHING"
1987
+ # resp.autonomous_database.auto_refresh_frequency_in_seconds #=> Integer
1988
+ # resp.autonomous_database.auto_refresh_point_lag_in_seconds #=> Integer
1989
+ # resp.autonomous_database.is_reconnect_clone_enabled #=> Boolean
1990
+ # resp.autonomous_database.clone_table_space_list #=> Array
1991
+ # resp.autonomous_database.clone_table_space_list[0] #=> Integer
1992
+ # resp.autonomous_database.backup_retention_period_in_days #=> Integer
1993
+ # resp.autonomous_database.long_term_backup_schedule.is_disabled #=> Boolean
1994
+ # resp.autonomous_database.long_term_backup_schedule.repeat_cadence #=> String, one of "ONE_TIME", "WEEKLY", "MONTHLY", "YEARLY"
1995
+ # resp.autonomous_database.long_term_backup_schedule.retention_period_in_days #=> Integer
1996
+ # resp.autonomous_database.long_term_backup_schedule.time_of_backup #=> Time
1997
+ # resp.autonomous_database.is_backup_retention_locked #=> Boolean
1998
+ # resp.autonomous_database.total_backup_storage_size_in_g_bs #=> Float
1999
+ # resp.autonomous_database.resource_pool_summary.is_disabled #=> Boolean
2000
+ # resp.autonomous_database.resource_pool_summary.pool_size #=> Integer
2001
+ # resp.autonomous_database.resource_pool_summary.pool_storage_size_in_t_bs #=> Integer
2002
+ # resp.autonomous_database.resource_pool_summary.available_storage_capacity_in_t_bs #=> Float
2003
+ # resp.autonomous_database.resource_pool_summary.total_compute_capacity #=> Integer
2004
+ # resp.autonomous_database.resource_pool_summary.available_compute_capacity #=> Integer
2005
+ # resp.autonomous_database.encryption_summary.encryption_key_provider #=> String, one of "ORACLE_MANAGED", "AWS_KMS", "OKV", "OCI"
2006
+ # resp.autonomous_database.encryption_summary.encryption_key_configuration.aws_encryption_key.iam_role_arn #=> String
2007
+ # resp.autonomous_database.encryption_summary.encryption_key_configuration.aws_encryption_key.external_id_type #=> String, one of "database_ocid", "compartment_ocid", "tenant_ocid"
2008
+ # resp.autonomous_database.encryption_summary.encryption_key_configuration.aws_encryption_key.kms_key_id #=> String
2009
+ # resp.autonomous_database.encryption_summary.encryption_key_configuration.oci_encryption_key.kms_key_id #=> String
2010
+ # resp.autonomous_database.encryption_summary.encryption_key_configuration.oci_encryption_key.vault_id #=> String
2011
+ # resp.autonomous_database.encryption_summary.encryption_key_configuration.okv_encryption_key.certificate_directory_name #=> String
2012
+ # resp.autonomous_database.encryption_summary.encryption_key_configuration.okv_encryption_key.certificate_id #=> String
2013
+ # resp.autonomous_database.encryption_summary.encryption_key_configuration.okv_encryption_key.directory_name #=> String
2014
+ # resp.autonomous_database.encryption_summary.encryption_key_configuration.okv_encryption_key.okv_kms_key #=> String
2015
+ # resp.autonomous_database.encryption_summary.encryption_key_configuration.okv_encryption_key.okv_uri #=> String
2016
+ # resp.autonomous_database.created_at #=> Time
2017
+ # resp.autonomous_database.time_of_last_backup #=> Time
2018
+ # resp.autonomous_database.time_maintenance_begin #=> Time
2019
+ # resp.autonomous_database.time_maintenance_end #=> Time
2020
+ # resp.autonomous_database.time_local_data_guard_enabled #=> Time
2021
+ # resp.autonomous_database.time_data_guard_role_changed #=> Time
2022
+ # resp.autonomous_database.time_of_last_switchover #=> Time
2023
+ # resp.autonomous_database.time_of_last_failover #=> Time
2024
+ # resp.autonomous_database.time_of_last_refresh #=> Time
2025
+ # resp.autonomous_database.time_of_last_refresh_point #=> Time
2026
+ # resp.autonomous_database.time_of_next_refresh #=> Time
2027
+ # resp.autonomous_database.time_of_auto_refresh_start #=> Time
2028
+ # resp.autonomous_database.time_deletion_of_free_autonomous_database #=> Time
2029
+ # resp.autonomous_database.time_reclamation_of_free_autonomous_database #=> Time
2030
+ # resp.autonomous_database.time_disaster_recovery_role_changed #=> Time
2031
+ # resp.autonomous_database.time_until_reconnect_clone_enabled #=> Time
2032
+ # resp.autonomous_database.next_long_term_backup_time_stamp #=> Time
2033
+ # resp.autonomous_database.time_undeleted #=> Time
2034
+ #
2035
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/GetAutonomousDatabase AWS API Documentation
2036
+ #
2037
+ # @overload get_autonomous_database(params = {})
2038
+ # @param [Hash] params ({})
2039
+ def get_autonomous_database(params = {}, options = {})
2040
+ req = build_request(:get_autonomous_database, params)
2041
+ req.send_request(options)
2042
+ end
2043
+
2044
+ # Gets information about a specific Autonomous Database backup.
2045
+ #
2046
+ # @option params [required, String] :autonomous_database_backup_id
2047
+ # The unique identifier of the Autonomous Database backup to retrieve
2048
+ # information about.
2049
+ #
2050
+ # @return [Types::GetAutonomousDatabaseBackupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2051
+ #
2052
+ # * {Types::GetAutonomousDatabaseBackupOutput#autonomous_database_backup #autonomous_database_backup} => Types::AutonomousDatabaseBackup
2053
+ #
2054
+ # @example Request syntax with placeholder values
2055
+ #
2056
+ # resp = client.get_autonomous_database_backup({
2057
+ # autonomous_database_backup_id: "ResourceId", # required
2058
+ # })
2059
+ #
2060
+ # @example Response structure
2061
+ #
2062
+ # resp.autonomous_database_backup.autonomous_database_backup_id #=> String
2063
+ # resp.autonomous_database_backup.autonomous_database_backup_arn #=> String
2064
+ # resp.autonomous_database_backup.autonomous_database_id #=> String
2065
+ # resp.autonomous_database_backup.ocid #=> String
2066
+ # resp.autonomous_database_backup.display_name #=> String
2067
+ # resp.autonomous_database_backup.db_version #=> String
2068
+ # resp.autonomous_database_backup.status #=> String, one of "ACTIVE", "CREATING", "UPDATING", "DELETING", "FAILED"
2069
+ # resp.autonomous_database_backup.status_reason #=> String
2070
+ # resp.autonomous_database_backup.is_automatic #=> Boolean
2071
+ # resp.autonomous_database_backup.retention_period_in_days #=> Integer
2072
+ # resp.autonomous_database_backup.size_in_t_bs #=> Float
2073
+ # resp.autonomous_database_backup.time_available_till #=> Time
2074
+ # resp.autonomous_database_backup.time_started #=> Time
2075
+ # resp.autonomous_database_backup.time_ended #=> Time
2076
+ # resp.autonomous_database_backup.type #=> String, one of "INCREMENTAL", "FULL", "LONGTERM", "VIRTUAL_FULL", "CUMULATIVE_INCREMENTAL", "ROLL_FORWARD_IMAGE_COPY"
2077
+ #
2078
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/GetAutonomousDatabaseBackup AWS API Documentation
2079
+ #
2080
+ # @overload get_autonomous_database_backup(params = {})
2081
+ # @param [Hash] params ({})
2082
+ def get_autonomous_database_backup(params = {}, options = {})
2083
+ req = build_request(:get_autonomous_database_backup, params)
2084
+ req.send_request(options)
2085
+ end
2086
+
2087
+ # Gets the wallet details for the specified Autonomous Database.
2088
+ #
2089
+ # @option params [required, String] :autonomous_database_id
2090
+ # The unique identifier of the Autonomous Database to retrieve wallet
2091
+ # details for.
2092
+ #
2093
+ # @return [Types::GetAutonomousDatabaseWalletDetailsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2094
+ #
2095
+ # * {Types::GetAutonomousDatabaseWalletDetailsOutput#autonomous_database_wallet_details #autonomous_database_wallet_details} => Types::AutonomousDatabaseWalletDetails
2096
+ #
2097
+ # @example Request syntax with placeholder values
2098
+ #
2099
+ # resp = client.get_autonomous_database_wallet_details({
2100
+ # autonomous_database_id: "ResourceIdOrArn", # required
2101
+ # })
2102
+ #
2103
+ # @example Response structure
2104
+ #
2105
+ # resp.autonomous_database_wallet_details.status #=> String, one of "ACTIVE", "UPDATING"
2106
+ # resp.autonomous_database_wallet_details.time_rotated #=> Time
2107
+ #
2108
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/GetAutonomousDatabaseWalletDetails AWS API Documentation
2109
+ #
2110
+ # @overload get_autonomous_database_wallet_details(params = {})
2111
+ # @param [Hash] params ({})
2112
+ def get_autonomous_database_wallet_details(params = {}, options = {})
2113
+ req = build_request(:get_autonomous_database_wallet_details, params)
2114
+ req.send_request(options)
2115
+ end
2116
+
1365
2117
  # Gets information about a specific Autonomous VM cluster.
1366
2118
  #
1367
2119
  # @option params [required, String] :cloud_autonomous_vm_cluster_id
@@ -1794,6 +2546,10 @@ module Aws::Odb
1794
2546
  # * {Types::GetOciOnboardingStatusOutput#existing_tenancy_activation_link #existing_tenancy_activation_link} => String
1795
2547
  # * {Types::GetOciOnboardingStatusOutput#new_tenancy_activation_link #new_tenancy_activation_link} => String
1796
2548
  # * {Types::GetOciOnboardingStatusOutput#oci_identity_domain #oci_identity_domain} => Types::OciIdentityDomain
2549
+ # * {Types::GetOciOnboardingStatusOutput#autonomous_database_oci_integration_iam_roles #autonomous_database_oci_integration_iam_roles} => Array&lt;Types::OciIamRole&gt;
2550
+ # * {Types::GetOciOnboardingStatusOutput#linked_oci_tenancy_id #linked_oci_tenancy_id} => String
2551
+ # * {Types::GetOciOnboardingStatusOutput#linked_oci_compartment_id #linked_oci_compartment_id} => String
2552
+ # * {Types::GetOciOnboardingStatusOutput#subscription_errors #subscription_errors} => Array&lt;Types::SubscriptionError&gt;
1797
2553
  #
1798
2554
  # @example Response structure
1799
2555
  #
@@ -1806,6 +2562,13 @@ module Aws::Odb
1806
2562
  # resp.oci_identity_domain.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS"
1807
2563
  # resp.oci_identity_domain.status_reason #=> String
1808
2564
  # resp.oci_identity_domain.account_setup_cloud_formation_url #=> String
2565
+ # resp.autonomous_database_oci_integration_iam_roles #=> Array
2566
+ # resp.autonomous_database_oci_integration_iam_roles[0].iam_role_arn #=> String
2567
+ # resp.autonomous_database_oci_integration_iam_roles[0].aws_integration #=> String, one of "KmsTde"
2568
+ # resp.linked_oci_tenancy_id #=> String
2569
+ # resp.linked_oci_compartment_id #=> String
2570
+ # resp.subscription_errors #=> Array
2571
+ # resp.subscription_errors[0].error_message #=> String
1809
2572
  #
1810
2573
  # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/GetOciOnboardingStatus AWS API Documentation
1811
2574
  #
@@ -1962,22 +2725,671 @@ module Aws::Odb
1962
2725
  req.send_request(options)
1963
2726
  end
1964
2727
 
1965
- # Lists all Autonomous VMs in an Autonomous VM cluster.
2728
+ # Lists the backups of the specified Autonomous Database.
1966
2729
  #
1967
2730
  # @option params [Integer] :max_results
1968
- # The maximum number of items to return per page.
2731
+ # The maximum number of items to return for this request. To get the
2732
+ # next page of items, make another request with the token returned in
2733
+ # the output.
1969
2734
  #
1970
2735
  # @option params [String] :next_token
1971
- # The pagination token to continue listing from.
2736
+ # The token returned from a previous paginated request. Pagination
2737
+ # continues from the end of the items returned by the previous request.
1972
2738
  #
1973
- # @option params [required, String] :cloud_autonomous_vm_cluster_id
1974
- # The unique identifier of the Autonomous VM cluster whose virtual
1975
- # machines you're listing.
2739
+ # @option params [required, String] :autonomous_database_id
2740
+ # The unique identifier of the Autonomous Database whose backups you
2741
+ # want to list.
1976
2742
  #
1977
- # @return [Types::ListAutonomousVirtualMachinesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2743
+ # @option params [String] :status
2744
+ # The status of the Autonomous Database backups to return results for.
1978
2745
  #
1979
- # * {Types::ListAutonomousVirtualMachinesOutput#next_token #next_token} => String
1980
- # * {Types::ListAutonomousVirtualMachinesOutput#autonomous_virtual_machines #autonomous_virtual_machines} => Array&lt;Types::AutonomousVirtualMachineSummary&gt;
2746
+ # @option params [String] :type
2747
+ # The type of the Autonomous Database backups to return results for.
2748
+ #
2749
+ # @return [Types::ListAutonomousDatabaseBackupsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2750
+ #
2751
+ # * {Types::ListAutonomousDatabaseBackupsOutput#next_token #next_token} => String
2752
+ # * {Types::ListAutonomousDatabaseBackupsOutput#autonomous_database_backups #autonomous_database_backups} => Array&lt;Types::AutonomousDatabaseBackupSummary&gt;
2753
+ #
2754
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2755
+ #
2756
+ # @example Request syntax with placeholder values
2757
+ #
2758
+ # resp = client.list_autonomous_database_backups({
2759
+ # max_results: 1,
2760
+ # next_token: "ListAutonomousDatabaseBackupsInputNextTokenString",
2761
+ # autonomous_database_id: "ResourceId", # required
2762
+ # status: "ACTIVE", # accepts ACTIVE, CREATING, UPDATING, DELETING, FAILED
2763
+ # type: "INCREMENTAL", # accepts INCREMENTAL, FULL, LONGTERM, VIRTUAL_FULL, CUMULATIVE_INCREMENTAL, ROLL_FORWARD_IMAGE_COPY
2764
+ # })
2765
+ #
2766
+ # @example Response structure
2767
+ #
2768
+ # resp.next_token #=> String
2769
+ # resp.autonomous_database_backups #=> Array
2770
+ # resp.autonomous_database_backups[0].autonomous_database_backup_id #=> String
2771
+ # resp.autonomous_database_backups[0].autonomous_database_backup_arn #=> String
2772
+ # resp.autonomous_database_backups[0].autonomous_database_id #=> String
2773
+ # resp.autonomous_database_backups[0].ocid #=> String
2774
+ # resp.autonomous_database_backups[0].display_name #=> String
2775
+ # resp.autonomous_database_backups[0].db_version #=> String
2776
+ # resp.autonomous_database_backups[0].status #=> String, one of "ACTIVE", "CREATING", "UPDATING", "DELETING", "FAILED"
2777
+ # resp.autonomous_database_backups[0].status_reason #=> String
2778
+ # resp.autonomous_database_backups[0].is_automatic #=> Boolean
2779
+ # resp.autonomous_database_backups[0].retention_period_in_days #=> Integer
2780
+ # resp.autonomous_database_backups[0].size_in_t_bs #=> Float
2781
+ # resp.autonomous_database_backups[0].time_available_till #=> Time
2782
+ # resp.autonomous_database_backups[0].time_started #=> Time
2783
+ # resp.autonomous_database_backups[0].time_ended #=> Time
2784
+ # resp.autonomous_database_backups[0].type #=> String, one of "INCREMENTAL", "FULL", "LONGTERM", "VIRTUAL_FULL", "CUMULATIVE_INCREMENTAL", "ROLL_FORWARD_IMAGE_COPY"
2785
+ #
2786
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/ListAutonomousDatabaseBackups AWS API Documentation
2787
+ #
2788
+ # @overload list_autonomous_database_backups(params = {})
2789
+ # @param [Hash] params ({})
2790
+ def list_autonomous_database_backups(params = {}, options = {})
2791
+ req = build_request(:list_autonomous_database_backups, params)
2792
+ req.send_request(options)
2793
+ end
2794
+
2795
+ # Lists the available character sets for Autonomous Databases.
2796
+ #
2797
+ # @option params [Integer] :max_results
2798
+ # The maximum number of items to return for this request. To get the
2799
+ # next page of items, make another request with the token returned in
2800
+ # the output.
2801
+ #
2802
+ # @option params [String] :next_token
2803
+ # The token returned from a previous paginated request. Pagination
2804
+ # continues from the end of the items returned by the previous request.
2805
+ #
2806
+ # @option params [String] :character_set_type
2807
+ # The type of character set to return results for, either the database
2808
+ # character set or the national character set.
2809
+ #
2810
+ # @return [Types::ListAutonomousDatabaseCharacterSetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2811
+ #
2812
+ # * {Types::ListAutonomousDatabaseCharacterSetsOutput#next_token #next_token} => String
2813
+ # * {Types::ListAutonomousDatabaseCharacterSetsOutput#autonomous_database_character_sets #autonomous_database_character_sets} => Array&lt;Types::AutonomousDatabaseCharacterSetSummary&gt;
2814
+ #
2815
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2816
+ #
2817
+ # @example Request syntax with placeholder values
2818
+ #
2819
+ # resp = client.list_autonomous_database_character_sets({
2820
+ # max_results: 1,
2821
+ # next_token: "ListAutonomousDatabaseCharacterSetsInputNextTokenString",
2822
+ # character_set_type: "DATABASE", # accepts DATABASE, NATIONAL
2823
+ # })
2824
+ #
2825
+ # @example Response structure
2826
+ #
2827
+ # resp.next_token #=> String
2828
+ # resp.autonomous_database_character_sets #=> Array
2829
+ # resp.autonomous_database_character_sets[0].character_set #=> String
2830
+ #
2831
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/ListAutonomousDatabaseCharacterSets AWS API Documentation
2832
+ #
2833
+ # @overload list_autonomous_database_character_sets(params = {})
2834
+ # @param [Hash] params ({})
2835
+ def list_autonomous_database_character_sets(params = {}, options = {})
2836
+ req = build_request(:list_autonomous_database_character_sets, params)
2837
+ req.send_request(options)
2838
+ end
2839
+
2840
+ # Lists the clones of the specified Autonomous Database.
2841
+ #
2842
+ # @option params [Integer] :max_results
2843
+ # The maximum number of items to return for this request. To get the
2844
+ # next page of items, make another request with the token returned in
2845
+ # the output.
2846
+ #
2847
+ # @option params [String] :next_token
2848
+ # The token returned from a previous paginated request. Pagination
2849
+ # continues from the end of the items returned by the previous request.
2850
+ #
2851
+ # @option params [required, String] :autonomous_database_id
2852
+ # The unique identifier of the source Autonomous Database whose clones
2853
+ # you want to list.
2854
+ #
2855
+ # @return [Types::ListAutonomousDatabaseClonesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2856
+ #
2857
+ # * {Types::ListAutonomousDatabaseClonesOutput#next_token #next_token} => String
2858
+ # * {Types::ListAutonomousDatabaseClonesOutput#autonomous_database_clones #autonomous_database_clones} => Array&lt;Types::AutonomousDatabaseSummary&gt;
2859
+ #
2860
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2861
+ #
2862
+ # @example Request syntax with placeholder values
2863
+ #
2864
+ # resp = client.list_autonomous_database_clones({
2865
+ # max_results: 1,
2866
+ # next_token: "ListAutonomousDatabaseClonesInputNextTokenString",
2867
+ # autonomous_database_id: "ResourceIdOrArn", # required
2868
+ # })
2869
+ #
2870
+ # @example Response structure
2871
+ #
2872
+ # resp.next_token #=> String
2873
+ # resp.autonomous_database_clones #=> Array
2874
+ # resp.autonomous_database_clones[0].autonomous_database_id #=> String
2875
+ # resp.autonomous_database_clones[0].autonomous_database_arn #=> String
2876
+ # resp.autonomous_database_clones[0].oci_resource_anchor_name #=> String
2877
+ # resp.autonomous_database_clones[0].percent_progress #=> Float
2878
+ # resp.autonomous_database_clones[0].ocid #=> String
2879
+ # resp.autonomous_database_clones[0].oci_url #=> String
2880
+ # resp.autonomous_database_clones[0].display_name #=> String
2881
+ # resp.autonomous_database_clones[0].db_name #=> String
2882
+ # resp.autonomous_database_clones[0].source_id #=> String
2883
+ # resp.autonomous_database_clones[0].status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
2884
+ # resp.autonomous_database_clones[0].status_reason #=> String
2885
+ # resp.autonomous_database_clones[0].database_type #=> String, one of "REGULAR", "CLONE"
2886
+ # resp.autonomous_database_clones[0].db_version #=> String
2887
+ # resp.autonomous_database_clones[0].db_workload #=> String, one of "OLTP", "AJD", "APEX", "LH"
2888
+ # resp.autonomous_database_clones[0].character_set #=> String
2889
+ # resp.autonomous_database_clones[0].ncharacter_set #=> String
2890
+ # resp.autonomous_database_clones[0].database_edition #=> String, one of "STANDARD_EDITION", "ENTERPRISE_EDITION"
2891
+ # resp.autonomous_database_clones[0].license_model #=> String, one of "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
2892
+ # resp.autonomous_database_clones[0].open_mode #=> String, one of "READ_ONLY", "READ_WRITE"
2893
+ # resp.autonomous_database_clones[0].permission_level #=> String, one of "RESTRICTED", "UNRESTRICTED"
2894
+ # resp.autonomous_database_clones[0].is_mtls_connection_required #=> Boolean
2895
+ # resp.autonomous_database_clones[0].autonomous_maintenance_schedule_type #=> String, one of "EARLY", "REGULAR"
2896
+ # resp.autonomous_database_clones[0].net_services_architecture #=> String, one of "DEDICATED", "SHARED"
2897
+ # resp.autonomous_database_clones[0].available_upgrade_versions #=> Array
2898
+ # resp.autonomous_database_clones[0].available_upgrade_versions[0] #=> String
2899
+ # resp.autonomous_database_clones[0].byol_compute_count_limit #=> Integer
2900
+ # resp.autonomous_database_clones[0].connection_string_details.all_connection_strings #=> Hash
2901
+ # resp.autonomous_database_clones[0].connection_string_details.all_connection_strings["String"] #=> String
2902
+ # resp.autonomous_database_clones[0].connection_string_details.dedicated #=> String
2903
+ # resp.autonomous_database_clones[0].connection_string_details.high #=> String
2904
+ # resp.autonomous_database_clones[0].connection_string_details.medium #=> String
2905
+ # resp.autonomous_database_clones[0].connection_string_details.low #=> String
2906
+ # resp.autonomous_database_clones[0].connection_string_details.profiles #=> Array
2907
+ # resp.autonomous_database_clones[0].connection_string_details.profiles[0].consumer_group #=> String
2908
+ # resp.autonomous_database_clones[0].connection_string_details.profiles[0].display_name #=> String
2909
+ # resp.autonomous_database_clones[0].connection_string_details.profiles[0].host_format #=> String
2910
+ # resp.autonomous_database_clones[0].connection_string_details.profiles[0].is_regional #=> Boolean
2911
+ # resp.autonomous_database_clones[0].connection_string_details.profiles[0].protocol #=> String
2912
+ # resp.autonomous_database_clones[0].connection_string_details.profiles[0].session_mode #=> String
2913
+ # resp.autonomous_database_clones[0].connection_string_details.profiles[0].syntax_format #=> String
2914
+ # resp.autonomous_database_clones[0].connection_string_details.profiles[0].tls_authentication #=> String
2915
+ # resp.autonomous_database_clones[0].connection_string_details.profiles[0].value #=> String
2916
+ # resp.autonomous_database_clones[0].service_console_url #=> String
2917
+ # resp.autonomous_database_clones[0].sql_web_developer_url #=> String
2918
+ # resp.autonomous_database_clones[0].customer_contacts #=> Array
2919
+ # resp.autonomous_database_clones[0].customer_contacts[0].email #=> String
2920
+ # resp.autonomous_database_clones[0].apex_details.apex_version #=> String
2921
+ # resp.autonomous_database_clones[0].apex_details.ords_version #=> String
2922
+ # resp.autonomous_database_clones[0].standby_db.availability_domain #=> String
2923
+ # resp.autonomous_database_clones[0].standby_db.lag_time_in_seconds #=> Integer
2924
+ # resp.autonomous_database_clones[0].standby_db.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
2925
+ # resp.autonomous_database_clones[0].standby_db.status_reason #=> String
2926
+ # resp.autonomous_database_clones[0].standby_db.maintenance_target_component #=> String
2927
+ # resp.autonomous_database_clones[0].standby_db.time_data_guard_role_changed #=> Time
2928
+ # resp.autonomous_database_clones[0].standby_db.time_disaster_recovery_role_changed #=> Time
2929
+ # resp.autonomous_database_clones[0].standby_db.time_maintenance_begin #=> Time
2930
+ # resp.autonomous_database_clones[0].standby_db.time_maintenance_end #=> Time
2931
+ # resp.autonomous_database_clones[0].local_standby_db.availability_domain #=> String
2932
+ # resp.autonomous_database_clones[0].local_standby_db.lag_time_in_seconds #=> Integer
2933
+ # resp.autonomous_database_clones[0].local_standby_db.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
2934
+ # resp.autonomous_database_clones[0].local_standby_db.status_reason #=> String
2935
+ # resp.autonomous_database_clones[0].local_standby_db.maintenance_target_component #=> String
2936
+ # resp.autonomous_database_clones[0].local_standby_db.time_data_guard_role_changed #=> Time
2937
+ # resp.autonomous_database_clones[0].local_standby_db.time_disaster_recovery_role_changed #=> Time
2938
+ # resp.autonomous_database_clones[0].local_standby_db.time_maintenance_begin #=> Time
2939
+ # resp.autonomous_database_clones[0].local_standby_db.time_maintenance_end #=> Time
2940
+ # resp.autonomous_database_clones[0].data_safe_status #=> String, one of "REGISTERING", "REGISTERED", "DEREGISTERING", "NOT_REGISTERED", "FAILED"
2941
+ # resp.autonomous_database_clones[0].database_management_status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"
2942
+ # resp.autonomous_database_clones[0].operations_insights_status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"
2943
+ # resp.autonomous_database_clones[0].availability_zone #=> String
2944
+ # resp.autonomous_database_clones[0].availability_zone_id #=> String
2945
+ # resp.autonomous_database_clones[0].maintenance_target_component #=> String
2946
+ # resp.autonomous_database_clones[0].connection_urls.apex_url #=> String
2947
+ # resp.autonomous_database_clones[0].connection_urls.database_transforms_url #=> String
2948
+ # resp.autonomous_database_clones[0].connection_urls.graph_studio_url #=> String
2949
+ # resp.autonomous_database_clones[0].connection_urls.machine_learning_notebook_url #=> String
2950
+ # resp.autonomous_database_clones[0].connection_urls.machine_learning_user_management_url #=> String
2951
+ # resp.autonomous_database_clones[0].connection_urls.mongo_db_url #=> String
2952
+ # resp.autonomous_database_clones[0].connection_urls.ords_url #=> String
2953
+ # resp.autonomous_database_clones[0].connection_urls.spatial_studio_url #=> String
2954
+ # resp.autonomous_database_clones[0].connection_urls.sql_dev_web_url #=> String
2955
+ # resp.autonomous_database_clones[0].db_tools_details #=> Array
2956
+ # resp.autonomous_database_clones[0].db_tools_details[0].is_enabled #=> Boolean
2957
+ # resp.autonomous_database_clones[0].db_tools_details[0].name #=> String
2958
+ # resp.autonomous_database_clones[0].db_tools_details[0].compute_count #=> Float
2959
+ # resp.autonomous_database_clones[0].db_tools_details[0].max_idle_time_in_minutes #=> Integer
2960
+ # resp.autonomous_database_clones[0].scheduled_operations #=> Array
2961
+ # resp.autonomous_database_clones[0].scheduled_operations[0].day_of_week.name #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
2962
+ # resp.autonomous_database_clones[0].scheduled_operations[0].scheduled_start_time #=> String
2963
+ # resp.autonomous_database_clones[0].scheduled_operations[0].scheduled_stop_time #=> String
2964
+ # resp.autonomous_database_clones[0].resource_pool_leader_id #=> String
2965
+ # resp.autonomous_database_clones[0].compute_count #=> Float
2966
+ # resp.autonomous_database_clones[0].compute_model #=> String, one of "ECPU", "OCPU"
2967
+ # resp.autonomous_database_clones[0].cpu_core_count #=> Integer
2968
+ # resp.autonomous_database_clones[0].memory_per_oracle_compute_unit_in_g_bs #=> Integer
2969
+ # resp.autonomous_database_clones[0].provisionable_cpus #=> Array
2970
+ # resp.autonomous_database_clones[0].provisionable_cpus[0] #=> Integer
2971
+ # resp.autonomous_database_clones[0].is_auto_scaling_enabled #=> Boolean
2972
+ # resp.autonomous_database_clones[0].data_storage_size_in_t_bs #=> Float
2973
+ # resp.autonomous_database_clones[0].data_storage_size_in_g_bs #=> Integer
2974
+ # resp.autonomous_database_clones[0].used_data_storage_size_in_t_bs #=> Float
2975
+ # resp.autonomous_database_clones[0].used_data_storage_size_in_g_bs #=> Integer
2976
+ # resp.autonomous_database_clones[0].actual_used_data_storage_size_in_t_bs #=> Float
2977
+ # resp.autonomous_database_clones[0].allocated_storage_size_in_t_bs #=> Float
2978
+ # resp.autonomous_database_clones[0].in_memory_area_in_g_bs #=> Integer
2979
+ # resp.autonomous_database_clones[0].is_auto_scaling_for_storage_enabled #=> Boolean
2980
+ # resp.autonomous_database_clones[0].odb_network_id #=> String
2981
+ # resp.autonomous_database_clones[0].odb_network_arn #=> String
2982
+ # resp.autonomous_database_clones[0].private_endpoint #=> String
2983
+ # resp.autonomous_database_clones[0].private_endpoint_ip #=> String
2984
+ # resp.autonomous_database_clones[0].private_endpoint_label #=> String
2985
+ # resp.autonomous_database_clones[0].allowlisted_ips #=> Array
2986
+ # resp.autonomous_database_clones[0].allowlisted_ips[0] #=> String
2987
+ # resp.autonomous_database_clones[0].standby_allowlisted_ips #=> Array
2988
+ # resp.autonomous_database_clones[0].standby_allowlisted_ips[0] #=> String
2989
+ # resp.autonomous_database_clones[0].standby_allowlisted_ips_source #=> String, one of "PRIMARY", "SEPARATE", "NOT_APPLICABLE"
2990
+ # resp.autonomous_database_clones[0].is_local_data_guard_enabled #=> Boolean
2991
+ # resp.autonomous_database_clones[0].is_remote_data_guard_enabled #=> Boolean
2992
+ # resp.autonomous_database_clones[0].local_disaster_recovery_type #=> String, one of "ADG", "BACKUP_BASED"
2993
+ # resp.autonomous_database_clones[0].role #=> String, one of "PRIMARY", "STANDBY", "DISABLED_STANDBY", "BACKUP_COPY", "SNAPSHOT_STANDBY"
2994
+ # resp.autonomous_database_clones[0].peer_db_ids #=> Array
2995
+ # resp.autonomous_database_clones[0].peer_db_ids[0] #=> String
2996
+ # resp.autonomous_database_clones[0].failed_data_recovery_in_seconds #=> Integer
2997
+ # resp.autonomous_database_clones[0].local_adg_auto_failover_max_data_loss_limit #=> Integer
2998
+ # resp.autonomous_database_clones[0].remote_disaster_recovery_configuration.disaster_recovery_type #=> String, one of "ADG", "BACKUP_BASED"
2999
+ # resp.autonomous_database_clones[0].remote_disaster_recovery_configuration.is_replicate_automatic_backups #=> Boolean
3000
+ # resp.autonomous_database_clones[0].remote_disaster_recovery_configuration.is_snapshot_standby #=> Boolean
3001
+ # resp.autonomous_database_clones[0].remote_disaster_recovery_configuration.time_snapshot_standby_enabled_till #=> Time
3002
+ # resp.autonomous_database_clones[0].is_refreshable_clone #=> Boolean
3003
+ # resp.autonomous_database_clones[0].refreshable_mode #=> String, one of "AUTOMATIC", "MANUAL"
3004
+ # resp.autonomous_database_clones[0].refreshable_status #=> String, one of "REFRESHING", "NOT_REFRESHING"
3005
+ # resp.autonomous_database_clones[0].auto_refresh_frequency_in_seconds #=> Integer
3006
+ # resp.autonomous_database_clones[0].auto_refresh_point_lag_in_seconds #=> Integer
3007
+ # resp.autonomous_database_clones[0].is_reconnect_clone_enabled #=> Boolean
3008
+ # resp.autonomous_database_clones[0].clone_table_space_list #=> Array
3009
+ # resp.autonomous_database_clones[0].clone_table_space_list[0] #=> Integer
3010
+ # resp.autonomous_database_clones[0].backup_retention_period_in_days #=> Integer
3011
+ # resp.autonomous_database_clones[0].long_term_backup_schedule.is_disabled #=> Boolean
3012
+ # resp.autonomous_database_clones[0].long_term_backup_schedule.repeat_cadence #=> String, one of "ONE_TIME", "WEEKLY", "MONTHLY", "YEARLY"
3013
+ # resp.autonomous_database_clones[0].long_term_backup_schedule.retention_period_in_days #=> Integer
3014
+ # resp.autonomous_database_clones[0].long_term_backup_schedule.time_of_backup #=> Time
3015
+ # resp.autonomous_database_clones[0].is_backup_retention_locked #=> Boolean
3016
+ # resp.autonomous_database_clones[0].total_backup_storage_size_in_g_bs #=> Float
3017
+ # resp.autonomous_database_clones[0].resource_pool_summary.is_disabled #=> Boolean
3018
+ # resp.autonomous_database_clones[0].resource_pool_summary.pool_size #=> Integer
3019
+ # resp.autonomous_database_clones[0].resource_pool_summary.pool_storage_size_in_t_bs #=> Integer
3020
+ # resp.autonomous_database_clones[0].resource_pool_summary.available_storage_capacity_in_t_bs #=> Float
3021
+ # resp.autonomous_database_clones[0].resource_pool_summary.total_compute_capacity #=> Integer
3022
+ # resp.autonomous_database_clones[0].resource_pool_summary.available_compute_capacity #=> Integer
3023
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_provider #=> String, one of "ORACLE_MANAGED", "AWS_KMS", "OKV", "OCI"
3024
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_configuration.aws_encryption_key.iam_role_arn #=> String
3025
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_configuration.aws_encryption_key.external_id_type #=> String, one of "database_ocid", "compartment_ocid", "tenant_ocid"
3026
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_configuration.aws_encryption_key.kms_key_id #=> String
3027
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_configuration.oci_encryption_key.kms_key_id #=> String
3028
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_configuration.oci_encryption_key.vault_id #=> String
3029
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_configuration.okv_encryption_key.certificate_directory_name #=> String
3030
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_configuration.okv_encryption_key.certificate_id #=> String
3031
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_configuration.okv_encryption_key.directory_name #=> String
3032
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_configuration.okv_encryption_key.okv_kms_key #=> String
3033
+ # resp.autonomous_database_clones[0].encryption_summary.encryption_key_configuration.okv_encryption_key.okv_uri #=> String
3034
+ # resp.autonomous_database_clones[0].created_at #=> Time
3035
+ # resp.autonomous_database_clones[0].time_of_last_backup #=> Time
3036
+ # resp.autonomous_database_clones[0].time_maintenance_begin #=> Time
3037
+ # resp.autonomous_database_clones[0].time_maintenance_end #=> Time
3038
+ # resp.autonomous_database_clones[0].time_local_data_guard_enabled #=> Time
3039
+ # resp.autonomous_database_clones[0].time_data_guard_role_changed #=> Time
3040
+ # resp.autonomous_database_clones[0].time_of_last_switchover #=> Time
3041
+ # resp.autonomous_database_clones[0].time_of_last_failover #=> Time
3042
+ # resp.autonomous_database_clones[0].time_of_last_refresh #=> Time
3043
+ # resp.autonomous_database_clones[0].time_of_last_refresh_point #=> Time
3044
+ # resp.autonomous_database_clones[0].time_of_next_refresh #=> Time
3045
+ # resp.autonomous_database_clones[0].time_of_auto_refresh_start #=> Time
3046
+ # resp.autonomous_database_clones[0].time_deletion_of_free_autonomous_database #=> Time
3047
+ # resp.autonomous_database_clones[0].time_reclamation_of_free_autonomous_database #=> Time
3048
+ # resp.autonomous_database_clones[0].time_disaster_recovery_role_changed #=> Time
3049
+ # resp.autonomous_database_clones[0].time_until_reconnect_clone_enabled #=> Time
3050
+ # resp.autonomous_database_clones[0].next_long_term_backup_time_stamp #=> Time
3051
+ # resp.autonomous_database_clones[0].time_undeleted #=> Time
3052
+ #
3053
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/ListAutonomousDatabaseClones AWS API Documentation
3054
+ #
3055
+ # @overload list_autonomous_database_clones(params = {})
3056
+ # @param [Hash] params ({})
3057
+ def list_autonomous_database_clones(params = {}, options = {})
3058
+ req = build_request(:list_autonomous_database_clones, params)
3059
+ req.send_request(options)
3060
+ end
3061
+
3062
+ # Lists the peer databases of the specified Autonomous Database.
3063
+ #
3064
+ # @option params [Integer] :max_results
3065
+ # The maximum number of items to return for this request. To get the
3066
+ # next page of items, make another request with the token returned in
3067
+ # the output.
3068
+ #
3069
+ # @option params [String] :next_token
3070
+ # The token returned from a previous paginated request. Pagination
3071
+ # continues from the end of the items returned by the previous request.
3072
+ #
3073
+ # @option params [required, String] :autonomous_database_id
3074
+ # The unique identifier of the Autonomous Database whose peer databases
3075
+ # you want to list.
3076
+ #
3077
+ # @return [Types::ListAutonomousDatabasePeersOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3078
+ #
3079
+ # * {Types::ListAutonomousDatabasePeersOutput#next_token #next_token} => String
3080
+ # * {Types::ListAutonomousDatabasePeersOutput#autonomous_database_peers #autonomous_database_peers} => Array&lt;Types::AutonomousDatabasePeerSummary&gt;
3081
+ #
3082
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3083
+ #
3084
+ # @example Request syntax with placeholder values
3085
+ #
3086
+ # resp = client.list_autonomous_database_peers({
3087
+ # max_results: 1,
3088
+ # next_token: "ListAutonomousDatabasePeersInputNextTokenString",
3089
+ # autonomous_database_id: "ResourceIdOrArn", # required
3090
+ # })
3091
+ #
3092
+ # @example Response structure
3093
+ #
3094
+ # resp.next_token #=> String
3095
+ # resp.autonomous_database_peers #=> Array
3096
+ # resp.autonomous_database_peers[0].autonomous_database_id #=> String
3097
+ # resp.autonomous_database_peers[0].autonomous_database_arn #=> String
3098
+ # resp.autonomous_database_peers[0].ocid #=> String
3099
+ # resp.autonomous_database_peers[0].region #=> String
3100
+ #
3101
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/ListAutonomousDatabasePeers AWS API Documentation
3102
+ #
3103
+ # @overload list_autonomous_database_peers(params = {})
3104
+ # @param [Hash] params ({})
3105
+ def list_autonomous_database_peers(params = {}, options = {})
3106
+ req = build_request(:list_autonomous_database_peers, params)
3107
+ req.send_request(options)
3108
+ end
3109
+
3110
+ # Lists the available Oracle Database software versions for Autonomous
3111
+ # Databases.
3112
+ #
3113
+ # @option params [Integer] :max_results
3114
+ # The maximum number of items to return for this request. To get the
3115
+ # next page of items, make another request with the token returned in
3116
+ # the output.
3117
+ #
3118
+ # @option params [String] :next_token
3119
+ # The token returned from a previous paginated request. Pagination
3120
+ # continues from the end of the items returned by the previous request.
3121
+ #
3122
+ # @option params [String] :db_workload
3123
+ # The intended use of the Autonomous Database to return versions for,
3124
+ # such as transaction processing, data warehouse, JSON database, or
3125
+ # APEX.
3126
+ #
3127
+ # @return [Types::ListAutonomousDatabaseVersionsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3128
+ #
3129
+ # * {Types::ListAutonomousDatabaseVersionsOutput#next_token #next_token} => String
3130
+ # * {Types::ListAutonomousDatabaseVersionsOutput#autonomous_database_versions #autonomous_database_versions} => Array&lt;Types::AutonomousDatabaseVersionSummary&gt;
3131
+ #
3132
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3133
+ #
3134
+ # @example Request syntax with placeholder values
3135
+ #
3136
+ # resp = client.list_autonomous_database_versions({
3137
+ # max_results: 1,
3138
+ # next_token: "ListAutonomousDatabaseVersionsInputNextTokenString",
3139
+ # db_workload: "OLTP", # accepts OLTP, AJD, APEX, LH
3140
+ # })
3141
+ #
3142
+ # @example Response structure
3143
+ #
3144
+ # resp.next_token #=> String
3145
+ # resp.autonomous_database_versions #=> Array
3146
+ # resp.autonomous_database_versions[0].db_workload #=> String, one of "OLTP", "AJD", "APEX", "LH"
3147
+ # resp.autonomous_database_versions[0].details #=> String
3148
+ # resp.autonomous_database_versions[0].version #=> String
3149
+ #
3150
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/ListAutonomousDatabaseVersions AWS API Documentation
3151
+ #
3152
+ # @overload list_autonomous_database_versions(params = {})
3153
+ # @param [Hash] params ({})
3154
+ def list_autonomous_database_versions(params = {}, options = {})
3155
+ req = build_request(:list_autonomous_database_versions, params)
3156
+ req.send_request(options)
3157
+ end
3158
+
3159
+ # Returns information about the Autonomous Databases owned by your
3160
+ # Amazon Web Services account in the current Amazon Web Services Region.
3161
+ #
3162
+ # @option params [Integer] :max_results
3163
+ # The maximum number of items to return for this request. To get the
3164
+ # next page of items, make another request with the token returned in
3165
+ # the output.
3166
+ #
3167
+ # @option params [String] :next_token
3168
+ # The token returned from a previous paginated request. Pagination
3169
+ # continues from the end of the items returned by the previous request.
3170
+ #
3171
+ # @return [Types::ListAutonomousDatabasesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3172
+ #
3173
+ # * {Types::ListAutonomousDatabasesOutput#next_token #next_token} => String
3174
+ # * {Types::ListAutonomousDatabasesOutput#autonomous_databases #autonomous_databases} => Array&lt;Types::AutonomousDatabaseSummary&gt;
3175
+ #
3176
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3177
+ #
3178
+ # @example Request syntax with placeholder values
3179
+ #
3180
+ # resp = client.list_autonomous_databases({
3181
+ # max_results: 1,
3182
+ # next_token: "ListAutonomousDatabasesInputNextTokenString",
3183
+ # })
3184
+ #
3185
+ # @example Response structure
3186
+ #
3187
+ # resp.next_token #=> String
3188
+ # resp.autonomous_databases #=> Array
3189
+ # resp.autonomous_databases[0].autonomous_database_id #=> String
3190
+ # resp.autonomous_databases[0].autonomous_database_arn #=> String
3191
+ # resp.autonomous_databases[0].oci_resource_anchor_name #=> String
3192
+ # resp.autonomous_databases[0].percent_progress #=> Float
3193
+ # resp.autonomous_databases[0].ocid #=> String
3194
+ # resp.autonomous_databases[0].oci_url #=> String
3195
+ # resp.autonomous_databases[0].display_name #=> String
3196
+ # resp.autonomous_databases[0].db_name #=> String
3197
+ # resp.autonomous_databases[0].source_id #=> String
3198
+ # resp.autonomous_databases[0].status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
3199
+ # resp.autonomous_databases[0].status_reason #=> String
3200
+ # resp.autonomous_databases[0].database_type #=> String, one of "REGULAR", "CLONE"
3201
+ # resp.autonomous_databases[0].db_version #=> String
3202
+ # resp.autonomous_databases[0].db_workload #=> String, one of "OLTP", "AJD", "APEX", "LH"
3203
+ # resp.autonomous_databases[0].character_set #=> String
3204
+ # resp.autonomous_databases[0].ncharacter_set #=> String
3205
+ # resp.autonomous_databases[0].database_edition #=> String, one of "STANDARD_EDITION", "ENTERPRISE_EDITION"
3206
+ # resp.autonomous_databases[0].license_model #=> String, one of "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
3207
+ # resp.autonomous_databases[0].open_mode #=> String, one of "READ_ONLY", "READ_WRITE"
3208
+ # resp.autonomous_databases[0].permission_level #=> String, one of "RESTRICTED", "UNRESTRICTED"
3209
+ # resp.autonomous_databases[0].is_mtls_connection_required #=> Boolean
3210
+ # resp.autonomous_databases[0].autonomous_maintenance_schedule_type #=> String, one of "EARLY", "REGULAR"
3211
+ # resp.autonomous_databases[0].net_services_architecture #=> String, one of "DEDICATED", "SHARED"
3212
+ # resp.autonomous_databases[0].available_upgrade_versions #=> Array
3213
+ # resp.autonomous_databases[0].available_upgrade_versions[0] #=> String
3214
+ # resp.autonomous_databases[0].byol_compute_count_limit #=> Integer
3215
+ # resp.autonomous_databases[0].connection_string_details.all_connection_strings #=> Hash
3216
+ # resp.autonomous_databases[0].connection_string_details.all_connection_strings["String"] #=> String
3217
+ # resp.autonomous_databases[0].connection_string_details.dedicated #=> String
3218
+ # resp.autonomous_databases[0].connection_string_details.high #=> String
3219
+ # resp.autonomous_databases[0].connection_string_details.medium #=> String
3220
+ # resp.autonomous_databases[0].connection_string_details.low #=> String
3221
+ # resp.autonomous_databases[0].connection_string_details.profiles #=> Array
3222
+ # resp.autonomous_databases[0].connection_string_details.profiles[0].consumer_group #=> String
3223
+ # resp.autonomous_databases[0].connection_string_details.profiles[0].display_name #=> String
3224
+ # resp.autonomous_databases[0].connection_string_details.profiles[0].host_format #=> String
3225
+ # resp.autonomous_databases[0].connection_string_details.profiles[0].is_regional #=> Boolean
3226
+ # resp.autonomous_databases[0].connection_string_details.profiles[0].protocol #=> String
3227
+ # resp.autonomous_databases[0].connection_string_details.profiles[0].session_mode #=> String
3228
+ # resp.autonomous_databases[0].connection_string_details.profiles[0].syntax_format #=> String
3229
+ # resp.autonomous_databases[0].connection_string_details.profiles[0].tls_authentication #=> String
3230
+ # resp.autonomous_databases[0].connection_string_details.profiles[0].value #=> String
3231
+ # resp.autonomous_databases[0].service_console_url #=> String
3232
+ # resp.autonomous_databases[0].sql_web_developer_url #=> String
3233
+ # resp.autonomous_databases[0].customer_contacts #=> Array
3234
+ # resp.autonomous_databases[0].customer_contacts[0].email #=> String
3235
+ # resp.autonomous_databases[0].apex_details.apex_version #=> String
3236
+ # resp.autonomous_databases[0].apex_details.ords_version #=> String
3237
+ # resp.autonomous_databases[0].standby_db.availability_domain #=> String
3238
+ # resp.autonomous_databases[0].standby_db.lag_time_in_seconds #=> Integer
3239
+ # resp.autonomous_databases[0].standby_db.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
3240
+ # resp.autonomous_databases[0].standby_db.status_reason #=> String
3241
+ # resp.autonomous_databases[0].standby_db.maintenance_target_component #=> String
3242
+ # resp.autonomous_databases[0].standby_db.time_data_guard_role_changed #=> Time
3243
+ # resp.autonomous_databases[0].standby_db.time_disaster_recovery_role_changed #=> Time
3244
+ # resp.autonomous_databases[0].standby_db.time_maintenance_begin #=> Time
3245
+ # resp.autonomous_databases[0].standby_db.time_maintenance_end #=> Time
3246
+ # resp.autonomous_databases[0].local_standby_db.availability_domain #=> String
3247
+ # resp.autonomous_databases[0].local_standby_db.lag_time_in_seconds #=> Integer
3248
+ # resp.autonomous_databases[0].local_standby_db.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
3249
+ # resp.autonomous_databases[0].local_standby_db.status_reason #=> String
3250
+ # resp.autonomous_databases[0].local_standby_db.maintenance_target_component #=> String
3251
+ # resp.autonomous_databases[0].local_standby_db.time_data_guard_role_changed #=> Time
3252
+ # resp.autonomous_databases[0].local_standby_db.time_disaster_recovery_role_changed #=> Time
3253
+ # resp.autonomous_databases[0].local_standby_db.time_maintenance_begin #=> Time
3254
+ # resp.autonomous_databases[0].local_standby_db.time_maintenance_end #=> Time
3255
+ # resp.autonomous_databases[0].data_safe_status #=> String, one of "REGISTERING", "REGISTERED", "DEREGISTERING", "NOT_REGISTERED", "FAILED"
3256
+ # resp.autonomous_databases[0].database_management_status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"
3257
+ # resp.autonomous_databases[0].operations_insights_status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"
3258
+ # resp.autonomous_databases[0].availability_zone #=> String
3259
+ # resp.autonomous_databases[0].availability_zone_id #=> String
3260
+ # resp.autonomous_databases[0].maintenance_target_component #=> String
3261
+ # resp.autonomous_databases[0].connection_urls.apex_url #=> String
3262
+ # resp.autonomous_databases[0].connection_urls.database_transforms_url #=> String
3263
+ # resp.autonomous_databases[0].connection_urls.graph_studio_url #=> String
3264
+ # resp.autonomous_databases[0].connection_urls.machine_learning_notebook_url #=> String
3265
+ # resp.autonomous_databases[0].connection_urls.machine_learning_user_management_url #=> String
3266
+ # resp.autonomous_databases[0].connection_urls.mongo_db_url #=> String
3267
+ # resp.autonomous_databases[0].connection_urls.ords_url #=> String
3268
+ # resp.autonomous_databases[0].connection_urls.spatial_studio_url #=> String
3269
+ # resp.autonomous_databases[0].connection_urls.sql_dev_web_url #=> String
3270
+ # resp.autonomous_databases[0].db_tools_details #=> Array
3271
+ # resp.autonomous_databases[0].db_tools_details[0].is_enabled #=> Boolean
3272
+ # resp.autonomous_databases[0].db_tools_details[0].name #=> String
3273
+ # resp.autonomous_databases[0].db_tools_details[0].compute_count #=> Float
3274
+ # resp.autonomous_databases[0].db_tools_details[0].max_idle_time_in_minutes #=> Integer
3275
+ # resp.autonomous_databases[0].scheduled_operations #=> Array
3276
+ # resp.autonomous_databases[0].scheduled_operations[0].day_of_week.name #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
3277
+ # resp.autonomous_databases[0].scheduled_operations[0].scheduled_start_time #=> String
3278
+ # resp.autonomous_databases[0].scheduled_operations[0].scheduled_stop_time #=> String
3279
+ # resp.autonomous_databases[0].resource_pool_leader_id #=> String
3280
+ # resp.autonomous_databases[0].compute_count #=> Float
3281
+ # resp.autonomous_databases[0].compute_model #=> String, one of "ECPU", "OCPU"
3282
+ # resp.autonomous_databases[0].cpu_core_count #=> Integer
3283
+ # resp.autonomous_databases[0].memory_per_oracle_compute_unit_in_g_bs #=> Integer
3284
+ # resp.autonomous_databases[0].provisionable_cpus #=> Array
3285
+ # resp.autonomous_databases[0].provisionable_cpus[0] #=> Integer
3286
+ # resp.autonomous_databases[0].is_auto_scaling_enabled #=> Boolean
3287
+ # resp.autonomous_databases[0].data_storage_size_in_t_bs #=> Float
3288
+ # resp.autonomous_databases[0].data_storage_size_in_g_bs #=> Integer
3289
+ # resp.autonomous_databases[0].used_data_storage_size_in_t_bs #=> Float
3290
+ # resp.autonomous_databases[0].used_data_storage_size_in_g_bs #=> Integer
3291
+ # resp.autonomous_databases[0].actual_used_data_storage_size_in_t_bs #=> Float
3292
+ # resp.autonomous_databases[0].allocated_storage_size_in_t_bs #=> Float
3293
+ # resp.autonomous_databases[0].in_memory_area_in_g_bs #=> Integer
3294
+ # resp.autonomous_databases[0].is_auto_scaling_for_storage_enabled #=> Boolean
3295
+ # resp.autonomous_databases[0].odb_network_id #=> String
3296
+ # resp.autonomous_databases[0].odb_network_arn #=> String
3297
+ # resp.autonomous_databases[0].private_endpoint #=> String
3298
+ # resp.autonomous_databases[0].private_endpoint_ip #=> String
3299
+ # resp.autonomous_databases[0].private_endpoint_label #=> String
3300
+ # resp.autonomous_databases[0].allowlisted_ips #=> Array
3301
+ # resp.autonomous_databases[0].allowlisted_ips[0] #=> String
3302
+ # resp.autonomous_databases[0].standby_allowlisted_ips #=> Array
3303
+ # resp.autonomous_databases[0].standby_allowlisted_ips[0] #=> String
3304
+ # resp.autonomous_databases[0].standby_allowlisted_ips_source #=> String, one of "PRIMARY", "SEPARATE", "NOT_APPLICABLE"
3305
+ # resp.autonomous_databases[0].is_local_data_guard_enabled #=> Boolean
3306
+ # resp.autonomous_databases[0].is_remote_data_guard_enabled #=> Boolean
3307
+ # resp.autonomous_databases[0].local_disaster_recovery_type #=> String, one of "ADG", "BACKUP_BASED"
3308
+ # resp.autonomous_databases[0].role #=> String, one of "PRIMARY", "STANDBY", "DISABLED_STANDBY", "BACKUP_COPY", "SNAPSHOT_STANDBY"
3309
+ # resp.autonomous_databases[0].peer_db_ids #=> Array
3310
+ # resp.autonomous_databases[0].peer_db_ids[0] #=> String
3311
+ # resp.autonomous_databases[0].failed_data_recovery_in_seconds #=> Integer
3312
+ # resp.autonomous_databases[0].local_adg_auto_failover_max_data_loss_limit #=> Integer
3313
+ # resp.autonomous_databases[0].remote_disaster_recovery_configuration.disaster_recovery_type #=> String, one of "ADG", "BACKUP_BASED"
3314
+ # resp.autonomous_databases[0].remote_disaster_recovery_configuration.is_replicate_automatic_backups #=> Boolean
3315
+ # resp.autonomous_databases[0].remote_disaster_recovery_configuration.is_snapshot_standby #=> Boolean
3316
+ # resp.autonomous_databases[0].remote_disaster_recovery_configuration.time_snapshot_standby_enabled_till #=> Time
3317
+ # resp.autonomous_databases[0].is_refreshable_clone #=> Boolean
3318
+ # resp.autonomous_databases[0].refreshable_mode #=> String, one of "AUTOMATIC", "MANUAL"
3319
+ # resp.autonomous_databases[0].refreshable_status #=> String, one of "REFRESHING", "NOT_REFRESHING"
3320
+ # resp.autonomous_databases[0].auto_refresh_frequency_in_seconds #=> Integer
3321
+ # resp.autonomous_databases[0].auto_refresh_point_lag_in_seconds #=> Integer
3322
+ # resp.autonomous_databases[0].is_reconnect_clone_enabled #=> Boolean
3323
+ # resp.autonomous_databases[0].clone_table_space_list #=> Array
3324
+ # resp.autonomous_databases[0].clone_table_space_list[0] #=> Integer
3325
+ # resp.autonomous_databases[0].backup_retention_period_in_days #=> Integer
3326
+ # resp.autonomous_databases[0].long_term_backup_schedule.is_disabled #=> Boolean
3327
+ # resp.autonomous_databases[0].long_term_backup_schedule.repeat_cadence #=> String, one of "ONE_TIME", "WEEKLY", "MONTHLY", "YEARLY"
3328
+ # resp.autonomous_databases[0].long_term_backup_schedule.retention_period_in_days #=> Integer
3329
+ # resp.autonomous_databases[0].long_term_backup_schedule.time_of_backup #=> Time
3330
+ # resp.autonomous_databases[0].is_backup_retention_locked #=> Boolean
3331
+ # resp.autonomous_databases[0].total_backup_storage_size_in_g_bs #=> Float
3332
+ # resp.autonomous_databases[0].resource_pool_summary.is_disabled #=> Boolean
3333
+ # resp.autonomous_databases[0].resource_pool_summary.pool_size #=> Integer
3334
+ # resp.autonomous_databases[0].resource_pool_summary.pool_storage_size_in_t_bs #=> Integer
3335
+ # resp.autonomous_databases[0].resource_pool_summary.available_storage_capacity_in_t_bs #=> Float
3336
+ # resp.autonomous_databases[0].resource_pool_summary.total_compute_capacity #=> Integer
3337
+ # resp.autonomous_databases[0].resource_pool_summary.available_compute_capacity #=> Integer
3338
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_provider #=> String, one of "ORACLE_MANAGED", "AWS_KMS", "OKV", "OCI"
3339
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_configuration.aws_encryption_key.iam_role_arn #=> String
3340
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_configuration.aws_encryption_key.external_id_type #=> String, one of "database_ocid", "compartment_ocid", "tenant_ocid"
3341
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_configuration.aws_encryption_key.kms_key_id #=> String
3342
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_configuration.oci_encryption_key.kms_key_id #=> String
3343
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_configuration.oci_encryption_key.vault_id #=> String
3344
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_configuration.okv_encryption_key.certificate_directory_name #=> String
3345
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_configuration.okv_encryption_key.certificate_id #=> String
3346
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_configuration.okv_encryption_key.directory_name #=> String
3347
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_configuration.okv_encryption_key.okv_kms_key #=> String
3348
+ # resp.autonomous_databases[0].encryption_summary.encryption_key_configuration.okv_encryption_key.okv_uri #=> String
3349
+ # resp.autonomous_databases[0].created_at #=> Time
3350
+ # resp.autonomous_databases[0].time_of_last_backup #=> Time
3351
+ # resp.autonomous_databases[0].time_maintenance_begin #=> Time
3352
+ # resp.autonomous_databases[0].time_maintenance_end #=> Time
3353
+ # resp.autonomous_databases[0].time_local_data_guard_enabled #=> Time
3354
+ # resp.autonomous_databases[0].time_data_guard_role_changed #=> Time
3355
+ # resp.autonomous_databases[0].time_of_last_switchover #=> Time
3356
+ # resp.autonomous_databases[0].time_of_last_failover #=> Time
3357
+ # resp.autonomous_databases[0].time_of_last_refresh #=> Time
3358
+ # resp.autonomous_databases[0].time_of_last_refresh_point #=> Time
3359
+ # resp.autonomous_databases[0].time_of_next_refresh #=> Time
3360
+ # resp.autonomous_databases[0].time_of_auto_refresh_start #=> Time
3361
+ # resp.autonomous_databases[0].time_deletion_of_free_autonomous_database #=> Time
3362
+ # resp.autonomous_databases[0].time_reclamation_of_free_autonomous_database #=> Time
3363
+ # resp.autonomous_databases[0].time_disaster_recovery_role_changed #=> Time
3364
+ # resp.autonomous_databases[0].time_until_reconnect_clone_enabled #=> Time
3365
+ # resp.autonomous_databases[0].next_long_term_backup_time_stamp #=> Time
3366
+ # resp.autonomous_databases[0].time_undeleted #=> Time
3367
+ #
3368
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/ListAutonomousDatabases AWS API Documentation
3369
+ #
3370
+ # @overload list_autonomous_databases(params = {})
3371
+ # @param [Hash] params ({})
3372
+ def list_autonomous_databases(params = {}, options = {})
3373
+ req = build_request(:list_autonomous_databases, params)
3374
+ req.send_request(options)
3375
+ end
3376
+
3377
+ # Lists all Autonomous VMs in an Autonomous VM cluster.
3378
+ #
3379
+ # @option params [Integer] :max_results
3380
+ # The maximum number of items to return per page.
3381
+ #
3382
+ # @option params [String] :next_token
3383
+ # The pagination token to continue listing from.
3384
+ #
3385
+ # @option params [required, String] :cloud_autonomous_vm_cluster_id
3386
+ # The unique identifier of the Autonomous VM cluster whose virtual
3387
+ # machines you're listing.
3388
+ #
3389
+ # @return [Types::ListAutonomousVirtualMachinesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3390
+ #
3391
+ # * {Types::ListAutonomousVirtualMachinesOutput#next_token #next_token} => String
3392
+ # * {Types::ListAutonomousVirtualMachinesOutput#autonomous_virtual_machines #autonomous_virtual_machines} => Array&lt;Types::AutonomousVirtualMachineSummary&gt;
1981
3393
  #
1982
3394
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1983
3395
  #
@@ -2840,6 +4252,45 @@ module Aws::Odb
2840
4252
  req.send_request(options)
2841
4253
  end
2842
4254
 
4255
+ # Reboots the specified Autonomous Database.
4256
+ #
4257
+ # @option params [required, String] :autonomous_database_id
4258
+ # The unique identifier of the Autonomous Database to reboot.
4259
+ #
4260
+ # @option params [Boolean] :is_online_reboot
4261
+ # Specifies whether to perform an online reboot of the Autonomous
4262
+ # Database without interrupting active connections.
4263
+ #
4264
+ # @return [Types::RebootAutonomousDatabaseOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4265
+ #
4266
+ # * {Types::RebootAutonomousDatabaseOutput#autonomous_database_id #autonomous_database_id} => String
4267
+ # * {Types::RebootAutonomousDatabaseOutput#display_name #display_name} => String
4268
+ # * {Types::RebootAutonomousDatabaseOutput#status #status} => String
4269
+ # * {Types::RebootAutonomousDatabaseOutput#status_reason #status_reason} => String
4270
+ #
4271
+ # @example Request syntax with placeholder values
4272
+ #
4273
+ # resp = client.reboot_autonomous_database({
4274
+ # autonomous_database_id: "ResourceIdOrArn", # required
4275
+ # is_online_reboot: false,
4276
+ # })
4277
+ #
4278
+ # @example Response structure
4279
+ #
4280
+ # resp.autonomous_database_id #=> String
4281
+ # resp.display_name #=> String
4282
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
4283
+ # resp.status_reason #=> String
4284
+ #
4285
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/RebootAutonomousDatabase AWS API Documentation
4286
+ #
4287
+ # @overload reboot_autonomous_database(params = {})
4288
+ # @param [Hash] params ({})
4289
+ def reboot_autonomous_database(params = {}, options = {})
4290
+ req = build_request(:reboot_autonomous_database, params)
4291
+ req.send_request(options)
4292
+ end
4293
+
2843
4294
  # Reboots the specified DB node in a VM cluster.
2844
4295
  #
2845
4296
  # @option params [required, String] :cloud_vm_cluster_id
@@ -2877,6 +4328,113 @@ module Aws::Odb
2877
4328
  req.send_request(options)
2878
4329
  end
2879
4330
 
4331
+ # Restores the specified Autonomous Database to a point in time.
4332
+ #
4333
+ # @option params [required, String] :autonomous_database_id
4334
+ # The unique identifier of the Autonomous Database to restore.
4335
+ #
4336
+ # @option params [required, Time,DateTime,Date,Integer,String] :timestamp
4337
+ # The date and time to which to restore the Autonomous Database.
4338
+ #
4339
+ # @return [Types::RestoreAutonomousDatabaseOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4340
+ #
4341
+ # * {Types::RestoreAutonomousDatabaseOutput#autonomous_database_id #autonomous_database_id} => String
4342
+ # * {Types::RestoreAutonomousDatabaseOutput#display_name #display_name} => String
4343
+ # * {Types::RestoreAutonomousDatabaseOutput#status #status} => String
4344
+ # * {Types::RestoreAutonomousDatabaseOutput#status_reason #status_reason} => String
4345
+ #
4346
+ # @example Request syntax with placeholder values
4347
+ #
4348
+ # resp = client.restore_autonomous_database({
4349
+ # autonomous_database_id: "ResourceIdOrArn", # required
4350
+ # timestamp: Time.now, # required
4351
+ # })
4352
+ #
4353
+ # @example Response structure
4354
+ #
4355
+ # resp.autonomous_database_id #=> String
4356
+ # resp.display_name #=> String
4357
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
4358
+ # resp.status_reason #=> String
4359
+ #
4360
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/RestoreAutonomousDatabase AWS API Documentation
4361
+ #
4362
+ # @overload restore_autonomous_database(params = {})
4363
+ # @param [Hash] params ({})
4364
+ def restore_autonomous_database(params = {}, options = {})
4365
+ req = build_request(:restore_autonomous_database, params)
4366
+ req.send_request(options)
4367
+ end
4368
+
4369
+ # Shrinks the storage of the specified Autonomous Database to reclaim
4370
+ # unused space.
4371
+ #
4372
+ # @option params [required, String] :autonomous_database_id
4373
+ # The unique identifier of the Autonomous Database to shrink.
4374
+ #
4375
+ # @return [Types::ShrinkAutonomousDatabaseOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4376
+ #
4377
+ # * {Types::ShrinkAutonomousDatabaseOutput#autonomous_database_id #autonomous_database_id} => String
4378
+ # * {Types::ShrinkAutonomousDatabaseOutput#display_name #display_name} => String
4379
+ # * {Types::ShrinkAutonomousDatabaseOutput#status #status} => String
4380
+ # * {Types::ShrinkAutonomousDatabaseOutput#status_reason #status_reason} => String
4381
+ #
4382
+ # @example Request syntax with placeholder values
4383
+ #
4384
+ # resp = client.shrink_autonomous_database({
4385
+ # autonomous_database_id: "ResourceIdOrArn", # required
4386
+ # })
4387
+ #
4388
+ # @example Response structure
4389
+ #
4390
+ # resp.autonomous_database_id #=> String
4391
+ # resp.display_name #=> String
4392
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
4393
+ # resp.status_reason #=> String
4394
+ #
4395
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/ShrinkAutonomousDatabase AWS API Documentation
4396
+ #
4397
+ # @overload shrink_autonomous_database(params = {})
4398
+ # @param [Hash] params ({})
4399
+ def shrink_autonomous_database(params = {}, options = {})
4400
+ req = build_request(:shrink_autonomous_database, params)
4401
+ req.send_request(options)
4402
+ end
4403
+
4404
+ # Starts the specified Autonomous Database.
4405
+ #
4406
+ # @option params [required, String] :autonomous_database_id
4407
+ # The unique identifier of the Autonomous Database to start.
4408
+ #
4409
+ # @return [Types::StartAutonomousDatabaseOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4410
+ #
4411
+ # * {Types::StartAutonomousDatabaseOutput#autonomous_database_id #autonomous_database_id} => String
4412
+ # * {Types::StartAutonomousDatabaseOutput#display_name #display_name} => String
4413
+ # * {Types::StartAutonomousDatabaseOutput#status #status} => String
4414
+ # * {Types::StartAutonomousDatabaseOutput#status_reason #status_reason} => String
4415
+ #
4416
+ # @example Request syntax with placeholder values
4417
+ #
4418
+ # resp = client.start_autonomous_database({
4419
+ # autonomous_database_id: "ResourceIdOrArn", # required
4420
+ # })
4421
+ #
4422
+ # @example Response structure
4423
+ #
4424
+ # resp.autonomous_database_id #=> String
4425
+ # resp.display_name #=> String
4426
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
4427
+ # resp.status_reason #=> String
4428
+ #
4429
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/StartAutonomousDatabase AWS API Documentation
4430
+ #
4431
+ # @overload start_autonomous_database(params = {})
4432
+ # @param [Hash] params ({})
4433
+ def start_autonomous_database(params = {}, options = {})
4434
+ req = build_request(:start_autonomous_database, params)
4435
+ req.send_request(options)
4436
+ end
4437
+
2880
4438
  # Starts the specified DB node in a VM cluster.
2881
4439
  #
2882
4440
  # @option params [required, String] :cloud_vm_cluster_id
@@ -2914,6 +4472,40 @@ module Aws::Odb
2914
4472
  req.send_request(options)
2915
4473
  end
2916
4474
 
4475
+ # Stops the specified Autonomous Database.
4476
+ #
4477
+ # @option params [required, String] :autonomous_database_id
4478
+ # The unique identifier of the Autonomous Database to stop.
4479
+ #
4480
+ # @return [Types::StopAutonomousDatabaseOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4481
+ #
4482
+ # * {Types::StopAutonomousDatabaseOutput#autonomous_database_id #autonomous_database_id} => String
4483
+ # * {Types::StopAutonomousDatabaseOutput#display_name #display_name} => String
4484
+ # * {Types::StopAutonomousDatabaseOutput#status #status} => String
4485
+ # * {Types::StopAutonomousDatabaseOutput#status_reason #status_reason} => String
4486
+ #
4487
+ # @example Request syntax with placeholder values
4488
+ #
4489
+ # resp = client.stop_autonomous_database({
4490
+ # autonomous_database_id: "ResourceIdOrArn", # required
4491
+ # })
4492
+ #
4493
+ # @example Response structure
4494
+ #
4495
+ # resp.autonomous_database_id #=> String
4496
+ # resp.display_name #=> String
4497
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
4498
+ # resp.status_reason #=> String
4499
+ #
4500
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/StopAutonomousDatabase AWS API Documentation
4501
+ #
4502
+ # @overload stop_autonomous_database(params = {})
4503
+ # @param [Hash] params ({})
4504
+ def stop_autonomous_database(params = {}, options = {})
4505
+ req = build_request(:stop_autonomous_database, params)
4506
+ req.send_request(options)
4507
+ end
4508
+
2917
4509
  # Stops the specified DB node in a VM cluster.
2918
4510
  #
2919
4511
  # @option params [required, String] :cloud_vm_cluster_id
@@ -2951,6 +4543,46 @@ module Aws::Odb
2951
4543
  req.send_request(options)
2952
4544
  end
2953
4545
 
4546
+ # Performs a switchover of the specified Autonomous Database to a
4547
+ # standby peer database.
4548
+ #
4549
+ # @option params [required, String] :autonomous_database_id
4550
+ # The unique identifier of the Autonomous Database to switch over.
4551
+ #
4552
+ # @option params [String] :peer_db_arn
4553
+ # The Amazon Resource Name (ARN) of the peer Autonomous Database to
4554
+ # switch over to.
4555
+ #
4556
+ # @return [Types::SwitchoverAutonomousDatabaseOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4557
+ #
4558
+ # * {Types::SwitchoverAutonomousDatabaseOutput#autonomous_database_id #autonomous_database_id} => String
4559
+ # * {Types::SwitchoverAutonomousDatabaseOutput#display_name #display_name} => String
4560
+ # * {Types::SwitchoverAutonomousDatabaseOutput#status #status} => String
4561
+ # * {Types::SwitchoverAutonomousDatabaseOutput#status_reason #status_reason} => String
4562
+ #
4563
+ # @example Request syntax with placeholder values
4564
+ #
4565
+ # resp = client.switchover_autonomous_database({
4566
+ # autonomous_database_id: "ResourceIdOrArn", # required
4567
+ # peer_db_arn: "ResourceArn",
4568
+ # })
4569
+ #
4570
+ # @example Response structure
4571
+ #
4572
+ # resp.autonomous_database_id #=> String
4573
+ # resp.display_name #=> String
4574
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
4575
+ # resp.status_reason #=> String
4576
+ #
4577
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/SwitchoverAutonomousDatabase AWS API Documentation
4578
+ #
4579
+ # @overload switchover_autonomous_database(params = {})
4580
+ # @param [Hash] params ({})
4581
+ def switchover_autonomous_database(params = {}, options = {})
4582
+ req = build_request(:switchover_autonomous_database, params)
4583
+ req.send_request(options)
4584
+ end
4585
+
2954
4586
  # Applies tags to the specified resource.
2955
4587
  #
2956
4588
  # @option params [required, String] :resource_arn
@@ -3005,6 +4637,308 @@ module Aws::Odb
3005
4637
  req.send_request(options)
3006
4638
  end
3007
4639
 
4640
+ # Updates the properties of an Autonomous Database.
4641
+ #
4642
+ # @option params [required, String] :autonomous_database_id
4643
+ # The unique identifier of the Autonomous Database to update.
4644
+ #
4645
+ # @option params [String] :admin_password
4646
+ # The new password for the `ADMIN` user of the Autonomous Database.
4647
+ #
4648
+ # @option params [Float] :compute_count
4649
+ # The compute capacity, in number of ECPUs or OCPUs, to assign to the
4650
+ # Autonomous Database.
4651
+ #
4652
+ # @option params [Integer] :cpu_core_count
4653
+ # The number of CPU cores to allocate to the Autonomous Database.
4654
+ #
4655
+ # @option params [Integer] :data_storage_size_in_t_bs
4656
+ # The size, in terabytes (TB), of the data volume to allocate for the
4657
+ # Autonomous Database.
4658
+ #
4659
+ # @option params [Integer] :data_storage_size_in_g_bs
4660
+ # The size, in gigabytes (GB), of the data volume to allocate for the
4661
+ # Autonomous Database.
4662
+ #
4663
+ # @option params [String] :display_name
4664
+ # The new user-friendly name for the Autonomous Database.
4665
+ #
4666
+ # @option params [String] :db_name
4667
+ # The new name of the Autonomous Database.
4668
+ #
4669
+ # @option params [String] :db_version
4670
+ # The Oracle Database software version to use for the Autonomous
4671
+ # Database.
4672
+ #
4673
+ # @option params [String] :db_workload
4674
+ # The intended use of the Autonomous Database, such as transaction
4675
+ # processing, data warehouse, JSON database, or APEX.
4676
+ #
4677
+ # @option params [Array<Types::DatabaseTool>] :db_tools_details
4678
+ # The list of database management tools to enable for the Autonomous
4679
+ # Database.
4680
+ #
4681
+ # @option params [String] :database_edition
4682
+ # The Oracle Database edition to apply to the Autonomous Database.
4683
+ #
4684
+ # @option params [String] :license_model
4685
+ # The Oracle license model to apply to the Autonomous Database.
4686
+ #
4687
+ # @option params [Boolean] :is_auto_scaling_enabled
4688
+ # Specifies whether to enable automatic scaling of the compute resources
4689
+ # for the Autonomous Database.
4690
+ #
4691
+ # @option params [Boolean] :is_auto_scaling_for_storage_enabled
4692
+ # Specifies whether to enable automatic scaling of the storage for the
4693
+ # Autonomous Database.
4694
+ #
4695
+ # @option params [Boolean] :is_backup_retention_locked
4696
+ # Specifies whether to lock the backup retention period of the
4697
+ # Autonomous Database to prevent it from being shortened.
4698
+ #
4699
+ # @option params [Boolean] :is_local_data_guard_enabled
4700
+ # Specifies whether to enable local Oracle Data Guard for the Autonomous
4701
+ # Database.
4702
+ #
4703
+ # @option params [Boolean] :is_mtls_connection_required
4704
+ # Specifies whether mutual TLS (mTLS) authentication is required to
4705
+ # connect to the Autonomous Database.
4706
+ #
4707
+ # @option params [Boolean] :is_refreshable_clone
4708
+ # Specifies whether the Autonomous Database is a refreshable clone.
4709
+ #
4710
+ # @option params [Boolean] :is_disconnect_peer
4711
+ # Specifies whether to disconnect the Autonomous Database from its peer
4712
+ # database.
4713
+ #
4714
+ # @option params [Integer] :backup_retention_period_in_days
4715
+ # The retention period, in days, for automatic backups of the Autonomous
4716
+ # Database.
4717
+ #
4718
+ # @option params [Float] :byol_compute_count_limit
4719
+ # The maximum number of compute resources that you can allocate to the
4720
+ # Autonomous Database under the bring-your-own-license (BYOL) model.
4721
+ #
4722
+ # @option params [Integer] :local_adg_auto_failover_max_data_loss_limit
4723
+ # The maximum data loss limit, in seconds, for automatic failover to the
4724
+ # local Oracle Data Guard standby database.
4725
+ #
4726
+ # @option params [String] :autonomous_maintenance_schedule_type
4727
+ # The maintenance schedule type for the Autonomous Database.
4728
+ #
4729
+ # @option params [Array<Types::CustomerContact>] :customer_contacts_to_send_to_oci
4730
+ # The list of customer contacts to receive operational notifications
4731
+ # from OCI for the Autonomous Database.
4732
+ #
4733
+ # @option params [Array<Types::ScheduledOperationDetails>] :scheduled_operations
4734
+ # The list of scheduled start and stop times for the Autonomous
4735
+ # Database.
4736
+ #
4737
+ # @option params [Types::LongTermBackupSchedule] :long_term_backup_schedule
4738
+ # The long-term backup schedule for the Autonomous Database.
4739
+ #
4740
+ # @option params [String] :open_mode
4741
+ # The mode in which to open the Autonomous Database, either read-only or
4742
+ # read/write.
4743
+ #
4744
+ # @option params [String] :permission_level
4745
+ # The permission level of the Autonomous Database.
4746
+ #
4747
+ # @option params [String] :refreshable_mode
4748
+ # The refresh mode of the refreshable clone Autonomous Database.
4749
+ #
4750
+ # @option params [String] :private_endpoint_ip
4751
+ # The private endpoint IP address for the Autonomous Database.
4752
+ #
4753
+ # @option params [String] :private_endpoint_label
4754
+ # The private endpoint label for the Autonomous Database.
4755
+ #
4756
+ # @option params [String] :peer_db_id
4757
+ # The unique identifier of the peer Autonomous Database.
4758
+ #
4759
+ # @option params [String] :resource_pool_leader_id
4760
+ # The unique identifier of the resource pool leader Autonomous Database.
4761
+ #
4762
+ # @option params [Types::ResourcePoolSummary] :resource_pool_summary
4763
+ # The configuration of the resource pool for the Autonomous Database.
4764
+ #
4765
+ # @option params [String] :standby_allowlisted_ips_source
4766
+ # The source of the allowlisted IP addresses for the standby Autonomous
4767
+ # Database.
4768
+ #
4769
+ # @option params [Array<String>] :standby_allowlisted_ips
4770
+ # The list of IP addresses that are allowed to access the standby
4771
+ # Autonomous Database.
4772
+ #
4773
+ # @option params [Array<String>] :allowlisted_ips
4774
+ # The list of IP addresses that are allowed to access the Autonomous
4775
+ # Database.
4776
+ #
4777
+ # @option params [Integer] :auto_refresh_frequency_in_seconds
4778
+ # The frequency, in seconds, at which the refreshable clone Autonomous
4779
+ # Database is automatically refreshed.
4780
+ #
4781
+ # @option params [Integer] :auto_refresh_point_lag_in_seconds
4782
+ # The time lag, in seconds, between the refreshable clone and its source
4783
+ # Autonomous Database.
4784
+ #
4785
+ # @option params [Time,DateTime,Date,Integer,String] :time_of_auto_refresh_start
4786
+ # The date and time at which the automatic refresh of the refreshable
4787
+ # clone Autonomous Database starts.
4788
+ #
4789
+ # @option params [String] :encryption_key_provider
4790
+ # The provider of the encryption key to use for the Autonomous Database.
4791
+ #
4792
+ # @option params [Types::EncryptionKeyConfigurationInput] :encryption_key_configuration
4793
+ # The configuration of the encryption key to use for the Autonomous
4794
+ # Database.
4795
+ #
4796
+ # @return [Types::UpdateAutonomousDatabaseOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4797
+ #
4798
+ # * {Types::UpdateAutonomousDatabaseOutput#autonomous_database_id #autonomous_database_id} => String
4799
+ # * {Types::UpdateAutonomousDatabaseOutput#display_name #display_name} => String
4800
+ # * {Types::UpdateAutonomousDatabaseOutput#status #status} => String
4801
+ # * {Types::UpdateAutonomousDatabaseOutput#status_reason #status_reason} => String
4802
+ #
4803
+ # @example Request syntax with placeholder values
4804
+ #
4805
+ # resp = client.update_autonomous_database({
4806
+ # autonomous_database_id: "ResourceIdOrArn", # required
4807
+ # admin_password: "UpdateAutonomousDatabaseInputAdminPasswordString",
4808
+ # compute_count: 1.0,
4809
+ # cpu_core_count: 1,
4810
+ # data_storage_size_in_t_bs: 1,
4811
+ # data_storage_size_in_g_bs: 1,
4812
+ # display_name: "ResourceDisplayName",
4813
+ # db_name: "UpdateAutonomousDatabaseInputDbNameString",
4814
+ # db_version: "UpdateAutonomousDatabaseInputDbVersionString",
4815
+ # db_workload: "OLTP", # accepts OLTP, AJD, APEX, LH
4816
+ # db_tools_details: [
4817
+ # {
4818
+ # is_enabled: false,
4819
+ # name: "String",
4820
+ # compute_count: 1.0,
4821
+ # max_idle_time_in_minutes: 1,
4822
+ # },
4823
+ # ],
4824
+ # database_edition: "STANDARD_EDITION", # accepts STANDARD_EDITION, ENTERPRISE_EDITION
4825
+ # license_model: "BRING_YOUR_OWN_LICENSE", # accepts BRING_YOUR_OWN_LICENSE, LICENSE_INCLUDED
4826
+ # is_auto_scaling_enabled: false,
4827
+ # is_auto_scaling_for_storage_enabled: false,
4828
+ # is_backup_retention_locked: false,
4829
+ # is_local_data_guard_enabled: false,
4830
+ # is_mtls_connection_required: false,
4831
+ # is_refreshable_clone: false,
4832
+ # is_disconnect_peer: false,
4833
+ # backup_retention_period_in_days: 1,
4834
+ # byol_compute_count_limit: 1.0,
4835
+ # local_adg_auto_failover_max_data_loss_limit: 1,
4836
+ # autonomous_maintenance_schedule_type: "EARLY", # accepts EARLY, REGULAR
4837
+ # customer_contacts_to_send_to_oci: [
4838
+ # {
4839
+ # email: "CustomerContactEmailString",
4840
+ # },
4841
+ # ],
4842
+ # scheduled_operations: [
4843
+ # {
4844
+ # day_of_week: { # required
4845
+ # name: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
4846
+ # },
4847
+ # scheduled_start_time: "String",
4848
+ # scheduled_stop_time: "String",
4849
+ # },
4850
+ # ],
4851
+ # long_term_backup_schedule: {
4852
+ # is_disabled: false,
4853
+ # repeat_cadence: "ONE_TIME", # accepts ONE_TIME, WEEKLY, MONTHLY, YEARLY
4854
+ # retention_period_in_days: 1,
4855
+ # time_of_backup: Time.now,
4856
+ # },
4857
+ # open_mode: "READ_ONLY", # accepts READ_ONLY, READ_WRITE
4858
+ # permission_level: "RESTRICTED", # accepts RESTRICTED, UNRESTRICTED
4859
+ # refreshable_mode: "AUTOMATIC", # accepts AUTOMATIC, MANUAL
4860
+ # private_endpoint_ip: "String",
4861
+ # private_endpoint_label: "String",
4862
+ # peer_db_id: "ResourceIdOrArn",
4863
+ # resource_pool_leader_id: "ResourceIdOrArn",
4864
+ # resource_pool_summary: {
4865
+ # is_disabled: false,
4866
+ # pool_size: 1,
4867
+ # pool_storage_size_in_t_bs: 1,
4868
+ # available_storage_capacity_in_t_bs: 1.0,
4869
+ # total_compute_capacity: 1,
4870
+ # available_compute_capacity: 1,
4871
+ # },
4872
+ # standby_allowlisted_ips_source: "PRIMARY", # accepts PRIMARY, SEPARATE, NOT_APPLICABLE
4873
+ # standby_allowlisted_ips: ["String"],
4874
+ # allowlisted_ips: ["String"],
4875
+ # auto_refresh_frequency_in_seconds: 1,
4876
+ # auto_refresh_point_lag_in_seconds: 1,
4877
+ # time_of_auto_refresh_start: Time.now,
4878
+ # encryption_key_provider: "ORACLE_MANAGED", # accepts ORACLE_MANAGED, AWS_KMS
4879
+ # encryption_key_configuration: {
4880
+ # aws_encryption_key: {
4881
+ # iam_role_arn: "RoleArn",
4882
+ # external_id_type: "database_ocid", # accepts database_ocid, compartment_ocid, tenant_ocid
4883
+ # kms_key_id: "KmsKeyIdOrArn",
4884
+ # },
4885
+ # },
4886
+ # })
4887
+ #
4888
+ # @example Response structure
4889
+ #
4890
+ # resp.autonomous_database_id #=> String
4891
+ # resp.display_name #=> String
4892
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
4893
+ # resp.status_reason #=> String
4894
+ #
4895
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/UpdateAutonomousDatabase AWS API Documentation
4896
+ #
4897
+ # @overload update_autonomous_database(params = {})
4898
+ # @param [Hash] params ({})
4899
+ def update_autonomous_database(params = {}, options = {})
4900
+ req = build_request(:update_autonomous_database, params)
4901
+ req.send_request(options)
4902
+ end
4903
+
4904
+ # Updates the properties of an Autonomous Database backup.
4905
+ #
4906
+ # @option params [required, String] :autonomous_database_backup_id
4907
+ # The unique identifier of the Autonomous Database backup to update.
4908
+ #
4909
+ # @option params [Integer] :retention_period_in_days
4910
+ # The retention period, in days, for the Autonomous Database backup.
4911
+ #
4912
+ # @return [Types::UpdateAutonomousDatabaseBackupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4913
+ #
4914
+ # * {Types::UpdateAutonomousDatabaseBackupOutput#display_name #display_name} => String
4915
+ # * {Types::UpdateAutonomousDatabaseBackupOutput#status #status} => String
4916
+ # * {Types::UpdateAutonomousDatabaseBackupOutput#status_reason #status_reason} => String
4917
+ # * {Types::UpdateAutonomousDatabaseBackupOutput#autonomous_database_backup_id #autonomous_database_backup_id} => String
4918
+ #
4919
+ # @example Request syntax with placeholder values
4920
+ #
4921
+ # resp = client.update_autonomous_database_backup({
4922
+ # autonomous_database_backup_id: "ResourceId", # required
4923
+ # retention_period_in_days: 1,
4924
+ # })
4925
+ #
4926
+ # @example Response structure
4927
+ #
4928
+ # resp.display_name #=> String
4929
+ # resp.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS"
4930
+ # resp.status_reason #=> String
4931
+ # resp.autonomous_database_backup_id #=> String
4932
+ #
4933
+ # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/UpdateAutonomousDatabaseBackup AWS API Documentation
4934
+ #
4935
+ # @overload update_autonomous_database_backup(params = {})
4936
+ # @param [Hash] params ({})
4937
+ def update_autonomous_database_backup(params = {}, options = {})
4938
+ req = build_request(:update_autonomous_database_backup, params)
4939
+ req.send_request(options)
4940
+ end
4941
+
3008
4942
  # Updates the properties of an Exadata infrastructure resource.
3009
4943
  #
3010
4944
  # @option params [required, String] :cloud_exadata_infrastructure_id
@@ -3228,7 +5162,7 @@ module Aws::Odb
3228
5162
  tracer: tracer
3229
5163
  )
3230
5164
  context[:gem_name] = 'aws-sdk-odb'
3231
- context[:gem_version] = '1.20.0'
5165
+ context[:gem_version] = '1.22.0'
3232
5166
  Seahorse::Client::Request.new(handlers, context)
3233
5167
  end
3234
5168