@aws-sdk/client-rds 3.300.0 → 3.302.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.
Files changed (147) hide show
  1. package/dist-cjs/protocols/Aws_query.js +12 -0
  2. package/dist-es/protocols/Aws_query.js +12 -0
  3. package/dist-types/RDS.d.ts +16 -12
  4. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -1
  5. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +1 -1
  6. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
  7. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
  8. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
  9. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +1 -1
  10. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
  11. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  12. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -3
  13. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -3
  14. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +3 -3
  15. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -3
  16. package/dist-types/commands/CopyOptionGroupCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateDBClusterCommand.d.ts +14 -13
  20. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +4 -4
  21. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateDBInstanceCommand.d.ts +8 -8
  24. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +24 -15
  25. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateDBProxyCommand.d.ts +6 -6
  27. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +4 -4
  28. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -3
  29. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +3 -3
  30. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +4 -4
  31. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +5 -5
  32. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateOptionGroupCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteDBClusterCommand.d.ts +3 -1
  37. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  51. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +2 -2
  52. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +4 -4
  53. package/dist-types/commands/DescribeCertificatesCommand.d.ts +4 -4
  54. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +4 -4
  55. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +4 -4
  56. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +4 -4
  57. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +4 -4
  58. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -4
  60. package/dist-types/commands/DescribeDBClustersCommand.d.ts +4 -4
  61. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +4 -4
  62. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +4 -4
  63. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +4 -4
  64. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +4 -4
  65. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +4 -4
  66. package/dist-types/commands/DescribeDBParametersCommand.d.ts +4 -4
  67. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +4 -4
  68. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +4 -4
  69. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +4 -4
  70. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +4 -4
  71. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +4 -4
  72. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +4 -4
  74. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -4
  75. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -4
  76. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +4 -4
  77. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +4 -4
  78. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -4
  79. package/dist-types/commands/DescribeEventsCommand.d.ts +5 -5
  80. package/dist-types/commands/DescribeExportTasksCommand.d.ts +4 -4
  81. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +4 -4
  82. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +4 -4
  83. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +4 -4
  84. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -4
  85. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -4
  86. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +4 -4
  87. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +4 -4
  88. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +4 -4
  89. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
  90. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
  91. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
  92. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
  94. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -1
  95. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  96. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
  97. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +1 -1
  98. package/dist-types/commands/ModifyDBClusterCommand.d.ts +6 -6
  99. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -2
  100. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -4
  101. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -2
  102. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +7 -7
  103. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +4 -4
  104. package/dist-types/commands/ModifyDBProxyCommand.d.ts +4 -4
  105. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +2 -2
  106. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +3 -3
  107. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +2 -2
  108. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
  109. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -2
  110. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -2
  111. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  112. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +8 -8
  113. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
  114. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -1
  115. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +3 -3
  116. package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -1
  117. package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -1
  118. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -2
  119. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  120. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +1 -1
  121. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
  122. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
  123. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
  124. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +4 -4
  125. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +4 -4
  126. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +7 -7
  127. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +8 -8
  128. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +7 -7
  129. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +7 -7
  130. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +8 -8
  131. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +7 -7
  132. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
  133. package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
  134. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
  135. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
  136. package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
  137. package/dist-types/commands/StartExportTaskCommand.d.ts +2 -2
  138. package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
  139. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
  140. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
  141. package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
  142. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +1 -1
  143. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +1 -1
  144. package/dist-types/models/models_0.d.ts +61 -32
  145. package/dist-types/models/models_1.d.ts +18 -6
  146. package/dist-types/ts3.4/models/models_0.d.ts +3 -1
  147. package/package.json +3 -3
@@ -50,7 +50,7 @@ export interface ModifyCertificatesCommandOutput extends ModifyCertificatesResul
50
50
  * import { RDSClient, ModifyCertificatesCommand } from "@aws-sdk/client-rds"; // ES Modules import
51
51
  * // const { RDSClient, ModifyCertificatesCommand } = require("@aws-sdk/client-rds"); // CommonJS import
52
52
  * const client = new RDSClient(config);
