@aws-sdk/client-docdb 3.650.0 → 3.654.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
|
@@ -80,4 +80,15 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: AddSourceIdentifierToSubscriptionMessage;
|
|
87
|
+
output: AddSourceIdentifierToSubscriptionResult;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: AddSourceIdentifierToSubscriptionCommandInput;
|
|
91
|
+
output: AddSourceIdentifierToSubscriptionCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -76,4 +76,15 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: AddTagsToResourceMessage;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: AddTagsToResourceCommandInput;
|
|
87
|
+
output: AddTagsToResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -82,4 +82,15 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ApplyPendingMaintenanceActionMessage;
|
|
89
|
+
output: ApplyPendingMaintenanceActionResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ApplyPendingMaintenanceActionCommandInput;
|
|
93
|
+
output: ApplyPendingMaintenanceActionCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -80,4 +80,15 @@ declare const CopyDBClusterParameterGroupCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: CopyDBClusterParameterGroupMessage;
|
|
87
|
+
output: CopyDBClusterParameterGroupResult;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: CopyDBClusterParameterGroupCommandInput;
|
|
91
|
+
output: CopyDBClusterParameterGroupCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -116,4 +116,15 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: CopyDBClusterSnapshotMessage;
|
|
123
|
+
output: CopyDBClusterSnapshotResult;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: CopyDBClusterSnapshotCommandInput;
|
|
127
|
+
output: CopyDBClusterSnapshotCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -204,4 +204,15 @@ declare const CreateDBClusterCommand_base: {
|
|
|
204
204
|
* @public
|
|
205
205
|
*/
|
|
206
206
|
export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {
|
|
207
|
+
/** @internal type navigation helper, not in runtime. */
|
|
208
|
+
protected static __types: {
|
|
209
|
+
api: {
|
|
210
|
+
input: CreateDBClusterMessage;
|
|
211
|
+
output: CreateDBClusterResult;
|
|
212
|
+
};
|
|
213
|
+
sdk: {
|
|
214
|
+
input: CreateDBClusterCommandInput;
|
|
215
|
+
output: CreateDBClusterCommandOutput;
|
|
216
|
+
};
|
|
217
|
+
};
|
|
207
218
|
}
|
|
@@ -94,4 +94,15 @@ declare const CreateDBClusterParameterGroupCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: CreateDBClusterParameterGroupMessage;
|
|
101
|
+
output: CreateDBClusterParameterGroupResult;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: CreateDBClusterParameterGroupCommandInput;
|
|
105
|
+
output: CreateDBClusterParameterGroupCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -101,4 +101,15 @@ declare const CreateDBClusterSnapshotCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: CreateDBClusterSnapshotMessage;
|
|
108
|
+
output: CreateDBClusterSnapshotResult;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: CreateDBClusterSnapshotCommandInput;
|
|
112
|
+
output: CreateDBClusterSnapshotCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -217,4 +217,15 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
217
217
|
* @public
|
|
218
218
|
*/
|
|
219
219
|
export declare class CreateDBInstanceCommand extends CreateDBInstanceCommand_base {
|
|
220
|
+
/** @internal type navigation helper, not in runtime. */
|
|
221
|
+
protected static __types: {
|
|
222
|
+
api: {
|
|
223
|
+
input: CreateDBInstanceMessage;
|
|
224
|
+
output: CreateDBInstanceResult;
|
|
225
|
+
};
|
|
226
|
+
sdk: {
|
|
227
|
+
input: CreateDBInstanceCommandInput;
|
|
228
|
+
output: CreateDBInstanceCommandOutput;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
220
231
|
}
|
|
@@ -100,4 +100,15 @@ declare const CreateDBSubnetGroupCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class CreateDBSubnetGroupCommand extends CreateDBSubnetGroupCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: CreateDBSubnetGroupMessage;
|
|
107
|
+
output: CreateDBSubnetGroupResult;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: CreateDBSubnetGroupCommandInput;
|
|
111
|
+
output: CreateDBSubnetGroupCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -110,4 +110,15 @@ declare const CreateEventSubscriptionCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: CreateEventSubscriptionMessage;
|
|
117
|
+
output: CreateEventSubscriptionResult;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: CreateEventSubscriptionCommandInput;
|
|
121
|
+
output: CreateEventSubscriptionCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -100,4 +100,15 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: CreateGlobalClusterMessage;
|
|
107
|
+
output: CreateGlobalClusterResult;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: CreateGlobalClusterCommandInput;
|
|
111
|
+
output: CreateGlobalClusterCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -133,4 +133,15 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
133
133
|
* @public
|
|
134
134
|
*/
|
|
135
135
|
export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {
|
|
136
|
+
/** @internal type navigation helper, not in runtime. */
|
|
137
|
+
protected static __types: {
|
|
138
|
+
api: {
|
|
139
|
+
input: DeleteDBClusterMessage;
|
|
140
|
+
output: DeleteDBClusterResult;
|
|
141
|
+
};
|
|
142
|
+
sdk: {
|
|
143
|
+
input: DeleteDBClusterCommandInput;
|
|
144
|
+
output: DeleteDBClusterCommandOutput;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
136
147
|
}
|
|
@@ -62,4 +62,15 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
|
|
|
62
62
|
* @public
|
|
63
63
|
*/
|
|
64
64
|
export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base {
|
|
65
|
+
/** @internal type navigation helper, not in runtime. */
|
|
66
|
+
protected static __types: {
|
|
67
|
+
api: {
|
|
68
|
+
input: DeleteDBClusterParameterGroupMessage;
|
|
69
|
+
output: {};
|
|
70
|
+
};
|
|
71
|
+
sdk: {
|
|
72
|
+
input: DeleteDBClusterParameterGroupCommandInput;
|
|
73
|
+
output: DeleteDBClusterParameterGroupCommandOutput;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
65
76
|
}
|
|
@@ -88,4 +88,15 @@ declare const DeleteDBClusterSnapshotCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DeleteDBClusterSnapshotMessage;
|
|
95
|
+
output: DeleteDBClusterSnapshotResult;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DeleteDBClusterSnapshotCommandInput;
|
|
99
|
+
output: DeleteDBClusterSnapshotCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -164,4 +164,15 @@ declare const DeleteDBInstanceCommand_base: {
|
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
export declare class DeleteDBInstanceCommand extends DeleteDBInstanceCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: DeleteDBInstanceMessage;
|
|
171
|
+
output: DeleteDBInstanceResult;
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: DeleteDBInstanceCommandInput;
|
|
175
|
+
output: DeleteDBInstanceCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
167
178
|
}
|
|
@@ -69,4 +69,15 @@ declare const DeleteDBSubnetGroupCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DeleteDBSubnetGroupMessage;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DeleteDBSubnetGroupCommandInput;
|
|
80
|
+
output: DeleteDBSubnetGroupCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteEventSubscriptionCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteEventSubscriptionMessage;
|
|
86
|
+
output: DeleteEventSubscriptionResult;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteEventSubscriptionCommandInput;
|
|
90
|
+
output: DeleteEventSubscriptionCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteGlobalClusterCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteGlobalClusterMessage;
|
|
92
|
+
output: DeleteGlobalClusterResult;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteGlobalClusterCommandInput;
|
|
96
|
+
output: DeleteGlobalClusterCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -81,4 +81,15 @@ declare const DescribeCertificatesCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DescribeCertificatesMessage;
|
|
88
|
+
output: CertificateMessage;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DescribeCertificatesCommandInput;
|
|
92
|
+
output: DescribeCertificatesCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -79,4 +79,15 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DescribeDBClusterParameterGroupsMessage;
|
|
86
|
+
output: DBClusterParameterGroupsMessage;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DescribeDBClusterParameterGroupsCommandInput;
|
|
90
|
+
output: DescribeDBClusterParameterGroupsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeDBClusterParametersCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeDBClusterParametersMessage;
|
|
94
|
+
output: DBClusterParameterGroupDetails;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeDBClusterParametersCommandInput;
|
|
98
|
+
output: DescribeDBClusterParametersCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -74,4 +74,15 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DescribeDBClusterSnapshotAttributesMessage;
|
|
81
|
+
output: DescribeDBClusterSnapshotAttributesResult;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DescribeDBClusterSnapshotAttributesCommandInput;
|
|
85
|
+
output: DescribeDBClusterSnapshotAttributesCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -99,4 +99,15 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: DescribeDBClusterSnapshotsMessage;
|
|
106
|
+
output: DBClusterSnapshotMessage;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: DescribeDBClusterSnapshotsCommandInput;
|
|
110
|
+
output: DescribeDBClusterSnapshotsCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -136,4 +136,15 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: DescribeDBClustersMessage;
|
|
143
|
+
output: DBClusterMessage;
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: DescribeDBClustersCommandInput;
|
|
147
|
+
output: DescribeDBClustersCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -98,4 +98,15 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: DescribeDBEngineVersionsMessage;
|
|
105
|
+
output: DBEngineVersionMessage;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: DescribeDBEngineVersionsCommandInput;
|
|
109
|
+
output: DescribeDBEngineVersionsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -163,4 +163,15 @@ declare const DescribeDBInstancesCommand_base: {
|
|
|
163
163
|
* @public
|
|
164
164
|
*/
|
|
165
165
|
export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {
|
|
166
|
+
/** @internal type navigation helper, not in runtime. */
|
|
167
|
+
protected static __types: {
|
|
168
|
+
api: {
|
|
169
|
+
input: DescribeDBInstancesMessage;
|
|
170
|
+
output: DBInstanceMessage;
|
|
171
|
+
};
|
|
172
|
+
sdk: {
|
|
173
|
+
input: DescribeDBInstancesCommandInput;
|
|
174
|
+
output: DescribeDBInstancesCommandOutput;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
166
177
|
}
|
|
@@ -90,4 +90,15 @@ declare const DescribeDBSubnetGroupsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DescribeDBSubnetGroupsMessage;
|
|
97
|
+
output: DBSubnetGroupMessage;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DescribeDBSubnetGroupsCommandInput;
|
|
101
|
+
output: DescribeDBSubnetGroupsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -85,4 +85,15 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DescribeEngineDefaultClusterParametersMessage;
|
|
92
|
+
output: DescribeEngineDefaultClusterParametersResult;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DescribeEngineDefaultClusterParametersCommandInput;
|
|
96
|
+
output: DescribeEngineDefaultClusterParametersCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -73,4 +73,15 @@ declare const DescribeEventCategoriesCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DescribeEventCategoriesMessage;
|
|
80
|
+
output: EventCategoriesMessage;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DescribeEventCategoriesCommandInput;
|
|
84
|
+
output: DescribeEventCategoriesCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -89,4 +89,15 @@ declare const DescribeEventSubscriptionsCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: DescribeEventSubscriptionsMessage;
|
|
96
|
+
output: EventSubscriptionsMessage;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: DescribeEventSubscriptionsCommandInput;
|
|
100
|
+
output: DescribeEventSubscriptionsCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -86,4 +86,15 @@ declare const DescribeEventsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DescribeEventsMessage;
|
|
93
|
+
output: EventsMessage;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DescribeEventsCommandInput;
|
|
97
|
+
output: DescribeEventsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -95,4 +95,15 @@ declare const DescribeGlobalClustersCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DescribeGlobalClustersCommand extends DescribeGlobalClustersCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DescribeGlobalClustersMessage;
|
|
102
|
+
output: GlobalClustersMessage;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DescribeGlobalClustersCommandInput;
|
|
106
|
+
output: DescribeGlobalClustersCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -86,4 +86,15 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DescribeOrderableDBInstanceOptionsCommand extends DescribeOrderableDBInstanceOptionsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DescribeOrderableDBInstanceOptionsMessage;
|
|
93
|
+
output: OrderableDBInstanceOptionsMessage;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DescribeOrderableDBInstanceOptionsCommandInput;
|
|
97
|
+
output: DescribeOrderableDBInstanceOptionsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -86,4 +86,15 @@ declare const DescribePendingMaintenanceActionsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DescribePendingMaintenanceActionsCommand extends DescribePendingMaintenanceActionsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DescribePendingMaintenanceActionsMessage;
|
|
93
|
+
output: PendingMaintenanceActionsMessage;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DescribePendingMaintenanceActionsCommandInput;
|
|
97
|
+
output: DescribePendingMaintenanceActionsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -128,4 +128,15 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class FailoverDBClusterCommand extends FailoverDBClusterCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: FailoverDBClusterMessage;
|
|
135
|
+
output: FailoverDBClusterResult;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: FailoverDBClusterCommandInput;
|
|
139
|
+
output: FailoverDBClusterCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -95,4 +95,15 @@ declare const FailoverGlobalClusterCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class FailoverGlobalClusterCommand extends FailoverGlobalClusterCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: FailoverGlobalClusterMessage;
|
|
102
|
+
output: FailoverGlobalClusterResult;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: FailoverGlobalClusterCommandInput;
|
|
106
|
+
output: FailoverGlobalClusterCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListTagsForResourceMessage;
|
|
89
|
+
output: TagListMessage;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListTagsForResourceCommandInput;
|
|
93
|
+
output: ListTagsForResourceCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -179,4 +179,15 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
179
179
|
* @public
|
|
180
180
|
*/
|
|
181
181
|
export declare class ModifyDBClusterCommand extends ModifyDBClusterCommand_base {
|
|
182
|
+
/** @internal type navigation helper, not in runtime. */
|
|
183
|
+
protected static __types: {
|
|
184
|
+
api: {
|
|
185
|
+
input: ModifyDBClusterMessage;
|
|
186
|
+
output: ModifyDBClusterResult;
|
|
187
|
+
};
|
|
188
|
+
sdk: {
|
|
189
|
+
input: ModifyDBClusterCommandInput;
|
|
190
|
+
output: ModifyDBClusterCommandOutput;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
182
193
|
}
|