@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
|
@@ -44,6 +44,223 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new DescribeDBInstancesCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // DBInstanceMessage
|
|
48
|
+
* // Marker: "STRING_VALUE",
|
|
49
|
+
* // DBInstances: [ // DBInstanceList
|
|
50
|
+
* // { // DBInstance
|
|
51
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
52
|
+
* // DBInstanceClass: "STRING_VALUE",
|
|
53
|
+
* // Engine: "STRING_VALUE",
|
|
54
|
+
* // DBInstanceStatus: "STRING_VALUE",
|
|
55
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // MasterUsername: "STRING_VALUE",
|
|
57
|
+
* // DBName: "STRING_VALUE",
|
|
58
|
+
* // Endpoint: { // Endpoint
|
|
59
|
+
* // Address: "STRING_VALUE",
|
|
60
|
+
* // Port: Number("int"),
|
|
61
|
+
* // HostedZoneId: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // AllocatedStorage: Number("int"),
|
|
64
|
+
* // InstanceCreateTime: new Date("TIMESTAMP"),
|
|
65
|
+
* // PreferredBackupWindow: "STRING_VALUE",
|
|
66
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
67
|
+
* // DBSecurityGroups: [ // DBSecurityGroupMembershipList
|
|
68
|
+
* // { // DBSecurityGroupMembership
|
|
69
|
+
* // DBSecurityGroupName: "STRING_VALUE",
|
|
70
|
+
* // Status: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
74
|
+
* // { // VpcSecurityGroupMembership
|
|
75
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
76
|
+
* // Status: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // DBParameterGroups: [ // DBParameterGroupStatusList
|
|
80
|
+
* // { // DBParameterGroupStatus
|
|
81
|
+
* // DBParameterGroupName: "STRING_VALUE",
|
|
82
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
86
|
+
* // DBSubnetGroup: { // DBSubnetGroup
|
|
87
|
+
* // DBSubnetGroupName: "STRING_VALUE",
|
|
88
|
+
* // DBSubnetGroupDescription: "STRING_VALUE",
|
|
89
|
+
* // VpcId: "STRING_VALUE",
|
|
90
|
+
* // SubnetGroupStatus: "STRING_VALUE",
|
|
91
|
+
* // Subnets: [ // SubnetList
|
|
92
|
+
* // { // Subnet
|
|
93
|
+
* // SubnetIdentifier: "STRING_VALUE",
|
|
94
|
+
* // SubnetAvailabilityZone: { // AvailabilityZone
|
|
95
|
+
* // Name: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // SubnetOutpost: { // Outpost
|
|
98
|
+
* // Arn: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // SubnetStatus: "STRING_VALUE",
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // DBSubnetGroupArn: "STRING_VALUE",
|
|
104
|
+
* // SupportedNetworkTypes: [ // StringList
|
|
105
|
+
* // "STRING_VALUE",
|
|
106
|
+
* // ],
|
|
107
|
+
* // },
|
|
108
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
109
|
+
* // PendingModifiedValues: { // PendingModifiedValues
|
|
110
|
+
* // DBInstanceClass: "STRING_VALUE",
|
|
111
|
+
* // AllocatedStorage: Number("int"),
|
|
112
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
113
|
+
* // Port: Number("int"),
|
|
114
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
115
|
+
* // MultiAZ: true || false,
|
|
116
|
+
* // EngineVersion: "STRING_VALUE",
|
|
117
|
+
* // LicenseModel: "STRING_VALUE",
|
|
118
|
+
* // Iops: Number("int"),
|
|
119
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
120
|
+
* // StorageType: "STRING_VALUE",
|
|
121
|
+
* // CACertificateIdentifier: "STRING_VALUE",
|
|
122
|
+
* // DBSubnetGroupName: "STRING_VALUE",
|
|
123
|
+
* // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
|
|
124
|
+
* // LogTypesToEnable: [ // LogTypeList
|
|
125
|
+
* // "STRING_VALUE",
|
|
126
|
+
* // ],
|
|
127
|
+
* // LogTypesToDisable: [
|
|
128
|
+
* // "STRING_VALUE",
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // ProcessorFeatures: [ // ProcessorFeatureList
|
|
132
|
+
* // { // ProcessorFeature
|
|
133
|
+
* // Name: "STRING_VALUE",
|
|
134
|
+
* // Value: "STRING_VALUE",
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
137
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
138
|
+
* // AutomationMode: "full" || "all-paused",
|
|
139
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
140
|
+
* // StorageThroughput: Number("int"),
|
|
141
|
+
* // },
|
|
142
|
+
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
143
|
+
* // MultiAZ: true || false,
|
|
144
|
+
* // EngineVersion: "STRING_VALUE",
|
|
145
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
146
|
+
* // ReadReplicaSourceDBInstanceIdentifier: "STRING_VALUE",
|
|
147
|
+
* // ReadReplicaDBInstanceIdentifiers: [ // ReadReplicaDBInstanceIdentifierList
|
|
148
|
+
* // "STRING_VALUE",
|
|
149
|
+
* // ],
|
|
150
|
+
* // ReadReplicaDBClusterIdentifiers: [ // ReadReplicaDBClusterIdentifierList
|
|
151
|
+
* // "STRING_VALUE",
|
|
152
|
+
* // ],
|
|
153
|
+
* // ReplicaMode: "open-read-only" || "mounted",
|
|
154
|
+
* // LicenseModel: "STRING_VALUE",
|
|
155
|
+
* // Iops: Number("int"),
|
|
156
|
+
* // OptionGroupMemberships: [ // OptionGroupMembershipList
|
|
157
|
+
* // { // OptionGroupMembership
|
|
158
|
+
* // OptionGroupName: "STRING_VALUE",
|
|
159
|
+
* // Status: "STRING_VALUE",
|
|
160
|
+
* // },
|
|
161
|
+
* // ],
|
|
162
|
+
* // CharacterSetName: "STRING_VALUE",
|
|
163
|
+
* // NcharCharacterSetName: "STRING_VALUE",
|
|
164
|
+
* // SecondaryAvailabilityZone: "STRING_VALUE",
|
|
165
|
+
* // PubliclyAccessible: true || false,
|
|
166
|
+
* // StatusInfos: [ // DBInstanceStatusInfoList
|
|
167
|
+
* // { // DBInstanceStatusInfo
|
|
168
|
+
* // StatusType: "STRING_VALUE",
|
|
169
|
+
* // Normal: true || false,
|
|
170
|
+
* // Status: "STRING_VALUE",
|
|
171
|
+
* // Message: "STRING_VALUE",
|
|
172
|
+
* // },
|
|
173
|
+
* // ],
|
|
174
|
+
* // StorageType: "STRING_VALUE",
|
|
175
|
+
* // TdeCredentialArn: "STRING_VALUE",
|
|
176
|
+
* // DbInstancePort: Number("int"),
|
|
177
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
178
|
+
* // StorageEncrypted: true || false,
|
|
179
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
180
|
+
* // DbiResourceId: "STRING_VALUE",
|
|
181
|
+
* // CACertificateIdentifier: "STRING_VALUE",
|
|
182
|
+
* // DomainMemberships: [ // DomainMembershipList
|
|
183
|
+
* // { // DomainMembership
|
|
184
|
+
* // Domain: "STRING_VALUE",
|
|
185
|
+
* // Status: "STRING_VALUE",
|
|
186
|
+
* // FQDN: "STRING_VALUE",
|
|
187
|
+
* // IAMRoleName: "STRING_VALUE",
|
|
188
|
+
* // },
|
|
189
|
+
* // ],
|
|
190
|
+
* // CopyTagsToSnapshot: true || false,
|
|
191
|
+
* // MonitoringInterval: Number("int"),
|
|
192
|
+
* // EnhancedMonitoringResourceArn: "STRING_VALUE",
|
|
193
|
+
* // MonitoringRoleArn: "STRING_VALUE",
|
|
194
|
+
* // PromotionTier: Number("int"),
|
|
195
|
+
* // DBInstanceArn: "STRING_VALUE",
|
|
196
|
+
* // Timezone: "STRING_VALUE",
|
|
197
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
198
|
+
* // PerformanceInsightsEnabled: true || false,
|
|
199
|
+
* // PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
200
|
+
* // PerformanceInsightsRetentionPeriod: Number("int"),
|
|
201
|
+
* // EnabledCloudwatchLogsExports: [
|
|
202
|
+
* // "STRING_VALUE",
|
|
203
|
+
* // ],
|
|
204
|
+
* // ProcessorFeatures: [
|
|
205
|
+
* // {
|
|
206
|
+
* // Name: "STRING_VALUE",
|
|
207
|
+
* // Value: "STRING_VALUE",
|
|
208
|
+
* // },
|
|
209
|
+
* // ],
|
|
210
|
+
* // DeletionProtection: true || false,
|
|
211
|
+
* // AssociatedRoles: [ // DBInstanceRoles
|
|
212
|
+
* // { // DBInstanceRole
|
|
213
|
+
* // RoleArn: "STRING_VALUE",
|
|
214
|
+
* // FeatureName: "STRING_VALUE",
|
|
215
|
+
* // Status: "STRING_VALUE",
|
|
216
|
+
* // },
|
|
217
|
+
* // ],
|
|
218
|
+
* // ListenerEndpoint: {
|
|
219
|
+
* // Address: "STRING_VALUE",
|
|
220
|
+
* // Port: Number("int"),
|
|
221
|
+
* // HostedZoneId: "STRING_VALUE",
|
|
222
|
+
* // },
|
|
223
|
+
* // MaxAllocatedStorage: Number("int"),
|
|
224
|
+
* // TagList: [ // TagList
|
|
225
|
+
* // { // Tag
|
|
226
|
+
* // Key: "STRING_VALUE",
|
|
227
|
+
* // Value: "STRING_VALUE",
|
|
228
|
+
* // },
|
|
229
|
+
* // ],
|
|
230
|
+
* // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
|
|
231
|
+
* // { // DBInstanceAutomatedBackupsReplication
|
|
232
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
233
|
+
* // },
|
|
234
|
+
* // ],
|
|
235
|
+
* // CustomerOwnedIpEnabled: true || false,
|
|
236
|
+
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
237
|
+
* // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
|
|
238
|
+
* // ActivityStreamKmsKeyId: "STRING_VALUE",
|
|
239
|
+
* // ActivityStreamKinesisStreamName: "STRING_VALUE",
|
|
240
|
+
* // ActivityStreamMode: "sync" || "async",
|
|
241
|
+
* // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
|
|
242
|
+
* // AutomationMode: "full" || "all-paused",
|
|
243
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
244
|
+
* // CustomIamInstanceProfile: "STRING_VALUE",
|
|
245
|
+
* // BackupTarget: "STRING_VALUE",
|
|
246
|
+
* // NetworkType: "STRING_VALUE",
|
|
247
|
+
* // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
|
|
248
|
+
* // StorageThroughput: Number("int"),
|
|
249
|
+
* // DBSystemId: "STRING_VALUE",
|
|
250
|
+
* // MasterUserSecret: { // MasterUserSecret
|
|
251
|
+
* // SecretArn: "STRING_VALUE",
|
|
252
|
+
* // SecretStatus: "STRING_VALUE",
|
|
253
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
254
|
+
* // },
|
|
255
|
+
* // CertificateDetails: { // CertificateDetails
|
|
256
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
257
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
258
|
+
* // },
|
|
259
|
+
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
260
|
+
* // },
|
|
261
|
+
* // ],
|
|
262
|
+
* // };
|
|
263
|
+
*
|
|
47
264
|
* ```
|
|
48
265
|
*
|
|
49
266
|
* @param DescribeDBInstancesCommandInput - {@link DescribeDBInstancesCommandInput}
|
|
@@ -56,6 +273,8 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
|
|
|
56
273
|
* <p>
|
|
57
274
|
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
58
275
|
*
|
|
276
|
+
* @throws {@link RDSServiceException}
|
|
277
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
59
278
|
*
|
|
60
279
|
* @example To describe a DB instance
|
|
61
280
|
* ```javascript
|
|
@@ -45,6 +45,17 @@ export interface DescribeDBLogFilesCommandOutput extends DescribeDBLogFilesRespo
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new DescribeDBLogFilesCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // DescribeDBLogFilesResponse
|
|
49
|
+
* // DescribeDBLogFiles: [ // DescribeDBLogFilesList
|
|
50
|
+
* // { // DescribeDBLogFilesDetails
|
|
51
|
+
* // LogFileName: "STRING_VALUE",
|
|
52
|
+
* // LastWritten: Number("long"),
|
|
53
|
+
* // Size: Number("long"),
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // Marker: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
48
59
|
* ```
|
|
49
60
|
*
|
|
50
61
|
* @param DescribeDBLogFilesCommandInput - {@link DescribeDBLogFilesCommandInput}
|
|
@@ -57,6 +68,8 @@ export interface DescribeDBLogFilesCommandOutput extends DescribeDBLogFilesRespo
|
|
|
57
68
|
* <p>
|
|
58
69
|
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
59
70
|
*
|
|
71
|
+
* @throws {@link RDSServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
60
73
|
*
|
|
61
74
|
* @example To describe the log files for a DB instance
|
|
62
75
|
* ```javascript
|
|
@@ -42,6 +42,18 @@ export interface DescribeDBParameterGroupsCommandOutput extends DBParameterGroup
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DescribeDBParameterGroupsCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // DBParameterGroupsMessage
|
|
46
|
+
* // Marker: "STRING_VALUE",
|
|
47
|
+
* // DBParameterGroups: [ // DBParameterGroupList
|
|
48
|
+
* // { // DBParameterGroup
|
|
49
|
+
* // DBParameterGroupName: "STRING_VALUE",
|
|
50
|
+
* // DBParameterGroupFamily: "STRING_VALUE",
|
|
51
|
+
* // Description: "STRING_VALUE",
|
|
52
|
+
* // DBParameterGroupArn: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
45
57
|
* ```
|
|
46
58
|
*
|
|
47
59
|
* @param DescribeDBParameterGroupsCommandInput - {@link DescribeDBParameterGroupsCommandInput}
|
|
@@ -55,6 +67,8 @@ export interface DescribeDBParameterGroupsCommandOutput extends DBParameterGroup
|
|
|
55
67
|
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
56
68
|
* existing DB parameter group.</p>
|
|
57
69
|
*
|
|
70
|
+
* @throws {@link RDSServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
58
72
|
*
|
|
59
73
|
* @example To describe your DB parameter groups
|
|
60
74
|
* ```javascript
|
|
@@ -42,6 +42,27 @@ export interface DescribeDBParametersCommandOutput extends DBParameterGroupDetai
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DescribeDBParametersCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // DBParameterGroupDetails
|
|
46
|
+
* // Parameters: [ // ParametersList
|
|
47
|
+
* // { // Parameter
|
|
48
|
+
* // ParameterName: "STRING_VALUE",
|
|
49
|
+
* // ParameterValue: "STRING_VALUE",
|
|
50
|
+
* // Description: "STRING_VALUE",
|
|
51
|
+
* // Source: "STRING_VALUE",
|
|
52
|
+
* // ApplyType: "STRING_VALUE",
|
|
53
|
+
* // DataType: "STRING_VALUE",
|
|
54
|
+
* // AllowedValues: "STRING_VALUE",
|
|
55
|
+
* // IsModifiable: true || false,
|
|
56
|
+
* // MinimumEngineVersion: "STRING_VALUE",
|
|
57
|
+
* // ApplyMethod: "immediate" || "pending-reboot",
|
|
58
|
+
* // SupportedEngineModes: [ // EngineModeList
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // Marker: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
45
66
|
* ```
|
|
46
67
|
*
|
|
47
68
|
* @param DescribeDBParametersCommandInput - {@link DescribeDBParametersCommandInput}
|
|
@@ -55,6 +76,8 @@ export interface DescribeDBParametersCommandOutput extends DBParameterGroupDetai
|
|
|
55
76
|
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
56
77
|
* existing DB parameter group.</p>
|
|
57
78
|
*
|
|
79
|
+
* @throws {@link RDSServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
58
81
|
*
|
|
59
82
|
* @example To describe the parameters in a DB parameter group
|
|
60
83
|
* ```javascript
|
|
@@ -41,6 +41,42 @@ export interface DescribeDBProxiesCommandOutput extends DescribeDBProxiesRespons
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeDBProxiesCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeDBProxiesResponse
|
|
45
|
+
* // DBProxies: [ // DBProxyList
|
|
46
|
+
* // { // DBProxy
|
|
47
|
+
* // DBProxyName: "STRING_VALUE",
|
|
48
|
+
* // DBProxyArn: "STRING_VALUE",
|
|
49
|
+
* // Status: "available" || "modifying" || "incompatible-network" || "insufficient-resource-limits" || "creating" || "deleting" || "suspended" || "suspending" || "reactivating",
|
|
50
|
+
* // EngineFamily: "STRING_VALUE",
|
|
51
|
+
* // VpcId: "STRING_VALUE",
|
|
52
|
+
* // VpcSecurityGroupIds: [ // StringList
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // VpcSubnetIds: [
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // Auth: [ // UserAuthConfigInfoList
|
|
59
|
+
* // { // UserAuthConfigInfo
|
|
60
|
+
* // Description: "STRING_VALUE",
|
|
61
|
+
* // UserName: "STRING_VALUE",
|
|
62
|
+
* // AuthScheme: "SECRETS",
|
|
63
|
+
* // SecretArn: "STRING_VALUE",
|
|
64
|
+
* // IAMAuth: "DISABLED" || "REQUIRED" || "ENABLED",
|
|
65
|
+
* // ClientPasswordAuthType: "MYSQL_NATIVE_PASSWORD" || "POSTGRES_SCRAM_SHA_256" || "POSTGRES_MD5" || "SQL_SERVER_AUTHENTICATION",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // RoleArn: "STRING_VALUE",
|
|
69
|
+
* // Endpoint: "STRING_VALUE",
|
|
70
|
+
* // RequireTLS: true || false,
|
|
71
|
+
* // IdleClientTimeout: Number("int"),
|
|
72
|
+
* // DebugLogging: true || false,
|
|
73
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
74
|
+
* // UpdatedDate: new Date("TIMESTAMP"),
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // Marker: "STRING_VALUE",
|
|
78
|
+
* // };
|
|
79
|
+
*
|
|
44
80
|
* ```
|
|
45
81
|
*
|
|
46
82
|
* @param DescribeDBProxiesCommandInput - {@link DescribeDBProxiesCommandInput}
|
|
@@ -52,6 +88,8 @@ export interface DescribeDBProxiesCommandOutput extends DescribeDBProxiesRespons
|
|
|
52
88
|
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
53
89
|
* <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
54
90
|
*
|
|
91
|
+
* @throws {@link RDSServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
55
93
|
*
|
|
56
94
|
*/
|
|
57
95
|
export declare class DescribeDBProxiesCommand extends $Command<DescribeDBProxiesCommandInput, DescribeDBProxiesCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -42,6 +42,29 @@ export interface DescribeDBProxyEndpointsCommandOutput extends DescribeDBProxyEn
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DescribeDBProxyEndpointsCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeDBProxyEndpointsResponse
|
|
46
|
+
* // DBProxyEndpoints: [ // DBProxyEndpointList
|
|
47
|
+
* // { // DBProxyEndpoint
|
|
48
|
+
* // DBProxyEndpointName: "STRING_VALUE",
|
|
49
|
+
* // DBProxyEndpointArn: "STRING_VALUE",
|
|
50
|
+
* // DBProxyName: "STRING_VALUE",
|
|
51
|
+
* // Status: "available" || "modifying" || "incompatible-network" || "insufficient-resource-limits" || "creating" || "deleting",
|
|
52
|
+
* // VpcId: "STRING_VALUE",
|
|
53
|
+
* // VpcSecurityGroupIds: [ // StringList
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // VpcSubnetIds: [
|
|
57
|
+
* // "STRING_VALUE",
|
|
58
|
+
* // ],
|
|
59
|
+
* // Endpoint: "STRING_VALUE",
|
|
60
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
61
|
+
* // TargetRole: "READ_WRITE" || "READ_ONLY",
|
|
62
|
+
* // IsDefault: true || false,
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // Marker: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
45
68
|
* ```
|
|
46
69
|
*
|
|
47
70
|
* @param DescribeDBProxyEndpointsCommandInput - {@link DescribeDBProxyEndpointsCommandInput}
|
|
@@ -56,6 +79,8 @@ export interface DescribeDBProxyEndpointsCommandOutput extends DescribeDBProxyEn
|
|
|
56
79
|
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
57
80
|
* <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
58
81
|
*
|
|
82
|
+
* @throws {@link RDSServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
59
84
|
*
|
|
60
85
|
*/
|
|
61
86
|
export declare class DescribeDBProxyEndpointsCommand extends $Command<DescribeDBProxyEndpointsCommandInput, DescribeDBProxyEndpointsCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -42,6 +42,30 @@ export interface DescribeDBProxyTargetGroupsCommandOutput extends DescribeDBProx
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DescribeDBProxyTargetGroupsCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeDBProxyTargetGroupsResponse
|
|
46
|
+
* // TargetGroups: [ // TargetGroupList
|
|
47
|
+
* // { // DBProxyTargetGroup
|
|
48
|
+
* // DBProxyName: "STRING_VALUE",
|
|
49
|
+
* // TargetGroupName: "STRING_VALUE",
|
|
50
|
+
* // TargetGroupArn: "STRING_VALUE",
|
|
51
|
+
* // IsDefault: true || false,
|
|
52
|
+
* // Status: "STRING_VALUE",
|
|
53
|
+
* // ConnectionPoolConfig: { // ConnectionPoolConfigurationInfo
|
|
54
|
+
* // MaxConnectionsPercent: Number("int"),
|
|
55
|
+
* // MaxIdleConnectionsPercent: Number("int"),
|
|
56
|
+
* // ConnectionBorrowTimeout: Number("int"),
|
|
57
|
+
* // SessionPinningFilters: [ // StringList
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // InitQuery: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
63
|
+
* // UpdatedDate: new Date("TIMESTAMP"),
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // Marker: "STRING_VALUE",
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
45
69
|
* ```
|
|
46
70
|
*
|
|
47
71
|
* @param DescribeDBProxyTargetGroupsCommandInput - {@link DescribeDBProxyTargetGroupsCommandInput}
|
|
@@ -59,6 +83,8 @@ export interface DescribeDBProxyTargetGroupsCommandOutput extends DescribeDBProx
|
|
|
59
83
|
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
60
84
|
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
61
85
|
*
|
|
86
|
+
* @throws {@link RDSServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
62
88
|
*
|
|
63
89
|
*/
|
|
64
90
|
export declare class DescribeDBProxyTargetGroupsCommand extends $Command<DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -42,6 +42,26 @@ export interface DescribeDBProxyTargetsCommandOutput extends DescribeDBProxyTarg
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DescribeDBProxyTargetsCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeDBProxyTargetsResponse
|
|
46
|
+
* // Targets: [ // TargetList
|
|
47
|
+
* // { // DBProxyTarget
|
|
48
|
+
* // TargetArn: "STRING_VALUE",
|
|
49
|
+
* // Endpoint: "STRING_VALUE",
|
|
50
|
+
* // TrackedClusterId: "STRING_VALUE",
|
|
51
|
+
* // RdsResourceId: "STRING_VALUE",
|
|
52
|
+
* // Port: Number("int"),
|
|
53
|
+
* // Type: "RDS_INSTANCE" || "RDS_SERVERLESS_ENDPOINT" || "TRACKED_CLUSTER",
|
|
54
|
+
* // Role: "READ_WRITE" || "READ_ONLY" || "UNKNOWN",
|
|
55
|
+
* // TargetHealth: { // TargetHealth
|
|
56
|
+
* // State: "REGISTERING" || "AVAILABLE" || "UNAVAILABLE",
|
|
57
|
+
* // Reason: "UNREACHABLE" || "CONNECTION_FAILED" || "AUTH_FAILURE" || "PENDING_PROXY_CAPACITY" || "INVALID_REPLICATION_STATE",
|
|
58
|
+
* // Description: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // Marker: "STRING_VALUE",
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
45
65
|
* ```
|
|
46
66
|
*
|
|
47
67
|
* @param DescribeDBProxyTargetsCommandInput - {@link DescribeDBProxyTargetsCommandInput}
|
|
@@ -62,6 +82,8 @@ export interface DescribeDBProxyTargetsCommandOutput extends DescribeDBProxyTarg
|
|
|
62
82
|
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
63
83
|
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
64
84
|
*
|
|
85
|
+
* @throws {@link RDSServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
65
87
|
*
|
|
66
88
|
*/
|
|
67
89
|
export declare class DescribeDBProxyTargetsCommand extends $Command<DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -49,6 +49,33 @@ export interface DescribeDBSecurityGroupsCommandOutput extends DBSecurityGroupMe
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new DescribeDBSecurityGroupsCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // DBSecurityGroupMessage
|
|
53
|
+
* // Marker: "STRING_VALUE",
|
|
54
|
+
* // DBSecurityGroups: [ // DBSecurityGroups
|
|
55
|
+
* // { // DBSecurityGroup
|
|
56
|
+
* // OwnerId: "STRING_VALUE",
|
|
57
|
+
* // DBSecurityGroupName: "STRING_VALUE",
|
|
58
|
+
* // DBSecurityGroupDescription: "STRING_VALUE",
|
|
59
|
+
* // VpcId: "STRING_VALUE",
|
|
60
|
+
* // EC2SecurityGroups: [ // EC2SecurityGroupList
|
|
61
|
+
* // { // EC2SecurityGroup
|
|
62
|
+
* // Status: "STRING_VALUE",
|
|
63
|
+
* // EC2SecurityGroupName: "STRING_VALUE",
|
|
64
|
+
* // EC2SecurityGroupId: "STRING_VALUE",
|
|
65
|
+
* // EC2SecurityGroupOwnerId: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // IPRanges: [ // IPRangeList
|
|
69
|
+
* // { // IPRange
|
|
70
|
+
* // Status: "STRING_VALUE",
|
|
71
|
+
* // CIDRIP: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // DBSecurityGroupArn: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
52
79
|
* ```
|
|
53
80
|
*
|
|
54
81
|
* @param DescribeDBSecurityGroupsCommandInput - {@link DescribeDBSecurityGroupsCommandInput}
|
|
@@ -61,6 +88,8 @@ export interface DescribeDBSecurityGroupsCommandOutput extends DBSecurityGroupMe
|
|
|
61
88
|
* <p>
|
|
62
89
|
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
63
90
|
*
|
|
91
|
+
* @throws {@link RDSServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
64
93
|
*
|
|
65
94
|
* @example To list DB security group settings
|
|
66
95
|
* ```javascript
|
|
@@ -38,6 +38,20 @@ export interface DescribeDBSnapshotAttributesCommandOutput extends DescribeDBSna
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DescribeDBSnapshotAttributesCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // DescribeDBSnapshotAttributesResult
|
|
42
|
+
* // DBSnapshotAttributesResult: { // DBSnapshotAttributesResult
|
|
43
|
+
* // DBSnapshotIdentifier: "STRING_VALUE",
|
|
44
|
+
* // DBSnapshotAttributes: [ // DBSnapshotAttributeList
|
|
45
|
+
* // { // DBSnapshotAttribute
|
|
46
|
+
* // AttributeName: "STRING_VALUE",
|
|
47
|
+
* // AttributeValues: [ // AttributeValueList
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
41
55
|
* ```
|
|
42
56
|
*
|
|
43
57
|
* @param DescribeDBSnapshotAttributesCommandInput - {@link DescribeDBSnapshotAttributesCommandInput}
|
|
@@ -50,6 +64,8 @@ export interface DescribeDBSnapshotAttributesCommandOutput extends DescribeDBSna
|
|
|
50
64
|
* <p>
|
|
51
65
|
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
52
66
|
*
|
|
67
|
+
* @throws {@link RDSServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
53
69
|
*
|
|
54
70
|
* @example To describe the attribute names and values for a DB snapshot
|
|
55
71
|
* ```javascript
|
|
@@ -46,6 +46,57 @@ export interface DescribeDBSnapshotsCommandOutput extends DBSnapshotMessage, __M
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new DescribeDBSnapshotsCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // DBSnapshotMessage
|
|
50
|
+
* // Marker: "STRING_VALUE",
|
|
51
|
+
* // DBSnapshots: [ // DBSnapshotList
|
|
52
|
+
* // { // DBSnapshot
|
|
53
|
+
* // DBSnapshotIdentifier: "STRING_VALUE",
|
|
54
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
55
|
+
* // SnapshotCreateTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // Engine: "STRING_VALUE",
|
|
57
|
+
* // AllocatedStorage: Number("int"),
|
|
58
|
+
* // Status: "STRING_VALUE",
|
|
59
|
+
* // Port: Number("int"),
|
|
60
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
61
|
+
* // VpcId: "STRING_VALUE",
|
|
62
|
+
* // InstanceCreateTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // MasterUsername: "STRING_VALUE",
|
|
64
|
+
* // EngineVersion: "STRING_VALUE",
|
|
65
|
+
* // LicenseModel: "STRING_VALUE",
|
|
66
|
+
* // SnapshotType: "STRING_VALUE",
|
|
67
|
+
* // Iops: Number("int"),
|
|
68
|
+
* // OptionGroupName: "STRING_VALUE",
|
|
69
|
+
* // PercentProgress: Number("int"),
|
|
70
|
+
* // SourceRegion: "STRING_VALUE",
|
|
71
|
+
* // SourceDBSnapshotIdentifier: "STRING_VALUE",
|
|
72
|
+
* // StorageType: "STRING_VALUE",
|
|
73
|
+
* // TdeCredentialArn: "STRING_VALUE",
|
|
74
|
+
* // Encrypted: true || false,
|
|
75
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
76
|
+
* // DBSnapshotArn: "STRING_VALUE",
|
|
77
|
+
* // Timezone: "STRING_VALUE",
|
|
78
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
79
|
+
* // ProcessorFeatures: [ // ProcessorFeatureList
|
|
80
|
+
* // { // ProcessorFeature
|
|
81
|
+
* // Name: "STRING_VALUE",
|
|
82
|
+
* // Value: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // DbiResourceId: "STRING_VALUE",
|
|
86
|
+
* // TagList: [ // TagList
|
|
87
|
+
* // { // Tag
|
|
88
|
+
* // Key: "STRING_VALUE",
|
|
89
|
+
* // Value: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // OriginalSnapshotCreateTime: new Date("TIMESTAMP"),
|
|
93
|
+
* // SnapshotDatabaseTime: new Date("TIMESTAMP"),
|
|
94
|
+
* // SnapshotTarget: "STRING_VALUE",
|
|
95
|
+
* // StorageThroughput: Number("int"),
|
|
96
|
+
* // },
|
|
97
|
+
* // ],
|
|
98
|
+
* // };
|
|
99
|
+
*
|
|
49
100
|
* ```
|
|
50
101
|
*
|
|
51
102
|
* @param DescribeDBSnapshotsCommandInput - {@link DescribeDBSnapshotsCommandInput}
|
|
@@ -58,6 +109,8 @@ export interface DescribeDBSnapshotsCommandOutput extends DBSnapshotMessage, __M
|
|
|
58
109
|
* <p>
|
|
59
110
|
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
60
111
|
*
|
|
112
|
+
* @throws {@link RDSServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
61
114
|
*
|
|
62
115
|
* @example To describe a DB snapshot for a DB instance
|
|
63
116
|
* ```javascript
|