@aws-sdk/client-simspaceweaver 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/CreateSnapshotCommand.d.ts +2 -1
  3. package/dist-types/commands/DeleteAppCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteSimulationCommand.d.ts +2 -1
  5. package/dist-types/commands/DescribeAppCommand.d.ts +2 -1
  6. package/dist-types/commands/DescribeSimulationCommand.d.ts +2 -1
  7. package/dist-types/commands/ListAppsCommand.d.ts +2 -1
  8. package/dist-types/commands/ListSimulationsCommand.d.ts +2 -1
  9. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  10. package/dist-types/commands/StartAppCommand.d.ts +2 -1
  11. package/dist-types/commands/StartClockCommand.d.ts +2 -1
  12. package/dist-types/commands/StartSimulationCommand.d.ts +2 -1
  13. package/dist-types/commands/StopAppCommand.d.ts +2 -1
  14. package/dist-types/commands/StopClockCommand.d.ts +2 -1
  15. package/dist-types/commands/StopSimulationCommand.d.ts +2 -1
  16. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  18. package/dist-types/index.d.ts +2 -2
  19. package/dist-types/models/SimSpaceWeaverServiceException.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/DeleteSimulationCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DescribeSimulationCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/ListSimulationsCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/StartAppCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/StartClockCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/StartSimulationCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/StopAppCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/StopClockCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/StopSimulationCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/models/SimSpaceWeaverServiceException.d.ts +2 -1
  37. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -212,7 +212,6 @@ var SimSpaceWeaverClient = _SimSpaceWeaverClient;
212
212
 
213
213
  var import_middleware_serde = require("@smithy/middleware-serde");
214
214
 
215
- var import_types = require("@smithy/types");
216
215
 
217
216
  // src/protocols/Aws_restJson1.ts
218
217
  var import_core2 = require("@aws-sdk/core");
@@ -1051,7 +1050,6 @@ var CreateSnapshotCommand = _CreateSnapshotCommand;
1051
1050
 
1052
1051
 
1053
1052
 
