@aws-sdk/client-docdb 3.775.0 → 3.777.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.
Files changed (56) hide show
  1. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -0
  2. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -0
  3. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -0
  4. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -0
  5. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -0
  13. package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -0
  14. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -0
  20. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -0
  21. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -0
  25. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -0
  27. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -0
  28. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -0
  29. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -0
  30. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -0
  32. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
  33. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -0
  34. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -0
  35. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -0
  36. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -0
  37. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -0
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  39. package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -0
  40. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -0
  41. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -0
  42. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -0
  43. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -0
  44. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -0
  45. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -0
  46. package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -0
  47. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -0
  48. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -0
  49. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  50. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +1 -0
  51. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -0
  52. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -0
  53. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -0
  54. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -0
  55. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +1 -0
  56. package/package.json +2 -2
@@ -77,6 +77,7 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
77
77
  * @throws {@link DocDBServiceException}
78
78
  * <p>Base exception class for all service exceptions from DocDB service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base {
@@ -73,6 +73,7 @@ declare const AddTagsToResourceCommand_base: {
73
73
  * @throws {@link DocDBServiceException}
74
74
  * <p>Base exception class for all service exceptions from DocDB service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
@@ -79,6 +79,7 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
79
79
  * @throws {@link DocDBServiceException}
80
80
  * <p>Base exception class for all service exceptions from DocDB service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base {
@@ -77,6 +77,7 @@ declare const CopyDBClusterParameterGroupCommand_base: {
77
77
  * @throws {@link DocDBServiceException}
78
78
  * <p>Base exception class for all service exceptions from DocDB service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {
@@ -113,6 +113,7 @@ declare const CopyDBClusterSnapshotCommand_base: {
113
113
  * @throws {@link DocDBServiceException}
114
114
  * <p>Base exception class for all service exceptions from DocDB service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {
@@ -208,6 +208,7 @@ declare const CreateDBClusterCommand_base: {
208
208
  * @throws {@link DocDBServiceException}
209
209
  * <p>Base exception class for all service exceptions from DocDB service.</p>
210
210
  *
211
+ *
211
212
  * @public
212
213
  */
213
214
  export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {
@@ -91,6 +91,7 @@ declare const CreateDBClusterParameterGroupCommand_base: {
91
91
  * @throws {@link DocDBServiceException}
92
92
  * <p>Base exception class for all service exceptions from DocDB service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base {
@@ -98,6 +98,7 @@ declare const CreateDBClusterSnapshotCommand_base: {
98
98
  * @throws {@link DocDBServiceException}
99
99
  * <p>Base exception class for all service exceptions from DocDB service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base {
@@ -214,6 +214,7 @@ declare const CreateDBInstanceCommand_base: {
214
214
  * @throws {@link DocDBServiceException}
215
215
  * <p>Base exception class for all service exceptions from DocDB service.</p>
216
216
  *
217
+ *
217
218
  * @public
218
219
  */
219
220
  export declare class CreateDBInstanceCommand extends CreateDBInstanceCommand_base {
@@ -97,6 +97,7 @@ declare const CreateDBSubnetGroupCommand_base: {
97
97
  * @throws {@link DocDBServiceException}
98
98
  * <p>Base exception class for all service exceptions from DocDB service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class CreateDBSubnetGroupCommand extends CreateDBSubnetGroupCommand_base {
@@ -107,6 +107,7 @@ declare const CreateEventSubscriptionCommand_base: {
107
107
  * @throws {@link DocDBServiceException}
108
108
  * <p>Base exception class for all service exceptions from DocDB service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base {
@@ -97,6 +97,7 @@ declare const CreateGlobalClusterCommand_base: {
97
97
  * @throws {@link DocDBServiceException}
98
98
  * <p>Base exception class for all service exceptions from DocDB service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base {
@@ -135,6 +135,7 @@ declare const DeleteDBClusterCommand_base: {
135
135
  * @throws {@link DocDBServiceException}
136
136
  * <p>Base exception class for all service exceptions from DocDB service.</p>
137
137
  *
138
+ *
138
139
  * @public
139
140
  */
140
141
  export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {
@@ -59,6 +59,7 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
59
59
  * @throws {@link DocDBServiceException}
60
60
  * <p>Base exception class for all service exceptions from DocDB service.</p>
61
61
  *
62
+ *
62
63
  * @public
63
64
  */
64
65
  export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base {
@@ -85,6 +85,7 @@ declare const DeleteDBClusterSnapshotCommand_base: {
85
85
  * @throws {@link DocDBServiceException}
86
86
  * <p>Base exception class for all service exceptions from DocDB service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base {
@@ -161,6 +161,7 @@ declare const DeleteDBInstanceCommand_base: {
161
161
  * @throws {@link DocDBServiceException}
162
162
  * <p>Base exception class for all service exceptions from DocDB service.</p>
163
163
  *
164
+ *
164
165
  * @public
165
166
  */
166
167
  export declare class DeleteDBInstanceCommand extends DeleteDBInstanceCommand_base {
@@ -66,6 +66,7 @@ declare const DeleteDBSubnetGroupCommand_base: {
66
66
  * @throws {@link DocDBServiceException}
67
67
  * <p>Base exception class for all service exceptions from DocDB service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {
@@ -76,6 +76,7 @@ declare const DeleteEventSubscriptionCommand_base: {
76
76
  * @throws {@link DocDBServiceException}
77
77
  * <p>Base exception class for all service exceptions from DocDB service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
@@ -82,6 +82,7 @@ declare const DeleteGlobalClusterCommand_base: {
82
82
  * @throws {@link DocDBServiceException}
83
83
  * <p>Base exception class for all service exceptions from DocDB service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {
@@ -78,6 +78,7 @@ declare const DescribeCertificatesCommand_base: {
78
78
  * @throws {@link DocDBServiceException}
79
79
  * <p>Base exception class for all service exceptions from DocDB service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {
@@ -76,6 +76,7 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
76
76
  * @throws {@link DocDBServiceException}
77
77
  * <p>Base exception class for all service exceptions from DocDB service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {
@@ -84,6 +84,7 @@ declare const DescribeDBClusterParametersCommand_base: {
84
84
  * @throws {@link DocDBServiceException}
85
85
  * <p>Base exception class for all service exceptions from DocDB service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_base {
@@ -71,6 +71,7 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
71
71
  * @throws {@link DocDBServiceException}
72
72
  * <p>Base exception class for all service exceptions from DocDB service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {
@@ -96,6 +96,7 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
96
96
  * @throws {@link DocDBServiceException}
97
97
  * <p>Base exception class for all service exceptions from DocDB service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {
@@ -138,6 +138,7 @@ declare const DescribeDBClustersCommand_base: {
138
138
  * @throws {@link DocDBServiceException}
139
139
  * <p>Base exception class for all service exceptions from DocDB service.</p>
140
140
  *
141
+ *
141
142
  * @public
142
143
  */
143
144
  export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {
@@ -95,6 +95,7 @@ declare const DescribeDBEngineVersionsCommand_base: {
95
95
  * @throws {@link DocDBServiceException}
96
96
  * <p>Base exception class for all service exceptions from DocDB service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {
@@ -160,6 +160,7 @@ declare const DescribeDBInstancesCommand_base: {
160
160
  * @throws {@link DocDBServiceException}
161
161
  * <p>Base exception class for all service exceptions from DocDB service.</p>
162
162
  *
163
+ *
163
164
  * @public
164
165
  */
165
166
  export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {
@@ -87,6 +87,7 @@ declare const DescribeDBSubnetGroupsCommand_base: {
87
87
  * @throws {@link DocDBServiceException}
88
88
  * <p>Base exception class for all service exceptions from DocDB service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {
@@ -82,6 +82,7 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
82
82
  * @throws {@link DocDBServiceException}
83
83
  * <p>Base exception class for all service exceptions from DocDB service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {
@@ -70,6 +70,7 @@ declare const DescribeEventCategoriesCommand_base: {
70
70
  * @throws {@link DocDBServiceException}
71
71
  * <p>Base exception class for all service exceptions from DocDB service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {
@@ -86,6 +86,7 @@ declare const DescribeEventSubscriptionsCommand_base: {
86
86
  * @throws {@link DocDBServiceException}
87
87
  * <p>Base exception class for all service exceptions from DocDB service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {
@@ -83,6 +83,7 @@ declare const DescribeEventsCommand_base: {
83
83
  * @throws {@link DocDBServiceException}
84
84
  * <p>Base exception class for all service exceptions from DocDB service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
@@ -92,6 +92,7 @@ declare const DescribeGlobalClustersCommand_base: {
92
92
  * @throws {@link DocDBServiceException}
93
93
  * <p>Base exception class for all service exceptions from DocDB service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DescribeGlobalClustersCommand extends DescribeGlobalClustersCommand_base {
@@ -83,6 +83,7 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
83
83
  * @throws {@link DocDBServiceException}
84
84
  * <p>Base exception class for all service exceptions from DocDB service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DescribeOrderableDBInstanceOptionsCommand extends DescribeOrderableDBInstanceOptionsCommand_base {
@@ -83,6 +83,7 @@ declare const DescribePendingMaintenanceActionsCommand_base: {
83
83
  * @throws {@link DocDBServiceException}
84
84
  * <p>Base exception class for all service exceptions from DocDB service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DescribePendingMaintenanceActionsCommand extends DescribePendingMaintenanceActionsCommand_base {
@@ -130,6 +130,7 @@ declare const FailoverDBClusterCommand_base: {
130
130
  * @throws {@link DocDBServiceException}
131
131
  * <p>Base exception class for all service exceptions from DocDB service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class FailoverDBClusterCommand extends FailoverDBClusterCommand_base {
@@ -92,6 +92,7 @@ declare const FailoverGlobalClusterCommand_base: {
92
92
  * @throws {@link DocDBServiceException}
93
93
  * <p>Base exception class for all service exceptions from DocDB service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class FailoverGlobalClusterCommand extends FailoverGlobalClusterCommand_base {
@@ -79,6 +79,7 @@ declare const ListTagsForResourceCommand_base: {
79
79
  * @throws {@link DocDBServiceException}
80
80
  * <p>Base exception class for all service exceptions from DocDB service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -184,6 +184,7 @@ declare const ModifyDBClusterCommand_base: {
184
184
  * @throws {@link DocDBServiceException}
185
185
  * <p>Base exception class for all service exceptions from DocDB service.</p>
186
186
  *
187
+ *
187
188
  * @public
188
189
  */
189
190
  export declare class ModifyDBClusterCommand extends ModifyDBClusterCommand_base {
@@ -93,6 +93,7 @@ declare const ModifyDBClusterParameterGroupCommand_base: {
93
93
  * @throws {@link DocDBServiceException}
94
94
  * <p>Base exception class for all service exceptions from DocDB service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class ModifyDBClusterParameterGroupCommand extends ModifyDBClusterParameterGroupCommand_base {
@@ -83,6 +83,7 @@ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
83
83
  * @throws {@link DocDBServiceException}
84
84
  * <p>Base exception class for all service exceptions from DocDB service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class ModifyDBClusterSnapshotAttributeCommand extends ModifyDBClusterSnapshotAttributeCommand_base {
@@ -203,6 +203,7 @@ declare const ModifyDBInstanceCommand_base: {
203
203
  * @throws {@link DocDBServiceException}
204
204
  * <p>Base exception class for all service exceptions from DocDB service.</p>
205
205
  *
206
+ *
206
207
  * @public
207
208
  */
208
209
  export declare class ModifyDBInstanceCommand extends ModifyDBInstanceCommand_base {
@@ -90,6 +90,7 @@ declare const ModifyDBSubnetGroupCommand_base: {
90
90
  * @throws {@link DocDBServiceException}
91
91
  * <p>Base exception class for all service exceptions from DocDB service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ModifyDBSubnetGroupCommand extends ModifyDBSubnetGroupCommand_base {
@@ -93,6 +93,7 @@ declare const ModifyEventSubscriptionCommand_base: {
93
93
  * @throws {@link DocDBServiceException}
94
94
  * <p>Base exception class for all service exceptions from DocDB service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class ModifyEventSubscriptionCommand extends ModifyEventSubscriptionCommand_base {
@@ -84,6 +84,7 @@ declare const ModifyGlobalClusterCommand_base: {
84
84
  * @throws {@link DocDBServiceException}
85
85
  * <p>Base exception class for all service exceptions from DocDB service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class ModifyGlobalClusterCommand extends ModifyGlobalClusterCommand_base {
@@ -158,6 +158,7 @@ declare const RebootDBInstanceCommand_base: {
158
158
  * @throws {@link DocDBServiceException}
159
159
  * <p>Base exception class for all service exceptions from DocDB service.</p>
160
160
  *
161
+ *
161
162
  * @public
162
163
  */
163
164
  export declare class RebootDBInstanceCommand extends RebootDBInstanceCommand_base {
@@ -87,6 +87,7 @@ declare const RemoveFromGlobalClusterCommand_base: {
87
87
  * @throws {@link DocDBServiceException}
88
88
  * <p>Base exception class for all service exceptions from DocDB service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class RemoveFromGlobalClusterCommand extends RemoveFromGlobalClusterCommand_base {
@@ -77,6 +77,7 @@ declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
77
77
  * @throws {@link DocDBServiceException}
78
78
  * <p>Base exception class for all service exceptions from DocDB service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class RemoveSourceIdentifierFromSubscriptionCommand extends RemoveSourceIdentifierFromSubscriptionCommand_base {
@@ -67,6 +67,7 @@ declare const RemoveTagsFromResourceCommand_base: {
67
67
  * @throws {@link DocDBServiceException}
68
68
  * <p>Base exception class for all service exceptions from DocDB service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
@@ -83,6 +83,7 @@ declare const ResetDBClusterParameterGroupCommand_base: {
83
83
  * @throws {@link DocDBServiceException}
84
84
  * <p>Base exception class for all service exceptions from DocDB service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class ResetDBClusterParameterGroupCommand extends ResetDBClusterParameterGroupCommand_base {
@@ -191,6 +191,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
191
191
  * @throws {@link DocDBServiceException}
192
192
  * <p>Base exception class for all service exceptions from DocDB service.</p>
193
193
  *
194
+ *
194
195
  * @public
195
196
  */
196
197
  export declare class RestoreDBClusterFromSnapshotCommand extends RestoreDBClusterFromSnapshotCommand_base {
@@ -193,6 +193,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
193
193
  * @throws {@link DocDBServiceException}
194
194
  * <p>Base exception class for all service exceptions from DocDB service.</p>
195
195
  *
196
+ *
196
197
  * @public
197
198
  */
198
199
  export declare class RestoreDBClusterToPointInTimeCommand extends RestoreDBClusterToPointInTimeCommand_base {
@@ -129,6 +129,7 @@ declare const StartDBClusterCommand_base: {
129
129
  * @throws {@link DocDBServiceException}
130
130
  * <p>Base exception class for all service exceptions from DocDB service.</p>
131
131
  *
132
+ *
132
133
  * @public
133
134
  */
134
135
  export declare class StartDBClusterCommand extends StartDBClusterCommand_base {
@@ -130,6 +130,7 @@ declare const StopDBClusterCommand_base: {
130
130
  * @throws {@link DocDBServiceException}
131
131
  * <p>Base exception class for all service exceptions from DocDB service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class StopDBClusterCommand extends StopDBClusterCommand_base {
@@ -87,6 +87,7 @@ declare const SwitchoverGlobalClusterCommand_base: {
87
87
  * @throws {@link DocDBServiceException}
88
88
  * <p>Base exception class for all service exceptions from DocDB service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class SwitchoverGlobalClusterCommand extends SwitchoverGlobalClusterCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-docdb",
3
3
  "description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-docdb",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",