@aws-sdk/client-rds 3.321.1 → 3.326.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 (142) hide show
  1. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +4 -0
  2. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +4 -0
  3. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +21 -0
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
  5. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +18 -0
  6. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +26 -0
  7. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +11 -0
  8. package/dist-types/commands/CancelExportTaskCommand.d.ts +23 -0
  9. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
  10. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +37 -0
  11. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -0
  12. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +50 -0
  13. package/dist-types/commands/CopyOptionGroupCommand.d.ts +52 -0
  14. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +34 -0
  15. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +83 -0
  16. package/dist-types/commands/CreateDBClusterCommand.d.ts +151 -127
  17. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +19 -0
  18. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -0
  19. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +37 -0
  20. package/dist-types/commands/CreateDBInstanceCommand.d.ts +216 -0
  21. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +216 -0
  22. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -0
  23. package/dist-types/commands/CreateDBProxyCommand.d.ts +35 -0
  24. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +22 -0
  25. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +26 -0
  26. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +50 -0
  27. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +27 -0
  28. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +21 -0
  29. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +31 -0
  30. package/dist-types/commands/CreateOptionGroupCommand.d.ts +52 -0
  31. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +34 -0
  32. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +83 -0
  33. package/dist-types/commands/DeleteDBClusterCommand.d.ts +151 -0
  34. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +19 -0
  35. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -0
  36. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +37 -0
  37. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +42 -0
  38. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +216 -0
  39. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteDBProxyCommand.d.ts +35 -0
  41. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +22 -0
  42. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +50 -0
  44. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +21 -0
  46. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +31 -0
  47. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +4 -0
  48. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +4 -0
  49. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +12 -0
  50. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +37 -0
  51. package/dist-types/commands/DescribeCertificatesCommand.d.ts +18 -0
  52. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +16 -0
  53. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +24 -0
  54. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +14 -0
  55. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +23 -0
  56. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +40 -0
  58. package/dist-types/commands/DescribeDBClustersCommand.d.ts +154 -0
  59. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +88 -0
  60. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +45 -0
  61. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +219 -0
  62. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +13 -0
  63. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +14 -0
  64. package/dist-types/commands/DescribeDBParametersCommand.d.ts +23 -0
  65. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +38 -0
  66. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +25 -0
  67. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +26 -0
  68. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +22 -0
  69. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +29 -0
  70. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +53 -0
  72. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +30 -0
  73. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +26 -0
  74. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +26 -0
  75. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +13 -0
  76. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +24 -0
  77. package/dist-types/commands/DescribeEventsCommand.d.ts +18 -0
  78. package/dist-types/commands/DescribeExportTasksCommand.d.ts +28 -0
  79. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +34 -0
  80. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +52 -0
  81. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +55 -0
  82. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +61 -0
  83. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +21 -0
  84. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +31 -0
  85. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +25 -0
  86. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +14 -0
  87. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +53 -0
  88. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +8 -0
  89. package/dist-types/commands/FailoverDBClusterCommand.d.ts +151 -0
  90. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +31 -0
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  92. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +11 -0
  93. package/dist-types/commands/ModifyCertificatesCommand.d.ts +15 -0
  94. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +10 -0
  95. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +83 -0
  96. package/dist-types/commands/ModifyDBClusterCommand.d.ts +151 -0
  97. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +19 -0
  98. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -0
  99. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +16 -0
  100. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +216 -49
  101. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +6 -0
  102. package/dist-types/commands/ModifyDBProxyCommand.d.ts +35 -0
  103. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +22 -0
  104. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +23 -0
  105. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +16 -0
  106. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +50 -0
  107. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +27 -0
  108. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +21 -0
  109. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +31 -0
  110. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +52 -0
  111. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +216 -0
  112. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +151 -0
  113. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +28 -0
  114. package/dist-types/commands/RebootDBClusterCommand.d.ts +151 -0
  115. package/dist-types/commands/RebootDBInstanceCommand.d.ts +216 -0
  116. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +21 -0
  117. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +31 -0
  118. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +4 -0
  119. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +4 -0
  120. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +21 -0
  121. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  122. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -0
  123. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -0
  124. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +151 -0
  125. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +151 -0
  126. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +151 -0
  127. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +216 -0
  128. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +216 -0
  129. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +216 -0
  130. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +26 -0
  131. package/dist-types/commands/StartActivityStreamCommand.d.ts +11 -0
  132. package/dist-types/commands/StartDBClusterCommand.d.ts +151 -0
  133. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +42 -0
  134. package/dist-types/commands/StartDBInstanceCommand.d.ts +216 -0
  135. package/dist-types/commands/StartExportTaskCommand.d.ts +23 -0
  136. package/dist-types/commands/StopActivityStreamCommand.d.ts +8 -0
  137. package/dist-types/commands/StopDBClusterCommand.d.ts +151 -0
  138. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +42 -0
  139. package/dist-types/commands/StopDBInstanceCommand.d.ts +216 -0
  140. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +34 -0
  141. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +216 -0
  142. package/package.json +17 -17