1054
-
1055
1053
  var _DeleteAppCommand = class _DeleteAppCommand extends import_smithy_client.Command.classBuilder().ep({
1056
1054
  ...commonParams
1057
1055
  }).m(function(Command, cs, config, o) {
@@ -1068,7 +1066,6 @@ var DeleteAppCommand = _DeleteAppCommand;
1068
1066
 
1069
1067
 
1070
1068
 
1071
-
1072
1069
  var _DeleteSimulationCommand = class _DeleteSimulationCommand extends import_smithy_client.Command.classBuilder().ep({
1073
1070
  ...commonParams
1074
1071
  }).m(function(Command, cs, config, o) {
@@ -1085,7 +1082,6 @@ var DeleteSimulationCommand = _DeleteSimulationCommand;
1085
1082
 
1086
1083
 
1087
1084
 
1088
-
1089
1085
  var _DescribeAppCommand = class _DescribeAppCommand extends import_smithy_client.Command.classBuilder().ep({
1090
1086
  ...commonParams
1091
1087
  }).m(function(Command, cs, config, o) {
@@ -1102,7 +1098,6 @@ var DescribeAppCommand = _DescribeAppCommand;
1102
1098
 
1103
1099
 
1104
1100
 
1105
-
1106
1101
  var _DescribeSimulationCommand = class _DescribeSimulationCommand extends import_smithy_client.Command.classBuilder().ep({
1107
1102
  ...commonParams
1108
1103
  }).m(function(Command, cs, config, o) {
@@ -1119,7 +1114,6 @@ var DescribeSimulationCommand = _DescribeSimulationCommand;
1119
1114
 
1120
1115
 
1121
1116
 
1122
-
1123
1117
  var _ListAppsCommand = class _ListAppsCommand extends import_smithy_client.Command.classBuilder().ep({
1124
1118
  ...commonParams
1125
1119
  }).m(function(Command, cs, config, o) {
@@ -1136,7 +1130,6 @@ var ListAppsCommand = _ListAppsCommand;
1136
1130
 
1137
1131
 
1138
1132
 
1139
-
1140
1133
  var _ListSimulationsCommand = class _ListSimulationsCommand extends import_smithy_client.Command.classBuilder().ep({
1141
1134
  ...commonParams
1142
1135
  }).m(function(Command, cs, config, o) {
@@ -1153,7 +1146,6 @@ var ListSimulationsCommand = _ListSimulationsCommand;
1153
1146
 
1154
1147
 
1155
1148
 
1156
-
1157
1149
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1158
1150
  ...commonParams
1159
1151
  }).m(function(Command, cs, config, o) {
@@ -1170,7 +1162,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1170
1162
 
1171
1163
 
1172
1164
 
1173
-
1174
1165
  var _StartAppCommand = class _StartAppCommand extends import_smithy_client.Command.classBuilder().ep({
1175
1166
  ...commonParams
1176
1167
  }).m(function(Command, cs, config, o) {
@@ -1187,7 +1178,6 @@ var StartAppCommand = _StartAppCommand;
1187
1178
 
1188
1179
 
1189
1180
 
1190
-
1191
1181
  var _StartClockCommand = class _StartClockCommand extends import_smithy_client.Command.classBuilder().ep({
1192
1182
  ...commonParams
1193
1183
  }).m(function(Command, cs, config, o) {
@@ -1204,7 +1194,6 @@ var StartClockCommand = _StartClockCommand;
1204
1194
 
1205
1195
 
1206
1196
 
1207
-
1208
1197
  var _StartSimulationCommand = class _StartSimulationCommand extends import_smithy_client.Command.classBuilder().ep({
1209
1198
  ...commonParams
1210
1199
  }).m(function(Command, cs, config, o) {
@@ -1221,7 +1210,6 @@ var StartSimulationCommand = _StartSimulationCommand;
1221
1210
 
1222
1211
 
1223
1212
 
1224
-
1225
1213
  var _StopAppCommand = class _StopAppCommand extends import_smithy_client.Command.classBuilder().ep({
1226
1214
  ...commonParams
1227
1215
  }).m(function(Command, cs, config, o) {
@@ -1238,7 +1226,6 @@ var StopAppCommand = _StopAppCommand;
1238
1226
 
1239
1227
 
1240
1228
 
1241
-
1242
1229
  var _StopClockCommand = class _StopClockCommand extends import_smithy_client.Command.classBuilder().ep({
1243
1230
  ...commonParams
1244
1231
  }).m(function(Command, cs, config, o) {
@@ -1255,7 +1242,6 @@ var StopClockCommand = _StopClockCommand;
1255
1242
 
1256
1243
 
1257
1244
 
1258
-
1259
1245
  var _StopSimulationCommand = class _StopSimulationCommand extends import_smithy_client.Command.classBuilder().ep({
1260
1246
  ...commonParams
1261
1247
  }).m(function(Command, cs, config, o) {
@@ -1272,7 +1258,6 @@ var StopSimulationCommand = _StopSimulationCommand;
1272
1258
 
1273
1259
 
1274
1260
 
1275
-
1276
1261
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1277
1262
  ...commonParams
1278
1263
  }).m(function(Command, cs, config, o) {
@@ -1289,7 +1274,6 @@ var TagResourceCommand = _TagResourceCommand;
1289
1274
 
1290
1275
 
1291
1276
 
1292
-
1293
1277
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1294
1278
  ...commonParams
1295
1279
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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 { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConf
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
  *
@@ -16,8 +16,8 @@
16
16
  export * from "./SimSpaceWeaverClient";
17
17
  export * from "./SimSpaceWeaver";
18
18
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
19
- export { RuntimeExtension } from "./runtimeExtensions";
20
- export { SimSpaceWeaverExtensionConfiguration } from "./extensionConfiguration";
19
+ export type { RuntimeExtension } from "./runtimeExtensions";
20
+ export type { SimSpaceWeaverExtensionConfiguration } from "./extensionConfiguration";
21
21
  export * from "./commands";
22
22
  export * from "./pagination";
23
23
  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
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateSnapshotCommandInput extends CreateSnapshotInput {}
11
12
  export interface CreateSnapshotCommandOutput
12
13
  extends CreateSnapshotOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAppCommandInput extends DeleteAppInput {}
11
12
  export interface DeleteAppCommandOutput
12
13
  extends DeleteAppOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SimSpaceWeaverClientResolvedConfig,
11
11
  } from "../SimSpaceWeaverClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSimulationCommandInput extends DeleteSimulationInput {}
14
15
  export interface DeleteSimulationCommandOutput
15
16
  extends DeleteSimulationOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeAppCommandInput extends DescribeAppInput {}
11
12
  export interface DescribeAppCommandOutput
12
13
  extends DescribeAppOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SimSpaceWeaverClientResolvedConfig,
11
11
  } from "../SimSpaceWeaverClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeSimulationCommandInput
14
15
  extends DescribeSimulationInput {}
15
16
  export interface DescribeSimulationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListAppsCommandInput extends ListAppsInput {}
11
12
  export interface ListAppsCommandOutput
12
13
  extends ListAppsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SimSpaceWeaverClientResolvedConfig,
11
11
  } from "../SimSpaceWeaverClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListSimulationsCommandInput extends ListSimulationsInput {}
14
15
  export interface ListSimulationsCommandOutput
15
16
  extends ListSimulationsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SimSpaceWeaverClientResolvedConfig,
11
11
  } from "../SimSpaceWeaverClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartAppCommandInput extends StartAppInput {}
11
12
  export interface StartAppCommandOutput
12
13
  extends StartAppOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartClockCommandInput extends StartClockInput {}
11
12
  export interface StartClockCommandOutput
12
13
  extends StartClockOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SimSpaceWeaverClientResolvedConfig,
11
11
  } from "../SimSpaceWeaverClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartSimulationCommandInput extends StartSimulationInput {}
14
15
  export interface StartSimulationCommandOutput
15
16
  extends StartSimulationOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StopAppCommandInput extends StopAppInput {}
11
12
  export interface StopAppCommandOutput extends StopAppOutput, __MetadataBearer {}
12
13
  declare const StopAppCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StopClockCommandInput extends StopClockInput {}
11
12
  export interface StopClockCommandOutput
12
13
  extends StopClockOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StopSimulationCommandInput extends StopSimulationInput {}
11
12
  export interface StopSimulationCommandOutput
12
13
  extends StopSimulationOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SimSpaceWeaverClientResolvedConfig,
8
8
  } from "../SimSpaceWeaverClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput
12
13
  extends UntagResourceOutput,
@@ -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 SimSpaceWeaverServiceException 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-simspaceweaver",
3
3
  "description": "AWS SDK for JavaScript Simspaceweaver 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-simspaceweaver",
@@ -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",