Class: AWS::RDS::Client
- Inherits:
-
Core::QueryClient
- Object
- Core::Client
- Core::QueryClient
- AWS::RDS::Client
- Defined in:
- lib/aws/rds/client.rb
Overview
Client class for Amazon Relational Database Service (RDS).
Instance Attribute Summary
Attributes inherited from Core::Client
Instance Method Summary collapse
-
#authorize_db_security_group_ingress(options = {}) ⇒ Core::Response
Calls the AuthorizeDBSecurityGroupIngress API operation.
-
#copy_db_snapshot(options = {}) ⇒ Core::Response
Calls the CopyDBSnapshot API operation.
-
#create_db_instance(options = {}) ⇒ Core::Response
Calls the CreateDBInstance API operation.
-
#create_db_instance_read_replica(options = {}) ⇒ Core::Response
Calls the CreateDBInstanceReadReplica API operation.
-
#create_db_parameter_group(options = {}) ⇒ Core::Response
Calls the CreateDBParameterGroup API operation.
-
#create_db_security_group(options = {}) ⇒ Core::Response
Calls the CreateDBSecurityGroup API operation.
-
#create_db_snapshot(options = {}) ⇒ Core::Response
Calls the CreateDBSnapshot API operation.
-
#create_db_subnet_group(options = {}) ⇒ Core::Response
Calls the CreateDBSubnetGroup API operation.
-
#create_option_group(options = {}) ⇒ Core::Response
Calls the CreateOptionGroup API operation.
-
#delete_db_instance(options = {}) ⇒ Core::Response
Calls the DeleteDBInstance API operation.
-
#delete_db_parameter_group(options = {}) ⇒ Core::Response
Calls the DeleteDBParameterGroup API operation.
-
#delete_db_security_group(options = {}) ⇒ Core::Response
Calls the DeleteDBSecurityGroup API operation.
-
#delete_db_snapshot(options = {}) ⇒ Core::Response
Calls the DeleteDBSnapshot API operation.
-
#delete_db_subnet_group(options = {}) ⇒ Core::Response
Calls the DeleteDBSubnetGroup API operation.
-
#delete_option_group(options = {}) ⇒ Core::Response
Calls the DeleteOptionGroup API operation.
-
#describe_db_engine_versions(options = {}) ⇒ Core::Response
Calls the DescribeDBEngineVersions API operation.
-
#describe_db_instances(options = {}) ⇒ Core::Response
Calls the DescribeDBInstances API operation.
-
#describe_db_parameter_groups(options = {}) ⇒ Core::Response
Calls the DescribeDBParameterGroups API operation.
-
#describe_db_parameters(options = {}) ⇒ Core::Response
Calls the DescribeDBParameters API operation.
-
#describe_db_security_groups(options = {}) ⇒ Core::Response
Calls the DescribeDBSecurityGroups API operation.
-
#describe_db_snapshots(options = {}) ⇒ Core::Response
Calls the DescribeDBSnapshots API operation.
-
#describe_db_subnet_groups(options = {}) ⇒ Core::Response
Calls the DescribeDBSubnetGroups API operation.
-
#describe_engine_default_parameters(options = {}) ⇒ Core::Response
Calls the DescribeEngineDefaultParameters API operation.
-
#describe_events(options = {}) ⇒ Core::Response
Calls the DescribeEvents API operation.
-
#describe_option_group_options(options = {}) ⇒ Core::Response
Calls the DescribeOptionGroupOptions API operation.
-
#describe_option_groups(options = {}) ⇒ Core::Response
Calls the DescribeOptionGroups API operation.
-
#describe_orderable_db_instance_options(options = {}) ⇒ Core::Response
Calls the DescribeOrderableDBInstanceOptions API operation.
-
#describe_reserved_db_instances(options = {}) ⇒ Core::Response
Calls the DescribeReservedDBInstances API operation.
-
#describe_reserved_db_instances_offerings(options = {}) ⇒ Core::Response
Calls the DescribeReservedDBInstancesOfferings API operation.
-
#modify_db_instance(options = {}) ⇒ Core::Response
Calls the ModifyDBInstance API operation.
-
#modify_db_parameter_group(options = {}) ⇒ Core::Response
Calls the ModifyDBParameterGroup API operation.
-
#modify_db_subnet_group(options = {}) ⇒ Core::Response
Calls the ModifyDBSubnetGroup API operation.
-
#modify_option_group(options = {}) ⇒ Core::Response
Calls the ModifyOptionGroup API operation.
-
#purchase_reserved_db_instances_offering(options = {}) ⇒ Core::Response
Calls the PurchaseReservedDBInstancesOffering API operation.
-
#reboot_db_instance(options = {}) ⇒ Core::Response
Calls the RebootDBInstance API operation.
-
#reset_db_parameter_group(options = {}) ⇒ Core::Response
Calls the ResetDBParameterGroup API operation.
-
#restore_db_instance_from_db_snapshot(options = {}) ⇒ Core::Response
Calls the RestoreDBInstanceFromDBSnapshot API operation.
-
#restore_db_instance_to_point_in_time(options = {}) ⇒ Core::Response
Calls the RestoreDBInstanceToPointInTime API operation.
-
#revoke_db_security_group_ingress(options = {}) ⇒ Core::Response
Calls the RevokeDBSecurityGroupIngress API operation.
Methods inherited from Core::Client
#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options
Constructor Details
This class inherits a constructor from AWS::Core::Client
Instance Method Details
#authorize_db_security_group_ingress(options = {}) ⇒ Core::Response
Calls the AuthorizeDBSecurityGroupIngress API operation.
|
# File 'lib/aws/rds/client.rb', line 25
|
#copy_db_snapshot(options = {}) ⇒ Core::Response
Calls the CopyDBSnapshot API operation.
|
# File 'lib/aws/rds/client.rb', line 56
|
#create_db_instance(options = {}) ⇒ Core::Response
Calls the CreateDBInstance API operation.
|
# File 'lib/aws/rds/client.rb', line 86
|
#create_db_instance_read_replica(options = {}) ⇒ Core::Response
Calls the CreateDBInstanceReadReplica API operation.
|
# File 'lib/aws/rds/client.rb', line 196
|
#create_db_parameter_group(options = {}) ⇒ Core::Response
Calls the CreateDBParameterGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 278
|
#create_db_security_group(options = {}) ⇒ Core::Response
Calls the CreateDBSecurityGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 295
|
#create_db_snapshot(options = {}) ⇒ Core::Response
Calls the CreateDBSnapshot API operation.
|
# File 'lib/aws/rds/client.rb', line 321
|
#create_db_subnet_group(options = {}) ⇒ Core::Response
Calls the CreateDBSubnetGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 347
|
#create_option_group(options = {}) ⇒ Core::Response
Calls the CreateOptionGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 371
|
#delete_db_instance(options = {}) ⇒ Core::Response
Calls the DeleteDBInstance API operation.
|
# File 'lib/aws/rds/client.rb', line 401
|
#delete_db_parameter_group(options = {}) ⇒ Core::Response
Calls the DeleteDBParameterGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 466
|
#delete_db_security_group(options = {}) ⇒ Core::Response
Calls the DeleteDBSecurityGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 474
|
#delete_db_snapshot(options = {}) ⇒ Core::Response
Calls the DeleteDBSnapshot API operation.
|
# File 'lib/aws/rds/client.rb', line 481
|
#delete_db_subnet_group(options = {}) ⇒ Core::Response
Calls the DeleteDBSubnetGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 504
|
#delete_option_group(options = {}) ⇒ Core::Response
Calls the DeleteOptionGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 514
|
#describe_db_engine_versions(options = {}) ⇒ Core::Response
Calls the DescribeDBEngineVersions API operation.
|
# File 'lib/aws/rds/client.rb', line 521
|
#describe_db_instances(options = {}) ⇒ Core::Response
Calls the DescribeDBInstances API operation.
|
# File 'lib/aws/rds/client.rb', line 559
|
#describe_db_parameter_groups(options = {}) ⇒ Core::Response
Calls the DescribeDBParameterGroups API operation.
|
# File 'lib/aws/rds/client.rb', line 630
|
#describe_db_parameters(options = {}) ⇒ Core::Response
Calls the DescribeDBParameters API operation.
|
# File 'lib/aws/rds/client.rb', line 652
|
#describe_db_security_groups(options = {}) ⇒ Core::Response
Calls the DescribeDBSecurityGroups API operation.
|
# File 'lib/aws/rds/client.rb', line 682
|
#describe_db_snapshots(options = {}) ⇒ Core::Response
Calls the DescribeDBSnapshots API operation.
|
# File 'lib/aws/rds/client.rb', line 713
|
#describe_db_subnet_groups(options = {}) ⇒ Core::Response
Calls the DescribeDBSubnetGroups API operation.
|
# File 'lib/aws/rds/client.rb', line 751
|
#describe_engine_default_parameters(options = {}) ⇒ Core::Response
Calls the DescribeEngineDefaultParameters API operation.
|
# File 'lib/aws/rds/client.rb', line 780
|
#describe_events(options = {}) ⇒ Core::Response
Calls the DescribeEvents API operation.
|
# File 'lib/aws/rds/client.rb', line 810
|
#describe_option_group_options(options = {}) ⇒ Core::Response
Calls the DescribeOptionGroupOptions API operation.
|
# File 'lib/aws/rds/client.rb', line 843
|
#describe_option_groups(options = {}) ⇒ Core::Response
Calls the DescribeOptionGroups API operation.
|
# File 'lib/aws/rds/client.rb', line 867
|
#describe_orderable_db_instance_options(options = {}) ⇒ Core::Response
Calls the DescribeOrderableDBInstanceOptions API operation.
|
# File 'lib/aws/rds/client.rb', line 898
|
#describe_reserved_db_instances(options = {}) ⇒ Core::Response
Calls the DescribeReservedDBInstances API operation.
|
# File 'lib/aws/rds/client.rb', line 938
|
#describe_reserved_db_instances_offerings(options = {}) ⇒ Core::Response
Calls the DescribeReservedDBInstancesOfferings API operation.
|
# File 'lib/aws/rds/client.rb', line 992
|
#modify_db_instance(options = {}) ⇒ Core::Response
Calls the ModifyDBInstance API operation.
|
# File 'lib/aws/rds/client.rb', line 1040
|
#modify_db_parameter_group(options = {}) ⇒ Core::Response
Calls the ModifyDBParameterGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 1159
|
#modify_db_subnet_group(options = {}) ⇒ Core::Response
Calls the ModifyDBSubnetGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 1194
|
#modify_option_group(options = {}) ⇒ Core::Response
Calls the ModifyOptionGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 1218
|
#purchase_reserved_db_instances_offering(options = {}) ⇒ Core::Response
Calls the PurchaseReservedDBInstancesOffering API operation.
|
# File 'lib/aws/rds/client.rb', line 1249
|
#reboot_db_instance(options = {}) ⇒ Core::Response
Calls the RebootDBInstance API operation.
|
# File 'lib/aws/rds/client.rb', line 1279
|
#reset_db_parameter_group(options = {}) ⇒ Core::Response
Calls the ResetDBParameterGroup API operation.
|
# File 'lib/aws/rds/client.rb', line 1341
|
#restore_db_instance_from_db_snapshot(options = {}) ⇒ Core::Response
Calls the RestoreDBInstanceFromDBSnapshot API operation.
|
# File 'lib/aws/rds/client.rb', line 1379
|
#restore_db_instance_to_point_in_time(options = {}) ⇒ Core::Response
Calls the RestoreDBInstanceToPointInTime API operation.
|
# File 'lib/aws/rds/client.rb', line 1464
|
#revoke_db_security_group_ingress(options = {}) ⇒ Core::Response
Calls the RevokeDBSecurityGroupIngress API operation.
|
# File 'lib/aws/rds/client.rb', line 1553
|