@@ -31,6 +31,155 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
31
31
  * };
32
32
  * const command = new PromoteReadReplicaDBClusterCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // PromoteReadReplicaDBClusterResult
35
+ * // DBCluster: { // DBCluster
36
+ * // AllocatedStorage: Number("int"),
37
+ * // AvailabilityZones: [ // AvailabilityZones
38
+ * // "STRING_VALUE",
39
+ * // ],
40
+ * // BackupRetentionPeriod: Number("int"),
41
+ * // CharacterSetName: "STRING_VALUE",
42
+ * // DatabaseName: "STRING_VALUE",
43
+ * // DBClusterIdentifier: "STRING_VALUE",
44
+ * // DBClusterParameterGroup: "STRING_VALUE",
45
+ * // DBSubnetGroup: "STRING_VALUE",
46
+ * // Status: "STRING_VALUE",
47
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
48
+ * // PercentProgress: "STRING_VALUE",
49
+ * // EarliestRestorableTime: new Date("TIMESTAMP"),
50
+ * // Endpoint: "STRING_VALUE",
51
+ * // ReaderEndpoint: "STRING_VALUE",
52
+ * // CustomEndpoints: [ // StringList
53
+ * // "STRING_VALUE",
54
+ * // ],
55
+ * // MultiAZ: true || false,
56
+ * // Engine: "STRING_VALUE",
57
+ * // EngineVersion: "STRING_VALUE",
58
+ * // LatestRestorableTime: new Date("TIMESTAMP"),
59
+ * // Port: Number("int"),
60
+ * // MasterUsername: "STRING_VALUE",
61
+ * // DBClusterOptionGroupMemberships: [ // DBClusterOptionGroupMemberships
62
+ * // { // DBClusterOptionGroupStatus
63
+ * // DBClusterOptionGroupName: "STRING_VALUE",
64
+ * // Status: "STRING_VALUE",
65
+ * // },
66
+ * // ],
67
+ * // PreferredBackupWindow: "STRING_VALUE",
68
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
69
+ * // ReplicationSourceIdentifier: "STRING_VALUE",
70
+ * // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
71
+ * // "STRING_VALUE",
72
+ * // ],
73
+ * // DBClusterMembers: [ // DBClusterMemberList
74
+ * // { // DBClusterMember
75
+ * // DBInstanceIdentifier: "STRING_VALUE",
76
+ * // IsClusterWriter: true || false,
77
+ * // DBClusterParameterGroupStatus: "STRING_VALUE",
78
+ * // PromotionTier: Number("int"),
79
+ * // },
80
+ * // ],
81
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
82
+ * // { // VpcSecurityGroupMembership
83
+ * // VpcSecurityGroupId: "STRING_VALUE",
84
+ * // Status: "STRING_VALUE",
85
+ * // },
86
+ * // ],
87
+ * // HostedZoneId: "STRING_VALUE",
88
+ * // StorageEncrypted: true || false,
89
+ * // KmsKeyId: "STRING_VALUE",
90
+ * // DbClusterResourceId: "STRING_VALUE",
91
+ * // DBClusterArn: "STRING_VALUE",
92
+ * // AssociatedRoles: [ // DBClusterRoles
93
+ * // { // DBClusterRole
94
+ * // RoleArn: "STRING_VALUE",
95
+ * // Status: "STRING_VALUE",
96
+ * // FeatureName: "STRING_VALUE",
97
+ * // },
98
+ * // ],
99
+ * // IAMDatabaseAuthenticationEnabled: true || false,
100
+ * // CloneGroupId: "STRING_VALUE",
101
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
102
+ * // EarliestBacktrackTime: new Date("TIMESTAMP"),
103
+ * // BacktrackWindow: Number("long"),
104
+ * // BacktrackConsumedChangeRecords: Number("long"),
105
+ * // EnabledCloudwatchLogsExports: [ // LogTypeList
106
+ * // "STRING_VALUE",
107
+ * // ],
108
+ * // Capacity: Number("int"),
109
+ * // EngineMode: "STRING_VALUE",
110
+ * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
111
+ * // MinCapacity: Number("int"),
112
+ * // MaxCapacity: Number("int"),
113
+ * // AutoPause: true || false,
114
+ * // SecondsUntilAutoPause: Number("int"),
115
+ * // TimeoutAction: "STRING_VALUE",
116
+ * // SecondsBeforeTimeout: Number("int"),
117
+ * // },
118
+ * // DeletionProtection: true || false,
119
+ * // HttpEndpointEnabled: true || false,
120
+ * // ActivityStreamMode: "sync" || "async",
121
+ * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
122
+ * // ActivityStreamKmsKeyId: "STRING_VALUE",
123
+ * // ActivityStreamKinesisStreamName: "STRING_VALUE",
124
+ * // CopyTagsToSnapshot: true || false,
125
+ * // CrossAccountClone: true || false,
126
+ * // DomainMemberships: [ // DomainMembershipList
127
+ * // { // DomainMembership
128
+ * // Domain: "STRING_VALUE",
129
+ * // Status: "STRING_VALUE",
130
+ * // FQDN: "STRING_VALUE",
131
+ * // IAMRoleName: "STRING_VALUE",
132
+ * // },
133
+ * // ],
134
+ * // TagList: [ // TagList
135
+ * // { // Tag
136
+ * // Key: "STRING_VALUE",
137
+ * // Value: "STRING_VALUE",
138
+ * // },
139
+ * // ],
140
+ * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
141
+ * // GlobalWriteForwardingRequested: true || false,
142
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
143
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
144
+ * // LogTypesToEnable: [
145
+ * // "STRING_VALUE",
146
+ * // ],
147
+ * // LogTypesToDisable: [
148
+ * // "STRING_VALUE",
149
+ * // ],
150
+ * // },
151
+ * // DBClusterIdentifier: "STRING_VALUE",
152
+ * // MasterUserPassword: "STRING_VALUE",
153
+ * // IAMDatabaseAuthenticationEnabled: true || false,
154
+ * // EngineVersion: "STRING_VALUE",
155
+ * // BackupRetentionPeriod: Number("int"),
156
+ * // AllocatedStorage: Number("int"),
157
+ * // Iops: Number("int"),
158
+ * // },
159
+ * // DBClusterInstanceClass: "STRING_VALUE",
160
+ * // StorageType: "STRING_VALUE",
161
+ * // Iops: Number("int"),
162
+ * // PubliclyAccessible: true || false,
163
+ * // AutoMinorVersionUpgrade: true || false,
164
+ * // MonitoringInterval: Number("int"),
165
+ * // MonitoringRoleArn: "STRING_VALUE",
166
+ * // PerformanceInsightsEnabled: true || false,
167
+ * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
168
+ * // PerformanceInsightsRetentionPeriod: Number("int"),
169
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
170
+ * // MinCapacity: Number("double"),
171
+ * // MaxCapacity: Number("double"),
172
+ * // },
173
+ * // NetworkType: "STRING_VALUE",
174
+ * // DBSystemId: "STRING_VALUE",
175
+ * // MasterUserSecret: { // MasterUserSecret
176
+ * // SecretArn: "STRING_VALUE",
177
+ * // SecretStatus: "STRING_VALUE",
178
+ * // KmsKeyId: "STRING_VALUE",
179
+ * // },
180
+ * // },
181
+ * // };
182
+ *
34
183
  * ```
35
184
  *
36
185
  * @param PromoteReadReplicaDBClusterCommandInput - {@link PromoteReadReplicaDBClusterCommandInput}
@@ -46,6 +195,8 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
46
195
  * @throws {@link InvalidDBClusterStateFault} (client fault)
47
196
  * <p>The requested operation can't be performed while the cluster is in this state.</p>
48
197
  *
198
+ * @throws {@link RDSServiceException}
199
+ * <p>Base exception class for all service exceptions from RDS service.</p>
49
200
  *
50
201
  */
51
202
  export declare class PromoteReadReplicaDBClusterCommand extends $Command<PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -39,6 +39,32 @@ export interface PurchaseReservedDBInstancesOfferingCommandOutput extends Purcha
39
39
  * };
40
40
  * const command = new PurchaseReservedDBInstancesOfferingCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // PurchaseReservedDBInstancesOfferingResult
43
+ * // ReservedDBInstance: { // ReservedDBInstance
44
+ * // ReservedDBInstanceId: "STRING_VALUE",
45
+ * // ReservedDBInstancesOfferingId: "STRING_VALUE",
46
+ * // DBInstanceClass: "STRING_VALUE",
47
+ * // StartTime: new Date("TIMESTAMP"),
48
+ * // Duration: Number("int"),
49
+ * // FixedPrice: Number("double"),
50
+ * // UsagePrice: Number("double"),
51
+ * // CurrencyCode: "STRING_VALUE",
52
+ * // DBInstanceCount: Number("int"),
53
+ * // ProductDescription: "STRING_VALUE",
54
+ * // OfferingType: "STRING_VALUE",
55
+ * // MultiAZ: true || false,
56
+ * // State: "STRING_VALUE",
57
+ * // RecurringCharges: [ // RecurringChargeList
58
+ * // { // RecurringCharge
59
+ * // RecurringChargeAmount: Number("double"),
60
+ * // RecurringChargeFrequency: "STRING_VALUE",
61
+ * // },
62
+ * // ],
63
+ * // ReservedDBInstanceArn: "STRING_VALUE",
64
+ * // LeaseId: "STRING_VALUE",
65
+ * // },
66
+ * // };
67
+ *
42
68
  * ```
