aws-sdk-rds 1.131.0 → 1.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +5 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-rds/client.rb +1429 -297
 - data/lib/aws-sdk-rds/client_api.rb +59 -0
 - data/lib/aws-sdk-rds/db_cluster.rb +727 -65
 - data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +12 -0
 - data/lib/aws-sdk-rds/db_cluster_snapshot.rb +166 -14
 - data/lib/aws-sdk-rds/db_instance.rb +76 -69
 - data/lib/aws-sdk-rds/db_snapshot.rb +12 -11
 - data/lib/aws-sdk-rds/resource.rb +345 -57
 - data/lib/aws-sdk-rds/types.rb +1652 -258
 - data/lib/aws-sdk-rds.rb +1 -1
 - metadata +2 -2
 
| 
         @@ -504,6 +504,8 @@ module Aws::RDS 
     | 
|
| 
       504 
504 
     | 
    
         
             
                ReadReplicaDBInstanceIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaDBInstanceIdentifierList')
         
     | 
| 
       505 
505 
     | 
    
         
             
                ReadReplicaIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaIdentifierList')
         
     | 
| 
       506 
506 
     | 
    
         
             
                ReadersArnList = Shapes::ListShape.new(name: 'ReadersArnList')
         
     | 
| 
      
 507 
     | 
    
         
            +
                RebootDBClusterMessage = Shapes::StructureShape.new(name: 'RebootDBClusterMessage')
         
     | 
| 
      
 508 
     | 
    
         
            +
                RebootDBClusterResult = Shapes::StructureShape.new(name: 'RebootDBClusterResult')
         
     | 
| 
       507 
509 
     | 
    
         
             
                RebootDBInstanceMessage = Shapes::StructureShape.new(name: 'RebootDBInstanceMessage')
         
     | 
| 
       508 
510 
     | 
    
         
             
                RebootDBInstanceResult = Shapes::StructureShape.new(name: 'RebootDBInstanceResult')
         
     | 
| 
       509 
511 
     | 
    
         
             
                RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
         
     | 
| 
         @@ -863,6 +865,17 @@ module Aws::RDS 
     | 
|
| 
       863 
865 
     | 
    
         
             
                CreateDBClusterMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
         
     | 
| 
       864 
866 
     | 
    
         
             
                CreateDBClusterMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
         
     | 
| 
       865 
867 
     | 
    
         
             
                CreateDBClusterMessage.add_member(:enable_global_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableGlobalWriteForwarding"))
         
     | 
| 
      
 868 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:db_cluster_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterInstanceClass"))
         
     | 
| 
      
 869 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
         
     | 
| 
      
 870 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
         
     | 
| 
      
 871 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
         
     | 
| 
      
 872 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
         
     | 
| 
      
 873 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
         
     | 
| 
      
 874 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
         
     | 
| 
      
 875 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
         
     | 
| 
      
 876 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
         
     | 
| 
      
 877 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
         
     | 
| 
      
 878 
     | 
    
         
            +
                CreateDBClusterMessage.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
         
     | 
| 
       866 
879 
     | 
    
         
             
                CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
         
     | 
| 
       867 
880 
     | 
    
         
             
                CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
         
     | 
| 
       868 
881 
     | 
    
         | 
| 
         @@ -1155,6 +1168,16 @@ module Aws::RDS 
     | 
|
| 
       1155 
1168 
     | 
    
         
             
                DBCluster.add_member(:global_write_forwarding_status, Shapes::ShapeRef.new(shape: WriteForwardingStatus, location_name: "GlobalWriteForwardingStatus"))
         
     | 
| 
       1156 
1169 
     | 
    
         
             
                DBCluster.add_member(:global_write_forwarding_requested, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "GlobalWriteForwardingRequested"))
         
     | 
| 
       1157 
1170 
     | 
    
         
             
                DBCluster.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: ClusterPendingModifiedValues, location_name: "PendingModifiedValues"))
         
     | 
