File Coverage

blib/lib/Paws/RDS/ModifyDBInstance.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1              
2             package Paws::RDS::ModifyDBInstance;
3 1     1   495 use Moose;
  1         3  
  1         9  
4             has AllocatedStorage => (is => 'ro', isa => 'Int');
5             has AllowMajorVersionUpgrade => (is => 'ro', isa => 'Bool');
6             has ApplyImmediately => (is => 'ro', isa => 'Bool');
7             has AutoMinorVersionUpgrade => (is => 'ro', isa => 'Bool');
8             has BackupRetentionPeriod => (is => 'ro', isa => 'Int');
9             has CACertificateIdentifier => (is => 'ro', isa => 'Str');
10             has CopyTagsToSnapshot => (is => 'ro', isa => 'Bool');
11             has DBInstanceClass => (is => 'ro', isa => 'Str');
12             has DBInstanceIdentifier => (is => 'ro', isa => 'Str', required => 1);
13             has DBParameterGroupName => (is => 'ro', isa => 'Str');
14             has DBPortNumber => (is => 'ro', isa => 'Int');
15             has DBSecurityGroups => (is => 'ro', isa => 'ArrayRef[Str|Undef]');
16             has DBSubnetGroupName => (is => 'ro', isa => 'Str');
17             has Domain => (is => 'ro', isa => 'Str');
18             has DomainIAMRoleName => (is => 'ro', isa => 'Str');
19             has EnableIAMDatabaseAuthentication => (is => 'ro', isa => 'Bool');
20             has EngineVersion => (is => 'ro', isa => 'Str');
21             has Iops => (is => 'ro', isa => 'Int');
22             has LicenseModel => (is => 'ro', isa => 'Str');
23             has MasterUserPassword => (is => 'ro', isa => 'Str');
24             has MonitoringInterval => (is => 'ro', isa => 'Int');
25             has MonitoringRoleArn => (is => 'ro', isa => 'Str');
26             has MultiAZ => (is => 'ro', isa => 'Bool');
27             has NewDBInstanceIdentifier => (is => 'ro', isa => 'Str');
28             has OptionGroupName => (is => 'ro', isa => 'Str');
29             has PreferredBackupWindow => (is => 'ro', isa => 'Str');
30             has PreferredMaintenanceWindow => (is => 'ro', isa => 'Str');
31             has PromotionTier => (is => 'ro', isa => 'Int');
32             has PubliclyAccessible => (is => 'ro', isa => 'Bool');
33             has StorageType => (is => 'ro', isa => 'Str');
34             has TdeCredentialArn => (is => 'ro', isa => 'Str');
35             has TdeCredentialPassword => (is => 'ro', isa => 'Str');
36             has VpcSecurityGroupIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]');
37              
38 1     1   6200 use MooseX::ClassAttribute;
  1         3  
  1         7  
