@aws-sdk/client-docdb 3.651.1 → 3.658.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/AddSourceIdentifierToSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +11 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +11 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +11 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +12 -1
- package/package.json +37 -37
|
@@ -96,4 +96,15 @@ declare const ModifyDBClusterParameterGroupCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ModifyDBClusterParameterGroupCommand extends ModifyDBClusterParameterGroupCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: ModifyDBClusterParameterGroupMessage;
|
|
103
|
+
output: DBClusterParameterGroupNameMessage;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: ModifyDBClusterParameterGroupCommandInput;
|
|
107
|
+
output: ModifyDBClusterParameterGroupCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -86,4 +86,15 @@ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ModifyDBClusterSnapshotAttributeCommand extends ModifyDBClusterSnapshotAttributeCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ModifyDBClusterSnapshotAttributeMessage;
|
|
93
|
+
output: ModifyDBClusterSnapshotAttributeResult;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ModifyDBClusterSnapshotAttributeCommandInput;
|
|
97
|
+
output: ModifyDBClusterSnapshotAttributeCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -206,4 +206,15 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
206
206
|
* @public
|
|
207
207
|
*/
|
|
208
208
|
export declare class ModifyDBInstanceCommand extends ModifyDBInstanceCommand_base {
|
|
209
|
+
/** @internal type navigation helper, not in runtime. */
|
|
210
|
+
protected static __types: {
|
|
211
|
+
api: {
|
|
212
|
+
input: ModifyDBInstanceMessage;
|
|
213
|
+
output: ModifyDBInstanceResult;
|
|
214
|
+
};
|
|
215
|
+
sdk: {
|
|
216
|
+
input: ModifyDBInstanceCommandInput;
|
|
217
|
+
output: ModifyDBInstanceCommandOutput;
|
|
218
|
+
};
|
|
219
|
+
};
|
|
209
220
|
}
|
|
@@ -93,4 +93,15 @@ declare const ModifyDBSubnetGroupCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ModifyDBSubnetGroupCommand extends ModifyDBSubnetGroupCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ModifyDBSubnetGroupMessage;
|
|
100
|
+
output: ModifyDBSubnetGroupResult;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ModifyDBSubnetGroupCommandInput;
|
|
104
|
+
output: ModifyDBSubnetGroupCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -96,4 +96,15 @@ declare const ModifyEventSubscriptionCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ModifyEventSubscriptionCommand extends ModifyEventSubscriptionCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: ModifyEventSubscriptionMessage;
|
|
103
|
+
output: ModifyEventSubscriptionResult;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: ModifyEventSubscriptionCommandInput;
|
|
107
|
+
output: ModifyEventSubscriptionCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -87,4 +87,15 @@ declare const ModifyGlobalClusterCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ModifyGlobalClusterCommand extends ModifyGlobalClusterCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ModifyGlobalClusterMessage;
|
|
94
|
+
output: ModifyGlobalClusterResult;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ModifyGlobalClusterCommandInput;
|
|
98
|
+
output: ModifyGlobalClusterCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -161,4 +161,15 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
161
161
|
* @public
|
|
162
162
|
*/
|
|
163
163
|
export declare class RebootDBInstanceCommand extends RebootDBInstanceCommand_base {
|
|
164
|
+
/** @internal type navigation helper, not in runtime. */
|
|
165
|
+
protected static __types: {
|
|
166
|
+
api: {
|
|
167
|
+
input: RebootDBInstanceMessage;
|
|
168
|
+
output: RebootDBInstanceResult;
|
|
169
|
+
};
|
|
170
|
+
sdk: {
|
|
171
|
+
input: RebootDBInstanceCommandInput;
|
|
172
|
+
output: RebootDBInstanceCommandOutput;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
164
175
|
}
|
|
@@ -90,4 +90,15 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class RemoveFromGlobalClusterCommand extends RemoveFromGlobalClusterCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: RemoveFromGlobalClusterMessage;
|
|
97
|
+
output: RemoveFromGlobalClusterResult;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: RemoveFromGlobalClusterCommandInput;
|
|
101
|
+
output: RemoveFromGlobalClusterCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -80,4 +80,15 @@ declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class RemoveSourceIdentifierFromSubscriptionCommand extends RemoveSourceIdentifierFromSubscriptionCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: RemoveSourceIdentifierFromSubscriptionMessage;
|
|
87
|
+
output: RemoveSourceIdentifierFromSubscriptionResult;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: RemoveSourceIdentifierFromSubscriptionCommandInput;
|
|
91
|
+
output: RemoveSourceIdentifierFromSubscriptionCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -70,4 +70,15 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: RemoveTagsFromResourceMessage;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: RemoveTagsFromResourceCommandInput;
|
|
81
|
+
output: RemoveTagsFromResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -86,4 +86,15 @@ declare const ResetDBClusterParameterGroupCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ResetDBClusterParameterGroupCommand extends ResetDBClusterParameterGroupCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ResetDBClusterParameterGroupMessage;
|
|
93
|
+
output: DBClusterParameterGroupNameMessage;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ResetDBClusterParameterGroupCommandInput;
|
|
97
|
+
output: ResetDBClusterParameterGroupCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -189,4 +189,15 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
189
189
|
* @public
|
|
190
190
|
*/
|
|
191
191
|
export declare class RestoreDBClusterFromSnapshotCommand extends RestoreDBClusterFromSnapshotCommand_base {
|
|
192
|
+
/** @internal type navigation helper, not in runtime. */
|
|
193
|
+
protected static __types: {
|
|
194
|
+
api: {
|
|
195
|
+
input: RestoreDBClusterFromSnapshotMessage;
|
|
196
|
+
output: RestoreDBClusterFromSnapshotResult;
|
|
197
|
+
};
|
|
198
|
+
sdk: {
|
|
199
|
+
input: RestoreDBClusterFromSnapshotCommandInput;
|
|
200
|
+
output: RestoreDBClusterFromSnapshotCommandOutput;
|
|
201
|
+
};
|
|
202
|
+
};
|
|
192
203
|
}
|
|
@@ -191,4 +191,15 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
191
191
|
* @public
|
|
192
192
|
*/
|
|
193
193
|
export declare class RestoreDBClusterToPointInTimeCommand extends RestoreDBClusterToPointInTimeCommand_base {
|
|
194
|
+
/** @internal type navigation helper, not in runtime. */
|
|
195
|
+
protected static __types: {
|
|
196
|
+
api: {
|
|
197
|
+
input: RestoreDBClusterToPointInTimeMessage;
|
|
198
|
+
output: RestoreDBClusterToPointInTimeResult;
|
|
199
|
+
};
|
|
200
|
+
sdk: {
|
|
201
|
+
input: RestoreDBClusterToPointInTimeCommandInput;
|
|
202
|
+
output: RestoreDBClusterToPointInTimeCommandOutput;
|
|
203
|
+
};
|
|
204
|
+
};
|
|
194
205
|
}
|
|
@@ -127,4 +127,15 @@ declare const StartDBClusterCommand_base: {
|
|
|
127
127
|
* @public
|
|
128
128
|
*/
|
|
129
129
|
export declare class StartDBClusterCommand extends StartDBClusterCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: StartDBClusterMessage;
|
|
134
|
+
output: StartDBClusterResult;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: StartDBClusterCommandInput;
|
|
138
|
+
output: StartDBClusterCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -128,4 +128,15 @@ declare const StopDBClusterCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class StopDBClusterCommand extends StopDBClusterCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: StopDBClusterMessage;
|
|
135
|
+
output: StopDBClusterResult;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: StopDBClusterCommandInput;
|
|
139
|
+
output: StopDBClusterCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -90,4 +90,15 @@ declare const SwitchoverGlobalClusterCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class SwitchoverGlobalClusterCommand extends SwitchoverGlobalClusterCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: SwitchoverGlobalClusterMessage;
|
|
97
|
+
output: SwitchoverGlobalClusterResult;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: SwitchoverGlobalClusterCommandInput;
|
|
101
|
+
output: SwitchoverGlobalClusterCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -37,4 +37,15 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base {
|
|
40
|
+
export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AddSourceIdentifierToSubscriptionMessage;
|
|
44
|
+
output: AddSourceIdentifierToSubscriptionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AddSourceIdentifierToSubscriptionCommandInput;
|
|
48
|
+
output: AddSourceIdentifierToSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
|
|
35
|
+
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: AddTagsToResourceMessage;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: AddTagsToResourceCommandInput;
|
|
43
|
+
output: AddTagsToResourceCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base {
|
|
40
|
+
export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ApplyPendingMaintenanceActionMessage;
|
|
44
|
+
output: ApplyPendingMaintenanceActionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ApplyPendingMaintenanceActionCommandInput;
|
|
48
|
+
output: ApplyPendingMaintenanceActionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CopyDBClusterParameterGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {
|
|
40
|
+
export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CopyDBClusterParameterGroupMessage;
|
|
44
|
+
output: CopyDBClusterParameterGroupResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CopyDBClusterParameterGroupCommandInput;
|
|
48
|
+
output: CopyDBClusterParameterGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {
|
|
40
|
+
export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CopyDBClusterSnapshotMessage;
|
|
44
|
+
output: CopyDBClusterSnapshotResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CopyDBClusterSnapshotCommandInput;
|
|
48
|
+
output: CopyDBClusterSnapshotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDBClusterCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {
|
|
39
|
+
export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDBClusterMessage;
|
|
43
|
+
output: CreateDBClusterResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDBClusterCommandInput;
|
|
47
|
+
output: CreateDBClusterCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDBClusterParameterGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base {
|
|
40
|
+
export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDBClusterParameterGroupMessage;
|
|
44
|
+
output: CreateDBClusterParameterGroupResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDBClusterParameterGroupCommandInput;
|
|
48
|
+
output: CreateDBClusterParameterGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDBClusterSnapshotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base {
|
|
40
|
+
export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDBClusterSnapshotMessage;
|
|
44
|
+
output: CreateDBClusterSnapshotResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDBClusterSnapshotCommandInput;
|
|
48
|
+
output: CreateDBClusterSnapshotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDBInstanceCommand extends CreateDBInstanceCommand_base {
|
|
39
|
+
export declare class CreateDBInstanceCommand extends CreateDBInstanceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDBInstanceMessage;
|
|
43
|
+
output: CreateDBInstanceResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDBInstanceCommandInput;
|
|
47
|
+
output: CreateDBInstanceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDBSubnetGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDBSubnetGroupCommand extends CreateDBSubnetGroupCommand_base {
|
|
40
|
+
export declare class CreateDBSubnetGroupCommand extends CreateDBSubnetGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDBSubnetGroupMessage;
|
|
44
|
+
output: CreateDBSubnetGroupResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDBSubnetGroupCommandInput;
|
|
48
|
+
output: CreateDBSubnetGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateEventSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base {
|
|
40
|
+
export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEventSubscriptionMessage;
|
|
44
|
+
output: CreateEventSubscriptionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEventSubscriptionCommandInput;
|
|
48
|
+
output: CreateEventSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base {
|
|
40
|
+
export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateGlobalClusterMessage;
|
|
44
|
+
output: CreateGlobalClusterResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateGlobalClusterCommandInput;
|
|
48
|
+
output: CreateGlobalClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {
|
|
39
|
+
export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDBClusterMessage;
|
|
43
|
+
output: DeleteDBClusterResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDBClusterCommandInput;
|
|
47
|
+
output: DeleteDBClusterCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base {
|
|
36
|
+
export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteDBClusterParameterGroupMessage;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteDBClusterParameterGroupCommandInput;
|
|
44
|
+
output: DeleteDBClusterParameterGroupCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDBClusterSnapshotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base {
|
|
40
|
+
export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDBClusterSnapshotMessage;
|
|
44
|
+
output: DeleteDBClusterSnapshotResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDBClusterSnapshotCommandInput;
|
|
48
|
+
output: DeleteDBClusterSnapshotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDBInstanceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDBInstanceCommand extends DeleteDBInstanceCommand_base {
|
|
39
|
+
export declare class DeleteDBInstanceCommand extends DeleteDBInstanceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDBInstanceMessage;
|
|
43
|
+
output: DeleteDBInstanceResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDBInstanceCommandInput;
|
|
47
|
+
output: DeleteDBInstanceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteDBSubnetGroupCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {
|
|
35
|
+
export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteDBSubnetGroupMessage;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteDBSubnetGroupCommandInput;
|
|
43
|
+
output: DeleteDBSubnetGroupCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteEventSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
|
|
40
|
+
export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteEventSubscriptionMessage;
|
|
44
|
+
output: DeleteEventSubscriptionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteEventSubscriptionCommandInput;
|
|
48
|
+
output: DeleteEventSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteGlobalClusterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {
|
|
40
|
+
export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteGlobalClusterMessage;
|
|
44
|
+
output: DeleteGlobalClusterResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteGlobalClusterCommandInput;
|
|
48
|
+
output: DeleteGlobalClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeCertificatesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {
|
|
40
|
+
export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCertificatesMessage;
|
|
44
|
+
output: CertificateMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCertificatesCommandInput;
|
|
48
|
+
output: DescribeCertificatesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {
|
|
40
|
+
export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDBClusterParameterGroupsMessage;
|
|
44
|
+
output: DBClusterParameterGroupsMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDBClusterParameterGroupsCommandInput;
|
|
48
|
+
output: DescribeDBClusterParameterGroupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|