43
69
  *
44
70
  * @param PurchaseReservedDBInstancesOfferingCommandInput - {@link PurchaseReservedDBInstancesOfferingCommandInput}
@@ -56,6 +82,8 @@ export interface PurchaseReservedDBInstancesOfferingCommandOutput extends Purcha
56
82
  * @throws {@link ReservedDBInstancesOfferingNotFoundFault} (client fault)
57
83
  * <p>Specified offering does not exist.</p>
58
84
  *
85
+ * @throws {@link RDSServiceException}
86
+ * <p>Base exception class for all service exceptions from RDS service.</p>
59
87
  *
60
88
  * @example To purchase a reserved DB instance
61
89
  * ```javascript
@@ -41,6 +41,155 @@ export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __M
41
41
  * };
42
42
  * const command = new RebootDBClusterCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // RebootDBClusterResult
45
+ * // DBCluster: { // DBCluster
46
+ * // AllocatedStorage: Number("int"),
47
+ * // AvailabilityZones: [ // AvailabilityZones
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // BackupRetentionPeriod: Number("int"),
51
+ * // CharacterSetName: "STRING_VALUE",
52
+ * // DatabaseName: "STRING_VALUE",
53
+ * // DBClusterIdentifier: "STRING_VALUE",
54
+ * // DBClusterParameterGroup: "STRING_VALUE",
55
+ * // DBSubnetGroup: "STRING_VALUE",
56
+ * // Status: "STRING_VALUE",
57
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
58
+ * // PercentProgress: "STRING_VALUE",
59
+ * // EarliestRestorableTime: new Date("TIMESTAMP"),
60
+ * // Endpoint: "STRING_VALUE",
61
+ * // ReaderEndpoint: "STRING_VALUE",
62
+ * // CustomEndpoints: [ // StringList
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // MultiAZ: true || false,
66
+ * // Engine: "STRING_VALUE",
67
+ * // EngineVersion: "STRING_VALUE",
68
+ * // LatestRestorableTime: new Date("TIMESTAMP"),
69
+ * // Port: Number("int"),
70
+ * // MasterUsername: "STRING_VALUE",
71
+ * // DBClusterOptionGroupMemberships: [ // DBClusterOptionGroupMemberships
72
+ * // { // DBClusterOptionGroupStatus
73
+ * // DBClusterOptionGroupName: "STRING_VALUE",
74
+ * // Status: "STRING_VALUE",
75
+ * // },
76
+ * // ],
77
+ * // PreferredBackupWindow: "STRING_VALUE",
78
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
79
+ * // ReplicationSourceIdentifier: "STRING_VALUE",
80
+ * // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
81
+ * // "STRING_VALUE",
82
+ * // ],
83
+ * // DBClusterMembers: [ // DBClusterMemberList
84
+ * // { // DBClusterMember
85
+ * // DBInstanceIdentifier: "STRING_VALUE",
86
+ * // IsClusterWriter: true || false,
87
+ * // DBClusterParameterGroupStatus: "STRING_VALUE",
88
+ * // PromotionTier: Number("int"),
89
+ * // },
90
+ * // ],
91
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
92
+ * // { // VpcSecurityGroupMembership
93
+ * // VpcSecurityGroupId: "STRING_VALUE",
94
+ * // Status: "STRING_VALUE",
95
+ * // },
96
+ * // ],
97
+ * // HostedZoneId: "STRING_VALUE",
98
+ * // StorageEncrypted: true || false,
99
+ * // KmsKeyId: "STRING_VALUE",
100
+ * // DbClusterResourceId: "STRING_VALUE",
101
+ * // DBClusterArn: "STRING_VALUE",
102
+ * // AssociatedRoles: [ // DBClusterRoles
103
+ * // { // DBClusterRole
104
+ * // RoleArn: "STRING_VALUE",
105
+ * // Status: "STRING_VALUE",
106
+ * // FeatureName: "STRING_VALUE",
107
+ * // },
108
+ * // ],
109
+ * // IAMDatabaseAuthenticationEnabled: true || false,
110
+ * // CloneGroupId: "STRING_VALUE",
111
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
112
+ * // EarliestBacktrackTime: new Date("TIMESTAMP"),
113
+ * // BacktrackWindow: Number("long"),
114
+ * // BacktrackConsumedChangeRecords: Number("long"),
115
+ * // EnabledCloudwatchLogsExports: [ // LogTypeList
116
+ * // "STRING_VALUE",
117
+ * // ],
118
+ * // Capacity: Number("int"),
119
+ * // EngineMode: "STRING_VALUE",
120
+ * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
121
+ * // MinCapacity: Number("int"),
122
+ * // MaxCapacity: Number("int"),
123
+ * // AutoPause: true || false,
124
+ * // SecondsUntilAutoPause: Number("int"),
125
+ * // TimeoutAction: "STRING_VALUE",
126
+ * // SecondsBeforeTimeout: Number("int"),
127
+ * // },
128
+ * // DeletionProtection: true || false,
129
+ * // HttpEndpointEnabled: true || false,
130
+ * // ActivityStreamMode: "sync" || "async",
131
+ * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
132
+ * // ActivityStreamKmsKeyId: "STRING_VALUE",
133
+ * // ActivityStreamKinesisStreamName: "STRING_VALUE",
134
+ * // CopyTagsToSnapshot: true || false,
135
+ * // CrossAccountClone: true || false,
136
+ * // DomainMemberships: [ // DomainMembershipList
137
+ * // { // DomainMembership
138
+ * // Domain: "STRING_VALUE",
139
+ * // Status: "STRING_VALUE",
140
+ * // FQDN: "STRING_VALUE",
141
+ * // IAMRoleName: "STRING_VALUE",
142
+ * // },
143
+ * // ],
144
+ * // TagList: [ // TagList
145
+ * // { // Tag
146
+ * // Key: "STRING_VALUE",
147
+ * // Value: "STRING_VALUE",
148
+ * // },
149
+ * // ],
150
+ * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
151
+ * // GlobalWriteForwardingRequested: true || false,
152
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
153
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
154
+ * // LogTypesToEnable: [
155
+ * // "STRING_VALUE",
156
+ * // ],
157
+ * // LogTypesToDisable: [
158
+ * // "STRING_VALUE",
159
+ * // ],
160
+ * // },
161
+ * // DBClusterIdentifier: "STRING_VALUE",
162
+ * // MasterUserPassword: "STRING_VALUE",
163
+ * // IAMDatabaseAuthenticationEnabled: true || false,
164
+ * // EngineVersion: "STRING_VALUE",
165
+ * // BackupRetentionPeriod: Number("int"),
166
+ * // AllocatedStorage: Number("int"),
167
+ * // Iops: Number("int"),
168
+ * // },
169
+ * // DBClusterInstanceClass: "STRING_VALUE",
170
+ * // StorageType: "STRING_VALUE",
171
+ * // Iops: Number("int"),
172
+ * // PubliclyAccessible: true || false,
173
+ * // AutoMinorVersionUpgrade: true || false,
174
+ * // MonitoringInterval: Number("int"),
175
+ * // MonitoringRoleArn: "STRING_VALUE",
176
+ * // PerformanceInsightsEnabled: true || false,
177
+ * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
178
+ * // PerformanceInsightsRetentionPeriod: Number("int"),
179
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
180
+ * // MinCapacity: Number("double"),
181
+ * // MaxCapacity: Number("double"),
182
+ * // },
183
+ * // NetworkType: "STRING_VALUE",
184
+ * // DBSystemId: "STRING_VALUE",
185
+ * // MasterUserSecret: { // MasterUserSecret
186
+ * // SecretArn: "STRING_VALUE",
187
+ * // SecretStatus: "STRING_VALUE",
188
+ * // KmsKeyId: "STRING_VALUE",
189
+ * // },
190
+ * // },
191
+ * // };
192
+ *
44
193
  * ```
