@aws-sdk/client-backup-gateway 3.590.0 → 3.592.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 (55) hide show
  1. package/dist-cjs/index.js +0 -25
  2. package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateGatewayCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteHypervisorCommand.d.ts +2 -1
  6. package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +2 -1
  7. package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +2 -1
  8. package/dist-types/commands/GetGatewayCommand.d.ts +2 -1
  9. package/dist-types/commands/GetHypervisorCommand.d.ts +2 -1
  10. package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +2 -1
  11. package/dist-types/commands/GetVirtualMachineCommand.d.ts +2 -1
  12. package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +2 -1
  13. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -1
  14. package/dist-types/commands/ListHypervisorsCommand.d.ts +2 -1
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/ListVirtualMachinesCommand.d.ts +2 -1
  17. package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +2 -1
  18. package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +2 -1
  19. package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +2 -1
  20. package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +2 -1
  21. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +2 -1
  23. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateHypervisorCommand.d.ts +2 -1
  27. package/dist-types/index.d.ts +2 -2
  28. package/dist-types/models/BackupGatewayServiceException.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/models/BackupGatewayServiceException.d.ts +2 -1
  55. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -218,7 +218,6 @@ var BackupGatewayClient = _BackupGatewayClient;
218
218
 
219
219
  var import_middleware_serde = require("@smithy/middleware-serde");
220
220
 
221
- var import_types = require("@smithy/types");
222
221
 
223
222
  // src/protocols/Aws_json1_0.ts
224
223
  var import_core2 = require("@aws-sdk/core");
@@ -1095,7 +1094,6 @@ var AssociateGatewayToServerCommand = _AssociateGatewayToServerCommand;
1095
1094
 
1096
1095
 
1097
1096
 
1098
-
1099
1097
  var _CreateGatewayCommand = class _CreateGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
1100
1098
  ...commonParams
