@aws-sdk/client-backup-gateway 3.533.0 → 3.540.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.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/BackupGateway.d.ts +4 -1
- package/dist-types/BackupGatewayClient.d.ts +1 -1
- package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +2 -1
- package/dist-types/commands/CreateGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteHypervisorCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +2 -1
- package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +2 -1
- package/dist-types/commands/GetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/GetHypervisorCommand.d.ts +2 -1
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +2 -1
- package/dist-types/commands/GetVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/ListHypervisorsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualMachinesCommand.d.ts +2 -1
- package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +2 -1
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +2 -1
- package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +2 -1
- package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateHypervisorCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +169 -169
- package/dist-types/ts3.4/BackupGateway.d.ts +3 -0
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
package/dist-types/index.d.ts
CHANGED
|
@@ -19,5 +19,4 @@ export { BackupGatewayExtensionConfiguration } from "./extensionConfiguration";
|
|
|
19
19
|
export * from "./commands";
|
|
20
20
|
export * from "./pagination";
|
|
21
21
|
export * from "./models";
|
|
22
|
-
import "@aws-sdk/util-endpoints";
|
|
23
22
|
export { BackupGatewayServiceException } from "./models/BackupGatewayServiceException";
|