39              
40             class_has _api_call => (isa => 'Str', is => 'ro', default => 'ModifyDBInstance');
41             class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::RDS::ModifyDBInstanceResult');
42             class_has _result_key => (isa => 'Str', is => 'ro', default => 'ModifyDBInstanceResult');
43             1;
44              
45             ### main pod documentation begin ###
46              
47             =head1 NAME
48              
49             Paws::RDS::ModifyDBInstance - Arguments for method ModifyDBInstance on Paws::RDS
50              
51             =head1 DESCRIPTION
52              
53             This class represents the parameters used for calling the method ModifyDBInstance on the
54             Amazon Relational Database Service service. Use the attributes of this class
55             as arguments to method ModifyDBInstance.
56              
57             You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ModifyDBInstance.
58              
59             As an example:
60              
61             $service_obj->ModifyDBInstance(Att1 => $value1, Att2 => $value2, ...);
62              
63             Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.
64              
65             =head1 ATTRIBUTES
66              
67              
68             =head2 AllocatedStorage => Int
69              
70             The new storage capacity of the RDS instance. Changing this setting
71             does not result in an outage and the change is applied during the next
72             maintenance window unless C<ApplyImmediately> is set to C<true> for
73             this request.
74              
75             B<MySQL>
76              
77             Default: Uses existing setting
78              
79             Valid Values: 5-6144
80              
81             Constraints: Value supplied must be at least 10% greater than the
82             current value. Values that are not at least 10% greater than the
83             existing value are rounded up so that they are 10% greater than the
84             current value.
85              
86             Type: Integer
87              
88             B<MariaDB>
89              
90             Default: Uses existing setting
91              
92             Valid Values: 5-6144
93              
94             Constraints: Value supplied must be at least 10% greater than the
95             current value. Values that are not at least 10% greater than the
96             existing value are rounded up so that they are 10% greater than the
97             current value.
98              
99             Type: Integer
100              
101             B<PostgreSQL>
102              
103             Default: Uses existing setting
104              
105             Valid Values: 5-6144
106              
107             Constraints: Value supplied must be at least 10% greater than the
108             current value. Values that are not at least 10% greater than the
109             existing value are rounded up so that they are 10% greater than the
110             current value.
111              
112             Type: Integer
113              
114             B<Oracle>
115              
116             Default: Uses existing setting
117              
118             Valid Values: 10-6144
119              
120             Constraints: Value supplied must be at least 10% greater than the
121             current value. Values that are not at least 10% greater than the
122             existing value are rounded up so that they are 10% greater than the
123             current value.
124              
125             B<SQL Server>
126              
127             Cannot be modified.
128              
129             If you choose to migrate your DB instance from using standard storage
130             to using Provisioned IOPS, or from using Provisioned IOPS to using
131             standard storage, the process can take time. The duration of the
132             migration depends on several factors such as database load, storage
133             size, storage type (standard or Provisioned IOPS), amount of IOPS
134             provisioned (if any), and the number of prior scale storage operations.
135             Typical migration times are under 24 hours, but the process can take up
136             to several days in some cases. During the migration, the DB instance
137             will be available for use, but might experience performance
138             degradation. While the migration takes place, nightly backups for the
139             instance will be suspended. No other Amazon RDS operations can take
140             place for the instance, including modifying the instance, rebooting the
141             instance, deleting the instance, creating a Read Replica for the
142             instance, and creating a DB snapshot of the instance.
143              
144              
145              
146             =head2 AllowMajorVersionUpgrade => Bool
147              
148             Indicates that major version upgrades are allowed. Changing this
149             parameter does not result in an outage and the change is asynchronously
150             applied as soon as possible.
151              
152             Constraints: This parameter must be set to true when specifying a value
153             for the EngineVersion parameter that is a different major version than
154             the DB instance's current version.
155              
156              
157              
158             =head2 ApplyImmediately => Bool
159              
160             Specifies whether the modifications in this request and any pending
161             modifications are asynchronously applied as soon as possible,
162             regardless of the C<PreferredMaintenanceWindow> setting for the DB
163             instance.
164              
165             If this parameter is set to C<false>, changes to the DB instance are
166             applied during the next maintenance window. Some parameter changes can
167             cause an outage and will be applied on the next call to
168             RebootDBInstance, or the next failure reboot. Review the table of
169             parameters in Modifying a DB Instance and Using the Apply Immediately
170             Parameter to see the impact that setting C<ApplyImmediately> to C<true>
171             or C<false> has for each modified parameter and to determine when the
172             changes will be applied.
173              
174             Default: C<false>
175              
176              
177              
178             =head2 AutoMinorVersionUpgrade => Bool
179              
180             Indicates that minor version upgrades will be applied automatically to
181             the DB instance during the maintenance window. Changing this parameter
182             does not result in an outage except in the following case and the
183             change is asynchronously applied as soon as possible. An outage will
184             result if this parameter is set to C<true> during the maintenance
185             window, and a newer minor version is available, and RDS has enabled
186             auto patching for that engine version.
187              
188              
189              
190             =head2 BackupRetentionPeriod => Int
191              
192             The number of days to retain automated backups. Setting this parameter
193             to a positive number enables backups. Setting this parameter to 0
194             disables automated backups.
195              
196             Changing this parameter can result in an outage if you change from 0 to
197             a non-zero value or from a non-zero value to 0. These changes are
198             applied during the next maintenance window unless the
199             C<ApplyImmediately> parameter is set to C<true> for this request. If
200             you change the parameter from one non-zero value to another non-zero
201             value, the change is asynchronously applied as soon as possible.
202              
203             Default: Uses existing setting
204              
205             Constraints:
206              
207             =over
208              
209             =item *
210              
211             Must be a value from 0 to 35
212              
213             =item *
214              
215             Can be specified for a MySQL Read Replica only if the source is running
216             MySQL 5.6
217              
218             =item *
219              
220             Can be specified for a PostgreSQL Read Replica only if the source is
221             running PostgreSQL 9.3.5
222              
223             =item *
224              
225             Cannot be set to 0 if the DB instance is a source to Read Replicas
226              
227             =back
228              
229              
230              
231              
232             =head2 CACertificateIdentifier => Str
233              
234             Indicates the certificate that needs to be associated with the
235             instance.
236              
237              
238              
239             =head2 CopyTagsToSnapshot => Bool
240              
241             True to copy all tags from the DB instance to snapshots of the DB
242             instance; otherwise false. The default is false.
243              
244              
245              
246             =head2 DBInstanceClass => Str
247              
248             The new compute and memory capacity of the DB instance. To determine
249             the instance classes that are available for a particular DB engine, use
250             the DescribeOrderableDBInstanceOptions action. Note that not all
251             instance classes are available in all regions for all DB engines.
252              
253             Passing a value for this setting causes an outage during the change and
254             is applied during the next maintenance window, unless
255             C<ApplyImmediately> is specified as C<true> for this request.
256              
257             Default: Uses existing setting
258              
259             Valid Values: C<db.t1.micro | db.m1.small | db.m1.medium | db.m1.large
260             | db.m1.xlarge | db.m2.xlarge | db.m2.2xlarge | db.m2.4xlarge |
261             db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large
262             | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge |
263             db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge |
264             db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large>
265              
266              
267              
268             =head2 B<REQUIRED> DBInstanceIdentifier => Str
269              
270             The DB instance identifier. This value is stored as a lowercase string.
271              
272             Constraints:
273              
274             =over
275              
276             =item *
277              
278             Must be the identifier for an existing DB instance
279              
280             =item *
281              
282             Must contain from 1 to 63 alphanumeric characters or hyphens
283              
284             =item *
285              
286             First character must be a letter
287              
288             =item *
289              
290             Cannot end with a hyphen or contain two consecutive hyphens
291              
292             =back
293              
294              
295              
296              
297             =head2 DBParameterGroupName => Str
298              
299             The name of the DB parameter group to apply to the DB instance.
300             Changing this setting does not result in an outage. The parameter group
301             name itself is changed immediately, but the actual parameter changes
302             are not applied until you reboot the instance without failover. The db
303             instance will NOT be rebooted automatically and the parameter changes
304             will NOT be applied during the next maintenance window.
305              
306             Default: Uses existing setting
307              
308             Constraints: The DB parameter group must be in the same DB parameter
309             group family as this DB instance.
310              
311              
312              
313             =head2 DBPortNumber => Int
314              
315             The port number on which the database accepts connections.
316              
317             The value of the C<DBPortNumber> parameter must not match any of the
318             port values specified for options in the option group for the DB
319             instance.
320              
321             Your database will restart when you change the C<DBPortNumber> value
322             regardless of the value of the C<ApplyImmediately> parameter.
323              
324             B<MySQL>
325              
326             Default: C<3306>
327              
328             Valid Values: C<1150-65535>
329              
330             B<MariaDB>
331              
332             Default: C<3306>
333              
334             Valid Values: C<1150-65535>
335              
336             B<PostgreSQL>
337              
338             Default: C<5432>
339              
340             Valid Values: C<1150-65535>
341              
342             Type: Integer
343              
344             B<Oracle>
345              
346             Default: C<1521>
347              
348             Valid Values: C<1150-65535>
349              
350             B<SQL Server>
351              
352             Default: C<1433>
353              
354             Valid Values: C<1150-65535> except for C<1434>, C<3389>, C<47001>,
355             C<49152>, and C<49152> through C<49156>.
356              
357             B<Amazon Aurora>
358              
359             Default: C<3306>
360              
361             Valid Values: C<1150-65535>
362              
363              
364              
365             =head2 DBSecurityGroups => ArrayRef[Str|Undef]
366              
367             A list of DB security groups to authorize on this DB instance. Changing
368             this setting does not result in an outage and the change is
369             asynchronously applied as soon as possible.
370              
371             Constraints:
372              
373             =over
374              
375             =item *
376              
377             Must be 1 to 255 alphanumeric characters
378              
379             =item *
380              
381             First character must be a letter
382              
383             =item *
384              
385             Cannot end with a hyphen or contain two consecutive hyphens
386              
387             =back
388              
389              
390              
391              
392             =head2 DBSubnetGroupName => Str
393              
394             The new DB subnet group for the DB instance. You can use this parameter
395             to move your DB instance to a different VPC. If your DB instance is not
396             in a VPC, you can also use this parameter to move your DB instance into
397             a VPC. For more information, see Updating the VPC for a DB Instance.
398              
399             Changing the subnet group causes an outage during the change. The
400             change is applied during the next maintenance window, unless you
401             specify C<true> for the C<ApplyImmediately> parameter.
402              
403             Constraints: Must contain no more than 255 alphanumeric characters,
404             periods, underscores, spaces, or hyphens.
405              
406             Example: C<mySubnetGroup>
407              
408              
409              
410             =head2 Domain => Str
411              
412             The Active Directory Domain to move the instance to. Specify C<none> to
413             remove the instance from its current domain. The domain must be created
414             prior to this operation. Currently only a Microsoft SQL Server instance
415             can be created in a Active Directory Domain.
416              
417              
418              
419             =head2 DomainIAMRoleName => Str
420              
421             The name of the IAM role to use when making API calls to the Directory
422             Service.
423              
424              
425              
426             =head2 EnableIAMDatabaseAuthentication => Bool
427              
428             True to enable mapping of AWS Identity and Access Management (IAM)
429             accounts to database accounts; otherwise false.
430              
431             You can enable IAM database authentication for the following database
432             engines
433              
434             =over
435              
436             =item *
437              
438             For MySQL 5.6, minor version 5.6.34 or higher
439              
440             =item *
441              
442             For MySQL 5.7, minor version 5.7.16 or higher
443              
444             =back
445              
446             Default: C<false>
447              
448              
449              
450             =head2 EngineVersion => Str
451              
452             The version number of the database engine to upgrade to. Changing this
453             parameter results in an outage and the change is applied during the
454             next maintenance window unless the C<ApplyImmediately> parameter is set
455             to C<true> for this request.
456              
457             For major version upgrades, if a non-default DB parameter group is
458             currently in use, a new DB parameter group in the DB parameter group
459             family for the new engine version must be specified. The new DB
460             parameter group can be the default for that DB parameter group family.
461              
462             For a list of valid engine versions, see CreateDBInstance.
463              
464              
465              
466             =head2 Iops => Int
467              
468             The new Provisioned IOPS (I/O operations per second) value for the RDS
469             instance. Changing this setting does not result in an outage and the
470             change is applied during the next maintenance window unless the
471             C<ApplyImmediately> parameter is set to C<true> for this request.
472              
473             Default: Uses existing setting
474              
475             Constraints: Value supplied must be at least 10% greater than the
476             current value. Values that are not at least 10% greater than the
477             existing value are rounded up so that they are 10% greater than the
478             current value. If you are migrating from Provisioned IOPS to standard
479             storage, set this value to 0. The DB instance will require a reboot for
480             the change in storage type to take effect.
481              
482             B<SQL Server>
483              
484             Setting the IOPS value for the SQL Server database engine is not
485             supported.
486              
487             Type: Integer
488              
489             If you choose to migrate your DB instance from using standard storage
490             to using Provisioned IOPS, or from using Provisioned IOPS to using
491             standard storage, the process can take time. The duration of the
492             migration depends on several factors such as database load, storage
493             size, storage type (standard or Provisioned IOPS), amount of IOPS
494             provisioned (if any), and the number of prior scale storage operations.
495             Typical migration times are under 24 hours, but the process can take up
496             to several days in some cases. During the migration, the DB instance
497             will be available for use, but might experience performance
498             degradation. While the migration takes place, nightly backups for the
499             instance will be suspended. No other Amazon RDS operations can take
500             place for the instance, including modifying the instance, rebooting the
501             instance, deleting the instance, creating a Read Replica for the
502             instance, and creating a DB snapshot of the instance.
503              
504              
505              
506             =head2 LicenseModel => Str
507              
508             The license model for the DB instance.
509              
510             Valid values: C<license-included> | C<bring-your-own-license> |
511             C<general-public-license>
512              
513              
514              
515             =head2 MasterUserPassword => Str
516              
517             The new password for the DB instance master user. Can be any printable
518             ASCII character except "/", """, or "@".
519              
520             Changing this parameter does not result in an outage and the change is
521             asynchronously applied as soon as possible. Between the time of the
522             request and the completion of the request, the C<MasterUserPassword>
523             element exists in the C<PendingModifiedValues> element of the operation
524             response.
525              
526             Default: Uses existing setting
527              
528             Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB,
529             and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to
530             128 alphanumeric characters (SQL Server).
531              
532             Amazon RDS API actions never return the password, so this action
533             provides a way to regain access to a primary instance user if the
534             password is lost. This includes restoring privileges that might have
535             been accidentally revoked.
536              
537              
538              
539             =head2 MonitoringInterval => Int
540              
541             The interval, in seconds, between points when Enhanced Monitoring
542             metrics are collected for the DB instance. To disable collecting
543             Enhanced Monitoring metrics, specify 0. The default is 0.
544              
545             If C<MonitoringRoleArn> is specified, then you must also set
546             C<MonitoringInterval> to a value other than 0.
547              
548             Valid Values: C<0, 1, 5, 10, 15, 30, 60>
549              
550              
551              
552             =head2 MonitoringRoleArn => Str
553              
554             The ARN for the IAM role that permits RDS to send enhanced monitoring
555             metrics to CloudWatch Logs. For example,
556             C<arn:aws:iam:123456789012:role/emaccess>. For information on creating
557             a monitoring role, go to To create an IAM role for Amazon RDS Enhanced
558             Monitoring.
559              
560             If C<MonitoringInterval> is set to a value other than 0, then you must
561             supply a C<MonitoringRoleArn> value.
562              
563              
564              
565             =head2 MultiAZ => Bool
566              
567             Specifies if the DB instance is a Multi-AZ deployment. Changing this
568             parameter does not result in an outage and the change is applied during
569             the next maintenance window unless the C<ApplyImmediately> parameter is
570             set to C<true> for this request.
571              
572             Constraints: Cannot be specified if the DB instance is a Read Replica.
573              
574              
575              
576             =head2 NewDBInstanceIdentifier => Str
577              
578             The new DB instance identifier for the DB instance when renaming a DB
579             instance. When you change the DB instance identifier, an instance
580             reboot will occur immediately if you set C<Apply Immediately> to true,
581             or will occur during the next maintenance window if C<Apply
582             Immediately> to false. This value is stored as a lowercase string.
583              
584             Constraints:
585              
586             =over
587              
588             =item *
589              
590             Must contain from 1 to 63 alphanumeric characters or hyphens
591              
592             =item *
593              
594             First character must be a letter
595              
596             =item *
597              
598             Cannot end with a hyphen or contain two consecutive hyphens
599              
600             =back
601              
602              
603              
604              
605             =head2 OptionGroupName => Str
606              
607             Indicates that the DB instance should be associated with the specified
608             option group. Changing this parameter does not result in an outage
609             except in the following case and the change is applied during the next
610             maintenance window unless the C<ApplyImmediately> parameter is set to
611             C<true> for this request. If the parameter change results in an option
612             group that enables OEM, this change can cause a brief (sub-second)
613             period during which new connections are rejected but existing
614             connections are not interrupted.
615              
616             Permanent options, such as the TDE option for Oracle Advanced Security
617             TDE, cannot be removed from an option group, and that option group
618             cannot be removed from a DB instance once it is associated with a DB
619             instance
620              
621              
622              
623             =head2 PreferredBackupWindow => Str
624              
625             The daily time range during which automated backups are created if
626             automated backups are enabled, as determined by the
627             C<BackupRetentionPeriod> parameter. Changing this parameter does not
628             result in an outage and the change is asynchronously applied as soon as
629             possible.
630              
631             Constraints:
632              
633             =over
634              
635             =item *
636              
637             Must be in the format hh24:mi-hh24:mi
638              
639             =item *
640              
641             Times should be in Universal Time Coordinated (UTC)
642              
643             =item *
644              
645             Must not conflict with the preferred maintenance window
646              
647             =item *
648              
649             Must be at least 30 minutes
650              
651             =back
652              
653              
654              
655              
656             =head2 PreferredMaintenanceWindow => Str
657              
658             The weekly time range (in UTC) during which system maintenance can
659             occur, which might result in an outage. Changing this parameter does
660             not result in an outage, except in the following situation, and the
661             change is asynchronously applied as soon as possible. If there are
662             pending actions that cause a reboot, and the maintenance window is
663             changed to include the current time, then changing this parameter will
664             cause a reboot of the DB instance. If moving this window to the current
665             time, there must be at least 30 minutes between the current time and
666             end of the window to ensure pending changes are applied.
667              
668             Default: Uses existing setting
669              
670             Format: ddd:hh24:mi-ddd:hh24:mi
671              
672             Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
673              
674             Constraints: Must be at least 30 minutes
675              
676              
677              
678             =head2 PromotionTier => Int
679              
680             A value that specifies the order in which an Aurora Replica is promoted
681             to the primary instance after a failure of the existing primary
682             instance. For more information, see Fault Tolerance for an Aurora DB
683             Cluster.
684              
685             Default: 1
686              
687             Valid Values: 0 - 15
688              
689              
690              
691             =head2 PubliclyAccessible => Bool
692              
693             Boolean value that indicates if the DB instance has a publicly
694             resolvable DNS name. Set to C<True> to make the DB instance
695             Internet-facing with a publicly resolvable DNS name, which resolves to
696             a public IP address. Set to C<False> to make the DB instance internal
697             with a DNS name that resolves to a private IP address.
698              
699             C<PubliclyAccessible> only applies to DB instances in a VPC. The DB
700             instance must be part of a public subnet and C<PubliclyAccessible> must
701             be true in order for it to be publicly accessible.
702              
703             Changes to the C<PubliclyAccessible> parameter are applied immediately
704             regardless of the value of the C<ApplyImmediately> parameter.
705              
706             Default: false
707              
708              
709              
710             =head2 StorageType => Str
711              
712             Specifies the storage type to be associated with the DB instance.
713              
714             Valid values: C<standard | gp2 | io1>
715              
716             If you specify C<io1>, you must also include a value for the C<Iops>
717             parameter.
718              
719             Default: C<io1> if the C<Iops> parameter is specified; otherwise
720             C<standard>
721              
722              
723              
724             =head2 TdeCredentialArn => Str
725              
726             The ARN from the Key Store with which to associate the instance for TDE
727             encryption.
728              
729              
730              
731             =head2 TdeCredentialPassword => Str
732              
733             The password for the given ARN from the Key Store in order to access
734             the device.
735              
736              
737              
738             =head2 VpcSecurityGroupIds => ArrayRef[Str|Undef]
739              
740             A list of EC2 VPC security groups to authorize on this DB instance.
741             This change is asynchronously applied as soon as possible.
742              
743             Constraints:
744              
745             =over
746              
747             =item *
748              
749             Must be 1 to 255 alphanumeric characters
750              
751             =item *
752              
753             First character must be a letter
754              
755             =item *
756              
757             Cannot end with a hyphen or contain two consecutive hyphens
758              
759             =back
760              
761              
762              
763              
764              
765             =head1 SEE ALSO
766              
767             This class forms part of L<Paws>, documenting arguments for method ModifyDBInstance in L<Paws::RDS>
768              
769             =head1 BUGS and CONTRIBUTIONS
770              
771             The source code is located here: https://github.com/pplu/aws-sdk-perl
772              
773             Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues
774              
775             =cut
776