@aws-sdk/client-backup-gateway 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +18 -17
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2222,26 +2222,22 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2222
2222
  // Annotate the CommonJS export names for ESM import in node:
2223
2223
 
2224
2224
  0 && (module.exports = {
2225
- AccessDeniedException,
2226
- AssociateGatewayToServerCommand,
2227
- BackupGateway,
2228
- BackupGatewayClient,
2229
2225
  BackupGatewayServiceException,
2230
- ConflictException,
2226
+ __Client,
2227
+ BackupGatewayClient,
2228
+ BackupGateway,
2229
+ $Command,
2230
+ AssociateGatewayToServerCommand,
2231
2231
  CreateGatewayCommand,
2232
2232
  DeleteGatewayCommand,
2233
2233
  DeleteHypervisorCommand,
2234
2234
  DisassociateGatewayFromServerCommand,
2235
- GatewayType,
2236
2235
  GetBandwidthRateLimitScheduleCommand,
2237
2236
  GetGatewayCommand,
2238
2237
  GetHypervisorCommand,
2239
2238
  GetHypervisorPropertyMappingsCommand,
2240
2239
  GetVirtualMachineCommand,
2241
- HypervisorState,
2242
2240
  ImportHypervisorConfigurationCommand,
2243
- ImportHypervisorConfigurationInputFilterSensitiveLog,
2244
- InternalServerException,
2245
2241
  ListGatewaysCommand,
2246
2242
  ListHypervisorsCommand,
2247
2243
  ListTagsForResourceCommand,
@@ -2249,22 +2245,27 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2249
2245
  PutBandwidthRateLimitScheduleCommand,
2250
2246
  PutHypervisorPropertyMappingsCommand,
2251
2247
  PutMaintenanceStartTimeCommand,
2252
- ResourceNotFoundException,
2253
2248
  StartVirtualMachinesMetadataSyncCommand,
2254
- SyncMetadataStatus,
2255
2249
  TagResourceCommand,
2256
2250
  TestHypervisorConfigurationCommand,
2257
- TestHypervisorConfigurationInputFilterSensitiveLog,
2258
- ThrottlingException,
2259
2251
  UntagResourceCommand,
2260
2252
  UpdateGatewayInformationCommand,
2261
2253
  UpdateGatewaySoftwareNowCommand,
2262
2254
  UpdateHypervisorCommand,
2263
- UpdateHypervisorInputFilterSensitiveLog,
2264
- ValidationException,
2265
- __Client,
2266
2255
  paginateListGateways,
2267
2256
  paginateListHypervisors,
2268
- paginateListVirtualMachines
2257
+ paginateListVirtualMachines,
2258
+ AccessDeniedException,
2259
+ ConflictException,
2260
+ InternalServerException,
2261
+ ThrottlingException,
2262
+ ValidationException,
2263
+ ResourceNotFoundException,
2264
+ GatewayType,
2265
+ SyncMetadataStatus,
2266
+ HypervisorState,
2267
+ TestHypervisorConfigurationInputFilterSensitiveLog,
2268
+ ImportHypervisorConfigurationInputFilterSensitiveLog,
2269
+ UpdateHypervisorInputFilterSensitiveLog
2269
2270
  });
2270
2271
 
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.496.0",
4
+ "version": "3.501.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,9 +20,9 @@
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-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",