53
- * const input = {
53
+ * const input = { // ModifyCertificatesMessage
54
54
  * CertificateIdentifier: "STRING_VALUE",
55
55
  * RemoveCustomerOverride: true || false,
56
56
  * };
@@ -43,7 +43,7 @@ export interface ModifyCurrentDBClusterCapacityCommandOutput extends DBClusterCa
43
43
  * import { RDSClient, ModifyCurrentDBClusterCapacityCommand } from "@aws-sdk/client-rds"; // ES Modules import
44
44
  * // const { RDSClient, ModifyCurrentDBClusterCapacityCommand } = require("@aws-sdk/client-rds"); // CommonJS import
45
45
  * const client = new RDSClient(config);
46
- * const input = {
46
+ * const input = { // ModifyCurrentDBClusterCapacityMessage
47
47
  * DBClusterIdentifier: "STRING_VALUE", // required
48
48
  * Capacity: Number("int"),
49
49
  * SecondsBeforeTimeout: Number("int"),
@@ -37,7 +37,7 @@ export interface ModifyCustomDBEngineVersionCommandOutput extends DBEngineVersio
37
37
  * import { RDSClient, ModifyCustomDBEngineVersionCommand } from "@aws-sdk/client-rds"; // ES Modules import
38
38
  * // const { RDSClient, ModifyCustomDBEngineVersionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
39
39
  * const client = new RDSClient(config);
40
- * const input = {
40
+ * const input = { // ModifyCustomDBEngineVersionMessage
41
41
  * Engine: "STRING_VALUE", // required
42
42
  * EngineVersion: "STRING_VALUE", // required
43
43
  * Description: "STRING_VALUE",
@@ -34,13 +34,13 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
34
34
  * import { RDSClient, ModifyDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
35
35
  * // const { RDSClient, ModifyDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
36
36
  * const client = new RDSClient(config);
37
- * const input = {
37
+ * const input = { // ModifyDBClusterMessage
38
38
  * DBClusterIdentifier: "STRING_VALUE", // required
39
39
  * NewDBClusterIdentifier: "STRING_VALUE",
40
40
  * ApplyImmediately: true || false,
41
41
  * BackupRetentionPeriod: Number("int"),
42
42
  * DBClusterParameterGroupName: "STRING_VALUE",
43
- * VpcSecurityGroupIds: [
43
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * Port: Number("int"),
@@ -50,8 +50,8 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
50
50
  * PreferredMaintenanceWindow: "STRING_VALUE",
51
51
  * EnableIAMDatabaseAuthentication: true || false,
52
52
  * BacktrackWindow: Number("long"),
53
- * CloudwatchLogsExportConfiguration: {
54
- * EnableLogTypes: [
53
+ * CloudwatchLogsExportConfiguration: { // CloudwatchLogsExportConfiguration
54
+ * EnableLogTypes: [ // LogTypeList
55
55
  * "STRING_VALUE",
56
56
  * ],
57
57
  * DisableLogTypes: [
@@ -63,7 +63,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
63
63
  * DBInstanceParameterGroupName: "STRING_VALUE",
64
64
  * Domain: "STRING_VALUE",
65
65
  * DomainIAMRoleName: "STRING_VALUE",
66
- * ScalingConfiguration: {
66
+ * ScalingConfiguration: { // ScalingConfiguration
67
67
  * MinCapacity: Number("int"),
68
68
  * MaxCapacity: Number("int"),
69
69
  * AutoPause: true || false,
@@ -85,7 +85,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
85
85
  * EnablePerformanceInsights: true || false,
86
86
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
87
87
  * PerformanceInsightsRetentionPeriod: Number("int"),
88
- * ServerlessV2ScalingConfiguration: {
88
+ * ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
89
89
  * MinCapacity: Number("double"),
90
90
  * MaxCapacity: Number("double"),
91
91
  * },
@@ -30,10 +30,10 @@ export interface ModifyDBClusterEndpointCommandOutput extends DBClusterEndpoint,
30
30
  * import { RDSClient, ModifyDBClusterEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import
31
31
  * // const { RDSClient, ModifyDBClusterEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import
32
32
  * const client = new RDSClient(config);
33
- * const input = {
33
+ * const input = { // ModifyDBClusterEndpointMessage
34
34
  * DBClusterEndpointIdentifier: "STRING_VALUE", // required
35
35
  * EndpointType: "STRING_VALUE",
36
- * StaticMembers: [
36
+ * StaticMembers: [ // StringList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * ExcludedMembers: [
@@ -51,10 +51,10 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
51
51
  * import { RDSClient, ModifyDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
52
52
  * // const { RDSClient, ModifyDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
53
53
  * const client = new RDSClient(config);
54
- * const input = {
54
+ * const input = { // ModifyDBClusterParameterGroupMessage
55
55
  * DBClusterParameterGroupName: "STRING_VALUE", // required
56
- * Parameters: [ // required
57
- * {
56
+ * Parameters: [ // ParametersList // required
57
+ * { // Parameter
58
58
  * ParameterName: "STRING_VALUE",
59
59
  * ParameterValue: "STRING_VALUE",
60
60
  * Description: "STRING_VALUE",
@@ -65,7 +65,7 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
65
65
  * IsModifiable: true || false,
66
66
  * MinimumEngineVersion: "STRING_VALUE",
67
67
  * ApplyMethod: "immediate" || "pending-reboot",
68
- * SupportedEngineModes: [
68
+ * SupportedEngineModes: [ // EngineModeList
69
69
  * "STRING_VALUE",
70
70
  * ],
71
71
  * },
@@ -44,10 +44,10 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBC
44
44
  * import { RDSClient, ModifyDBClusterSnapshotAttributeCommand } from "@aws-sdk/client-rds"; // ES Modules import
45
45
  * // const { RDSClient, ModifyDBClusterSnapshotAttributeCommand } = require("@aws-sdk/client-rds"); // CommonJS import
46
46
  * const client = new RDSClient(config);
47
- * const input = {
47
+ * const input = { // ModifyDBClusterSnapshotAttributeMessage
48
48
  * DBClusterSnapshotIdentifier: "STRING_VALUE", // required
49
49
  * AttributeName: "STRING_VALUE", // required
50
- * ValuesToAdd: [
50
+ * ValuesToAdd: [ // AttributeValueList
51
51
  * "STRING_VALUE",
52
52
  * ],
53
53
  * ValuesToRemove: [
@@ -30,15 +30,15 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
30
30
  * import { RDSClient, ModifyDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
31
31
  * // const { RDSClient, ModifyDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
32
32
  * const client = new RDSClient(config);
33
- * const input = {
33
+ * const input = { // ModifyDBInstanceMessage
34
34
  * DBInstanceIdentifier: "STRING_VALUE", // required
35
35
  * AllocatedStorage: Number("int"),
36
36
  * DBInstanceClass: "STRING_VALUE",
37
37
  * DBSubnetGroupName: "STRING_VALUE",
38
- * DBSecurityGroups: [
38
+ * DBSecurityGroups: [ // DBSecurityGroupNameList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
- * VpcSecurityGroupIds: [
41
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
42
42
  * "STRING_VALUE",
43
43
  * ],
44
44
  * ApplyImmediately: true || false,
@@ -71,16 +71,16 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
71
71
  * EnablePerformanceInsights: true || false,
72
72
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
73
73
  * PerformanceInsightsRetentionPeriod: Number("int"),
74
- * CloudwatchLogsExportConfiguration: {
75
- * EnableLogTypes: [
74
+ * CloudwatchLogsExportConfiguration: { // CloudwatchLogsExportConfiguration
75
+ * EnableLogTypes: [ // LogTypeList
76
76
  * "STRING_VALUE",
77
77
  * ],
78
78
  * DisableLogTypes: [
79
79
  * "STRING_VALUE",
80
80
  * ],
81
81
  * },
82
- * ProcessorFeatures: [
83
- * {
82
+ * ProcessorFeatures: [ // ProcessorFeatureList
83
+ * { // ProcessorFeature
84
84
  * Name: "STRING_VALUE",
85
85
  * Value: "STRING_VALUE",
86
86
  * },
@@ -39,10 +39,10 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam
39
39
  * import { RDSClient, ModifyDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
40
40
  * // const { RDSClient, ModifyDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
41
41
  * const client = new RDSClient(config);
42
- * const input = {
42
+ * const input = { // ModifyDBParameterGroupMessage
43
43
  * DBParameterGroupName: "STRING_VALUE", // required
44
- * Parameters: [ // required
45
- * {
44
+ * Parameters: [ // ParametersList // required
45
+ * { // Parameter
46
46
  * ParameterName: "STRING_VALUE",
47
47
  * ParameterValue: "STRING_VALUE",
48
48
  * Description: "STRING_VALUE",
@@ -53,7 +53,7 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam
53
53
  * IsModifiable: true || false,
54
54
  * MinimumEngineVersion: "STRING_VALUE",
55
55
  * ApplyMethod: "immediate" || "pending-reboot",
56
- * SupportedEngineModes: [
56
+ * SupportedEngineModes: [ // EngineModeList
57
57
  * "STRING_VALUE",
58
58
  * ],
59
59
  * },
@@ -26,11 +26,11 @@ export interface ModifyDBProxyCommandOutput extends ModifyDBProxyResponse, __Met
26
26
  * import { RDSClient, ModifyDBProxyCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, ModifyDBProxyCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
- * const input = {
29
+ * const input = { // ModifyDBProxyRequest
30
30
  * DBProxyName: "STRING_VALUE", // required
31
31
  * NewDBProxyName: "STRING_VALUE",
32
- * Auth: [
33
- * {
32
+ * Auth: [ // UserAuthConfigList
33
+ * { // UserAuthConfig
34
34
  * Description: "STRING_VALUE",
35
35
  * UserName: "STRING_VALUE",
36
36
  * AuthScheme: "SECRETS",
@@ -43,7 +43,7 @@ export interface ModifyDBProxyCommandOutput extends ModifyDBProxyResponse, __Met
43
43
  * IdleClientTimeout: Number("int"),
44
44
  * DebugLogging: true || false,
45
45
  * RoleArn: "STRING_VALUE",
46
- * SecurityGroups: [
46
+ * SecurityGroups: [ // StringList
47
47
  * "STRING_VALUE",
48
48
  * ],
49
49
  * };
@@ -26,10 +26,10 @@ export interface ModifyDBProxyEndpointCommandOutput extends ModifyDBProxyEndpoin
26
26
  * import { RDSClient, ModifyDBProxyEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, ModifyDBProxyEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
- * const input = {
29
+ * const input = { // ModifyDBProxyEndpointRequest
30
30
  * DBProxyEndpointName: "STRING_VALUE", // required
31
31
  * NewDBProxyEndpointName: "STRING_VALUE",
32
- * VpcSecurityGroupIds: [
32
+ * VpcSecurityGroupIds: [ // StringList
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * };
@@ -26,14 +26,14 @@ export interface ModifyDBProxyTargetGroupCommandOutput extends ModifyDBProxyTarg
26
26
  * import { RDSClient, ModifyDBProxyTargetGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, ModifyDBProxyTargetGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
- * const input = {
29
+ * const input = { // ModifyDBProxyTargetGroupRequest
30
30
  * TargetGroupName: "STRING_VALUE", // required
31
31
  * DBProxyName: "STRING_VALUE", // required
32
- * ConnectionPoolConfig: {
32
+ * ConnectionPoolConfig: { // ConnectionPoolConfiguration
33
33
  * MaxConnectionsPercent: Number("int"),
34
34
  * MaxIdleConnectionsPercent: Number("int"),
35
35
  * ConnectionBorrowTimeout: Number("int"),
36
- * SessionPinningFilters: [
36
+ * SessionPinningFilters: [ // StringList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * InitQuery: "STRING_VALUE",
@@ -42,10 +42,10 @@ export interface ModifyDBSnapshotAttributeCommandOutput extends ModifyDBSnapshot
42
42
  * import { RDSClient, ModifyDBSnapshotAttributeCommand } from "@aws-sdk/client-rds"; // ES Modules import
43
43
  * // const { RDSClient, ModifyDBSnapshotAttributeCommand } = require("@aws-sdk/client-rds"); // CommonJS import
44
44
  * const client = new RDSClient(config);
45
- * const input = {
45
+ * const input = { // ModifyDBSnapshotAttributeMessage
46
46
  * DBSnapshotIdentifier: "STRING_VALUE", // required
47
47
  * AttributeName: "STRING_VALUE", // required
48
- * ValuesToAdd: [
48
+ * ValuesToAdd: [ // AttributeValueList
49
49
  * "STRING_VALUE",
50
50
  * ],
51
51
  * ValuesToRemove: [
@@ -31,7 +31,7 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _
31
31
  * import { RDSClient, ModifyDBSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import
32
32
  * // const { RDSClient, ModifyDBSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import
33
33
  * const client = new RDSClient(config);
34
- * const input = {
34
+ * const input = { // ModifyDBSnapshotMessage
35
35
  * DBSnapshotIdentifier: "STRING_VALUE", // required
36
36
  * EngineVersion: "STRING_VALUE",
37
37
  * OptionGroupName: "STRING_VALUE",
@@ -26,10 +26,10 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes
26
26
  * import { RDSClient, ModifyDBSubnetGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, ModifyDBSubnetGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
- * const input = {
29
+ * const input = { // ModifyDBSubnetGroupMessage
30
30
  * DBSubnetGroupName: "STRING_VALUE", // required
31
31
  * DBSubnetGroupDescription: "STRING_VALUE",
32
- * SubnetIds: [ // required
32
+ * SubnetIds: [ // SubnetIdentifierList // required
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * };
@@ -30,11 +30,11 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
30
30
  * import { RDSClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-rds"; // ES Modules import
31
31
  * // const { RDSClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
32
32
  * const client = new RDSClient(config);
33
- * const input = {
33
+ * const input = { // ModifyEventSubscriptionMessage
34
34
  * SubscriptionName: "STRING_VALUE", // required
35
35
  * SnsTopicArn: "STRING_VALUE",
36
36
  * SourceType: "STRING_VALUE",
37
- * EventCategories: [
37
+ * EventCategories: [ // EventCategoriesList
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * Enabled: true || false,
@@ -32,7 +32,7 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
32
32
  * import { RDSClient, ModifyGlobalClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
33
33
  * // const { RDSClient, ModifyGlobalClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
34
34
  * const client = new RDSClient(config);
35
- * const input = {
35
+ * const input = { // ModifyGlobalClusterMessage
36
36
  * GlobalClusterIdentifier: "STRING_VALUE",
37
37
  * NewGlobalClusterIdentifier: "STRING_VALUE",
38
38
  * DeletionProtection: true || false,
@@ -26,21 +26,21 @@ export interface ModifyOptionGroupCommandOutput extends ModifyOptionGroupResult,
26
26
  * import { RDSClient, ModifyOptionGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, ModifyOptionGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
- * const input = {
29
+ * const input = { // ModifyOptionGroupMessage
30
30
  * OptionGroupName: "STRING_VALUE", // required
31
- * OptionsToInclude: [
32
- * {
31
+ * OptionsToInclude: [ // OptionConfigurationList
32
+ * { // OptionConfiguration
33
33
  * OptionName: "STRING_VALUE", // required
34
34
  * Port: Number("int"),
35
35
  * OptionVersion: "STRING_VALUE",
36
- * DBSecurityGroupMemberships: [
36
+ * DBSecurityGroupMemberships: [ // DBSecurityGroupNameList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * VpcSecurityGroupMemberships: [
39
+ * VpcSecurityGroupMemberships: [ // VpcSecurityGroupIdList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
- * OptionSettings: [
43
- * {
42
+ * OptionSettings: [ // OptionSettingsList
43
+ * { // OptionSetting
44
44
  * Name: "STRING_VALUE",
45
45
  * Value: "STRING_VALUE",
46
46
  * DefaultValue: "STRING_VALUE",
@@ -54,7 +54,7 @@ export interface ModifyOptionGroupCommandOutput extends ModifyOptionGroupResult,
54
54
  * ],
55
55
  * },
56
56
  * ],
57
- * OptionsToRemove: [
57
+ * OptionsToRemove: [ // OptionNamesList
58
58
  * "STRING_VALUE",
59
59
  * ],
60
60
  * ApplyImmediately: true || false,
@@ -43,7 +43,7 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
43
43
  * import { RDSClient, PromoteReadReplicaCommand } from "@aws-sdk/client-rds"; // ES Modules import
44
44
  * // const { RDSClient, PromoteReadReplicaCommand } = require("@aws-sdk/client-rds"); // CommonJS import
45
45
  * const client = new RDSClient(config);
46
- * const input = {
46
+ * const input = { // PromoteReadReplicaMessage
47
47
  * DBInstanceIdentifier: "STRING_VALUE", // required
48
48
  * BackupRetentionPeriod: Number("int"),
49
49
  * PreferredBackupWindow: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
26
26
  * import { RDSClient, PromoteReadReplicaDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, PromoteReadReplicaDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
- * const input = {
29
+ * const input = { // PromoteReadReplicaDBClusterMessage
30
30
  * DBClusterIdentifier: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new PromoteReadReplicaDBClusterCommand(input);
@@ -26,12 +26,12 @@ export interface PurchaseReservedDBInstancesOfferingCommandOutput extends Purcha
26
26
  * import { RDSClient, PurchaseReservedDBInstancesOfferingCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, PurchaseReservedDBInstancesOfferingCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
- * const input = {
29
+ * const input = { // PurchaseReservedDBInstancesOfferingMessage
30
30
  * ReservedDBInstancesOfferingId: "STRING_VALUE", // required
31
31
  * ReservedDBInstanceId: "STRING_VALUE",
32
32
  * DBInstanceCount: Number("int"),
33
- * Tags: [
34
- * {
33
+ * Tags: [ // TagList
34
+ * { // Tag
35
35
  * Key: "STRING_VALUE",
36
36
  * Value: "STRING_VALUE",
37
37
  * },
@@ -36,7 +36,7 @@ export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __M
36
36
  * import { RDSClient, RebootDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
37
37
  * // const { RDSClient, RebootDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
38
38
  * const client = new RDSClient(config);
39
- * const input = {
39
+ * const input = { // RebootDBClusterMessage
40
40
  * DBClusterIdentifier: "STRING_VALUE", // required
41
41
  * };
42
42
  * const command = new RebootDBClusterCommand(input);
@@ -35,7 +35,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
35
35
  * import { RDSClient, RebootDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
36
36
  * // const { RDSClient, RebootDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
37
37
  * const client = new RDSClient(config);
38
- * const input = {
38
+ * const input = { // RebootDBInstanceMessage
39
39
  * DBInstanceIdentifier: "STRING_VALUE", // required
40
40
  * ForceFailover: true || false,
41
41
  * };
@@ -26,10 +26,10 @@ export interface RegisterDBProxyTargetsCommandOutput extends RegisterDBProxyTarg
26
26
  * import { RDSClient, RegisterDBProxyTargetsCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, RegisterDBProxyTargetsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
- * const input = {
29
+ * const input = { // RegisterDBProxyTargetsRequest
30
30
  * DBProxyName: "STRING_VALUE", // required
31
31
  * TargetGroupName: "STRING_VALUE",
32
- * DBInstanceIdentifiers: [
32
+ * DBInstanceIdentifiers: [ // StringList
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * DBClusterIdentifiers: [
@@ -31,7 +31,7 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
31
31
  * import { RDSClient, RemoveFromGlobalClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
32
32
  * // const { RDSClient, RemoveFromGlobalClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
33
33
  * const client = new RDSClient(config);
34
- * const input = {
34
+ * const input = { // RemoveFromGlobalClusterMessage
35
35
  * GlobalClusterIdentifier: "STRING_VALUE",
36
36
  * DbClusterIdentifier: "STRING_VALUE",
37
37
  * };
@@ -34,7 +34,7 @@ export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
34
34
  * import { RDSClient, RemoveRoleFromDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
35
35
  * // const { RDSClient, RemoveRoleFromDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
36
36
  * const client = new RDSClient(config);
37
- * const input = {
37
+ * const input = { // RemoveRoleFromDBClusterMessage
38
38
  * DBClusterIdentifier: "STRING_VALUE", // required
39
39
  * RoleArn: "STRING_VALUE", // required
40
40
  * FeatureName: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface RemoveRoleFromDBInstanceCommandOutput extends __MetadataBearer
26
26
  * import { RDSClient, RemoveRoleFromDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, RemoveRoleFromDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
- * const input = {
29
+ * const input = { // RemoveRoleFromDBInstanceMessage
30
30
  * DBInstanceIdentifier: "STRING_VALUE", // required
31
31
  * RoleArn: "STRING_VALUE", // required
32
32
  * FeatureName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
26
26
  * import { RDSClient, RemoveSourceIdentifierFromSubscriptionCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, RemoveSourceIdentifierFromSubscriptionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
- * const input = {
29
+ * const input = { // RemoveSourceIdentifierFromSubscriptionMessage
30
30
  * SubscriptionName: "STRING_VALUE", // required
31
31
  * SourceIdentifier: "STRING_VALUE", // required
32
32
  * };
@@ -30,9 +30,9 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
30
30
  * import { RDSClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-rds"; // ES Modules import
31
31
  * // const { RDSClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
32
32
  * const client = new RDSClient(config);
33
- * const input = {
33
+ * const input = { // RemoveTagsFromResourceMessage
34
34
  * ResourceName: "STRING_VALUE", // required
35
- * TagKeys: [ // required
35
+ * TagKeys: [ // KeyList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * };
@@ -41,11 +41,11 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
41
41
  * import { RDSClient, ResetDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
42
42
  * // const { RDSClient, ResetDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
43
43
  * const client = new RDSClient(config);
44
- * const input = {
44
+ * const input = { // ResetDBClusterParameterGroupMessage
45
45
  * DBClusterParameterGroupName: "STRING_VALUE", // required
46
46
  * ResetAllParameters: true || false,
47
- * Parameters: [
48
- * {
47
+ * Parameters: [ // ParametersList
48
+ * { // Parameter
49
49
  * ParameterName: "STRING_VALUE",
50
50
  * ParameterValue: "STRING_VALUE",
51
51
  * Description: "STRING_VALUE",
@@ -56,7 +56,7 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
56
56
  * IsModifiable: true || false,
57
57
  * MinimumEngineVersion: "STRING_VALUE",
58
58
  * ApplyMethod: "immediate" || "pending-reboot",
59
- * SupportedEngineModes: [
59
+ * SupportedEngineModes: [ // EngineModeList
60
60
  * "STRING_VALUE",
61
61
  * ],
62
62
  * },
@@ -33,11 +33,11 @@ export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupName
33
33
  * import { RDSClient, ResetDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
34
34
  * // const { RDSClient, ResetDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
35
35
  * const client = new RDSClient(config);
36
- * const input = {
36
+ * const input = { // ResetDBParameterGroupMessage
37
37
  * DBParameterGroupName: "STRING_VALUE", // required
38
38
  * ResetAllParameters: true || false,
39
- * Parameters: [
40
- * {
39
+ * Parameters: [ // ParametersList
40
+ * { // Parameter
41
41
  * ParameterName: "STRING_VALUE",
42
42
  * ParameterValue: "STRING_VALUE",
43
43
  * Description: "STRING_VALUE",
@@ -48,7 +48,7 @@ export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupName
48
48
  * IsModifiable: true || false,
49
49
  * MinimumEngineVersion: "STRING_VALUE",
50
50
  * ApplyMethod: "immediate" || "pending-reboot",
51
- * SupportedEngineModes: [
51
+ * SupportedEngineModes: [ // EngineModeList
52
52
  * "STRING_VALUE",
53
53
  * ],
54
54
  * },
@@ -43,8 +43,8 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
43
43
  * import { RDSClient, RestoreDBClusterFromS3Command } from "@aws-sdk/client-rds"; // ES Modules import
44
44
  * // const { RDSClient, RestoreDBClusterFromS3Command } = require("@aws-sdk/client-rds"); // CommonJS import
45
45
  * const client = new RDSClient(config);
46
- * const input = {
47
- * AvailabilityZones: [
46
+ * const input = { // RestoreDBClusterFromS3Message
47
+ * AvailabilityZones: [ // AvailabilityZones
48
48
  * "STRING_VALUE",
49
49
  * ],
50
50
  * BackupRetentionPeriod: Number("int"),
@@ -52,7 +52,7 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
52
52
  * DatabaseName: "STRING_VALUE",
53
53
  * DBClusterIdentifier: "STRING_VALUE", // required
54
54
  * DBClusterParameterGroupName: "STRING_VALUE",
55
- * VpcSecurityGroupIds: [
55
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
56
56
  * "STRING_VALUE",
57
57
  * ],
58
58
  * DBSubnetGroupName: "STRING_VALUE",
@@ -64,8 +64,8 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
64
64
  * OptionGroupName: "STRING_VALUE",
65
65
  * PreferredBackupWindow: "STRING_VALUE",
66
66
  * PreferredMaintenanceWindow: "STRING_VALUE",
67
- * Tags: [
68
- * {
67
+ * Tags: [ // TagList
68
+ * { // Tag
69
69
  * Key: "STRING_VALUE",
70
70
  * Value: "STRING_VALUE",
71
71
  * },
@@ -79,14 +79,14 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
79
79
  * S3Prefix: "STRING_VALUE",
80
80
  * S3IngestionRoleArn: "STRING_VALUE", // required
81
81
  * BacktrackWindow: Number("long"),
82
- * EnableCloudwatchLogsExports: [
82
+ * EnableCloudwatchLogsExports: [ // LogTypeList
83
83
  * "STRING_VALUE",
84
84
  * ],
85
85
  * DeletionProtection: true || false,
86
86
  * CopyTagsToSnapshot: true || false,
87
87
  * Domain: "STRING_VALUE",
88
88
  * DomainIAMRoleName: "STRING_VALUE",
89
- * ServerlessV2ScalingConfiguration: {
89
+ * ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
90
90
  * MinCapacity: Number("double"),
91
91
  * MaxCapacity: Number("double"),
92
92
  * },
@@ -44,8 +44,8 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
44
44
  * import { RDSClient, RestoreDBClusterFromSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import
45
45
  * // const { RDSClient, RestoreDBClusterFromSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import
46
46
  * const client = new RDSClient(config);
47
- * const input = {
48
- * AvailabilityZones: [
47
+ * const input = { // RestoreDBClusterFromSnapshotMessage
48
+ * AvailabilityZones: [ // AvailabilityZones
49
49
  * "STRING_VALUE",
50
50
  * ],
51
51
  * DBClusterIdentifier: "STRING_VALUE", // required
@@ -56,11 +56,11 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
56
56
  * DBSubnetGroupName: "STRING_VALUE",
57
57
  * DatabaseName: "STRING_VALUE",
58
58
  * OptionGroupName: "STRING_VALUE",
59
- * VpcSecurityGroupIds: [
59
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
60
60
  * "STRING_VALUE",
61
61
  * ],
62
- * Tags: [
63
- * {
62
+ * Tags: [ // TagList
63
+ * { // Tag
64
64
  * Key: "STRING_VALUE",
65
65
  * Value: "STRING_VALUE",
66
66
  * },
@@ -68,11 +68,11 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
68
68
  * KmsKeyId: "STRING_VALUE",
69
69
  * EnableIAMDatabaseAuthentication: true || false,
70
70
  * BacktrackWindow: Number("long"),
71
- * EnableCloudwatchLogsExports: [
71
+ * EnableCloudwatchLogsExports: [ // LogTypeList
72
72
  * "STRING_VALUE",
73
73
  * ],
74
74
  * EngineMode: "STRING_VALUE",
75
- * ScalingConfiguration: {
75
+ * ScalingConfiguration: { // ScalingConfiguration
76
76
  * MinCapacity: Number("int"),
77
77
  * MaxCapacity: Number("int"),
78
78
  * AutoPause: true || false,
@@ -89,7 +89,7 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
89
89
  * StorageType: "STRING_VALUE",
90
90
  * Iops: Number("int"),
91
91
  * PubliclyAccessible: true || false,
92
- * ServerlessV2ScalingConfiguration: {
92
+ * ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
93
93
  * MinCapacity: Number("double"),
94
94
  * MaxCapacity: Number("double"),
95
95
  * },