@aws-sdk/client-docdb-elastic 3.590.0 → 3.596.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 (37) hide show
  1. package/dist-cjs/index.js +0 -16
  2. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +2 -1
  7. package/dist-types/commands/GetClusterCommand.d.ts +2 -1
  8. package/dist-types/commands/GetClusterSnapshotCommand.d.ts +2 -1
  9. package/dist-types/commands/ListClusterSnapshotsCommand.d.ts +2 -1
  10. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/RestoreClusterFromSnapshotCommand.d.ts +2 -1
  13. package/dist-types/commands/StartClusterCommand.d.ts +2 -1
  14. package/dist-types/commands/StopClusterCommand.d.ts +2 -1
  15. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
  18. package/dist-types/index.d.ts +2 -2
  19. package/dist-types/models/DocDBElasticServiceException.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/GetClusterCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/GetClusterSnapshotCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/ListClusterSnapshotsCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/RestoreClusterFromSnapshotCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/StartClusterCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/StopClusterCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/models/DocDBElasticServiceException.d.ts +2 -1
  37. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -209,7 +209,6 @@ var DocDBElasticClient = _DocDBElasticClient;
209
209
 
210
210
  var import_middleware_serde = require("@smithy/middleware-serde");
211
211
 
212
- var import_types = require("@smithy/types");
213
212
 
214
213
  // src/protocols/Aws_restJson1.ts
215
214
  var import_core2 = require("@aws-sdk/core");
@@ -1025,7 +1024,6 @@ var CopyClusterSnapshotCommand = _CopyClusterSnapshotCommand;
1025
1024
 
1026
1025
 
1027
1026
 
1028
-
1029
1027
  var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1030
1028
  ...commonParams
