@aws-sdk/client-rds 3.968.0 → 3.970.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/README.md +1 -53
- package/dist-cjs/index.js +184 -178
- package/dist-es/pagination/DescribeEngineDefaultClusterParametersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +161 -158
- package/dist-es/waiters/waitForDBClusterAvailable.js +2 -2
- package/dist-es/waiters/waitForDBClusterDeleted.js +2 -2
- package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +2 -2
- package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +2 -2
- package/dist-es/waiters/waitForDBInstanceAvailable.js +2 -2
- package/dist-es/waiters/waitForDBInstanceDeleted.js +2 -2
- package/dist-es/waiters/waitForDBSnapshotAvailable.js +2 -2
- package/dist-es/waiters/waitForDBSnapshotDeleted.js +2 -2
- package/dist-es/waiters/waitForTenantDatabaseAvailable.js +2 -2
- package/dist-es/waiters/waitForTenantDatabaseDeleted.js +2 -2
- package/dist-types/RDS.d.ts +1 -53
- package/dist-types/RDSClient.d.ts +1 -53
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -2
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -7
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +5 -13
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +3 -20
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +2 -10
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -2
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -10
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -41
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +3 -10
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +6 -17
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +133 -31
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/CreateDBClusterCommand.d.ts +13 -41
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -32
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -10
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +25 -50
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +26 -57
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +2 -11
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -3
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -13
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +3 -6
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +5 -9
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -6
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -24
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -17
- package/dist-types/commands/CreateIntegrationCommand.d.ts +3 -7
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +4 -8
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +141 -10
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -25
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +2 -4
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +4 -17
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -4
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -13
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -13
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +5 -32
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +2 -6
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -3
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +2 -11
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -6
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -5
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -3
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +214 -8
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +53 -9
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -4
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +3 -11
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -6
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -12
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -9
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -7
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -6
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -4
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +2 -5
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -3
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -11
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +2 -8
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -5
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -4
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -7
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -8
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -6
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -6
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -8
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +2 -4
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -5
- package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -7
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +3 -11
- package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -11
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -21
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +2 -38
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -12
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +2 -7
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +2 -28
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +3 -24
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +5 -15
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +10 -30
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -6
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -24
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -21
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +25 -45
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +3 -20
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -2
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +2 -19
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -9
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -4
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -5
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -9
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +1 -3
- package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +3 -7
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -20
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -2
- package/dist-types/commands/RebootDBClusterCommand.d.ts +2 -13
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -12
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -3
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +3 -7
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -8
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -11
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +2 -4
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +5 -12
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -22
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +3 -14
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +10 -38
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -48
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +26 -60
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +23 -46
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +26 -55
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +3 -16
- package/dist-types/commands/StartActivityStreamCommand.d.ts +3 -12
- package/dist-types/commands/StartDBClusterCommand.d.ts +3 -13
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -12
- package/dist-types/commands/StartDBInstanceCommand.d.ts +8 -27
- package/dist-types/commands/StartExportTaskCommand.d.ts +5 -21
- package/dist-types/commands/StopActivityStreamCommand.d.ts +3 -13
- package/dist-types/commands/StopDBClusterCommand.d.ts +2 -11
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -7
- package/dist-types/commands/StopDBInstanceCommand.d.ts +4 -19
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +139 -12
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +2 -13
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -4
- package/dist-types/index.d.ts +1 -53
- package/dist-types/models/errors.d.ts +53 -116
- package/dist-types/models/models_0.d.ts +982 -8429
- package/dist-types/models/models_1.d.ts +557 -4868
- package/dist-types/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +7 -7
- package/dist-types/ts3.4/models/models_1.d.ts +4 -4
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/package.json +35 -35
|
@@ -77,9 +77,7 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
77
77
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link IntegrationConflictOperationFault} (client fault)
|
|
80
|
-
* <p>A conflicting conditional operation is currently in progress against this resource.
|
|
81
|
-
* Typically occurs when there are multiple requests being made to the same resource at the same time,
|
|
82
|
-
* and these requests conflict with each other.</p>
|
|
80
|
+
* <p>A conflicting conditional operation is currently in progress against this resource. Typically occurs when there are multiple requests being made to the same resource at the same time, and these requests conflict with each other.</p>
|
|
83
81
|
*
|
|
84
82
|
* @throws {@link IntegrationNotFoundFault} (client fault)
|
|
85
83
|
* <p>The specified integration could not be found.</p>
|
|
@@ -27,10 +27,7 @@ declare const DeleteTenantDatabaseCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a tenant database from your DB instance. This command only applies to RDS for
|
|
31
|
-
* Oracle container database (CDB) instances.</p>
|
|
32
|
-
* <p>You can't delete a tenant database when it is the only tenant in the DB
|
|
33
|
-
* instance.</p>
|
|
30
|
+
* <p>Deletes a tenant database from your DB instance. This command only applies to RDS for Oracle container database (CDB) instances.</p> <p>You can't delete a tenant database when it is the only tenant in the DB instance.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -87,12 +84,10 @@ declare const DeleteTenantDatabaseCommand_base: {
|
|
|
87
84
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
88
85
|
*
|
|
89
86
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
90
|
-
* <p>
|
|
91
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
87
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
92
88
|
*
|
|
93
89
|
* @throws {@link DBSnapshotAlreadyExistsFault} (client fault)
|
|
94
|
-
* <p>
|
|
95
|
-
* <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
|
|
90
|
+
* <p> <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
|
|
96
91
|
*
|
|
97
92
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
98
93
|
* <p>The DB instance isn't in a valid state.</p>
|
|
@@ -27,8 +27,7 @@ declare const DescribeAccountAttributesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.</p>
|
|
31
|
-
* <p>This command doesn't take any parameters.</p>
|
|
30
|
+
* <p>Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.</p> <p>This command doesn't take any parameters.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,12 +27,7 @@ declare const DescribeBlueGreenDeploymentsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes one or more blue/green deployments.</p>
|
|
31
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
|
|
32
|
-
* for database updates</a> in the <i>Amazon RDS User Guide</i> and
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
|
|
34
|
-
* Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
|
|
35
|
-
* User Guide</i>.</p>
|
|
30
|
+
* <p>Describes one or more blue/green deployments.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon RDS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html"> Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -100,13 +95,224 @@ declare const DescribeBlueGreenDeploymentsCommand_base: {
|
|
|
100
95
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
101
96
|
*
|
|
102
97
|
* @throws {@link BlueGreenDeploymentNotFoundFault} (client fault)
|
|
103
|
-
* <p>
|
|
104
|
-
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
98
|
+
* <p> <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
105
99
|
*
|
|
106
100
|
* @throws {@link RDSServiceException}
|
|
107
101
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
108
102
|
*
|
|
109
103
|
*
|
|
104
|
+
* @example To describe a blue/green deployment of an RDS DB instance after creation completes
|
|
105
|
+
* ```javascript
|
|
106
|
+
* // The following example retrieves the details of a blue/green deployment after creation completes.
|
|
107
|
+
* const input = {
|
|
108
|
+
* BlueGreenDeploymentIdentifier: "bgd-v53303651eexfake"
|
|
109
|
+
* };
|
|
110
|
+
* const command = new DescribeBlueGreenDeploymentsCommand(input);
|
|
111
|
+
* const response = await client.send(command);
|
|
112
|
+
* /* response is
|
|
113
|
+
* {
|
|
114
|
+
* BlueGreenDeployments: [
|
|
115
|
+
* {
|
|
116
|
+
* BlueGreenDeploymentIdentifier: "bgd-v53303651eexfake",
|
|
117
|
+
* BlueGreenDeploymentName: "bgd-cli-test-instance",
|
|
118
|
+
* CreateTime: "2022-02-25T21:18:51.183Z",
|
|
119
|
+
* Source: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
|
|
120
|
+
* Status: "AVAILABLE",
|
|
121
|
+
* SwitchoverDetails: [
|
|
122
|
+
* {
|
|
123
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
|
|
124
|
+
* Status: "AVAILABLE",
|
|
125
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-green-rkfbpe"
|
|
126
|
+
* },
|
|
127
|
+
* {
|
|
128
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1",
|
|
129
|
+
* Status: "AVAILABLE",
|
|
130
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1-green-j382ha"
|
|
131
|
+
* },
|
|
132
|
+
* {
|
|
133
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2",
|
|
134
|
+
* Status: "AVAILABLE",
|
|
135
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2-green-ejv4ao"
|
|
136
|
+
* },
|
|
137
|
+
* {
|
|
138
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3",
|
|
139
|
+
* Status: "AVAILABLE",
|
|
140
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3-green-vlpz3t"
|
|
141
|
+
* }
|
|
142
|
+
* ],
|
|
143
|
+
* Target: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-green-rkfbpe",
|
|
144
|
+
* Tasks: [
|
|
145
|
+
* {
|
|
146
|
+
* Name: "CREATING_READ_REPLICA_OF_SOURCE",
|
|
147
|
+
* Status: "COMPLETED"
|
|
148
|
+
* },
|
|
149
|
+
* {
|
|
150
|
+
* Name: "DB_ENGINE_VERSION_UPGRADE",
|
|
151
|
+
* Status: "COMPLETED"
|
|
152
|
+
* },
|
|
153
|
+
* {
|
|
154
|
+
* Name: "CONFIGURE_BACKUPS",
|
|
155
|
+
* Status: "COMPLETED"
|
|
156
|
+
* },
|
|
157
|
+
* {
|
|
158
|
+
* Name: "CREATING_TOPOLOGY_OF_SOURCE",
|
|
159
|
+
* Status: "COMPLETED"
|
|
160
|
+
* }
|
|
161
|
+
* ]
|
|
162
|
+
* }
|
|
163
|
+
* ]
|
|
164
|
+
* }
|
|
165
|
+
* *\/
|
|
166
|
+
* ```
|
|
167
|
+
*
|
|
168
|
+
* @example To describe a blue/green deployment for an Aurora MySQL DB cluster
|
|
169
|
+
* ```javascript
|
|
170
|
+
* // The following example retrieves the details of a blue/green deployment.
|
|
171
|
+
* const input = {
|
|
172
|
+
* BlueGreenDeploymentIdentifier: "bgd-wi89nwzglccsfake"
|
|
173
|
+
* };
|
|
174
|
+
* const command = new DescribeBlueGreenDeploymentsCommand(input);
|
|
175
|
+
* const response = await client.send(command);
|
|
176
|
+
* /* response is
|
|
177
|
+
* {
|
|
178
|
+
* BlueGreenDeployments: [
|
|
179
|
+
* {
|
|
180
|
+
* BlueGreenDeploymentIdentifier: "bgd-wi89nwzglccsfake",
|
|
181
|
+
* BlueGreenDeploymentName: "my-blue-green-deployment",
|
|
182
|
+
* CreateTime: "2022-02-25T21:12:00.288Z",
|
|
183
|
+
* Source: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
184
|
+
* Status: "AVAILABLE",
|
|
185
|
+
* SwitchoverDetails: [
|
|
186
|
+
* {
|
|
187
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
188
|
+
* Status: "AVAILABLE",
|
|
189
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-green-3rnukl"
|
|
190
|
+
* },
|
|
191
|
+
* {
|
|
192
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1",
|
|
193
|
+
* Status: "AVAILABLE",
|
|
194
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1-green-gpmaxf"
|
|
195
|
+
* },
|
|
196
|
+
* {
|
|
197
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2",
|
|
198
|
+
* Status: "AVAILABLE",
|
|
199
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2-green-j2oajq"
|
|
200
|
+
* },
|
|
201
|
+
* {
|
|
202
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3",
|
|
203
|
+
* Status: "AVAILABLE",
|
|
204
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3-green-mkxies"
|
|
205
|
+
* },
|
|
206
|
+
* {
|
|
207
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint",
|
|
208
|
+
* Status: "AVAILABLE",
|
|
209
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint-green-4sqjrq"
|
|
210
|
+
* },
|
|
211
|
+
* {
|
|
212
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint",
|
|
213
|
+
* Status: "AVAILABLE",
|
|
214
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint-green-gwwzlg"
|
|
215
|
+
* }
|
|
216
|
+
* ],
|
|
217
|
+
* Target: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-green-3rnukl",
|
|
218
|
+
* Tasks: [
|
|
219
|
+
* {
|
|
220
|
+
* Name: "CREATING_READ_REPLICA_OF_SOURCE",
|
|
221
|
+
* Status: "COMPLETED"
|
|
222
|
+
* },
|
|
223
|
+
* {
|
|
224
|
+
* Name: "DB_ENGINE_VERSION_UPGRADE",
|
|
225
|
+
* Status: "COMPLETED"
|
|
226
|
+
* },
|
|
227
|
+
* {
|
|
228
|
+
* Name: "CREATE_DB_INSTANCES_FOR_CLUSTER",
|
|
229
|
+
* Status: "COMPLETED"
|
|
230
|
+
* },
|
|
231
|
+
* {
|
|
232
|
+
* Name: "CREATE_CUSTOM_ENDPOINTS",
|
|
233
|
+
* Status: "COMPLETED"
|
|
234
|
+
* }
|
|
235
|
+
* ]
|
|
236
|
+
* }
|
|
237
|
+
* ]
|
|
238
|
+
* }
|
|
239
|
+
* *\/
|
|
240
|
+
* ```
|
|
241
|
+
*
|
|
242
|
+
* @example To describe a blue/green deployment for an Aurora MySQL cluster after switchover
|
|
243
|
+
* ```javascript
|
|
244
|
+
* // The following example retrieves the details about a blue/green deployment after the green environment is promoted to be the production environment.
|
|
245
|
+
* const input = {
|
|
246
|
+
* BlueGreenDeploymentIdentifier: "bgd-wi89nwzglccsfake"
|
|
247
|
+
* };
|
|
248
|
+
* const command = new DescribeBlueGreenDeploymentsCommand(input);
|
|
249
|
+
* const response = await client.send(command);
|
|
250
|
+
* /* response is
|
|
251
|
+
* {
|
|
252
|
+
* BlueGreenDeployments: [
|
|
253
|
+
* {
|
|
254
|
+
* BlueGreenDeploymentIdentifier: "bgd-wi89nwzglccsfake",
|
|
255
|
+
* BlueGreenDeploymentName: "my-blue-green-deployment",
|
|
256
|
+
* CreateTime: "2022-02-25T22:38:49.522Z",
|
|
257
|
+
* Source: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-old1",
|
|
258
|
+
* Status: "SWITCHOVER_COMPLETED",
|
|
259
|
+
* SwitchoverDetails: [
|
|
260
|
+
* {
|
|
261
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-old1",
|
|
262
|
+
* Status: "SWITCHOVER_COMPLETED",
|
|
263
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster"
|
|
264
|
+
* },
|
|
265
|
+
* {
|
|
266
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1-old1",
|
|
267
|
+
* Status: "SWITCHOVER_COMPLETED",
|
|
268
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1"
|
|
269
|
+
* },
|
|
270
|
+
* {
|
|
271
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2-old1",
|
|
272
|
+
* Status: "SWITCHOVER_COMPLETED",
|
|
273
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2"
|
|
274
|
+
* },
|
|
275
|
+
* {
|
|
276
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3-old1",
|
|
277
|
+
* Status: "SWITCHOVER_COMPLETED",
|
|
278
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3"
|
|
279
|
+
* },
|
|
280
|
+
* {
|
|
281
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint-old1",
|
|
282
|
+
* Status: "SWITCHOVER_COMPLETED",
|
|
283
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint"
|
|
284
|
+
* },
|
|
285
|
+
* {
|
|
286
|
+
* SourceMember: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint-old1",
|
|
287
|
+
* Status: "SWITCHOVER_COMPLETED",
|
|
288
|
+
* TargetMember: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint"
|
|
289
|
+
* }
|
|
290
|
+
* ],
|
|
291
|
+
* Target: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
292
|
+
* Tasks: [
|
|
293
|
+
* {
|
|
294
|
+
* Name: "CREATING_READ_REPLICA_OF_SOURCE",
|
|
295
|
+
* Status: "COMPLETED"
|
|
296
|
+
* },
|
|
297
|
+
* {
|
|
298
|
+
* Name: "DB_ENGINE_VERSION_UPGRADE",
|
|
299
|
+
* Status: "COMPLETED"
|
|
300
|
+
* },
|
|
301
|
+
* {
|
|
302
|
+
* Name: "CREATE_DB_INSTANCES_FOR_CLUSTER",
|
|
303
|
+
* Status: "COMPLETED"
|
|
304
|
+
* },
|
|
305
|
+
* {
|
|
306
|
+
* Name: "CREATE_CUSTOM_ENDPOINTS",
|
|
307
|
+
* Status: "COMPLETED"
|
|
308
|
+
* }
|
|
309
|
+
* ]
|
|
310
|
+
* }
|
|
311
|
+
* ]
|
|
312
|
+
* }
|
|
313
|
+
* *\/
|
|
314
|
+
* ```
|
|
315
|
+
*
|
|
110
316
|
* @public
|
|
111
317
|
*/
|
|
112
318
|
export declare class DescribeBlueGreenDeploymentsCommand extends DescribeBlueGreenDeploymentsCommand_base {
|
|
@@ -27,12 +27,7 @@ declare const DescribeCertificatesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the set of certificate authority (CA) certificates provided by Amazon RDS for this Amazon Web Services account.</p>
|
|
31
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
32
|
-
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
|
34
|
-
* Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
|
|
35
|
-
* User Guide</i>.</p>
|
|
30
|
+
* <p>Lists the set of certificate authority (CA) certificates provided by Amazon RDS for this Amazon Web Services account.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB instance</a> in the <i>Amazon RDS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html"> Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -82,14 +77,63 @@ declare const DescribeCertificatesCommand_base: {
|
|
|
82
77
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
83
78
|
*
|
|
84
79
|
* @throws {@link CertificateNotFoundFault} (client fault)
|
|
85
|
-
* <p>
|
|
86
|
-
* <code>CertificateIdentifier</code> doesn't refer to an
|
|
87
|
-
* existing certificate.</p>
|
|
80
|
+
* <p> <code>CertificateIdentifier</code> doesn't refer to an existing certificate.</p>
|
|
88
81
|
*
|
|
89
82
|
* @throws {@link RDSServiceException}
|
|
90
83
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
91
84
|
*
|
|
92
85
|
*
|
|
86
|
+
* @example To describe certificates
|
|
87
|
+
* ```javascript
|
|
88
|
+
* // The following example retrieves the details of the certificate associated with the user's default region.
|
|
89
|
+
* const input = { /* empty *\/ };
|
|
90
|
+
* const command = new DescribeCertificatesCommand(input);
|
|
91
|
+
* const response = await client.send(command);
|
|
92
|
+
* /* response is
|
|
93
|
+
* {
|
|
94
|
+
* Certificates: [
|
|
95
|
+
* {
|
|
96
|
+
* CertificateArn: "arn:aws:rds:us-east-1::cert:rds-ca-ecc384-g1",
|
|
97
|
+
* CertificateIdentifier: "rds-ca-ecc384-g1",
|
|
98
|
+
* CertificateType: "CA",
|
|
99
|
+
* CustomerOverride: false,
|
|
100
|
+
* Thumbprint: "24a97b91cbe86911190576c35c36aab4fEXAMPLE",
|
|
101
|
+
* ValidFrom: "2021-05-25T22:41:55Z",
|
|
102
|
+
* ValidTill: "2121-05-25T23:41:55Z"
|
|
103
|
+
* },
|
|
104
|
+
* {
|
|
105
|
+
* CertificateArn: "arn:aws:rds:us-east-1::cert:rds-ca-rsa4096-g1",
|
|
106
|
+
* CertificateIdentifier: "rds-ca-rsa4096-g1",
|
|
107
|
+
* CertificateType: "CA",
|
|
108
|
+
* CustomerOverride: false,
|
|
109
|
+
* Thumbprint: "9da6fa7fd2ec09c569a400d876b01b0c1EXAMPLE",
|
|
110
|
+
* ValidFrom: "2021-05-25T22:38:35Z",
|
|
111
|
+
* ValidTill: "2121-05-25T23:38:35Z"
|
|
112
|
+
* },
|
|
113
|
+
* {
|
|
114
|
+
* CertificateArn: "arn:aws:rds:us-east-1::cert:rds-ca-rsa2048-g1",
|
|
115
|
+
* CertificateIdentifier: "rds-ca-rsa2048-g1",
|
|
116
|
+
* CertificateType: "CA",
|
|
117
|
+
* CustomerOverride: true,
|
|
118
|
+
* CustomerOverrideValidTill: "2061-05-25T23:34:57Z",
|
|
119
|
+
* Thumbprint: "2fa77ef894d983ba9d37ad699c84ab0f6EXAMPLE",
|
|
120
|
+
* ValidFrom: "2021-05-25T22:34:57Z",
|
|
121
|
+
* ValidTill: "2061-05-25T23:34:57Z"
|
|
122
|
+
* },
|
|
123
|
+
* {
|
|
124
|
+
* CertificateArn: "arn:aws:rds:us-east-1::cert:rds-ca-2019",
|
|
125
|
+
* CertificateIdentifier: "rds-ca-2019",
|
|
126
|
+
* CertificateType: "CA",
|
|
127
|
+
* CustomerOverride: false,
|
|
128
|
+
* Thumbprint: "f0ed823ed14447bab557fdf3e49274669EXAMPLE",
|
|
129
|
+
* ValidFrom: "2019-09-19T18:16:53Z",
|
|
130
|
+
* ValidTill: "2024-08-22T17:08:50Z"
|
|
131
|
+
* }
|
|
132
|
+
* ]
|
|
133
|
+
* }
|
|
134
|
+
* *\/
|
|
135
|
+
* ```
|
|
136
|
+
*
|
|
93
137
|
* @public
|
|
94
138
|
*/
|
|
95
139
|
export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {
|
|
@@ -27,10 +27,7 @@ declare const DescribeDBClusterAutomatedBackupsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Displays backups for both current and deleted DB clusters. For example, use this operation to find details
|
|
31
|
-
* about automated backups for previously deleted clusters. Current clusters are returned for both the
|
|
32
|
-
* <code>DescribeDBClusterAutomatedBackups</code> and <code>DescribeDBClusters</code> operations.</p>
|
|
33
|
-
* <p>All parameters are optional.</p>
|
|
30
|
+
* <p>Displays backups for both current and deleted DB clusters. For example, use this operation to find details about automated backups for previously deleted clusters. Current clusters are returned for both the <code>DescribeDBClusterAutomatedBackups</code> and <code>DescribeDBClusters</code> operations.</p> <p>All parameters are optional.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const DescribeDBClusterBacktracksCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns information about backtracks for a DB cluster.</p>
|
|
31
|
-
* <p>For more information on Amazon Aurora, see
|
|
32
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
33
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
34
|
-
* <note>
|
|
35
|
-
* <p>This action only applies to Aurora MySQL DB clusters.</p>
|
|
36
|
-
* </note>
|
|
30
|
+
* <p>Returns information about backtracks for a DB cluster.</p> <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <note> <p>This action only applies to Aurora MySQL DB clusters.</p> </note>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -81,12 +75,10 @@ declare const DescribeDBClusterBacktracksCommand_base: {
|
|
|
81
75
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
82
76
|
*
|
|
83
77
|
* @throws {@link DBClusterBacktrackNotFoundFault} (client fault)
|
|
84
|
-
* <p>
|
|
85
|
-
* <code>BacktrackIdentifier</code> doesn't refer to an existing backtrack.</p>
|
|
78
|
+
* <p> <code>BacktrackIdentifier</code> doesn't refer to an existing backtrack.</p>
|
|
86
79
|
*
|
|
87
80
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
88
|
-
* <p>
|
|
89
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
81
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
90
82
|
*
|
|
91
83
|
* @throws {@link RDSServiceException}
|
|
92
84
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,10 +27,7 @@ declare const DescribeDBClusterEndpointsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns information about endpoints for an Amazon Aurora DB cluster.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>This action only applies to Aurora DB clusters.</p>
|
|
33
|
-
* </note>
|
|
30
|
+
* <p>Returns information about endpoints for an Amazon Aurora DB cluster.</p> <note> <p>This action only applies to Aurora DB clusters.</p> </note>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -86,8 +83,7 @@ declare const DescribeDBClusterEndpointsCommand_base: {
|
|
|
86
83
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
87
84
|
*
|
|
88
85
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
89
|
-
* <p>
|
|
90
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
86
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
91
87
|
*
|
|
92
88
|
* @throws {@link RDSServiceException}
|
|
93
89
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,15 +27,7 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a
|
|
31
|
-
* <code>DBClusterParameterGroupName</code> parameter is specified,
|
|
32
|
-
* the list will contain only the description of the specified DB cluster parameter group.</p>
|
|
33
|
-
* <p>For more information on Amazon Aurora, see
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
35
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
36
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
37
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
38
|
-
* Guide</i>.</p>
|
|
30
|
+
* <p>Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a <code>DBClusterParameterGroupName</code> parameter is specified, the list will contain only the description of the specified DB cluster parameter group.</p> <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
39
31
|
* @example
|
|
40
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
33
|
* ```javascript
|
|
@@ -80,9 +72,7 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
|
80
72
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
81
73
|
*
|
|
82
74
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
83
|
-
* <p>
|
|
84
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
85
|
-
* existing DB parameter group.</p>
|
|
75
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
86
76
|
*
|
|
87
77
|
* @throws {@link RDSServiceException}
|
|
88
78
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,13 +27,7 @@ declare const DescribeDBClusterParametersCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns the detailed parameter list for a particular DB cluster parameter group.</p>
|
|
31
|
-
* <p>For more information on Amazon Aurora, see
|
|
32
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
33
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
34
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
35
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
36
|
-
* Guide</i>.</p>
|
|
30
|
+
* <p>Returns the detailed parameter list for a particular DB cluster parameter group.</p> <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -88,9 +82,7 @@ declare const DescribeDBClusterParametersCommand_base: {
|
|
|
88
82
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
89
83
|
*
|
|
90
84
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
91
|
-
* <p>
|
|
92
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
93
|
-
* existing DB parameter group.</p>
|
|
85
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
94
86
|
*
|
|
95
87
|
* @throws {@link RDSServiceException}
|
|
96
88
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,14 +27,7 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.</p>
|
|
31
|
-
* <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBClusterSnapshotAttributes</code>
|
|
32
|
-
* returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are
|
|
33
|
-
* authorized to copy or restore the manual DB cluster snapshot. If <code>all</code> is included in the list of
|
|
34
|
-
* values for the <code>restore</code> attribute, then the manual DB cluster snapshot is public and
|
|
35
|
-
* can be copied or restored by all Amazon Web Services accounts.</p>
|
|
36
|
-
* <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the
|
|
37
|
-
* manual DB cluster snapshot public or private, use the <code>ModifyDBClusterSnapshotAttribute</code> API action.</p>
|
|
30
|
+
* <p>Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.</p> <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBClusterSnapshotAttributes</code> returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual DB cluster snapshot. If <code>all</code> is included in the list of values for the <code>restore</code> attribute, then the manual DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.</p> <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the <code>ModifyDBClusterSnapshotAttribute</code> API action.</p>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -71,8 +64,7 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
|
71
64
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
72
65
|
*
|
|
73
66
|
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
74
|
-
* <p>
|
|
75
|
-
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
67
|
+
* <p> <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
76
68
|
*
|
|
77
69
|
* @throws {@link RDSServiceException}
|
|
78
70
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,13 +27,7 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns information about DB cluster snapshots. This API action supports pagination.</p>
|
|
31
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
32
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
33
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
34
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
35
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
36
|
-
* Guide</i>.</p>
|
|
30
|
+
* <p>Returns information about DB cluster snapshots. This API action supports pagination.</p> <p>For more information on Amazon Aurora DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -112,8 +106,7 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
|
112
106
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
113
107
|
*
|
|
114
108
|
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
115
|
-
* <p>
|
|
116
|
-
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
109
|
+
* <p> <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
117
110
|
*
|
|
118
111
|
* @throws {@link RDSServiceException}
|
|
119
112
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,14 +27,7 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes existing Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
|
|
31
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
32
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
33
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
34
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
35
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
36
|
-
* Guide</i>.</p>
|
|
37
|
-
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
|
|
30
|
+
* <p>Describes existing Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p> <p>For more information on Amazon Aurora DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide</i>.</p> <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -267,8 +260,7 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
267
260
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
268
261
|
*
|
|
269
262
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
270
|
-
* <p>
|
|
271
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
263
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
272
264
|
*
|
|
273
265
|
* @throws {@link RDSServiceException}
|
|
274
266
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -66,6 +66,9 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
66
66
|
* // EngineVersion: "STRING_VALUE",
|
|
67
67
|
* // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
|
|
68
68
|
* // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
|
|
69
|
+
* // DatabaseInstallationFiles: [ // StringList
|
|
70
|
+
* // "STRING_VALUE",
|
|
71
|
+
* // ],
|
|
69
72
|
* // CustomDBEngineVersionManifest: "STRING_VALUE",
|
|
70
73
|
* // DBParameterGroupFamily: "STRING_VALUE",
|
|
71
74
|
* // DBEngineDescription: "STRING_VALUE",
|
|
@@ -75,6 +78,7 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
75
78
|
* // CharacterSetName: "STRING_VALUE",
|
|
76
79
|
* // CharacterSetDescription: "STRING_VALUE",
|
|
77
80
|
* // },
|
|
81
|
+
* // FailureReason: "STRING_VALUE",
|
|
78
82
|
* // Image: { // CustomDBEngineVersionAMI
|
|
79
83
|
* // ImageId: "STRING_VALUE",
|
|
80
84
|
* // Status: "STRING_VALUE",
|
|
@@ -149,10 +153,6 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
149
153
|
* // MinCapacity: Number("double"),
|
|
150
154
|
* // MaxCapacity: Number("double"),
|
|
151
155
|
* // },
|
|
152
|
-
* // DatabaseInstallationFiles: [ // StringList
|
|
153
|
-
* // "STRING_VALUE",
|
|
154
|
-
* // ],
|
|
155
|
-
* // FailureReason: "STRING_VALUE",
|
|
156
156
|
* // },
|
|
157
157
|
* // ],
|
|
158
158
|
* // };
|
|
@@ -27,13 +27,7 @@ declare const DescribeDBInstanceAutomatedBackupsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Displays backups for both current and deleted
|
|
31
|
-
* instances. For example, use this operation to
|
|
32
|
-
* find details about automated backups for previously deleted instances. Current instances
|
|
33
|
-
* with retention periods greater than zero (0) are returned for both the
|
|
34
|
-
* <code>DescribeDBInstanceAutomatedBackups</code> and
|
|
35
|
-
* <code>DescribeDBInstances</code> operations.</p>
|
|
36
|
-
* <p>All parameters are optional.</p>
|
|
30
|
+
* <p>Displays backups for both current and deleted instances. For example, use this operation to find details about automated backups for previously deleted instances. Current instances with retention periods greater than zero (0) are returned for both the <code>DescribeDBInstanceAutomatedBackups</code> and <code>DescribeDBInstances</code> operations.</p> <p>All parameters are optional.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|