| 
      
 1171 
     | 
    
         
            +
                DBCluster.add_member(:db_cluster_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterInstanceClass"))
         
     | 
| 
      
 1172 
     | 
    
         
            +
                DBCluster.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
         
     | 
| 
      
 1173 
     | 
    
         
            +
                DBCluster.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
         
     | 
| 
      
 1174 
     | 
    
         
            +
                DBCluster.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
         
     | 
| 
      
 1175 
     | 
    
         
            +
                DBCluster.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoMinorVersionUpgrade"))
         
     | 
| 
      
 1176 
     | 
    
         
            +
                DBCluster.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
         
     | 
| 
      
 1177 
     | 
    
         
            +
                DBCluster.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
         
     | 
| 
      
 1178 
     | 
    
         
            +
                DBCluster.add_member(:performance_insights_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PerformanceInsightsEnabled"))
         
     | 
| 
      
 1179 
     | 
    
         
            +
                DBCluster.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
         
     | 
| 
      
 1180 
     | 
    
         
            +
                DBCluster.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
         
     | 
| 
       1158 
1181 
     | 
    
         
             
                DBCluster.struct_class = Types::DBCluster
         
     | 
| 
       1159 
1182 
     | 
    
         | 
| 
       1160 
1183 
     | 
    
         
             
                DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
         
     | 
| 
         @@ -2475,6 +2498,16 @@ module Aws::RDS 
     | 
|
| 
       2475 
2498 
     | 
    
         
             
                ModifyDBClusterMessage.add_member(:enable_http_endpoint, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableHttpEndpoint"))
         
     | 
| 
       2476 
2499 
     | 
    
         
             
                ModifyDBClusterMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
         
     | 
| 
       2477 
2500 
     | 
    
         
             
                ModifyDBClusterMessage.add_member(:enable_global_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableGlobalWriteForwarding"))
         
     | 
| 
      
 2501 
     | 
    
         
            +
                ModifyDBClusterMessage.add_member(:db_cluster_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterInstanceClass"))
         
     | 
| 
      
 2502 
     | 
    
         
            +
                ModifyDBClusterMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
         
     | 
| 
      
 2503 
     | 
    
         
            +
                ModifyDBClusterMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
         
     | 
| 
      
 2504 
     | 
    
         
            +
                ModifyDBClusterMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
         
     | 
| 
      
 2505 
     | 
    
         
            +
                ModifyDBClusterMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
         
     | 
| 
      
 2506 
     | 
    
         
            +
                ModifyDBClusterMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
         
     | 
| 
      
 2507 
     | 
    
         
            +
                ModifyDBClusterMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
         
     | 
| 
      
 2508 
     | 
    
         
            +
                ModifyDBClusterMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
         
     | 
| 
      
 2509 
     | 
    
         
            +
                ModifyDBClusterMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
         
     | 
| 
      
 2510 
     | 
    
         
            +
                ModifyDBClusterMessage.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
         
     | 
| 
       2478 
2511 
     | 
    
         
             
                ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
         
     | 
| 
       2479 
2512 
     | 
    
         | 
| 
       2480 
2513 
     | 
    
         
             
                ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
         
     | 
| 
         @@ -2775,6 +2808,7 @@ module Aws::RDS 
     | 
|
| 
       2775 
2808 
     | 
    
         
             
                OrderableDBInstanceOption.add_member(:outpost_capable, Shapes::ShapeRef.new(shape: Boolean, location_name: "OutpostCapable"))
         
     | 
| 
       2776 
2809 
     | 
    
         
             
                OrderableDBInstanceOption.add_member(:supported_activity_stream_modes, Shapes::ShapeRef.new(shape: ActivityStreamModeList, location_name: "SupportedActivityStreamModes"))
         
     | 
| 
       2777 
2810 
     | 
    
         
             
                OrderableDBInstanceOption.add_member(:supports_global_databases, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsGlobalDatabases"))
         
     | 
| 
      
 2811 
     | 
    
         
            +
                OrderableDBInstanceOption.add_member(:supports_clusters, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsClusters"))
         
     | 
| 
       2778 
2812 
     | 
    
         
             
                OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
         
     | 
| 
       2779 
2813 
     | 
    
         | 
| 
       2780 
2814 
     | 
    
         
             
                OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
         
     | 
| 
         @@ -2889,6 +2923,12 @@ module Aws::RDS 
     | 
|
| 
       2889 
2923 
     | 
    
         | 
| 
       2890 
2924 
     | 
    
         
             
                ReadersArnList.member = Shapes::ShapeRef.new(shape: String)
         
     | 
| 
       2891 
2925 
     | 
    
         | 
| 
      
 2926 
     | 
    
         
            +
                RebootDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
         
     | 
| 
      
 2927 
     | 
    
         
            +
                RebootDBClusterMessage.struct_class = Types::RebootDBClusterMessage
         
     | 
| 
      
 2928 
     | 
    
         
            +
             
     | 
| 
      
 2929 
     | 
    
         
            +
                RebootDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
         
     | 
| 
      
 2930 
     | 
    
         
            +
                RebootDBClusterResult.struct_class = Types::RebootDBClusterResult
         
     | 
| 
      
 2931 
     | 
    
         
            +
             
     | 
| 
       2892 
2932 
     | 
    
         
             
                RebootDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
         
     | 
| 
       2893 
2933 
     | 
    
         
             
                RebootDBInstanceMessage.add_member(:force_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceFailover"))
         
     | 
| 
       2894 
2934 
     | 
    
         
             
                RebootDBInstanceMessage.struct_class = Types::RebootDBInstanceMessage
         
     | 
| 
         @@ -3063,6 +3103,10 @@ module Aws::RDS 
     | 
|
| 
       3063 
3103 
     | 
    
         
             
                RestoreDBClusterFromSnapshotMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
         
     | 
| 
       3064 
3104 
     | 
    
         
             
                RestoreDBClusterFromSnapshotMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
         
     | 
| 
       3065 
3105 
     | 
    
         
             
                RestoreDBClusterFromSnapshotMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
         
     | 
| 
      
 3106 
     | 
    
         
            +
                RestoreDBClusterFromSnapshotMessage.add_member(:db_cluster_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterInstanceClass"))
         
     | 
| 
      
 3107 
     | 
    
         
            +
                RestoreDBClusterFromSnapshotMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
         
     | 
| 
      
 3108 
     | 
    
         
            +
                RestoreDBClusterFromSnapshotMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
         
     | 
| 
      
 3109 
     | 
    
         
            +
                RestoreDBClusterFromSnapshotMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
         
     | 
| 
       3066 
3110 
     | 
    
         
             
                RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
         
     | 
| 
       3067 
3111 
     | 
    
         | 
| 
       3068 
3112 
     | 
    
         
             
                RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
         
     | 
| 
         @@ -3089,6 +3133,10 @@ module Aws::RDS 
     | 
|
| 
       3089 
3133 
     | 
    
         
             
                RestoreDBClusterToPointInTimeMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
         
     | 
| 
       3090 
3134 
     | 
    
         
             
                RestoreDBClusterToPointInTimeMessage.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfiguration, location_name: "ScalingConfiguration"))
         
     | 
| 
       3091 
3135 
     | 
    
         
             
                RestoreDBClusterToPointInTimeMessage.add_member(:engine_mode, Shapes::ShapeRef.new(shape: String, location_name: "EngineMode"))
         
     | 
| 
      
 3136 
     | 
    
         
            +
                RestoreDBClusterToPointInTimeMessage.add_member(:db_cluster_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterInstanceClass"))
         
     | 
| 
      
 3137 
     | 
    
         
            +
                RestoreDBClusterToPointInTimeMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
         
     | 
| 
      
 3138 
     | 
    
         
            +
                RestoreDBClusterToPointInTimeMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
         
     | 
| 
      
 3139 
     | 
    
         
            +
                RestoreDBClusterToPointInTimeMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
         
     | 
| 
       3092 
3140 
     | 
    
         
             
                RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
         
     | 
| 
       3093 
3141 
     | 
    
         | 
| 
       3094 
3142 
     | 
    
         
             
                RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
         
     | 
| 
         @@ -4954,6 +5002,17 @@ module Aws::RDS 
     | 
|
| 
       4954 
5002 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: ReservedDBInstanceQuotaExceededFault)
         
     | 
| 
       4955 
5003 
     | 
    
         
             
                  end)
         
     | 
| 
       4956 
5004 
     | 
    
         | 
| 
      
 5005 
     | 
    
         
            +
                  api.add_operation(:reboot_db_cluster, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 5006 
     | 
    
         
            +
                    o.name = "RebootDBCluster"
         
     | 
| 
      
 5007 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 5008 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 5009 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: RebootDBClusterMessage)
         
     | 
| 
      
 5010 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: RebootDBClusterResult)
         
     | 
| 
      
 5011 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
         
     | 
| 
      
 5012 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
         
     | 
| 
      
 5013 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
         
     | 
| 
      
 5014 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 5015 
     | 
    
         
            +
             
     | 
| 
       4957 
5016 
     | 
    
         
             
                  api.add_operation(:reboot_db_instance, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       4958 
5017 
     | 
    
         
             
                    o.name = "RebootDBInstance"
         
     | 
| 
       4959 
5018 
     | 
    
         
             
                    o.http_method = "POST"
         
     |