1031
1029
  }).m(function(Command, cs, config, o) {
@@ -1042,7 +1040,6 @@ var CreateClusterCommand = _CreateClusterCommand;
1042
1040
 
1043
1041
 
1044
1042
 
1045
-
1046
1043
  var _CreateClusterSnapshotCommand = class _CreateClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1047
1044
  ...commonParams
1048
1045
  }).m(function(Command, cs, config, o) {
@@ -1059,7 +1056,6 @@ var CreateClusterSnapshotCommand = _CreateClusterSnapshotCommand;
1059
1056
 
1060
1057
 
1061
1058
 
1062
-
1063
1059
  var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1064
1060
  ...commonParams
1065
1061
  }).m(function(Command, cs, config, o) {
@@ -1076,7 +1072,6 @@ var DeleteClusterCommand = _DeleteClusterCommand;
1076
1072
 
1077
1073
 
1078
1074
 
1079
-
1080
1075
  var _DeleteClusterSnapshotCommand = class _DeleteClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1081
1076
  ...commonParams
1082
1077
  }).m(function(Command, cs, config, o) {
@@ -1093,7 +1088,6 @@ var DeleteClusterSnapshotCommand = _DeleteClusterSnapshotCommand;
1093
1088
 
1094
1089
 
1095
1090
 
1096
-
1097
1091
  var _GetClusterCommand = class _GetClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1098
1092
  ...commonParams
1099
1093
  }).m(function(Command, cs, config, o) {
@@ -1110,7 +1104,6 @@ var GetClusterCommand = _GetClusterCommand;
1110
1104
 
1111
1105
 
1112
1106
 
1113
-
1114
1107
  var _GetClusterSnapshotCommand = class _GetClusterSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1115
1108
  ...commonParams
1116
1109
  }).m(function(Command, cs, config, o) {
@@ -1127,7 +1120,6 @@ var GetClusterSnapshotCommand = _GetClusterSnapshotCommand;
1127
1120
 
1128
1121
 
1129
1122
 
1130
-
1131
1123
  var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
1132
1124
  ...commonParams
1133
1125
  }).m(function(Command, cs, config, o) {
@@ -1144,7 +1136,6 @@ var ListClustersCommand = _ListClustersCommand;
1144
1136
 
1145
1137
 
1146
1138
 
1147
-
1148
1139
  var _ListClusterSnapshotsCommand = class _ListClusterSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
1149
1140
  ...commonParams
1150
1141
  }).m(function(Command, cs, config, o) {
@@ -1161,7 +1152,6 @@ var ListClusterSnapshotsCommand = _ListClusterSnapshotsCommand;
1161
1152
 
1162
1153
 
1163
1154
 
1164
-
1165
1155
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1166
1156
  ...commonParams
1167
1157
  }).m(function(Command, cs, config, o) {
@@ -1178,7 +1168,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1178
1168
 
1179
1169
 
1180
1170
 
1181
-
1182
1171
  var _RestoreClusterFromSnapshotCommand = class _RestoreClusterFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1183
1172
  ...commonParams
1184
1173
  }).m(function(Command, cs, config, o) {
@@ -1195,7 +1184,6 @@ var RestoreClusterFromSnapshotCommand = _RestoreClusterFromSnapshotCommand;
1195
1184
 
1196
1185
 
1197
1186
 
1198
-
1199
1187
  var _StartClusterCommand = class _StartClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1200
1188
  ...commonParams
1201
1189
  }).m(function(Command, cs, config, o) {
@@ -1212,7 +1200,6 @@ var StartClusterCommand = _StartClusterCommand;
1212
1200
 
1213
1201
 
1214
1202
 
1215
-
1216
1203
  var _StopClusterCommand = class _StopClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1217
1204
  ...commonParams
1218
1205
  }).m(function(Command, cs, config, o) {
@@ -1229,7 +1216,6 @@ var StopClusterCommand = _StopClusterCommand;
1229
1216
 
1230
1217
 
1231
1218
 
1232
-
1233
1219
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1234
1220
  ...commonParams
1235
1221
  }).m(function(Command, cs, config, o) {
@@ -1246,7 +1232,6 @@ var TagResourceCommand = _TagResourceCommand;
1246
1232
 
1247
1233
 
1248
1234
 
1249
-
1250
1235
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1251
1236
  ...commonParams
1252
1237
  }).m(function(Command, cs, config, o) {
@@ -1263,7 +1248,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1263
1248
 
1264
1249
 
1265
1250
 
1266
-
1267
1251
  var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1268
1252
  ...commonParams
1269
1253
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CopyClusterSnapshotInput, CopyClusterSnapshotOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateClusterInput, CreateClusterOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateClusterSnapshotInput, CreateClusterSnapshotOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteClusterInput, DeleteClusterOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteClusterSnapshotInput, DeleteClusterSnapshotOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetClusterInput, GetClusterOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetClusterSnapshotInput, GetClusterSnapshotOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListClusterSnapshotsInput, ListClusterSnapshotsOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListClustersInput, ListClustersOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RestoreClusterFromSnapshotInput, RestoreClusterFromSnapshotOutput } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartClusterInput, StartClusterOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StopClusterInput, StopClusterOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateClusterInput, UpdateClusterOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -20,8 +20,8 @@
20
20
  export * from "./DocDBElasticClient";
21
21
  export * from "./DocDBElastic";
22
22
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
23
- export { RuntimeExtension } from "./runtimeExtensions";
24
- export { DocDBElasticExtensionConfiguration } from "./extensionConfiguration";
23
+ export type { RuntimeExtension } from "./runtimeExtensions";
24
+ export type { DocDBElasticExtensionConfiguration } from "./extensionConfiguration";
25
25
  export * from "./commands";
26
26
  export * from "./pagination";
27
27
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  CopyClusterSnapshotInput,
10
10
  CopyClusterSnapshotOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CopyClusterSnapshotCommandInput
14
15
  extends CopyClusterSnapshotInput {}
15
16
  export interface CopyClusterSnapshotCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DocDBElasticClient";
8
8
  import { CreateClusterInput, CreateClusterOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateClusterCommandInput extends CreateClusterInput {}
11
12
  export interface CreateClusterCommandOutput
12
13
  extends CreateClusterOutput,
@@ -9,7 +9,8 @@ import {
9
9
  CreateClusterSnapshotInput,
10
10
  CreateClusterSnapshotOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateClusterSnapshotCommandInput
14
15
  extends CreateClusterSnapshotInput {}
15
16
  export interface CreateClusterSnapshotCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DocDBElasticClient";
8
8
  import { DeleteClusterInput, DeleteClusterOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteClusterCommandInput extends DeleteClusterInput {}
11
12
  export interface DeleteClusterCommandOutput
12
13
  extends DeleteClusterOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteClusterSnapshotInput,
10
10
  DeleteClusterSnapshotOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteClusterSnapshotCommandInput
14
15
  extends DeleteClusterSnapshotInput {}
15
16
  export interface DeleteClusterSnapshotCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DocDBElasticClient";
8
8
  import { GetClusterInput, GetClusterOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetClusterCommandInput extends GetClusterInput {}
11
12
  export interface GetClusterCommandOutput
12
13
  extends GetClusterOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetClusterSnapshotInput,
10
10
  GetClusterSnapshotOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetClusterSnapshotCommandInput
14
15
  extends GetClusterSnapshotInput {}
15
16
  export interface GetClusterSnapshotCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListClusterSnapshotsInput,
10
10
  ListClusterSnapshotsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListClusterSnapshotsCommandInput
14
15
  extends ListClusterSnapshotsInput {}
15
16
  export interface ListClusterSnapshotsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DocDBElasticClient";
8
8
  import { ListClustersInput, ListClustersOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListClustersCommandInput extends ListClustersInput {}
11
12
  export interface ListClustersCommandOutput
12
13
  extends ListClustersOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  RestoreClusterFromSnapshotInput,
10
10
  RestoreClusterFromSnapshotOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RestoreClusterFromSnapshotCommandInput
14
15
  extends RestoreClusterFromSnapshotInput {}
15
16
  export interface RestoreClusterFromSnapshotCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DocDBElasticClient";
8
8
  import { StartClusterInput, StartClusterOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartClusterCommandInput extends StartClusterInput {}
11
12
  export interface StartClusterCommandOutput
12
13
  extends StartClusterOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DocDBElasticClient";
8
8
  import { StopClusterInput, StopClusterOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StopClusterCommandInput extends StopClusterInput {}
11
12
  export interface StopClusterCommandOutput
12
13
  extends StopClusterOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DocDBElasticClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DocDBElasticClient";
8
8
  import { UpdateClusterInput, UpdateClusterOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateClusterCommandInput extends UpdateClusterInput {}
11
12
  export interface UpdateClusterCommandOutput
12
13
  extends UpdateClusterOutput,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class DocDBElasticServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-docdb-elastic",
3
3
  "description": "AWS SDK for JavaScript Docdb Elastic Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.596.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-elastic",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",