45
194
  *
46
195
  * @param RebootDBClusterCommandInput - {@link RebootDBClusterCommandInput}
@@ -59,6 +208,8 @@ export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __M
59
208
  * @throws {@link InvalidDBInstanceStateFault} (client fault)
60
209
  * <p>The DB instance isn't in a valid state.</p>
61
210
  *
211
+ * @throws {@link RDSServiceException}
212
+ * <p>Base exception class for all service exceptions from RDS service.</p>
62
213
  *
63
214
  */
64
215
  export declare class RebootDBClusterCommand extends $Command<RebootDBClusterCommandInput, RebootDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -41,6 +41,220 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
41
41
  * };
42
42
  * const command = new RebootDBInstanceCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // RebootDBInstanceResult
45
+ * // DBInstance: { // DBInstance
46
+ * // DBInstanceIdentifier: "STRING_VALUE",
47
+ * // DBInstanceClass: "STRING_VALUE",
48
+ * // Engine: "STRING_VALUE",
49
+ * // DBInstanceStatus: "STRING_VALUE",
50
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
51
+ * // MasterUsername: "STRING_VALUE",
52
+ * // DBName: "STRING_VALUE",
53
+ * // Endpoint: { // Endpoint
54
+ * // Address: "STRING_VALUE",
55
+ * // Port: Number("int"),
56
+ * // HostedZoneId: "STRING_VALUE",
57
+ * // },
58
+ * // AllocatedStorage: Number("int"),
59
+ * // InstanceCreateTime: new Date("TIMESTAMP"),
60
+ * // PreferredBackupWindow: "STRING_VALUE",
61
+ * // BackupRetentionPeriod: Number("int"),
62
+ * // DBSecurityGroups: [ // DBSecurityGroupMembershipList
63
+ * // { // DBSecurityGroupMembership
64
+ * // DBSecurityGroupName: "STRING_VALUE",
65
+ * // Status: "STRING_VALUE",
66
+ * // },
67
+ * // ],
68
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
69
+ * // { // VpcSecurityGroupMembership
70
+ * // VpcSecurityGroupId: "STRING_VALUE",
71
+ * // Status: "STRING_VALUE",
72
+ * // },
73
+ * // ],
74
+ * // DBParameterGroups: [ // DBParameterGroupStatusList
75
+ * // { // DBParameterGroupStatus
76
+ * // DBParameterGroupName: "STRING_VALUE",
77
+ * // ParameterApplyStatus: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // AvailabilityZone: "STRING_VALUE",
81
+ * // DBSubnetGroup: { // DBSubnetGroup
82
+ * // DBSubnetGroupName: "STRING_VALUE",
83
+ * // DBSubnetGroupDescription: "STRING_VALUE",
84
+ * // VpcId: "STRING_VALUE",
85
+ * // SubnetGroupStatus: "STRING_VALUE",
86
+ * // Subnets: [ // SubnetList
87
+ * // { // Subnet
88
+ * // SubnetIdentifier: "STRING_VALUE",
89
+ * // SubnetAvailabilityZone: { // AvailabilityZone
90
+ * // Name: "STRING_VALUE",
91
+ * // },
92
+ * // SubnetOutpost: { // Outpost
93
+ * // Arn: "STRING_VALUE",
94
+ * // },
95
+ * // SubnetStatus: "STRING_VALUE",
96
+ * // },
97
+ * // ],
98
+ * // DBSubnetGroupArn: "STRING_VALUE",
99
+ * // SupportedNetworkTypes: [ // StringList
100
+ * // "STRING_VALUE",
101
+ * // ],
102
+ * // },
103
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
104
+ * // PendingModifiedValues: { // PendingModifiedValues
105
+ * // DBInstanceClass: "STRING_VALUE",
106
+ * // AllocatedStorage: Number("int"),
107
+ * // MasterUserPassword: "STRING_VALUE",
108
+ * // Port: Number("int"),
109
+ * // BackupRetentionPeriod: Number("int"),
110
+ * // MultiAZ: true || false,
111
+ * // EngineVersion: "STRING_VALUE",
112
+ * // LicenseModel: "STRING_VALUE",
113
+ * // Iops: Number("int"),
114
+ * // DBInstanceIdentifier: "STRING_VALUE",
115
+ * // StorageType: "STRING_VALUE",
116
+ * // CACertificateIdentifier: "STRING_VALUE",
117
+ * // DBSubnetGroupName: "STRING_VALUE",
118
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
119
+ * // LogTypesToEnable: [ // LogTypeList
120
+ * // "STRING_VALUE",
121
+ * // ],
122
+ * // LogTypesToDisable: [
123
+ * // "STRING_VALUE",
124
+ * // ],
125
+ * // },
126
+ * // ProcessorFeatures: [ // ProcessorFeatureList
127
+ * // { // ProcessorFeature
128
+ * // Name: "STRING_VALUE",
129
+ * // Value: "STRING_VALUE",
130
+ * // },
131
+ * // ],
132
+ * // IAMDatabaseAuthenticationEnabled: true || false,
133
+ * // AutomationMode: "full" || "all-paused",
134
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
135
+ * // StorageThroughput: Number("int"),
136
+ * // },
137
+ * // LatestRestorableTime: new Date("TIMESTAMP"),
138
+ * // MultiAZ: true || false,
139
+ * // EngineVersion: "STRING_VALUE",
140
+ * // AutoMinorVersionUpgrade: true || false,
141
+ * // ReadReplicaSourceDBInstanceIdentifier: "STRING_VALUE",
142
+ * // ReadReplicaDBInstanceIdentifiers: [ // ReadReplicaDBInstanceIdentifierList
143
+ * // "STRING_VALUE",
144
+ * // ],
145
+ * // ReadReplicaDBClusterIdentifiers: [ // ReadReplicaDBClusterIdentifierList
146
+ * // "STRING_VALUE",
147
+ * // ],
148
+ * // ReplicaMode: "open-read-only" || "mounted",
149
+ * // LicenseModel: "STRING_VALUE",
150
+ * // Iops: Number("int"),
151
+ * // OptionGroupMemberships: [ // OptionGroupMembershipList
152
+ * // { // OptionGroupMembership
153
+ * // OptionGroupName: "STRING_VALUE",
154
+ * // Status: "STRING_VALUE",
155
+ * // },
156
+ * // ],
157
+ * // CharacterSetName: "STRING_VALUE",
158
+ * // NcharCharacterSetName: "STRING_VALUE",
159
+ * // SecondaryAvailabilityZone: "STRING_VALUE",
160
+ * // PubliclyAccessible: true || false,
161
+ * // StatusInfos: [ // DBInstanceStatusInfoList
162
+ * // { // DBInstanceStatusInfo
163
+ * // StatusType: "STRING_VALUE",
164
+ * // Normal: true || false,
165
+ * // Status: "STRING_VALUE",
166
+ * // Message: "STRING_VALUE",
167
+ * // },
168
+ * // ],
169
+ * // StorageType: "STRING_VALUE",
170
+ * // TdeCredentialArn: "STRING_VALUE",
171
+ * // DbInstancePort: Number("int"),
172
+ * // DBClusterIdentifier: "STRING_VALUE",
173
+ * // StorageEncrypted: true || false,
174
+ * // KmsKeyId: "STRING_VALUE",
175
+ * // DbiResourceId: "STRING_VALUE",
176
+ * // CACertificateIdentifier: "STRING_VALUE",
177
+ * // DomainMemberships: [ // DomainMembershipList
178
+ * // { // DomainMembership
179
+ * // Domain: "STRING_VALUE",
180
+ * // Status: "STRING_VALUE",
181
+ * // FQDN: "STRING_VALUE",
182
+ * // IAMRoleName: "STRING_VALUE",
183
+ * // },
184
+ * // ],
185
+ * // CopyTagsToSnapshot: true || false,
186
+ * // MonitoringInterval: Number("int"),
187
+ * // EnhancedMonitoringResourceArn: "STRING_VALUE",
188
+ * // MonitoringRoleArn: "STRING_VALUE",
189
+ * // PromotionTier: Number("int"),
190
+ * // DBInstanceArn: "STRING_VALUE",
191
+ * // Timezone: "STRING_VALUE",
192
+ * // IAMDatabaseAuthenticationEnabled: true || false,
193
+ * // PerformanceInsightsEnabled: true || false,
194
+ * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
195
+ * // PerformanceInsightsRetentionPeriod: Number("int"),
196
+ * // EnabledCloudwatchLogsExports: [
197
+ * // "STRING_VALUE",
198
+ * // ],
199
+ * // ProcessorFeatures: [
200
+ * // {
201
+ * // Name: "STRING_VALUE",
202
+ * // Value: "STRING_VALUE",
203
+ * // },
204
+ * // ],
205
+ * // DeletionProtection: true || false,
206
+ * // AssociatedRoles: [ // DBInstanceRoles
207
+ * // { // DBInstanceRole
208
+ * // RoleArn: "STRING_VALUE",
209
+ * // FeatureName: "STRING_VALUE",
210
+ * // Status: "STRING_VALUE",
211
+ * // },
212
+ * // ],
213
+ * // ListenerEndpoint: {
214
+ * // Address: "STRING_VALUE",
215
+ * // Port: Number("int"),
216
+ * // HostedZoneId: "STRING_VALUE",
217
+ * // },
218
+ * // MaxAllocatedStorage: Number("int"),
219
+ * // TagList: [ // TagList
220
+ * // { // Tag
221
+ * // Key: "STRING_VALUE",
222
+ * // Value: "STRING_VALUE",
223
+ * // },
224
+ * // ],
225
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
226
+ * // { // DBInstanceAutomatedBackupsReplication
227
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
228
+ * // },
229
+ * // ],
230
+ * // CustomerOwnedIpEnabled: true || false,
231
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
232
+ * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
233
+ * // ActivityStreamKmsKeyId: "STRING_VALUE",
234
+ * // ActivityStreamKinesisStreamName: "STRING_VALUE",
235
+ * // ActivityStreamMode: "sync" || "async",
236
+ * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
237
+ * // AutomationMode: "full" || "all-paused",
238
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
239
+ * // CustomIamInstanceProfile: "STRING_VALUE",
240
+ * // BackupTarget: "STRING_VALUE",
241
+ * // NetworkType: "STRING_VALUE",
242
+ * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
243
+ * // StorageThroughput: Number("int"),
244
+ * // DBSystemId: "STRING_VALUE",
245
+ * // MasterUserSecret: { // MasterUserSecret
246
+ * // SecretArn: "STRING_VALUE",
247
+ * // SecretStatus: "STRING_VALUE",
248
+ * // KmsKeyId: "STRING_VALUE",
249
+ * // },
250
+ * // CertificateDetails: { // CertificateDetails
251
+ * // CAIdentifier: "STRING_VALUE",
252
+ * // ValidTill: new Date("TIMESTAMP"),
253
+ * // },
254
+ * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
255
+ * // },
256
+ * // };
257
+ *
44
258
  * ```
45
259
  *
46
260
  * @param RebootDBInstanceCommandInput - {@link RebootDBInstanceCommandInput}
@@ -56,6 +270,8 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
56
270
  * @throws {@link InvalidDBInstanceStateFault} (client fault)
57
271
  * <p>The DB instance isn't in a valid state.</p>
58
272
  *
273
+ * @throws {@link RDSServiceException}
274
+ * <p>Base exception class for all service exceptions from RDS service.</p>
59
275
  *
60
276
  * @example To reboot a DB instance
61
277
  * ```javascript