1101
1099
  }).m(function(Command, cs, config, o) {
@@ -1112,7 +1110,6 @@ var CreateGatewayCommand = _CreateGatewayCommand;
1112
1110
 
1113
1111
 
1114
1112
 
1115
-
1116
1113
  var _DeleteGatewayCommand = class _DeleteGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
1117
1114
  ...commonParams
1118
1115
  }).m(function(Command, cs, config, o) {
@@ -1129,7 +1126,6 @@ var DeleteGatewayCommand = _DeleteGatewayCommand;
1129
1126
 
1130
1127
 
1131
1128
 
1132
-
1133
1129
  var _DeleteHypervisorCommand = class _DeleteHypervisorCommand extends import_smithy_client.Command.classBuilder().ep({
1134
1130
  ...commonParams
1135
1131
  }).m(function(Command, cs, config, o) {
@@ -1146,7 +1142,6 @@ var DeleteHypervisorCommand = _DeleteHypervisorCommand;
1146
1142
 
1147
1143
 
1148
1144
 
1149
-
1150
1145
  var _DisassociateGatewayFromServerCommand = class _DisassociateGatewayFromServerCommand extends import_smithy_client.Command.classBuilder().ep({
1151
1146
  ...commonParams
1152
1147
  }).m(function(Command, cs, config, o) {
@@ -1163,7 +1158,6 @@ var DisassociateGatewayFromServerCommand = _DisassociateGatewayFromServerCommand
1163
1158
 
1164
1159
 
1165
1160
 
1166
-
1167
1161
  var _GetBandwidthRateLimitScheduleCommand = class _GetBandwidthRateLimitScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
1168
1162
  ...commonParams
1169
1163
  }).m(function(Command, cs, config, o) {
@@ -1180,7 +1174,6 @@ var GetBandwidthRateLimitScheduleCommand = _GetBandwidthRateLimitScheduleCommand
1180
1174
 
1181
1175
 
1182
1176
 
1183
-
1184
1177
  var _GetGatewayCommand = class _GetGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
1185
1178
  ...commonParams
1186
1179
  }).m(function(Command, cs, config, o) {
@@ -1197,7 +1190,6 @@ var GetGatewayCommand = _GetGatewayCommand;
1197
1190
 
1198
1191
 
1199
1192
 
1200
-
1201
1193
  var _GetHypervisorCommand = class _GetHypervisorCommand extends import_smithy_client.Command.classBuilder().ep({
1202
1194
  ...commonParams
1203
1195
  }).m(function(Command, cs, config, o) {
@@ -1214,7 +1206,6 @@ var GetHypervisorCommand = _GetHypervisorCommand;
1214
1206
 
1215
1207
 
1216
1208
 
1217
-
1218
1209
  var _GetHypervisorPropertyMappingsCommand = class _GetHypervisorPropertyMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
1219
1210
  ...commonParams
1220
1211
  }).m(function(Command, cs, config, o) {
@@ -1231,7 +1222,6 @@ var GetHypervisorPropertyMappingsCommand = _GetHypervisorPropertyMappingsCommand
1231
1222
 
1232
1223
 
1233
1224
 
1234
-
1235
1225
  var _GetVirtualMachineCommand = class _GetVirtualMachineCommand extends import_smithy_client.Command.classBuilder().ep({
1236
1226
  ...commonParams
1237
1227
  }).m(function(Command, cs, config, o) {
@@ -1248,7 +1238,6 @@ var GetVirtualMachineCommand = _GetVirtualMachineCommand;
1248
1238
 
1249
1239
 
1250
1240
 
1251
-
1252
1241
  var _ImportHypervisorConfigurationCommand = class _ImportHypervisorConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1253
1242
  ...commonParams
1254
1243
  }).m(function(Command, cs, config, o) {
@@ -1265,7 +1254,6 @@ var ImportHypervisorConfigurationCommand = _ImportHypervisorConfigurationCommand
1265
1254
 
1266
1255
 
1267
1256
 
1268
-
1269
1257
  var _ListGatewaysCommand = class _ListGatewaysCommand extends import_smithy_client.Command.classBuilder().ep({
1270
1258
  ...commonParams
1271
1259
  }).m(function(Command, cs, config, o) {
@@ -1282,7 +1270,6 @@ var ListGatewaysCommand = _ListGatewaysCommand;
1282
1270
 
1283
1271
 
1284
1272
 
1285
-
1286
1273
  var _ListHypervisorsCommand = class _ListHypervisorsCommand extends import_smithy_client.Command.classBuilder().ep({
1287
1274
  ...commonParams
1288
1275
  }).m(function(Command, cs, config, o) {
@@ -1299,7 +1286,6 @@ var ListHypervisorsCommand = _ListHypervisorsCommand;
1299
1286
 
1300
1287
 
1301
1288
 
1302
-
1303
1289
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1304
1290
  ...commonParams
1305
1291
  }).m(function(Command, cs, config, o) {
@@ -1316,7 +1302,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1316
1302
 
1317
1303
 
1318
1304
 
1319
-
1320
1305
  var _ListVirtualMachinesCommand = class _ListVirtualMachinesCommand extends import_smithy_client.Command.classBuilder().ep({
1321
1306
  ...commonParams
1322
1307
  }).m(function(Command, cs, config, o) {
@@ -1333,7 +1318,6 @@ var ListVirtualMachinesCommand = _ListVirtualMachinesCommand;
1333
1318
 
1334
1319
 
1335
1320
 
1336
-
1337
1321
  var _PutBandwidthRateLimitScheduleCommand = class _PutBandwidthRateLimitScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
1338
1322
  ...commonParams
1339
1323
  }).m(function(Command, cs, config, o) {
@@ -1350,7 +1334,6 @@ var PutBandwidthRateLimitScheduleCommand = _PutBandwidthRateLimitScheduleCommand
1350
1334
 
1351
1335
 
1352
1336
 
1353
-
1354
1337
  var _PutHypervisorPropertyMappingsCommand = class _PutHypervisorPropertyMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
1355
1338
  ...commonParams
1356
1339
  }).m(function(Command, cs, config, o) {
@@ -1367,7 +1350,6 @@ var PutHypervisorPropertyMappingsCommand = _PutHypervisorPropertyMappingsCommand
1367
1350
 
1368
1351
 
1369
1352
 
1370
-
1371
1353
  var _PutMaintenanceStartTimeCommand = class _PutMaintenanceStartTimeCommand extends import_smithy_client.Command.classBuilder().ep({
1372
1354
  ...commonParams
1373
1355
  }).m(function(Command, cs, config, o) {
@@ -1384,7 +1366,6 @@ var PutMaintenanceStartTimeCommand = _PutMaintenanceStartTimeCommand;
1384
1366
 
1385
1367
 
1386
1368
 
1387
-
1388
1369
  var _StartVirtualMachinesMetadataSyncCommand = class _StartVirtualMachinesMetadataSyncCommand extends import_smithy_client.Command.classBuilder().ep({
1389
1370
  ...commonParams
1390
1371
  }).m(function(Command, cs, config, o) {
@@ -1401,7 +1382,6 @@ var StartVirtualMachinesMetadataSyncCommand = _StartVirtualMachinesMetadataSyncC
1401
1382
 
1402
1383
 
1403
1384
 
1404
-
1405
1385
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1406
1386
  ...commonParams
1407
1387
  }).m(function(Command, cs, config, o) {
@@ -1418,7 +1398,6 @@ var TagResourceCommand = _TagResourceCommand;
1418
1398
 
1419
1399
 
1420
1400
 
1421
-
1422
1401
  var _TestHypervisorConfigurationCommand = class _TestHypervisorConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1423
1402
  ...commonParams
1424
1403
  }).m(function(Command, cs, config, o) {
@@ -1435,7 +1414,6 @@ var TestHypervisorConfigurationCommand = _TestHypervisorConfigurationCommand;
1435
1414
 
1436
1415
 
1437
1416
 
1438
-
1439
1417
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1440
1418
  ...commonParams
1441
1419
  }).m(function(Command, cs, config, o) {
@@ -1452,7 +1430,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1452
1430
 
1453
1431
 
1454
1432
 
1455
-
1456
1433
  var _UpdateGatewayInformationCommand = class _UpdateGatewayInformationCommand extends import_smithy_client.Command.classBuilder().ep({
1457
1434
  ...commonParams
1458
1435
  }).m(function(Command, cs, config, o) {
@@ -1469,7 +1446,6 @@ var UpdateGatewayInformationCommand = _UpdateGatewayInformationCommand;
1469
1446
 
1470
1447
 
1471
1448
 
1472
-
1473
1449
  var _UpdateGatewaySoftwareNowCommand = class _UpdateGatewaySoftwareNowCommand extends import_smithy_client.Command.classBuilder().ep({
1474
1450
  ...commonParams
1475
1451
  }).m(function(Command, cs, config, o) {
@@ -1486,7 +1462,6 @@ var UpdateGatewaySoftwareNowCommand = _UpdateGatewaySoftwareNowCommand;
1486
1462
 
1487
1463
 
1488
1464
 
1489
-
1490
1465
  var _UpdateHypervisorCommand = class _UpdateHypervisorCommand extends import_smithy_client.Command.classBuilder().ep({
1491
1466
  ...commonParams
1492
1467
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { AssociateGatewayToServerInput, AssociateGatewayToServerOutput } from ".
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 { CreateGatewayInput, CreateGatewayOutput } 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 { DeleteGatewayInput, DeleteGatewayOutput } 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 { DeleteHypervisorInput, DeleteHypervisorOutput } from "../models/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 { DisassociateGatewayFromServerInput, DisassociateGatewayFromServerOutput
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 { GetBandwidthRateLimitScheduleInput, GetBandwidthRateLimitScheduleOutput
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 { GetGatewayInput, GetGatewayOutput } 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 { GetHypervisorInput, GetHypervisorOutput } 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 { GetHypervisorPropertyMappingsInput, GetHypervisorPropertyMappingsOutput
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 { GetVirtualMachineInput, GetVirtualMachineOutput } from "../models/model
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 { ImportHypervisorConfigurationInput, ImportHypervisorConfigurationOutput
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 { ListGatewaysInput, ListGatewaysOutput } 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 { ListHypervisorsInput, ListHypervisorsOutput } 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 { ListTagsForResourceInput, ListTagsForResourceOutput } 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 { ListVirtualMachinesInput, ListVirtualMachinesOutput } 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 { PutBandwidthRateLimitScheduleInput, PutBandwidthRateLimitScheduleOutput
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 { PutHypervisorPropertyMappingsInput, PutHypervisorPropertyMappingsOutput
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 { PutMaintenanceStartTimeInput, PutMaintenanceStartTimeOutput } from "../
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 { StartVirtualMachinesMetadataSyncInput, StartVirtualMachinesMetadataSync
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 { TagResourceInput, TagResourceOutput } 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 { TestHypervisorConfigurationInput, TestHypervisorConfigurationOutput } f
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 { UntagResourceInput, UntagResourceOutput } 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 { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from ".
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 { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from ".
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 { UpdateHypervisorInput, UpdateHypervisorOutput } from "../models/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
  *
@@ -14,8 +14,8 @@
14
14
  export * from "./BackupGatewayClient";
15
15
  export * from "./BackupGateway";
16
16
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
17
- export { RuntimeExtension } from "./runtimeExtensions";
18
- export { BackupGatewayExtensionConfiguration } from "./extensionConfiguration";
17
+ export type { RuntimeExtension } from "./runtimeExtensions";
18
+ export type { BackupGatewayExtensionConfiguration } from "./extensionConfiguration";
19
19
  export * from "./commands";
20
20
  export * from "./pagination";
21
21
  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
  AssociateGatewayToServerInput,
10
10
  AssociateGatewayToServerOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateGatewayToServerCommandInput
14
15
  extends AssociateGatewayToServerInput {}
15
16
  export interface AssociateGatewayToServerCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BackupGatewayClient";
8
8
  import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateGatewayCommandInput extends CreateGatewayInput {}
11
12
  export interface CreateGatewayCommandOutput
12
13
  extends CreateGatewayOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BackupGatewayClient";
8
8
  import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteGatewayCommandInput extends DeleteGatewayInput {}
11
12
  export interface DeleteGatewayCommandOutput
12
13
  extends DeleteGatewayOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteHypervisorInput,
10
10
  DeleteHypervisorOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {}
14
15
  export interface DeleteHypervisorCommandOutput
15
16
  extends DeleteHypervisorOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DisassociateGatewayFromServerInput,
10
10
  DisassociateGatewayFromServerOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateGatewayFromServerCommandInput
14
15
  extends DisassociateGatewayFromServerInput {}
15
16
  export interface DisassociateGatewayFromServerCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetBandwidthRateLimitScheduleInput,
10
10
  GetBandwidthRateLimitScheduleOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetBandwidthRateLimitScheduleCommandInput
14
15
  extends GetBandwidthRateLimitScheduleInput {}
15
16
  export interface GetBandwidthRateLimitScheduleCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BackupGatewayClient";
8
8
  import { GetGatewayInput, GetGatewayOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetGatewayCommandInput extends GetGatewayInput {}
11
12
  export interface GetGatewayCommandOutput
12
13
  extends GetGatewayOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BackupGatewayClient";
8
8
  import { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetHypervisorCommandInput extends GetHypervisorInput {}
11
12
  export interface GetHypervisorCommandOutput
12
13
  extends GetHypervisorOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetHypervisorPropertyMappingsInput,
10
10
  GetHypervisorPropertyMappingsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetHypervisorPropertyMappingsCommandInput
14
15
  extends GetHypervisorPropertyMappingsInput {}
15
16
  export interface GetHypervisorPropertyMappingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetVirtualMachineInput,
10
10
  GetVirtualMachineOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetVirtualMachineCommandInput extends GetVirtualMachineInput {}
14
15
  export interface GetVirtualMachineCommandOutput
15
16
  extends GetVirtualMachineOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ImportHypervisorConfigurationInput,
10
10
  ImportHypervisorConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ImportHypervisorConfigurationCommandInput
14
15
  extends ImportHypervisorConfigurationInput {}
15
16
  export interface ImportHypervisorConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BackupGatewayClient";
8
8
  import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListGatewaysCommandInput extends ListGatewaysInput {}
11
12
  export interface ListGatewaysCommandOutput
12
13
  extends ListGatewaysOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListHypervisorsInput,
10
10
  ListHypervisorsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListHypervisorsCommandInput extends ListHypervisorsInput {}
14
15
  export interface ListHypervisorsCommandOutput
15
16
  extends ListHypervisorsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceInput,
10
10
  ListTagsForResourceOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListVirtualMachinesInput,
10
10
  ListVirtualMachinesOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListVirtualMachinesCommandInput
14
15
  extends ListVirtualMachinesInput {}
15
16
  export interface ListVirtualMachinesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  PutBandwidthRateLimitScheduleInput,
10
10
  PutBandwidthRateLimitScheduleOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutBandwidthRateLimitScheduleCommandInput
14
15
  extends PutBandwidthRateLimitScheduleInput {}
15
16
  export interface PutBandwidthRateLimitScheduleCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  PutHypervisorPropertyMappingsInput,
10
10
  PutHypervisorPropertyMappingsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutHypervisorPropertyMappingsCommandInput
14
15
  extends PutHypervisorPropertyMappingsInput {}
15
16
  export interface PutHypervisorPropertyMappingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  PutMaintenanceStartTimeInput,
10
10
  PutMaintenanceStartTimeOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutMaintenanceStartTimeCommandInput
14
15
  extends PutMaintenanceStartTimeInput {}
15
16
  export interface PutMaintenanceStartTimeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  StartVirtualMachinesMetadataSyncInput,
10
10
  StartVirtualMachinesMetadataSyncOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartVirtualMachinesMetadataSyncCommandInput
14
15
  extends StartVirtualMachinesMetadataSyncInput {}
15
16
  export interface StartVirtualMachinesMetadataSyncCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BackupGatewayClient";
8
8
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
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,
@@ -9,7 +9,8 @@ import {
9
9
  TestHypervisorConfigurationInput,
10
10
  TestHypervisorConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface TestHypervisorConfigurationCommandInput
14
15
  extends TestHypervisorConfigurationInput {}
15
16
  export interface TestHypervisorConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BackupGatewayClient";
8
8
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
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,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateGatewayInformationInput,
10
10
  UpdateGatewayInformationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateGatewayInformationCommandInput
14
15
  extends UpdateGatewayInformationInput {}
15
16
  export interface UpdateGatewayInformationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateGatewaySoftwareNowInput,
10
10
  UpdateGatewaySoftwareNowOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateGatewaySoftwareNowCommandInput
14
15
  extends UpdateGatewaySoftwareNowInput {}
15
16
  export interface UpdateGatewaySoftwareNowCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateHypervisorInput,
10
10
  UpdateHypervisorOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateHypervisorCommandInput extends UpdateHypervisorInput {}
14
15
  export interface UpdateHypervisorCommandOutput
15
16
  extends UpdateHypervisorOutput,
@@ -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 BackupGatewayServiceException 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-backup-gateway",
3
3
  "description": "AWS SDK for JavaScript Backup Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.592.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-backup-gateway",
@@ -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.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.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",