@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.
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +4 -0
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +21 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +18 -0
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +26 -0
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +23 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +37 -0
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +50 -0
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +52 -0
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +34 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +83 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +151 -127
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +19 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +37 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +216 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +216 -0
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBProxyCommand.d.ts +35 -0
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +22 -0
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +26 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +50 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +27 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +21 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +31 -0
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +52 -0
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +34 -0
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +83 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +19 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +37 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +42 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +216 -0
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +22 -0
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +50 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +21 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +31 -0
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +40 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +154 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +88 -0
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +45 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +219 -0
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +23 -0
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +38 -0
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +26 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +29 -0
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +53 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +30 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +26 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +26 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +28 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +34 -0
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +52 -0
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +55 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +61 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +21 -0
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +31 -0
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +53 -0
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +8 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +31 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +11 -0
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +15 -0
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +10 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +83 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +19 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +216 -49
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +6 -0
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +35 -0
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +22 -0
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +23 -0
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +50 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +27 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +21 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +31 -0
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +52 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +216 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +28 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +216 -0
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +21 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +31 -0
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +4 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +21 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -0
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +151 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +151 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +151 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +216 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +216 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +216 -0
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +26 -0
- package/dist-types/commands/StartActivityStreamCommand.d.ts +11 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +42 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +216 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +23 -0
- package/dist-types/commands/StopActivityStreamCommand.d.ts +8 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +151 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +42 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +216 -0
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +34 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +216 -0
- package/package.json +17 -17
|
@@ -56,6 +56,220 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new DeleteDBInstanceCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // { // DeleteDBInstanceResult
|
|
60
|
+
* // DBInstance: { // DBInstance
|
|
61
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
62
|
+
* // DBInstanceClass: "STRING_VALUE",
|
|
63
|
+
* // Engine: "STRING_VALUE",
|
|
64
|
+
* // DBInstanceStatus: "STRING_VALUE",
|
|
65
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
66
|
+
* // MasterUsername: "STRING_VALUE",
|
|
67
|
+
* // DBName: "STRING_VALUE",
|
|
68
|
+
* // Endpoint: { // Endpoint
|
|
69
|
+
* // Address: "STRING_VALUE",
|
|
70
|
+
* // Port: Number("int"),
|
|
71
|
+
* // HostedZoneId: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // AllocatedStorage: Number("int"),
|
|
74
|
+
* // InstanceCreateTime: new Date("TIMESTAMP"),
|
|
75
|
+
* // PreferredBackupWindow: "STRING_VALUE",
|
|
76
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
77
|
+
* // DBSecurityGroups: [ // DBSecurityGroupMembershipList
|
|
78
|
+
* // { // DBSecurityGroupMembership
|
|
79
|
+
* // DBSecurityGroupName: "STRING_VALUE",
|
|
80
|
+
* // Status: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
84
|
+
* // { // VpcSecurityGroupMembership
|
|
85
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
86
|
+
* // Status: "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // DBParameterGroups: [ // DBParameterGroupStatusList
|
|
90
|
+
* // { // DBParameterGroupStatus
|
|
91
|
+
* // DBParameterGroupName: "STRING_VALUE",
|
|
92
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // ],
|
|
95
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
96
|
+
* // DBSubnetGroup: { // DBSubnetGroup
|
|
97
|
+
* // DBSubnetGroupName: "STRING_VALUE",
|
|
98
|
+
* // DBSubnetGroupDescription: "STRING_VALUE",
|
|
99
|
+
* // VpcId: "STRING_VALUE",
|
|
100
|
+
* // SubnetGroupStatus: "STRING_VALUE",
|
|
101
|
+
* // Subnets: [ // SubnetList
|
|
102
|
+
* // { // Subnet
|
|
103
|
+
* // SubnetIdentifier: "STRING_VALUE",
|
|
104
|
+
* // SubnetAvailabilityZone: { // AvailabilityZone
|
|
105
|
+
* // Name: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // SubnetOutpost: { // Outpost
|
|
108
|
+
* // Arn: "STRING_VALUE",
|
|
109
|
+
* // },
|
|
110
|
+
* // SubnetStatus: "STRING_VALUE",
|
|
111
|
+
* // },
|
|
112
|
+
* // ],
|
|
113
|
+
* // DBSubnetGroupArn: "STRING_VALUE",
|
|
114
|
+
* // SupportedNetworkTypes: [ // StringList
|
|
115
|
+
* // "STRING_VALUE",
|
|
116
|
+
* // ],
|
|
117
|
+
* // },
|
|
118
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
119
|
+
* // PendingModifiedValues: { // PendingModifiedValues
|
|
120
|
+
* // DBInstanceClass: "STRING_VALUE",
|
|
121
|
+
* // AllocatedStorage: Number("int"),
|
|
122
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
123
|
+
* // Port: Number("int"),
|
|
124
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
125
|
+
* // MultiAZ: true || false,
|
|
126
|
+
* // EngineVersion: "STRING_VALUE",
|
|
127
|
+
* // LicenseModel: "STRING_VALUE",
|
|
128
|
+
* // Iops: Number("int"),
|
|
129
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
130
|
+
* // StorageType: "STRING_VALUE",
|
|
131
|
+
* // CACertificateIdentifier: "STRING_VALUE",
|
|
132
|
+
* // DBSubnetGroupName: "STRING_VALUE",
|
|
133
|
+
* // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
|
|
134
|
+
* // LogTypesToEnable: [ // LogTypeList
|
|
135
|
+
* // "STRING_VALUE",
|
|
136
|
+
* // ],
|
|
137
|
+
* // LogTypesToDisable: [
|
|
138
|
+
* // "STRING_VALUE",
|
|
139
|
+
* // ],
|
|
140
|
+
* // },
|
|
141
|
+
* // ProcessorFeatures: [ // ProcessorFeatureList
|
|
142
|
+
* // { // ProcessorFeature
|
|
143
|
+
* // Name: "STRING_VALUE",
|
|
144
|
+
* // Value: "STRING_VALUE",
|
|
145
|
+
* // },
|
|
146
|
+
* // ],
|
|
147
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
148
|
+
* // AutomationMode: "full" || "all-paused",
|
|
149
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
150
|
+
* // StorageThroughput: Number("int"),
|
|
151
|
+
* // },
|
|
152
|
+
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
153
|
+
* // MultiAZ: true || false,
|
|
154
|
+
* // EngineVersion: "STRING_VALUE",
|
|
155
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
156
|
+
* // ReadReplicaSourceDBInstanceIdentifier: "STRING_VALUE",
|
|
157
|
+
* // ReadReplicaDBInstanceIdentifiers: [ // ReadReplicaDBInstanceIdentifierList
|
|
158
|
+
* // "STRING_VALUE",
|
|
159
|
+
* // ],
|
|
160
|
+
* // ReadReplicaDBClusterIdentifiers: [ // ReadReplicaDBClusterIdentifierList
|
|
161
|
+
* // "STRING_VALUE",
|
|
162
|
+
* // ],
|
|
163
|
+
* // ReplicaMode: "open-read-only" || "mounted",
|
|
164
|
+
* // LicenseModel: "STRING_VALUE",
|
|
165
|
+
* // Iops: Number("int"),
|
|
166
|
+
* // OptionGroupMemberships: [ // OptionGroupMembershipList
|
|
167
|
+
* // { // OptionGroupMembership
|
|
168
|
+
* // OptionGroupName: "STRING_VALUE",
|
|
169
|
+
* // Status: "STRING_VALUE",
|
|
170
|
+
* // },
|
|
171
|
+
* // ],
|
|
172
|
+
* // CharacterSetName: "STRING_VALUE",
|
|
173
|
+
* // NcharCharacterSetName: "STRING_VALUE",
|
|
174
|
+
* // SecondaryAvailabilityZone: "STRING_VALUE",
|
|
175
|
+
* // PubliclyAccessible: true || false,
|
|
176
|
+
* // StatusInfos: [ // DBInstanceStatusInfoList
|
|
177
|
+
* // { // DBInstanceStatusInfo
|
|
178
|
+
* // StatusType: "STRING_VALUE",
|
|
179
|
+
* // Normal: true || false,
|
|
180
|
+
* // Status: "STRING_VALUE",
|
|
181
|
+
* // Message: "STRING_VALUE",
|
|
182
|
+
* // },
|
|
183
|
+
* // ],
|
|
184
|
+
* // StorageType: "STRING_VALUE",
|
|
185
|
+
* // TdeCredentialArn: "STRING_VALUE",
|
|
186
|
+
* // DbInstancePort: Number("int"),
|
|
187
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
188
|
+
* // StorageEncrypted: true || false,
|
|
189
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
190
|
+
* // DbiResourceId: "STRING_VALUE",
|
|
191
|
+
* // CACertificateIdentifier: "STRING_VALUE",
|
|
192
|
+
* // DomainMemberships: [ // DomainMembershipList
|
|
193
|
+
* // { // DomainMembership
|
|
194
|
+
* // Domain: "STRING_VALUE",
|
|
195
|
+
* // Status: "STRING_VALUE",
|
|
196
|
+
* // FQDN: "STRING_VALUE",
|
|
197
|
+
* // IAMRoleName: "STRING_VALUE",
|
|
198
|
+
* // },
|
|
199
|
+
* // ],
|
|
200
|
+
* // CopyTagsToSnapshot: true || false,
|
|
201
|
+
* // MonitoringInterval: Number("int"),
|
|
202
|
+
* // EnhancedMonitoringResourceArn: "STRING_VALUE",
|
|
203
|
+
* // MonitoringRoleArn: "STRING_VALUE",
|
|
204
|
+
* // PromotionTier: Number("int"),
|
|
205
|
+
* // DBInstanceArn: "STRING_VALUE",
|
|
206
|
+
* // Timezone: "STRING_VALUE",
|
|
207
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
208
|
+
* // PerformanceInsightsEnabled: true || false,
|
|
209
|
+
* // PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
210
|
+
* // PerformanceInsightsRetentionPeriod: Number("int"),
|
|
211
|
+
* // EnabledCloudwatchLogsExports: [
|
|
212
|
+
* // "STRING_VALUE",
|
|
213
|
+
* // ],
|
|
214
|
+
* // ProcessorFeatures: [
|
|
215
|
+
* // {
|
|
216
|
+
* // Name: "STRING_VALUE",
|
|
217
|
+
* // Value: "STRING_VALUE",
|
|
218
|
+
* // },
|
|
219
|
+
* // ],
|
|
220
|
+
* // DeletionProtection: true || false,
|
|
221
|
+
* // AssociatedRoles: [ // DBInstanceRoles
|
|
222
|
+
* // { // DBInstanceRole
|
|
223
|
+
* // RoleArn: "STRING_VALUE",
|
|
224
|
+
* // FeatureName: "STRING_VALUE",
|
|
225
|
+
* // Status: "STRING_VALUE",
|
|
226
|
+
* // },
|
|
227
|
+
* // ],
|
|
228
|
+
* // ListenerEndpoint: {
|
|
229
|
+
* // Address: "STRING_VALUE",
|
|
230
|
+
* // Port: Number("int"),
|
|
231
|
+
* // HostedZoneId: "STRING_VALUE",
|
|
232
|
+
* // },
|
|
233
|
+
* // MaxAllocatedStorage: Number("int"),
|
|
234
|
+
* // TagList: [ // TagList
|
|
235
|
+
* // { // Tag
|
|
236
|
+
* // Key: "STRING_VALUE",
|
|
237
|
+
* // Value: "STRING_VALUE",
|
|
238
|
+
* // },
|
|
239
|
+
* // ],
|
|
240
|
+
* // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
|
|
241
|
+
* // { // DBInstanceAutomatedBackupsReplication
|
|
242
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
243
|
+
* // },
|
|
244
|
+
* // ],
|
|
245
|
+
* // CustomerOwnedIpEnabled: true || false,
|
|
246
|
+
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
247
|
+
* // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
|
|
248
|
+
* // ActivityStreamKmsKeyId: "STRING_VALUE",
|
|
249
|
+
* // ActivityStreamKinesisStreamName: "STRING_VALUE",
|
|
250
|
+
* // ActivityStreamMode: "sync" || "async",
|
|
251
|
+
* // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
|
|
252
|
+
* // AutomationMode: "full" || "all-paused",
|
|
253
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
254
|
+
* // CustomIamInstanceProfile: "STRING_VALUE",
|
|
255
|
+
* // BackupTarget: "STRING_VALUE",
|
|
256
|
+
* // NetworkType: "STRING_VALUE",
|
|
257
|
+
* // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
|
|
258
|
+
* // StorageThroughput: Number("int"),
|
|
259
|
+
* // DBSystemId: "STRING_VALUE",
|
|
260
|
+
* // MasterUserSecret: { // MasterUserSecret
|
|
261
|
+
* // SecretArn: "STRING_VALUE",
|
|
262
|
+
* // SecretStatus: "STRING_VALUE",
|
|
263
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
264
|
+
* // },
|
|
265
|
+
* // CertificateDetails: { // CertificateDetails
|
|
266
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
267
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
268
|
+
* // },
|
|
269
|
+
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
270
|
+
* // },
|
|
271
|
+
* // };
|
|
272
|
+
*
|
|
59
273
|
* ```
|
|
60
274
|
*
|
|
61
275
|
* @param DeleteDBInstanceCommandInput - {@link DeleteDBInstanceCommandInput}
|
|
@@ -87,6 +301,8 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
|
|
|
87
301
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
88
302
|
* snapshots.</p>
|
|
89
303
|
*
|
|
304
|
+
* @throws {@link RDSServiceException}
|
|
305
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
90
306
|
*
|
|
91
307
|
* @example To delete a DB instance
|
|
92
308
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ export interface DeleteDBParameterGroupCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteDBParameterGroupCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteDBParameterGroupCommandInput - {@link DeleteDBParameterGroupCommandInput}
|
|
@@ -49,6 +51,8 @@ export interface DeleteDBParameterGroupCommandOutput extends __MetadataBearer {
|
|
|
49
51
|
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
50
52
|
* this state.</p>
|
|
51
53
|
*
|
|
54
|
+
* @throws {@link RDSServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
52
56
|
*
|
|
53
57
|
* @example To delete a DB parameter group
|
|
54
58
|
* ```javascript
|
|
@@ -31,6 +31,39 @@ export interface DeleteDBProxyCommandOutput extends DeleteDBProxyResponse, __Met
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteDBProxyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteDBProxyResponse
|
|
35
|
+
* // DBProxy: { // DBProxy
|
|
36
|
+
* // DBProxyName: "STRING_VALUE",
|
|
37
|
+
* // DBProxyArn: "STRING_VALUE",
|
|
38
|
+
* // Status: "available" || "modifying" || "incompatible-network" || "insufficient-resource-limits" || "creating" || "deleting" || "suspended" || "suspending" || "reactivating",
|
|
39
|
+
* // EngineFamily: "STRING_VALUE",
|
|
40
|
+
* // VpcId: "STRING_VALUE",
|
|
41
|
+
* // VpcSecurityGroupIds: [ // StringList
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // VpcSubnetIds: [
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // Auth: [ // UserAuthConfigInfoList
|
|
48
|
+
* // { // UserAuthConfigInfo
|
|
49
|
+
* // Description: "STRING_VALUE",
|
|
50
|
+
* // UserName: "STRING_VALUE",
|
|
51
|
+
* // AuthScheme: "SECRETS",
|
|
52
|
+
* // SecretArn: "STRING_VALUE",
|
|
53
|
+
* // IAMAuth: "DISABLED" || "REQUIRED" || "ENABLED",
|
|
54
|
+
* // ClientPasswordAuthType: "MYSQL_NATIVE_PASSWORD" || "POSTGRES_SCRAM_SHA_256" || "POSTGRES_MD5" || "SQL_SERVER_AUTHENTICATION",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // RoleArn: "STRING_VALUE",
|
|
58
|
+
* // Endpoint: "STRING_VALUE",
|
|
59
|
+
* // RequireTLS: true || false,
|
|
60
|
+
* // IdleClientTimeout: Number("int"),
|
|
61
|
+
* // DebugLogging: true || false,
|
|
62
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
63
|
+
* // UpdatedDate: new Date("TIMESTAMP"),
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
34
67
|
* ```
|
|
35
68
|
*
|
|
36
69
|
* @param DeleteDBProxyCommandInput - {@link DeleteDBProxyCommandInput}
|
|
@@ -45,6 +78,8 @@ export interface DeleteDBProxyCommandOutput extends DeleteDBProxyResponse, __Met
|
|
|
45
78
|
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
46
79
|
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
47
80
|
*
|
|
81
|
+
* @throws {@link RDSServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
48
83
|
*
|
|
49
84
|
*/
|
|
50
85
|
export declare class DeleteDBProxyCommand extends $Command<DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -33,6 +33,26 @@ export interface DeleteDBProxyEndpointCommandOutput extends DeleteDBProxyEndpoin
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteDBProxyEndpointCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteDBProxyEndpointResponse
|
|
37
|
+
* // DBProxyEndpoint: { // DBProxyEndpoint
|
|
38
|
+
* // DBProxyEndpointName: "STRING_VALUE",
|
|
39
|
+
* // DBProxyEndpointArn: "STRING_VALUE",
|
|
40
|
+
* // DBProxyName: "STRING_VALUE",
|
|
41
|
+
* // Status: "available" || "modifying" || "incompatible-network" || "insufficient-resource-limits" || "creating" || "deleting",
|
|
42
|
+
* // VpcId: "STRING_VALUE",
|
|
43
|
+
* // VpcSecurityGroupIds: [ // StringList
|
|
44
|
+
* // "STRING_VALUE",
|
|
45
|
+
* // ],
|
|
46
|
+
* // VpcSubnetIds: [
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // Endpoint: "STRING_VALUE",
|
|
50
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
51
|
+
* // TargetRole: "READ_WRITE" || "READ_ONLY",
|
|
52
|
+
* // IsDefault: true || false,
|
|
53
|
+
* // },
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
36
56
|
* ```
|
|
37
57
|
*
|
|
38
58
|
* @param DeleteDBProxyEndpointCommandInput - {@link DeleteDBProxyEndpointCommandInput}
|
|
@@ -47,6 +67,8 @@ export interface DeleteDBProxyEndpointCommandOutput extends DeleteDBProxyEndpoin
|
|
|
47
67
|
* @throws {@link InvalidDBProxyEndpointStateFault} (client fault)
|
|
48
68
|
* <p>You can't perform this operation while the DB proxy endpoint is in a particular state.</p>
|
|
49
69
|
*
|
|
70
|
+
* @throws {@link RDSServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
50
72
|
*
|
|
51
73
|
*/
|
|
52
74
|
export declare class DeleteDBProxyEndpointCommand extends $Command<DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface DeleteDBSecurityGroupCommandOutput extends __MetadataBearer {
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DeleteDBSecurityGroupCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param DeleteDBSecurityGroupCommandInput - {@link DeleteDBSecurityGroupCommandInput}
|
|
@@ -54,6 +56,8 @@ export interface DeleteDBSecurityGroupCommandOutput extends __MetadataBearer {
|
|
|
54
56
|
* @throws {@link InvalidDBSecurityGroupStateFault} (client fault)
|
|
55
57
|
* <p>The state of the DB security group doesn't allow deletion.</p>
|
|
56
58
|
*
|
|
59
|
+
* @throws {@link RDSServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
57
61
|
*
|
|
58
62
|
* @example To delete a DB security group
|
|
59
63
|
* ```javascript
|
|
@@ -35,6 +35,54 @@ export interface DeleteDBSnapshotCommandOutput extends DeleteDBSnapshotResult, _
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteDBSnapshotCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeleteDBSnapshotResult
|
|
39
|
+
* // DBSnapshot: { // DBSnapshot
|
|
40
|
+
* // DBSnapshotIdentifier: "STRING_VALUE",
|
|
41
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
42
|
+
* // SnapshotCreateTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // Engine: "STRING_VALUE",
|
|
44
|
+
* // AllocatedStorage: Number("int"),
|
|
45
|
+
* // Status: "STRING_VALUE",
|
|
46
|
+
* // Port: Number("int"),
|
|
47
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
48
|
+
* // VpcId: "STRING_VALUE",
|
|
49
|
+
* // InstanceCreateTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // MasterUsername: "STRING_VALUE",
|
|
51
|
+
* // EngineVersion: "STRING_VALUE",
|
|
52
|
+
* // LicenseModel: "STRING_VALUE",
|
|
53
|
+
* // SnapshotType: "STRING_VALUE",
|
|
54
|
+
* // Iops: Number("int"),
|
|
55
|
+
* // OptionGroupName: "STRING_VALUE",
|
|
56
|
+
* // PercentProgress: Number("int"),
|
|
57
|
+
* // SourceRegion: "STRING_VALUE",
|
|
58
|
+
* // SourceDBSnapshotIdentifier: "STRING_VALUE",
|
|
59
|
+
* // StorageType: "STRING_VALUE",
|
|
60
|
+
* // TdeCredentialArn: "STRING_VALUE",
|
|
61
|
+
* // Encrypted: true || false,
|
|
62
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
63
|
+
* // DBSnapshotArn: "STRING_VALUE",
|
|
64
|
+
* // Timezone: "STRING_VALUE",
|
|
65
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
66
|
+
* // ProcessorFeatures: [ // ProcessorFeatureList
|
|
67
|
+
* // { // ProcessorFeature
|
|
68
|
+
* // Name: "STRING_VALUE",
|
|
69
|
+
* // Value: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // DbiResourceId: "STRING_VALUE",
|
|
73
|
+
* // TagList: [ // TagList
|
|
74
|
+
* // { // Tag
|
|
75
|
+
* // Key: "STRING_VALUE",
|
|
76
|
+
* // Value: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // OriginalSnapshotCreateTime: new Date("TIMESTAMP"),
|
|
80
|
+
* // SnapshotDatabaseTime: new Date("TIMESTAMP"),
|
|
81
|
+
* // SnapshotTarget: "STRING_VALUE",
|
|
82
|
+
* // StorageThroughput: Number("int"),
|
|
83
|
+
* // },
|
|
84
|
+
* // };
|
|
85
|
+
*
|
|
38
86
|
* ```
|
|
39
87
|
*
|
|
40
88
|
* @param DeleteDBSnapshotCommandInput - {@link DeleteDBSnapshotCommandInput}
|
|
@@ -50,6 +98,8 @@ export interface DeleteDBSnapshotCommandOutput extends DeleteDBSnapshotResult, _
|
|
|
50
98
|
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
51
99
|
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
52
100
|
*
|
|
101
|
+
* @throws {@link RDSServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
53
103
|
*
|
|
54
104
|
* @example To delete a DB snapshot
|
|
55
105
|
* ```javascript
|
|
@@ -34,6 +34,8 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteDBSubnetGroupCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteDBSubnetGroupCommandInput - {@link DeleteDBSubnetGroupCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
|
|
|
52
54
|
* @throws {@link InvalidDBSubnetStateFault} (client fault)
|
|
53
55
|
* <p>The DB subnet isn't in the <i>available</i> state.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link RDSServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
55
59
|
*
|
|
56
60
|
* @example To delete a DB subnet group
|
|
57
61
|
* ```javascript
|
|
@@ -31,6 +31,25 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteEventSubscriptionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteEventSubscriptionResult
|
|
35
|
+
* // EventSubscription: { // EventSubscription
|
|
36
|
+
* // CustomerAwsId: "STRING_VALUE",
|
|
37
|
+
* // CustSubscriptionId: "STRING_VALUE",
|
|
38
|
+
* // SnsTopicArn: "STRING_VALUE",
|
|
39
|
+
* // Status: "STRING_VALUE",
|
|
40
|
+
* // SubscriptionCreationTime: "STRING_VALUE",
|
|
41
|
+
* // SourceType: "STRING_VALUE",
|
|
42
|
+
* // SourceIdsList: [ // SourceIdsList
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // EventCategoriesList: [ // EventCategoriesList
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // Enabled: true || false,
|
|
49
|
+
* // EventSubscriptionArn: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
34
53
|
* ```
|
|
35
54
|
*
|
|
36
55
|
* @param DeleteEventSubscriptionCommandInput - {@link DeleteEventSubscriptionCommandInput}
|
|
@@ -45,6 +64,8 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
|
|
|
45
64
|
* @throws {@link SubscriptionNotFoundFault} (client fault)
|
|
46
65
|
* <p>The subscription name does not exist.</p>
|
|
47
66
|
*
|
|
67
|
+
* @throws {@link RDSServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
48
69
|
*
|
|
49
70
|
* @example To delete an event subscription
|
|
50
71
|
* ```javascript
|
|
@@ -35,6 +35,35 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteGlobalClusterCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeleteGlobalClusterResult
|
|
39
|
+
* // GlobalCluster: { // GlobalCluster
|
|
40
|
+
* // GlobalClusterIdentifier: "STRING_VALUE",
|
|
41
|
+
* // GlobalClusterResourceId: "STRING_VALUE",
|
|
42
|
+
* // GlobalClusterArn: "STRING_VALUE",
|
|
43
|
+
* // Status: "STRING_VALUE",
|
|
44
|
+
* // Engine: "STRING_VALUE",
|
|
45
|
+
* // EngineVersion: "STRING_VALUE",
|
|
46
|
+
* // DatabaseName: "STRING_VALUE",
|
|
47
|
+
* // StorageEncrypted: true || false,
|
|
48
|
+
* // DeletionProtection: true || false,
|
|
49
|
+
* // GlobalClusterMembers: [ // GlobalClusterMemberList
|
|
50
|
+
* // { // GlobalClusterMember
|
|
51
|
+
* // DBClusterArn: "STRING_VALUE",
|
|
52
|
+
* // Readers: [ // ReadersArnList
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // IsWriter: true || false,
|
|
56
|
+
* // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // FailoverState: { // FailoverState
|
|
60
|
+
* // Status: "pending" || "failing-over" || "cancelling",
|
|
61
|
+
* // FromDbClusterArn: "STRING_VALUE",
|
|
62
|
+
* // ToDbClusterArn: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
38
67
|
* ```
|
|
39
68
|
*
|
|
40
69
|
* @param DeleteGlobalClusterCommandInput - {@link DeleteGlobalClusterCommandInput}
|
|
@@ -49,6 +78,8 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
|
|
|
49
78
|
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
50
79
|
* <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
|
|
51
80
|
*
|
|
81
|
+
* @throws {@link RDSServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
52
83
|
*
|
|
53
84
|
* @example To delete a global DB cluster
|
|
54
85
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ export interface DeleteOptionGroupCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteOptionGroupCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteOptionGroupCommandInput - {@link DeleteOptionGroupCommandInput}
|
|
@@ -45,6 +47,8 @@ export interface DeleteOptionGroupCommandOutput extends __MetadataBearer {
|
|
|
45
47
|
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
46
48
|
* <p>The specified option group could not be found.</p>
|
|
47
49
|
*
|
|
50
|
+
* @throws {@link RDSServiceException}
|
|
51
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
48
52
|
*
|
|
49
53
|
* @example To delete an option group
|
|
50
54
|
* ```javascript
|
|
@@ -38,6 +38,8 @@ export interface DeregisterDBProxyTargetsCommandOutput extends DeregisterDBProxy
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DeregisterDBProxyTargetsCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param DeregisterDBProxyTargetsCommandInput - {@link DeregisterDBProxyTargetsCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface DeregisterDBProxyTargetsCommandOutput extends DeregisterDBProxy
|
|
|
58
60
|
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
59
61
|
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link RDSServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class DeregisterDBProxyTargetsCommand extends $Command<DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -30,6 +30,16 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
|
|
|
30
30
|
* const input = {};
|
|
31
31
|
* const command = new DescribeAccountAttributesCommand(input);
|
|
32
32
|
* const response = await client.send(command);
|
|
33
|
+
* // { // AccountAttributesMessage
|
|
34
|
+
* // AccountQuotas: [ // AccountQuotaList
|
|
35
|
+
* // { // AccountQuota
|
|
36
|
+
* // AccountQuotaName: "STRING_VALUE",
|
|
37
|
+
* // Used: Number("long"),
|
|
38
|
+
* // Max: Number("long"),
|
|
39
|
+
* // },
|
|
40
|
+
* // ],
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
33
43
|
* ```
|
|
34
44
|
*
|
|
35
45
|
* @param DescribeAccountAttributesCommandInput - {@link DescribeAccountAttributesCommandInput}
|
|
@@ -38,6 +48,8 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
|
|
|
38
48
|
* @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
|
|
39
49
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
40
50
|
*
|
|
51
|
+
* @throws {@link RDSServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
41
53
|
*
|
|
42
54
|
* @example To describe account attributes
|
|
43
55
|
* ```javascript
|
|
@@ -46,6 +46,41 @@ export interface DescribeBlueGreenDeploymentsCommandOutput extends DescribeBlueG
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new DescribeBlueGreenDeploymentsCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // DescribeBlueGreenDeploymentsResponse
|
|
50
|
+
* // BlueGreenDeployments: [ // BlueGreenDeploymentList
|
|
51
|
+
* // { // BlueGreenDeployment
|
|
52
|
+
* // BlueGreenDeploymentIdentifier: "STRING_VALUE",
|
|
53
|
+
* // BlueGreenDeploymentName: "STRING_VALUE",
|
|
54
|
+
* // Source: "STRING_VALUE",
|
|
55
|
+
* // Target: "STRING_VALUE",
|
|
56
|
+
* // SwitchoverDetails: [ // SwitchoverDetailList
|
|
57
|
+
* // { // SwitchoverDetail
|
|
58
|
+
* // SourceMember: "STRING_VALUE",
|
|
59
|
+
* // TargetMember: "STRING_VALUE",
|
|
60
|
+
* // Status: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // Tasks: [ // BlueGreenDeploymentTaskList
|
|
64
|
+
* // { // BlueGreenDeploymentTask
|
|
65
|
+
* // Name: "STRING_VALUE",
|
|
66
|
+
* // Status: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // Status: "STRING_VALUE",
|
|
70
|
+
* // StatusDetails: "STRING_VALUE",
|
|
71
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // DeleteTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // TagList: [ // TagList
|
|
74
|
+
* // { // Tag
|
|
75
|
+
* // Key: "STRING_VALUE",
|
|
76
|
+
* // Value: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // Marker: "STRING_VALUE",
|
|
82
|
+
* // };
|
|
83
|
+
*
|
|
49
84
|
* ```
|
|
50
85
|
*
|
|
51
86
|
* @param DescribeBlueGreenDeploymentsCommandInput - {@link DescribeBlueGreenDeploymentsCommandInput}
|
|
@@ -58,6 +93,8 @@ export interface DescribeBlueGreenDeploymentsCommandOutput extends DescribeBlueG
|
|
|
58
93
|
* <p>
|
|
59
94
|
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
60
95
|
*
|
|
96
|
+
* @throws {@link RDSServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
61
98
|
*
|
|
62
99
|
* @example To describe a blue/green deployment of an RDS DB instance after creation completes
|
|
63
100
|
* ```javascript
|
|
@@ -46,6 +46,22 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new DescribeCertificatesCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CertificateMessage
|
|
50
|
+
* // Certificates: [ // CertificateList
|
|
51
|
+
* // { // Certificate
|
|
52
|
+
* // CertificateIdentifier: "STRING_VALUE",
|
|
53
|
+
* // CertificateType: "STRING_VALUE",
|
|
54
|
+
* // Thumbprint: "STRING_VALUE",
|
|
55
|
+
* // ValidFrom: new Date("TIMESTAMP"),
|
|
56
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
57
|
+
* // CertificateArn: "STRING_VALUE",
|
|
58
|
+
* // CustomerOverride: true || false,
|
|
59
|
+
* // CustomerOverrideValidTill: new Date("TIMESTAMP"),
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // Marker: "STRING_VALUE",
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
49
65
|
* ```
|
|
50
66
|
*
|
|
51
67
|
* @param DescribeCertificatesCommandInput - {@link DescribeCertificatesCommandInput}
|
|
@@ -59,6 +75,8 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _
|
|
|
59
75
|
* <code>CertificateIdentifier</code> doesn't refer to an
|
|
60
76
|
* existing certificate.</p>
|
|
61
77
|
*
|
|
78
|
+
* @throws {@link RDSServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
62
80
|
*
|
|
63
81
|
* @example To describe certificates
|
|
64
82
|
* ```javascript
|