@@ -38,6 +38,25 @@ export interface RegisterDBProxyTargetsCommandOutput extends RegisterDBProxyTarg
38
38
  * };
39
39
  * const command = new RegisterDBProxyTargetsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // RegisterDBProxyTargetsResponse
42
+ * // DBProxyTargets: [ // TargetList
43
+ * // { // DBProxyTarget
44
+ * // TargetArn: "STRING_VALUE",
45
+ * // Endpoint: "STRING_VALUE",
46
+ * // TrackedClusterId: "STRING_VALUE",
47
+ * // RdsResourceId: "STRING_VALUE",
48
+ * // Port: Number("int"),
49
+ * // Type: "RDS_INSTANCE" || "RDS_SERVERLESS_ENDPOINT" || "TRACKED_CLUSTER",
50
+ * // Role: "READ_WRITE" || "READ_ONLY" || "UNKNOWN",
51
+ * // TargetHealth: { // TargetHealth
52
+ * // State: "REGISTERING" || "AVAILABLE" || "UNAVAILABLE",
53
+ * // Reason: "UNREACHABLE" || "CONNECTION_FAILED" || "AUTH_FAILURE" || "PENDING_PROXY_CAPACITY" || "INVALID_REPLICATION_STATE",
54
+ * // Description: "STRING_VALUE",
55
+ * // },
56
+ * // },
57
+ * // ],
58
+ * // };
59
+ *
41
60
  * ```
42
61
  *
43
62
  * @param RegisterDBProxyTargetsCommandInput - {@link RegisterDBProxyTargetsCommandInput}
@@ -77,6 +96,8 @@ export interface RegisterDBProxyTargetsCommandOutput extends RegisterDBProxyTarg
77
96
  * @throws {@link InvalidDBProxyStateFault} (client fault)
78
97
  * <p>The requested operation can't be performed while the proxy is in this state.</p>
79
98
  *
99
+ * @throws {@link RDSServiceException}
100
+ * <p>Base exception class for all service exceptions from RDS service.</p>
80
101
  *
81
102
  */
82
103
  export declare class RegisterDBProxyTargetsCommand extends $Command<RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {