@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
|
@@ -37,6 +37,38 @@ export interface DeleteBlueGreenDeploymentCommandOutput extends DeleteBlueGreenD
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteBlueGreenDeploymentCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // DeleteBlueGreenDeploymentResponse
|
|
41
|
+
* // BlueGreenDeployment: { // BlueGreenDeployment
|
|
42
|
+
* // BlueGreenDeploymentIdentifier: "STRING_VALUE",
|
|
43
|
+
* // BlueGreenDeploymentName: "STRING_VALUE",
|
|
44
|
+
* // Source: "STRING_VALUE",
|
|
45
|
+
* // Target: "STRING_VALUE",
|
|
46
|
+
* // SwitchoverDetails: [ // SwitchoverDetailList
|
|
47
|
+
* // { // SwitchoverDetail
|
|
48
|
+
* // SourceMember: "STRING_VALUE",
|
|
49
|
+
* // TargetMember: "STRING_VALUE",
|
|
50
|
+
* // Status: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // Tasks: [ // BlueGreenDeploymentTaskList
|
|
54
|
+
* // { // BlueGreenDeploymentTask
|
|
55
|
+
* // Name: "STRING_VALUE",
|
|
56
|
+
* // Status: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // Status: "STRING_VALUE",
|
|
60
|
+
* // StatusDetails: "STRING_VALUE",
|
|
61
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // DeleteTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // TagList: [ // TagList
|
|
64
|
+
* // { // Tag
|
|
65
|
+
* // Key: "STRING_VALUE",
|
|
66
|
+
* // Value: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
40
72
|
* ```
|
|
41
73
|
*
|
|
42
74
|
* @param DeleteBlueGreenDeploymentCommandInput - {@link DeleteBlueGreenDeploymentCommandInput}
|
|
@@ -53,6 +85,8 @@ export interface DeleteBlueGreenDeploymentCommandOutput extends DeleteBlueGreenD
|
|
|
53
85
|
* <p>The blue/green deployment can't be switched over or deleted because there is an invalid configuration in
|
|
54
86
|
* the green environment.</p>
|
|
55
87
|
*
|
|
88
|
+
* @throws {@link RDSServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
56
90
|
*
|
|
57
91
|
* @example To delete resources in green environment for an RDS for MySQL DB instance
|
|
58
92
|
* ```javascript
|
|
@@ -52,6 +52,87 @@ export interface DeleteCustomDBEngineVersionCommandOutput extends DBEngineVersio
|
|
|
52
52
|
* };
|
|
53
53
|
* const command = new DeleteCustomDBEngineVersionCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
55
|
+
* // { // DBEngineVersion
|
|
56
|
+
* // Engine: "STRING_VALUE",
|
|
57
|
+
* // EngineVersion: "STRING_VALUE",
|
|
58
|
+
* // DBParameterGroupFamily: "STRING_VALUE",
|
|
59
|
+
* // DBEngineDescription: "STRING_VALUE",
|
|
60
|
+
* // DBEngineVersionDescription: "STRING_VALUE",
|
|
61
|
+
* // DefaultCharacterSet: { // CharacterSet
|
|
62
|
+
* // CharacterSetName: "STRING_VALUE",
|
|
63
|
+
* // CharacterSetDescription: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // Image: { // CustomDBEngineVersionAMI
|
|
66
|
+
* // ImageId: "STRING_VALUE",
|
|
67
|
+
* // Status: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // DBEngineMediaType: "STRING_VALUE",
|
|
70
|
+
* // SupportedCharacterSets: [ // SupportedCharacterSetsList
|
|
71
|
+
* // {
|
|
72
|
+
* // CharacterSetName: "STRING_VALUE",
|
|
73
|
+
* // CharacterSetDescription: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // SupportedNcharCharacterSets: [
|
|
77
|
+
* // {
|
|
78
|
+
* // CharacterSetName: "STRING_VALUE",
|
|
79
|
+
* // CharacterSetDescription: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // ValidUpgradeTarget: [ // ValidUpgradeTargetList
|
|
83
|
+
* // { // UpgradeTarget
|
|
84
|
+
* // Engine: "STRING_VALUE",
|
|
85
|
+
* // EngineVersion: "STRING_VALUE",
|
|
86
|
+
* // Description: "STRING_VALUE",
|
|
87
|
+
* // AutoUpgrade: true || false,
|
|
88
|
+
* // IsMajorVersionUpgrade: true || false,
|
|
89
|
+
* // SupportedEngineModes: [ // EngineModeList
|
|
90
|
+
* // "STRING_VALUE",
|
|
91
|
+
* // ],
|
|
92
|
+
* // SupportsParallelQuery: true || false,
|
|
93
|
+
* // SupportsGlobalDatabases: true || false,
|
|
94
|
+
* // SupportsBabelfish: true || false,
|
|
95
|
+
* // },
|
|
96
|
+
* // ],
|
|
97
|
+
* // SupportedTimezones: [ // SupportedTimezonesList
|
|
98
|
+
* // { // Timezone
|
|
99
|
+
* // TimezoneName: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
102
|
+
* // ExportableLogTypes: [ // LogTypeList
|
|
103
|
+
* // "STRING_VALUE",
|
|
104
|
+
* // ],
|
|
105
|
+
* // SupportsLogExportsToCloudwatchLogs: true || false,
|
|
106
|
+
* // SupportsReadReplica: true || false,
|
|
107
|
+
* // SupportedEngineModes: [
|
|
108
|
+
* // "STRING_VALUE",
|
|
109
|
+
* // ],
|
|
110
|
+
* // SupportedFeatureNames: [ // FeatureNameList
|
|
111
|
+
* // "STRING_VALUE",
|
|
112
|
+
* // ],
|
|
113
|
+
* // Status: "STRING_VALUE",
|
|
114
|
+
* // SupportsParallelQuery: true || false,
|
|
115
|
+
* // SupportsGlobalDatabases: true || false,
|
|
116
|
+
* // MajorEngineVersion: "STRING_VALUE",
|
|
117
|
+
* // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
|
|
118
|
+
* // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
|
|
119
|
+
* // DBEngineVersionArn: "STRING_VALUE",
|
|
120
|
+
* // KMSKeyId: "STRING_VALUE",
|
|
121
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
122
|
+
* // TagList: [ // TagList
|
|
123
|
+
* // { // Tag
|
|
124
|
+
* // Key: "STRING_VALUE",
|
|
125
|
+
* // Value: "STRING_VALUE",
|
|
126
|
+
* // },
|
|
127
|
+
* // ],
|
|
128
|
+
* // SupportsBabelfish: true || false,
|
|
129
|
+
* // CustomDBEngineVersionManifest: "STRING_VALUE",
|
|
130
|
+
* // SupportsCertificateRotationWithoutRestart: true || false,
|
|
131
|
+
* // SupportedCACertificateIdentifiers: [ // CACertificateIdentifiersList
|
|
132
|
+
* // "STRING_VALUE",
|
|
133
|
+
* // ],
|
|
134
|
+
* // };
|
|
135
|
+
*
|
|
55
136
|
* ```
|
|
56
137
|
*
|
|
57
138
|
* @param DeleteCustomDBEngineVersionCommandInput - {@link DeleteCustomDBEngineVersionCommandInput}
|
|
@@ -66,6 +147,8 @@ export interface DeleteCustomDBEngineVersionCommandOutput extends DBEngineVersio
|
|
|
66
147
|
* @throws {@link InvalidCustomDBEngineVersionStateFault} (client fault)
|
|
67
148
|
* <p>You can't delete the CEV.</p>
|
|
68
149
|
*
|
|
150
|
+
* @throws {@link RDSServiceException}
|
|
151
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
69
152
|
*
|
|
70
153
|
*/
|
|
71
154
|
export declare class DeleteCustomDBEngineVersionCommand extends $Command<DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -43,6 +43,155 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DeleteDBClusterCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // DeleteDBClusterResult
|
|
47
|
+
* // DBCluster: { // DBCluster
|
|
48
|
+
* // AllocatedStorage: Number("int"),
|
|
49
|
+
* // AvailabilityZones: [ // AvailabilityZones
|
|
50
|
+
* // "STRING_VALUE",
|
|
51
|
+
* // ],
|
|
52
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
53
|
+
* // CharacterSetName: "STRING_VALUE",
|
|
54
|
+
* // DatabaseName: "STRING_VALUE",
|
|
55
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
56
|
+
* // DBClusterParameterGroup: "STRING_VALUE",
|
|
57
|
+
* // DBSubnetGroup: "STRING_VALUE",
|
|
58
|
+
* // Status: "STRING_VALUE",
|
|
59
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
60
|
+
* // PercentProgress: "STRING_VALUE",
|
|
61
|
+
* // EarliestRestorableTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // Endpoint: "STRING_VALUE",
|
|
63
|
+
* // ReaderEndpoint: "STRING_VALUE",
|
|
64
|
+
* // CustomEndpoints: [ // StringList
|
|
65
|
+
* // "STRING_VALUE",
|
|
66
|
+
* // ],
|
|
67
|
+
* // MultiAZ: true || false,
|
|
68
|
+
* // Engine: "STRING_VALUE",
|
|
69
|
+
* // EngineVersion: "STRING_VALUE",
|
|
70
|
+
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
71
|
+
* // Port: Number("int"),
|
|
72
|
+
* // MasterUsername: "STRING_VALUE",
|
|
73
|
+
* // DBClusterOptionGroupMemberships: [ // DBClusterOptionGroupMemberships
|
|
74
|
+
* // { // DBClusterOptionGroupStatus
|
|
75
|
+
* // DBClusterOptionGroupName: "STRING_VALUE",
|
|
76
|
+
* // Status: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // PreferredBackupWindow: "STRING_VALUE",
|
|
80
|
+
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
81
|
+
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
82
|
+
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
83
|
+
* // "STRING_VALUE",
|
|
84
|
+
* // ],
|
|
85
|
+
* // DBClusterMembers: [ // DBClusterMemberList
|
|
86
|
+
* // { // DBClusterMember
|
|
87
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
88
|
+
* // IsClusterWriter: true || false,
|
|
89
|
+
* // DBClusterParameterGroupStatus: "STRING_VALUE",
|
|
90
|
+
* // PromotionTier: Number("int"),
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
93
|
+
* // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
|
|
94
|
+
* // { // VpcSecurityGroupMembership
|
|
95
|
+
* // VpcSecurityGroupId: "STRING_VALUE",
|
|
96
|
+
* // Status: "STRING_VALUE",
|
|
97
|
+
* // },
|
|
98
|
+
* // ],
|
|
99
|
+
* // HostedZoneId: "STRING_VALUE",
|
|
100
|
+
* // StorageEncrypted: true || false,
|
|
101
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
102
|
+
* // DbClusterResourceId: "STRING_VALUE",
|
|
103
|
+
* // DBClusterArn: "STRING_VALUE",
|
|
104
|
+
* // AssociatedRoles: [ // DBClusterRoles
|
|
105
|
+
* // { // DBClusterRole
|
|
106
|
+
* // RoleArn: "STRING_VALUE",
|
|
107
|
+
* // Status: "STRING_VALUE",
|
|
108
|
+
* // FeatureName: "STRING_VALUE",
|
|
109
|
+
* // },
|
|
110
|
+
* // ],
|
|
111
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
112
|
+
* // CloneGroupId: "STRING_VALUE",
|
|
113
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
114
|
+
* // EarliestBacktrackTime: new Date("TIMESTAMP"),
|
|
115
|
+
* // BacktrackWindow: Number("long"),
|
|
116
|
+
* // BacktrackConsumedChangeRecords: Number("long"),
|
|
117
|
+
* // EnabledCloudwatchLogsExports: [ // LogTypeList
|
|
118
|
+
* // "STRING_VALUE",
|
|
119
|
+
* // ],
|
|
120
|
+
* // Capacity: Number("int"),
|
|
121
|
+
* // EngineMode: "STRING_VALUE",
|
|
122
|
+
* // ScalingConfigurationInfo: { // ScalingConfigurationInfo
|
|
123
|
+
* // MinCapacity: Number("int"),
|
|
124
|
+
* // MaxCapacity: Number("int"),
|
|
125
|
+
* // AutoPause: true || false,
|
|
126
|
+
* // SecondsUntilAutoPause: Number("int"),
|
|
127
|
+
* // TimeoutAction: "STRING_VALUE",
|
|
128
|
+
* // SecondsBeforeTimeout: Number("int"),
|
|
129
|
+
* // },
|
|
130
|
+
* // DeletionProtection: true || false,
|
|
131
|
+
* // HttpEndpointEnabled: true || false,
|
|
132
|
+
* // ActivityStreamMode: "sync" || "async",
|
|
133
|
+
* // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
|
|
134
|
+
* // ActivityStreamKmsKeyId: "STRING_VALUE",
|
|
135
|
+
* // ActivityStreamKinesisStreamName: "STRING_VALUE",
|
|
136
|
+
* // CopyTagsToSnapshot: true || false,
|
|
137
|
+
* // CrossAccountClone: true || false,
|
|
138
|
+
* // DomainMemberships: [ // DomainMembershipList
|
|
139
|
+
* // { // DomainMembership
|
|
140
|
+
* // Domain: "STRING_VALUE",
|
|
141
|
+
* // Status: "STRING_VALUE",
|
|
142
|
+
* // FQDN: "STRING_VALUE",
|
|
143
|
+
* // IAMRoleName: "STRING_VALUE",
|
|
144
|
+
* // },
|
|
145
|
+
* // ],
|
|
146
|
+
* // TagList: [ // TagList
|
|
147
|
+
* // { // Tag
|
|
148
|
+
* // Key: "STRING_VALUE",
|
|
149
|
+
* // Value: "STRING_VALUE",
|
|
150
|
+
* // },
|
|
151
|
+
* // ],
|
|
152
|
+
* // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
|
|
153
|
+
* // GlobalWriteForwardingRequested: true || false,
|
|
154
|
+
* // PendingModifiedValues: { // ClusterPendingModifiedValues
|
|
155
|
+
* // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
|
|
156
|
+
* // LogTypesToEnable: [
|
|
157
|
+
* // "STRING_VALUE",
|
|
158
|
+
* // ],
|
|
159
|
+
* // LogTypesToDisable: [
|
|
160
|
+
* // "STRING_VALUE",
|
|
161
|
+
* // ],
|
|
162
|
+
* // },
|
|
163
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
164
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
165
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
166
|
+
* // EngineVersion: "STRING_VALUE",
|
|
167
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
168
|
+
* // AllocatedStorage: Number("int"),
|
|
169
|
+
* // Iops: Number("int"),
|
|
170
|
+
* // },
|
|
171
|
+
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
172
|
+
* // StorageType: "STRING_VALUE",
|
|
173
|
+
* // Iops: Number("int"),
|
|
174
|
+
* // PubliclyAccessible: true || false,
|
|
175
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
176
|
+
* // MonitoringInterval: Number("int"),
|
|
177
|
+
* // MonitoringRoleArn: "STRING_VALUE",
|
|
178
|
+
* // PerformanceInsightsEnabled: true || false,
|
|
179
|
+
* // PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
180
|
+
* // PerformanceInsightsRetentionPeriod: Number("int"),
|
|
181
|
+
* // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
|
|
182
|
+
* // MinCapacity: Number("double"),
|
|
183
|
+
* // MaxCapacity: Number("double"),
|
|
184
|
+
* // },
|
|
185
|
+
* // NetworkType: "STRING_VALUE",
|
|
186
|
+
* // DBSystemId: "STRING_VALUE",
|
|
187
|
+
* // MasterUserSecret: { // MasterUserSecret
|
|
188
|
+
* // SecretArn: "STRING_VALUE",
|
|
189
|
+
* // SecretStatus: "STRING_VALUE",
|
|
190
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
191
|
+
* // },
|
|
192
|
+
* // },
|
|
193
|
+
* // };
|
|
194
|
+
*
|
|
46
195
|
* ```
|
|
47
196
|
*
|
|
48
197
|
* @param DeleteDBClusterCommandInput - {@link DeleteDBClusterCommandInput}
|
|
@@ -68,6 +217,8 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
|
|
|
68
217
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
69
218
|
* snapshots.</p>
|
|
70
219
|
*
|
|
220
|
+
* @throws {@link RDSServiceException}
|
|
221
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
71
222
|
*
|
|
72
223
|
* @example To delete a DB cluster
|
|
73
224
|
* ```javascript
|
|
@@ -34,6 +34,23 @@ export interface DeleteDBClusterEndpointCommandOutput extends DBClusterEndpoint,
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteDBClusterEndpointCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DBClusterEndpoint
|
|
38
|
+
* // DBClusterEndpointIdentifier: "STRING_VALUE",
|
|
39
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
40
|
+
* // DBClusterEndpointResourceIdentifier: "STRING_VALUE",
|
|
41
|
+
* // Endpoint: "STRING_VALUE",
|
|
42
|
+
* // Status: "STRING_VALUE",
|
|
43
|
+
* // EndpointType: "STRING_VALUE",
|
|
44
|
+
* // CustomEndpointType: "STRING_VALUE",
|
|
45
|
+
* // StaticMembers: [ // StringList
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // ExcludedMembers: [
|
|
49
|
+
* // "STRING_VALUE",
|
|
50
|
+
* // ],
|
|
51
|
+
* // DBClusterEndpointArn: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
37
54
|
* ```
|
|
38
55
|
*
|
|
39
56
|
* @param DeleteDBClusterEndpointCommandInput - {@link DeleteDBClusterEndpointCommandInput}
|
|
@@ -51,6 +68,8 @@ export interface DeleteDBClusterEndpointCommandOutput extends DBClusterEndpoint,
|
|
|
51
68
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
52
69
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
53
70
|
*
|
|
71
|
+
* @throws {@link RDSServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
54
73
|
*
|
|
55
74
|
* @example To delete a custom DB cluster endpoint
|
|
56
75
|
* ```javascript
|
|
@@ -37,6 +37,8 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteDBClusterParameterGroupCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param DeleteDBClusterParameterGroupCommandInput - {@link DeleteDBClusterParameterGroupCommandInput}
|
|
@@ -55,6 +57,8 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
|
|
|
55
57
|
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
56
58
|
* this state.</p>
|
|
57
59
|
*
|
|
60
|
+
* @throws {@link RDSServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
58
62
|
*
|
|
59
63
|
* @example To delete a DB cluster parameter group
|
|
60
64
|
* ```javascript
|
|
@@ -41,6 +41,41 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DeleteDBClusterSnapshotCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DeleteDBClusterSnapshotResult
|
|
45
|
+
* // DBClusterSnapshot: { // DBClusterSnapshot
|
|
46
|
+
* // AvailabilityZones: [ // AvailabilityZones
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // DBClusterSnapshotIdentifier: "STRING_VALUE",
|
|
50
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
51
|
+
* // SnapshotCreateTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // Engine: "STRING_VALUE",
|
|
53
|
+
* // EngineMode: "STRING_VALUE",
|
|
54
|
+
* // AllocatedStorage: Number("int"),
|
|
55
|
+
* // Status: "STRING_VALUE",
|
|
56
|
+
* // Port: Number("int"),
|
|
57
|
+
* // VpcId: "STRING_VALUE",
|
|
58
|
+
* // ClusterCreateTime: new Date("TIMESTAMP"),
|
|
59
|
+
* // MasterUsername: "STRING_VALUE",
|
|
60
|
+
* // EngineVersion: "STRING_VALUE",
|
|
61
|
+
* // LicenseModel: "STRING_VALUE",
|
|
62
|
+
* // SnapshotType: "STRING_VALUE",
|
|
63
|
+
* // PercentProgress: Number("int"),
|
|
64
|
+
* // StorageEncrypted: true || false,
|
|
65
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
66
|
+
* // DBClusterSnapshotArn: "STRING_VALUE",
|
|
67
|
+
* // SourceDBClusterSnapshotArn: "STRING_VALUE",
|
|
68
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
69
|
+
* // TagList: [ // TagList
|
|
70
|
+
* // { // Tag
|
|
71
|
+
* // Key: "STRING_VALUE",
|
|
72
|
+
* // Value: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // DBSystemId: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
44
79
|
* ```
|
|
45
80
|
*
|
|
46
81
|
* @param DeleteDBClusterSnapshotCommandInput - {@link DeleteDBClusterSnapshotCommandInput}
|
|
@@ -56,6 +91,8 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
|
|
|
56
91
|
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
57
92
|
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
58
93
|
*
|
|
94
|
+
* @throws {@link RDSServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
59
96
|
*
|
|
60
97
|
* @example To delete a DB cluster snapshot
|
|
61
98
|
* ```javascript
|
|
@@ -32,6 +32,46 @@ export interface DeleteDBInstanceAutomatedBackupCommandOutput extends DeleteDBIn
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteDBInstanceAutomatedBackupCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteDBInstanceAutomatedBackupResult
|
|
36
|
+
* // DBInstanceAutomatedBackup: { // DBInstanceAutomatedBackup
|
|
37
|
+
* // DBInstanceArn: "STRING_VALUE",
|
|
38
|
+
* // DbiResourceId: "STRING_VALUE",
|
|
39
|
+
* // Region: "STRING_VALUE",
|
|
40
|
+
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
41
|
+
* // RestoreWindow: { // RestoreWindow
|
|
42
|
+
* // EarliestTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // LatestTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // },
|
|
45
|
+
* // AllocatedStorage: Number("int"),
|
|
46
|
+
* // Status: "STRING_VALUE",
|
|
47
|
+
* // Port: Number("int"),
|
|
48
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
49
|
+
* // VpcId: "STRING_VALUE",
|
|
50
|
+
* // InstanceCreateTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // MasterUsername: "STRING_VALUE",
|
|
52
|
+
* // Engine: "STRING_VALUE",
|
|
53
|
+
* // EngineVersion: "STRING_VALUE",
|
|
54
|
+
* // LicenseModel: "STRING_VALUE",
|
|
55
|
+
* // Iops: Number("int"),
|
|
56
|
+
* // OptionGroupName: "STRING_VALUE",
|
|
57
|
+
* // TdeCredentialArn: "STRING_VALUE",
|
|
58
|
+
* // Encrypted: true || false,
|
|
59
|
+
* // StorageType: "STRING_VALUE",
|
|
60
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
61
|
+
* // Timezone: "STRING_VALUE",
|
|
62
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
63
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
64
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
65
|
+
* // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
|
|
66
|
+
* // { // DBInstanceAutomatedBackupsReplication
|
|
67
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // BackupTarget: "STRING_VALUE",
|
|
71
|
+
* // StorageThroughput: Number("int"),
|
|
72
|
+
* // },
|
|
73
|
+
* // };
|
|
74
|
+
*
|
|
35
75
|
* ```
|
|
36
76
|
*
|
|
37
77
|
* @param DeleteDBInstanceAutomatedBackupCommandInput - {@link DeleteDBInstanceAutomatedBackupCommandInput}
|
|
@@ -47,6 +87,8 @@ export interface DeleteDBInstanceAutomatedBackupCommandOutput extends DeleteDBIn
|
|
|
47
87
|
* <p>The automated backup is in an invalid state.
|
|
48
88
|
* For example, this automated backup is associated with an active instance.</p>
|
|
49
89
|
*
|
|
90
|
+
* @throws {@link RDSServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
50
92
|
*
|
|
51
93
|
* @example To delete a replicated automated backup from a Region
|
|
52
94
|
* ```javascript
|