@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
|
@@ -40,6 +40,220 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new StartDBInstanceCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // StartDBInstanceResult
|
|
44
|
+
* // DBInstance: { // DBInstance
|
|
45
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
46
|
+
* // DBInstanceClass: "STRING_VALUE",
|
|
47
|
+
* // Engine: "STRING_VALUE",
|
|
48
|
+
* // DBInstanceStatus: "STRING_VALUE",
|
|
49
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // MasterUsername: "STRING_VALUE",
|
|
51
|
+
* // DBName: "STRING_VALUE",
|
|
52
|
+
* // Endpoint: { // Endpoint
|
|
53
|
+
* // Address: "STRING_VALUE",
|
|
54
|
+
* // Port: Number("int"),
|
|
55
|
+
* // HostedZoneId: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // AllocatedStorage: Number("int"),
|
|
58
|
+
* // InstanceCreateTime: new Date("TIMESTAMP"),
|
|
59
|
+
* // PreferredBackupWindow: "STRING_VALUE",
|
|
60
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
61
|
+
* // DBSecurityGroups: [ // DBSecurityGroupMembershipList
|
|
62
|
+
* // { // DBSecurityGroupMembership
|
|
63
|
+
* // DBSecurityGroupName: "STRING_VALUE",
|
|
64
|
+
* // Status: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
68
|
+
* // { // VpcSecurityGroupMembership
|
|
69
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
70
|
+
* // Status: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // DBParameterGroups: [ // DBParameterGroupStatusList
|
|
74
|
+
* // { // DBParameterGroupStatus
|
|
75
|
+
* // DBParameterGroupName: "STRING_VALUE",
|
|
76
|
+
* // ParameterApplyStatus: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
80
|
+
* // DBSubnetGroup: { // DBSubnetGroup
|
|
81
|
+
* // DBSubnetGroupName: "STRING_VALUE",
|
|
82
|
+
* // DBSubnetGroupDescription: "STRING_VALUE",
|
|
83
|
+
* // VpcId: "STRING_VALUE",
|
|
84
|
+
* // SubnetGroupStatus: "STRING_VALUE",
|
|
85
|
+
* // Subnets: [ // SubnetList
|
|
86
|
+
* // { // Subnet
|
|
87
|
+
* // SubnetIdentifier: "STRING_VALUE",
|
|
88
|
+
* // SubnetAvailabilityZone: { // AvailabilityZone
|
|
89
|
+
* // Name: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // SubnetOutpost: { // Outpost
|
|
92
|
+
* // Arn: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // SubnetStatus: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // ],
|
|
97
|
+
* // DBSubnetGroupArn: "STRING_VALUE",
|
|
98
|
+
* // SupportedNetworkTypes: [ // StringList
|
|
99
|
+
* // "STRING_VALUE",
|
|
100
|
+
* // ],
|
|
101
|
+
* // },
|
|
102
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
103
|
+
* // PendingModifiedValues: { // PendingModifiedValues
|
|
104
|
+
* // DBInstanceClass: "STRING_VALUE",
|
|
105
|
+
* // AllocatedStorage: Number("int"),
|
|
106
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
107
|
+
* // Port: Number("int"),
|
|
108
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
109
|
+
* // MultiAZ: true || false,
|
|
110
|
+
* // EngineVersion: "STRING_VALUE",
|
|
111
|
+
* // LicenseModel: "STRING_VALUE",
|
|
112
|
+
* // Iops: Number("int"),
|
|
113
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
114
|
+
* // StorageType: "STRING_VALUE",
|
|
115
|
+
* // CACertificateIdentifier: "STRING_VALUE",
|
|
116
|
+
* // DBSubnetGroupName: "STRING_VALUE",
|
|
117
|
+
* // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
|
|
118
|
+
* // LogTypesToEnable: [ // LogTypeList
|
|
119
|
+
* // "STRING_VALUE",
|
|
120
|
+
* // ],
|
|
121
|
+
* // LogTypesToDisable: [
|
|
122
|
+
* // "STRING_VALUE",
|
|
123
|
+
* // ],
|
|
124
|
+
* // },
|
|
125
|
+
* // ProcessorFeatures: [ // ProcessorFeatureList
|
|
126
|
+
* // { // ProcessorFeature
|
|
127
|
+
* // Name: "STRING_VALUE",
|
|
128
|
+
* // Value: "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // ],
|
|
131
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
132
|
+
* // AutomationMode: "full" || "all-paused",
|
|
133
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
134
|
+
* // StorageThroughput: Number("int"),
|
|
135
|
+
* // },
|
|
136
|
+
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
137
|
+
* // MultiAZ: true || false,
|
|
138
|
+
* // EngineVersion: "STRING_VALUE",
|
|
139
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
140
|
+
* // ReadReplicaSourceDBInstanceIdentifier: "STRING_VALUE",
|
|
141
|
+
* // ReadReplicaDBInstanceIdentifiers: [ // ReadReplicaDBInstanceIdentifierList
|
|
142
|
+
* // "STRING_VALUE",
|
|
143
|
+
* // ],
|
|
144
|
+
* // ReadReplicaDBClusterIdentifiers: [ // ReadReplicaDBClusterIdentifierList
|
|
145
|
+
* // "STRING_VALUE",
|
|
146
|
+
* // ],
|
|
147
|
+
* // ReplicaMode: "open-read-only" || "mounted",
|
|
148
|
+
* // LicenseModel: "STRING_VALUE",
|
|
149
|
+
* // Iops: Number("int"),
|
|
150
|
+
* // OptionGroupMemberships: [ // OptionGroupMembershipList
|
|
151
|
+
* // { // OptionGroupMembership
|
|
152
|
+
* // OptionGroupName: "STRING_VALUE",
|
|
153
|
+
* // Status: "STRING_VALUE",
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // CharacterSetName: "STRING_VALUE",
|
|
157
|
+
* // NcharCharacterSetName: "STRING_VALUE",
|
|
158
|
+
* // SecondaryAvailabilityZone: "STRING_VALUE",
|
|
159
|
+
* // PubliclyAccessible: true || false,
|
|
160
|
+
* // StatusInfos: [ // DBInstanceStatusInfoList
|
|
161
|
+
* // { // DBInstanceStatusInfo
|
|
162
|
+
* // StatusType: "STRING_VALUE",
|
|
163
|
+
* // Normal: true || false,
|
|
164
|
+
* // Status: "STRING_VALUE",
|
|
165
|
+
* // Message: "STRING_VALUE",
|
|
166
|
+
* // },
|
|
167
|
+
* // ],
|
|
168
|
+
* // StorageType: "STRING_VALUE",
|
|
169
|
+
* // TdeCredentialArn: "STRING_VALUE",
|
|
170
|
+
* // DbInstancePort: Number("int"),
|
|
171
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
172
|
+
* // StorageEncrypted: true || false,
|
|
173
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
174
|
+
* // DbiResourceId: "STRING_VALUE",
|
|
175
|
+
* // CACertificateIdentifier: "STRING_VALUE",
|
|
176
|
+
* // DomainMemberships: [ // DomainMembershipList
|
|
177
|
+
* // { // DomainMembership
|
|
178
|
+
* // Domain: "STRING_VALUE",
|
|
179
|
+
* // Status: "STRING_VALUE",
|
|
180
|
+
* // FQDN: "STRING_VALUE",
|
|
181
|
+
* // IAMRoleName: "STRING_VALUE",
|
|
182
|
+
* // },
|
|
183
|
+
* // ],
|
|
184
|
+
* // CopyTagsToSnapshot: true || false,
|
|
185
|
+
* // MonitoringInterval: Number("int"),
|
|
186
|
+
* // EnhancedMonitoringResourceArn: "STRING_VALUE",
|
|
187
|
+
* // MonitoringRoleArn: "STRING_VALUE",
|
|
188
|
+
* // PromotionTier: Number("int"),
|
|
189
|
+
* // DBInstanceArn: "STRING_VALUE",
|
|
190
|
+
* // Timezone: "STRING_VALUE",
|
|
191
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
192
|
+
* // PerformanceInsightsEnabled: true || false,
|
|
193
|
+
* // PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
194
|
+
* // PerformanceInsightsRetentionPeriod: Number("int"),
|
|
195
|
+
* // EnabledCloudwatchLogsExports: [
|
|
196
|
+
* // "STRING_VALUE",
|
|
197
|
+
* // ],
|
|
198
|
+
* // ProcessorFeatures: [
|
|
199
|
+
* // {
|
|
200
|
+
* // Name: "STRING_VALUE",
|
|
201
|
+
* // Value: "STRING_VALUE",
|
|
202
|
+
* // },
|
|
203
|
+
* // ],
|
|
204
|
+
* // DeletionProtection: true || false,
|
|
205
|
+
* // AssociatedRoles: [ // DBInstanceRoles
|
|
206
|
+
* // { // DBInstanceRole
|
|
207
|
+
* // RoleArn: "STRING_VALUE",
|
|
208
|
+
* // FeatureName: "STRING_VALUE",
|
|
209
|
+
* // Status: "STRING_VALUE",
|
|
210
|
+
* // },
|
|
211
|
+
* // ],
|
|
212
|
+
* // ListenerEndpoint: {
|
|
213
|
+
* // Address: "STRING_VALUE",
|
|
214
|
+
* // Port: Number("int"),
|
|
215
|
+
* // HostedZoneId: "STRING_VALUE",
|
|
216
|
+
* // },
|
|
217
|
+
* // MaxAllocatedStorage: Number("int"),
|
|
218
|
+
* // TagList: [ // TagList
|
|
219
|
+
* // { // Tag
|
|
220
|
+
* // Key: "STRING_VALUE",
|
|
221
|
+
* // Value: "STRING_VALUE",
|
|
222
|
+
* // },
|
|
223
|
+
* // ],
|
|
224
|
+
* // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
|
|
225
|
+
* // { // DBInstanceAutomatedBackupsReplication
|
|
226
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
227
|
+
* // },
|
|
228
|
+
* // ],
|
|
229
|
+
* // CustomerOwnedIpEnabled: true || false,
|
|
230
|
+
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
231
|
+
* // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
|
|
232
|
+
* // ActivityStreamKmsKeyId: "STRING_VALUE",
|
|
233
|
+
* // ActivityStreamKinesisStreamName: "STRING_VALUE",
|
|
234
|
+
* // ActivityStreamMode: "sync" || "async",
|
|
235
|
+
* // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
|
|
236
|
+
* // AutomationMode: "full" || "all-paused",
|
|
237
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
238
|
+
* // CustomIamInstanceProfile: "STRING_VALUE",
|
|
239
|
+
* // BackupTarget: "STRING_VALUE",
|
|
240
|
+
* // NetworkType: "STRING_VALUE",
|
|
241
|
+
* // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
|
|
242
|
+
* // StorageThroughput: Number("int"),
|
|
243
|
+
* // DBSystemId: "STRING_VALUE",
|
|
244
|
+
* // MasterUserSecret: { // MasterUserSecret
|
|
245
|
+
* // SecretArn: "STRING_VALUE",
|
|
246
|
+
* // SecretStatus: "STRING_VALUE",
|
|
247
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
248
|
+
* // },
|
|
249
|
+
* // CertificateDetails: { // CertificateDetails
|
|
250
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
251
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
252
|
+
* // },
|
|
253
|
+
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
254
|
+
* // },
|
|
255
|
+
* // };
|
|
256
|
+
*
|
|
43
257
|
* ```
|
|
44
258
|
*
|
|
45
259
|
* @param StartDBInstanceCommandInput - {@link StartDBInstanceCommandInput}
|
|
@@ -89,6 +303,8 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
|
|
|
89
303
|
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
90
304
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
91
305
|
*
|
|
306
|
+
* @throws {@link RDSServiceException}
|
|
307
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
92
308
|
*
|
|
93
309
|
* @example To start a DB instance
|
|
94
310
|
* ```javascript
|
|
@@ -51,6 +51,27 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new StartExportTaskCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
+
* // { // ExportTask
|
|
55
|
+
* // ExportTaskIdentifier: "STRING_VALUE",
|
|
56
|
+
* // SourceArn: "STRING_VALUE",
|
|
57
|
+
* // ExportOnly: [ // StringList
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // SnapshotTime: new Date("TIMESTAMP"),
|
|
61
|
+
* // TaskStartTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // TaskEndTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // S3Bucket: "STRING_VALUE",
|
|
64
|
+
* // S3Prefix: "STRING_VALUE",
|
|
65
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
66
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
67
|
+
* // Status: "STRING_VALUE",
|
|
68
|
+
* // PercentProgress: Number("int"),
|
|
69
|
+
* // TotalExtractedDataInGB: Number("int"),
|
|
70
|
+
* // FailureCause: "STRING_VALUE",
|
|
71
|
+
* // WarningMessage: "STRING_VALUE",
|
|
72
|
+
* // SourceType: "SNAPSHOT" || "CLUSTER",
|
|
73
|
+
* // };
|
|
74
|
+
*
|
|
54
75
|
* ```
|
|
55
76
|
*
|
|
56
77
|
* @param StartExportTaskCommandInput - {@link StartExportTaskCommandInput}
|
|
@@ -93,6 +114,8 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
|
|
|
93
114
|
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
94
115
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
95
116
|
*
|
|
117
|
+
* @throws {@link RDSServiceException}
|
|
118
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
96
119
|
*
|
|
97
120
|
* @example To export a snapshot to Amazon S3
|
|
98
121
|
* ```javascript
|
|
@@ -40,6 +40,12 @@ export interface StopActivityStreamCommandOutput extends StopActivityStreamRespo
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new StopActivityStreamCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // StopActivityStreamResponse
|
|
44
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
45
|
+
* // KinesisStreamName: "STRING_VALUE",
|
|
46
|
+
* // Status: "stopped" || "starting" || "started" || "stopping",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
43
49
|
* ```
|
|
44
50
|
*
|
|
45
51
|
* @param StopActivityStreamCommandInput - {@link StopActivityStreamCommandInput}
|
|
@@ -65,6 +71,8 @@ export interface StopActivityStreamCommandOutput extends StopActivityStreamRespo
|
|
|
65
71
|
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
66
72
|
* <p>The specified resource ID was not found.</p>
|
|
67
73
|
*
|
|
74
|
+
* @throws {@link RDSServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
68
76
|
*
|
|
69
77
|
* @example To stop a database activity stream
|
|
70
78
|
* ```javascript
|
|
@@ -39,6 +39,155 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new StopDBClusterCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // StopDBClusterResult
|
|
43
|
+
* // DBCluster: { // DBCluster
|
|
44
|
+
* // AllocatedStorage: Number("int"),
|
|
45
|
+
* // AvailabilityZones: [ // AvailabilityZones
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
49
|
+
* // CharacterSetName: "STRING_VALUE",
|
|
50
|
+
* // DatabaseName: "STRING_VALUE",
|
|
51
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
52
|
+
* // DBClusterParameterGroup: "STRING_VALUE",
|
|
53
|
+
* // DBSubnetGroup: "STRING_VALUE",
|
|
54
|
+
* // Status: "STRING_VALUE",
|
|
55
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // PercentProgress: "STRING_VALUE",
|
|
57
|
+
* // EarliestRestorableTime: new Date("TIMESTAMP"),
|
|
58
|
+
* // Endpoint: "STRING_VALUE",
|
|
59
|
+
* // ReaderEndpoint: "STRING_VALUE",
|
|
60
|
+
* // CustomEndpoints: [ // StringList
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // MultiAZ: true || false,
|
|
64
|
+
* // Engine: "STRING_VALUE",
|
|
65
|
+
* // EngineVersion: "STRING_VALUE",
|
|
66
|
+
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
67
|
+
* // Port: Number("int"),
|
|
68
|
+
* // MasterUsername: "STRING_VALUE",
|
|
69
|
+
* // DBClusterOptionGroupMemberships: [ // DBClusterOptionGroupMemberships
|
|
70
|
+
* // { // DBClusterOptionGroupStatus
|
|
71
|
+
* // DBClusterOptionGroupName: "STRING_VALUE",
|
|
72
|
+
* // Status: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // PreferredBackupWindow: "STRING_VALUE",
|
|
76
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
77
|
+
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
78
|
+
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
79
|
+
* // "STRING_VALUE",
|
|
80
|
+
* // ],
|
|
81
|
+
* // DBClusterMembers: [ // DBClusterMemberList
|
|
82
|
+
* // { // DBClusterMember
|
|
83
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
84
|
+
* // IsClusterWriter: true || false,
|
|
85
|
+
* // DBClusterParameterGroupStatus: "STRING_VALUE",
|
|
86
|
+
* // PromotionTier: Number("int"),
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
90
|
+
* // { // VpcSecurityGroupMembership
|
|
91
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
92
|
+
* // Status: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // ],
|
|
95
|
+
* // HostedZoneId: "STRING_VALUE",
|
|
96
|
+
* // StorageEncrypted: true || false,
|
|
97
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
98
|
+
* // DbClusterResourceId: "STRING_VALUE",
|
|
99
|
+
* // DBClusterArn: "STRING_VALUE",
|
|
100
|
+
* // AssociatedRoles: [ // DBClusterRoles
|
|
101
|
+
* // { // DBClusterRole
|
|
102
|
+
* // RoleArn: "STRING_VALUE",
|
|
103
|
+
* // Status: "STRING_VALUE",
|
|
104
|
+
* // FeatureName: "STRING_VALUE",
|
|
105
|
+
* // },
|
|
106
|
+
* // ],
|
|
107
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
108
|
+
* // CloneGroupId: "STRING_VALUE",
|
|
109
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
110
|
+
* // EarliestBacktrackTime: new Date("TIMESTAMP"),
|
|
111
|
+
* // BacktrackWindow: Number("long"),
|
|
112
|
+
* // BacktrackConsumedChangeRecords: Number("long"),
|
|
113
|
+
* // EnabledCloudwatchLogsExports: [ // LogTypeList
|
|
114
|
+
* // "STRING_VALUE",
|
|
115
|
+
* // ],
|
|
116
|
+
* // Capacity: Number("int"),
|
|
117
|
+
* // EngineMode: "STRING_VALUE",
|
|
118
|
+
* // ScalingConfigurationInfo: { // ScalingConfigurationInfo
|
|
119
|
+
* // MinCapacity: Number("int"),
|
|
120
|
+
* // MaxCapacity: Number("int"),
|
|
121
|
+
* // AutoPause: true || false,
|
|
122
|
+
* // SecondsUntilAutoPause: Number("int"),
|
|
123
|
+
* // TimeoutAction: "STRING_VALUE",
|
|
124
|
+
* // SecondsBeforeTimeout: Number("int"),
|
|
125
|
+
* // },
|
|
126
|
+
* // DeletionProtection: true || false,
|
|
127
|
+
* // HttpEndpointEnabled: true || false,
|
|
128
|
+
* // ActivityStreamMode: "sync" || "async",
|
|
129
|
+
* // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
|
|
130
|
+
* // ActivityStreamKmsKeyId: "STRING_VALUE",
|
|
131
|
+
* // ActivityStreamKinesisStreamName: "STRING_VALUE",
|
|
132
|
+
* // CopyTagsToSnapshot: true || false,
|
|
133
|
+
* // CrossAccountClone: true || false,
|
|
134
|
+
* // DomainMemberships: [ // DomainMembershipList
|
|
135
|
+
* // { // DomainMembership
|
|
136
|
+
* // Domain: "STRING_VALUE",
|
|
137
|
+
* // Status: "STRING_VALUE",
|
|
138
|
+
* // FQDN: "STRING_VALUE",
|
|
139
|
+
* // IAMRoleName: "STRING_VALUE",
|
|
140
|
+
* // },
|
|
141
|
+
* // ],
|
|
142
|
+
* // TagList: [ // TagList
|
|
143
|
+
* // { // Tag
|
|
144
|
+
* // Key: "STRING_VALUE",
|
|
145
|
+
* // Value: "STRING_VALUE",
|
|
146
|
+
* // },
|
|
147
|
+
* // ],
|
|
148
|
+
* // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
|
|
149
|
+
* // GlobalWriteForwardingRequested: true || false,
|
|
150
|
+
* // PendingModifiedValues: { // ClusterPendingModifiedValues
|
|
151
|
+
* // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
|
|
152
|
+
* // LogTypesToEnable: [
|
|
153
|
+
* // "STRING_VALUE",
|
|
154
|
+
* // ],
|
|
155
|
+
* // LogTypesToDisable: [
|
|
156
|
+
* // "STRING_VALUE",
|
|
157
|
+
* // ],
|
|
158
|
+
* // },
|
|
159
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
160
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
161
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
162
|
+
* // EngineVersion: "STRING_VALUE",
|
|
163
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
164
|
+
* // AllocatedStorage: Number("int"),
|
|
165
|
+
* // Iops: Number("int"),
|
|
166
|
+
* // },
|
|
167
|
+
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
168
|
+
* // StorageType: "STRING_VALUE",
|
|
169
|
+
* // Iops: Number("int"),
|
|
170
|
+
* // PubliclyAccessible: true || false,
|
|
171
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
172
|
+
* // MonitoringInterval: Number("int"),
|
|
173
|
+
* // MonitoringRoleArn: "STRING_VALUE",
|
|
174
|
+
* // PerformanceInsightsEnabled: true || false,
|
|
175
|
+
* // PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
176
|
+
* // PerformanceInsightsRetentionPeriod: Number("int"),
|
|
177
|
+
* // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
|
|
178
|
+
* // MinCapacity: Number("double"),
|
|
179
|
+
* // MaxCapacity: Number("double"),
|
|
180
|
+
* // },
|
|
181
|
+
* // NetworkType: "STRING_VALUE",
|
|
182
|
+
* // DBSystemId: "STRING_VALUE",
|
|
183
|
+
* // MasterUserSecret: { // MasterUserSecret
|
|
184
|
+
* // SecretArn: "STRING_VALUE",
|
|
185
|
+
* // SecretStatus: "STRING_VALUE",
|
|
186
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
187
|
+
* // },
|
|
188
|
+
* // },
|
|
189
|
+
* // };
|
|
190
|
+
*
|
|
42
191
|
* ```
|
|
43
192
|
*
|
|
44
193
|
* @param StopDBClusterCommandInput - {@link StopDBClusterCommandInput}
|
|
@@ -57,6 +206,8 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
|
|
|
57
206
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
58
207
|
* <p>The DB instance isn't in a valid state.</p>
|
|
59
208
|
*
|
|
209
|
+
* @throws {@link RDSServiceException}
|
|
210
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
60
211
|
*
|
|
61
212
|
* @example To stop a DB cluster
|
|
62
213
|
* ```javascript
|
|
@@ -35,6 +35,46 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new StopDBInstanceAutomatedBackupsReplicationCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // StopDBInstanceAutomatedBackupsReplicationResult
|
|
39
|
+
* // DBInstanceAutomatedBackup: { // DBInstanceAutomatedBackup
|
|
40
|
+
* // DBInstanceArn: "STRING_VALUE",
|
|
41
|
+
* // DbiResourceId: "STRING_VALUE",
|
|
42
|
+
* // Region: "STRING_VALUE",
|
|
43
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
44
|
+
* // RestoreWindow: { // RestoreWindow
|
|
45
|
+
* // EarliestTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // LatestTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // },
|
|
48
|
+
* // AllocatedStorage: Number("int"),
|
|
49
|
+
* // Status: "STRING_VALUE",
|
|
50
|
+
* // Port: Number("int"),
|
|
51
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
52
|
+
* // VpcId: "STRING_VALUE",
|
|
53
|
+
* // InstanceCreateTime: new Date("TIMESTAMP"),
|
|
54
|
+
* // MasterUsername: "STRING_VALUE",
|
|
55
|
+
* // Engine: "STRING_VALUE",
|
|
56
|
+
* // EngineVersion: "STRING_VALUE",
|
|
57
|
+
* // LicenseModel: "STRING_VALUE",
|
|
58
|
+
* // Iops: Number("int"),
|
|
59
|
+
* // OptionGroupName: "STRING_VALUE",
|
|
60
|
+
* // TdeCredentialArn: "STRING_VALUE",
|
|
61
|
+
* // Encrypted: true || false,
|
|
62
|
+
* // StorageType: "STRING_VALUE",
|
|
63
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
64
|
+
* // Timezone: "STRING_VALUE",
|
|
65
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
66
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
67
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
68
|
+
* // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
|
|
69
|
+
* // { // DBInstanceAutomatedBackupsReplication
|
|
70
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // BackupTarget: "STRING_VALUE",
|
|
74
|
+
* // StorageThroughput: Number("int"),
|
|
75
|
+
* // },
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
38
78
|
* ```
|
|
39
79
|
*
|
|
40
80
|
* @param StopDBInstanceAutomatedBackupsReplicationCommandInput - {@link StopDBInstanceAutomatedBackupsReplicationCommandInput}
|
|
@@ -50,6 +90,8 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
50
90
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
51
91
|
* <p>The DB instance isn't in a valid state.</p>
|
|
52
92
|
*
|
|
93
|
+
* @throws {@link RDSServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
53
95
|
*
|
|
54
96
|
* @example To stop replicating automated backups
|
|
55
97
|
* ```javascript
|