@aws-sdk/client-backup-gateway 3.1092.0 → 3.1094.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/README.md +40 -9
- package/dist-cjs/index.js +1 -1
- package/dist-types/BackupGateway.d.ts +1 -9
- package/dist-types/BackupGatewayClient.d.ts +1 -9
- package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +2 -4
- package/dist-types/commands/CreateGatewayCommand.d.ts +2 -4
- package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -2
- package/dist-types/commands/DeleteHypervisorCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +2 -4
- package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +2 -6
- package/dist-types/commands/GetGatewayCommand.d.ts +2 -4
- package/dist-types/commands/GetHypervisorCommand.d.ts +2 -5
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +2 -5
- package/dist-types/commands/GetVirtualMachineCommand.d.ts +1 -2
- package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/ListGatewaysCommand.d.ts +1 -2
- package/dist-types/commands/ListHypervisorsCommand.d.ts +1 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -4
- package/dist-types/commands/ListVirtualMachinesCommand.d.ts +1 -2
- package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +2 -6
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +2 -5
- package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +1 -2
- package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +1 -2
- package/dist-types/commands/TagResourceCommand.d.ts +1 -2
- package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +2 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +2 -4
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +2 -9
- package/dist-types/commands/UpdateHypervisorCommand.d.ts +2 -5
- package/dist-types/index.d.ts +1 -9
- package/dist-types/models/errors.d.ts +2 -4
- package/dist-types/models/models_0.d.ts +60 -162
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,15 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript BackupGateway Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<fullname>Backup gateway</fullname>
|
|
10
|
-
<p>Backup gateway connects Backup to your hypervisor, so you can
|
|
11
|
-
create, store, and restore backups of your virtual machines (VMs) anywhere, whether
|
|
12
|
-
on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p>
|
|
13
|
-
<p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p>
|
|
14
|
-
<p>Use Backup to assign virtual or on-premises resources to a backup plan, or run
|
|
15
|
-
on-demand backups. Once you have backed up your resources, you can view them and restore them
|
|
16
|
-
like any resource supported by Backup.</p>
|
|
17
|
-
<p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
|
|
9
|
+
<fullname>Backup gateway</fullname> <p>Backup gateway connects Backup to your hypervisor, so you can create, store, and restore backups of your virtual machines (VMs) anywhere, whether on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p> <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p> <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run on-demand backups. Once you have backed up your resources, you can view them and restore them like any resource supported by Backup.</p> <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
|
|
18
10
|
|
|
19
11
|
## Installing
|
|
20
12
|
|
|
@@ -59,6 +51,45 @@ const params = { /** input parameters */ };
|
|
|
59
51
|
const command = new ListGatewaysCommand(params);
|
|
60
52
|
```
|
|
61
53
|
|
|
54
|
+
#### Supported Message Protocols
|
|
55
|
+
|
|
56
|
+
This client supports multiple protocols.
|
|
57
|
+
|
|
58
|
+
The default for this client is **AWS JSON (RPC) 1.0**.
|
|
59
|
+
|
|
60
|
+
We have selected this default based on our evaluation of the
|
|
61
|
+
performance characteristics of this protocol format in JavaScript. You don't need to change it,
|
|
62
|
+
but you have the option to do so, for example to support existing integrations or tests.
|
|
63
|
+
Selecting a non-default protocol changes the format
|
|
64
|
+
of the data sent over the network, but does not affect how you interact with the
|
|
65
|
+
client using JavaScript objects.
|
|
66
|
+
|
|
67
|
+
Install the `@aws-sdk/config` package to access alternate protocols.
|
|
68
|
+
|
|
69
|
+
See [AWS Protocols](https://smithy.io/2.0/aws/protocols/index.html) for more information.
|
|
70
|
+
|
|
71
|
+
##### AWS JSON (RPC) 1.0
|
|
72
|
+
|
|
73
|
+
This protocol uses JSON payloads.
|
|
74
|
+
```js
|
|
75
|
+
import { AwsJson1_0Protocol } from "@aws-sdk/config/protocol";
|
|
76
|
+
|
|
77
|
+
const client = new BackupGatewayClient({
|
|
78
|
+
protocol: AwsJson1_0Protocol
|
|
79
|
+
});
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
##### Smithy RPC v2 CBOR
|
|
83
|
+
|
|
84
|
+
This protocol uses CBOR payloads.
|
|
85
|
+
```js
|
|
86
|
+
import { AwsSmithyRpcV2CborProtocol } from "@aws-sdk/config/protocol";
|
|
87
|
+
|
|
88
|
+
const client = new BackupGatewayClient({
|
|
89
|
+
protocol: AwsSmithyRpcV2CborProtocol
|
|
90
|
+
});
|
|
91
|
+
```
|
|
92
|
+
|
|
62
93
|
#### Async/await
|
|
63
94
|
|
|
64
95
|
We recommend using the [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await)
|
package/dist-cjs/index.js
CHANGED
|
@@ -202,15 +202,7 @@ export interface BackupGateway {
|
|
|
202
202
|
paginateListVirtualMachines(args?: ListVirtualMachinesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVirtualMachinesCommandOutput>;
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
|
-
* <fullname>Backup gateway</fullname>
|
|
206
|
-
* <p>Backup gateway connects Backup to your hypervisor, so you can
|
|
207
|
-
* create, store, and restore backups of your virtual machines (VMs) anywhere, whether
|
|
208
|
-
* on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p>
|
|
209
|
-
* <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p>
|
|
210
|
-
* <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run
|
|
211
|
-
* on-demand backups. Once you have backed up your resources, you can view them and restore them
|
|
212
|
-
* like any resource supported by Backup.</p>
|
|
213
|
-
* <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
|
|
205
|
+
* <fullname>Backup gateway</fullname> <p>Backup gateway connects Backup to your hypervisor, so you can create, store, and restore backups of your virtual machines (VMs) anywhere, whether on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p> <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p> <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run on-demand backups. Once you have backed up your resources, you can view them and restore them like any resource supported by Backup.</p> <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
|
|
214
206
|
* @public
|
|
215
207
|
*/
|
|
216
208
|
export declare class BackupGateway extends BackupGatewayClient implements BackupGateway {
|
|
@@ -193,15 +193,7 @@ export type BackupGatewayClientResolvedConfigType = __SmithyResolvedConfiguratio
|
|
|
193
193
|
export interface BackupGatewayClientResolvedConfig extends BackupGatewayClientResolvedConfigType {
|
|
194
194
|
}
|
|
195
195
|
/**
|
|
196
|
-
* <fullname>Backup gateway</fullname>
|
|
197
|
-
* <p>Backup gateway connects Backup to your hypervisor, so you can
|
|
198
|
-
* create, store, and restore backups of your virtual machines (VMs) anywhere, whether
|
|
199
|
-
* on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p>
|
|
200
|
-
* <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p>
|
|
201
|
-
* <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run
|
|
202
|
-
* on-demand backups. Once you have backed up your resources, you can view them and restore them
|
|
203
|
-
* like any resource supported by Backup.</p>
|
|
204
|
-
* <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
|
|
196
|
+
* <fullname>Backup gateway</fullname> <p>Backup gateway connects Backup to your hypervisor, so you can create, store, and restore backups of your virtual machines (VMs) anywhere, whether on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p> <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p> <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run on-demand backups. Once you have backed up your resources, you can view them and restore them like any resource supported by Backup.</p> <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
|
|
205
197
|
* @public
|
|
206
198
|
*/
|
|
207
199
|
export declare class BackupGatewayClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BackupGatewayClientResolvedConfig> {
|
|
@@ -24,8 +24,7 @@ declare const AssociateGatewayToServerCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Associates a backup gateway with your server. After you complete the association process,
|
|
28
|
-
* you can back up and restore your VMs through the gateway.</p>
|
|
27
|
+
* <p>Associates a backup gateway with your server. After you complete the association process, you can back up and restore your VMs through the gateway.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -59,8 +58,7 @@ declare const AssociateGatewayToServerCommand_base: {
|
|
|
59
58
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link ThrottlingException} (client fault)
|
|
62
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
63
|
-
* high request volumes.</p>
|
|
61
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
64
62
|
*
|
|
65
63
|
* @throws {@link ValidationException} (client fault)
|
|
66
64
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,8 +24,7 @@ declare const CreateGatewayCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Creates a backup gateway. After you create a gateway, you can associate it with a server
|
|
28
|
-
* using the <code>AssociateGatewayToServer</code> operation.</p>
|
|
27
|
+
* <p>Creates a backup gateway. After you create a gateway, you can associate it with a server using the <code>AssociateGatewayToServer</code> operation.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -63,8 +62,7 @@ declare const CreateGatewayCommand_base: {
|
|
|
63
62
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
64
63
|
*
|
|
65
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
67
|
-
* high request volumes.</p>
|
|
65
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
68
66
|
*
|
|
69
67
|
* @throws {@link ValidationException} (client fault)
|
|
70
68
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -57,8 +57,7 @@ declare const DeleteGatewayCommand_base: {
|
|
|
57
57
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
61
|
-
* high request volumes.</p>
|
|
60
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
62
61
|
*
|
|
63
62
|
* @throws {@link ValidationException} (client fault)
|
|
64
63
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -63,8 +63,7 @@ declare const DeleteHypervisorCommand_base: {
|
|
|
63
63
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
67
|
-
* high request volumes.</p>
|
|
66
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link ValidationException} (client fault)
|
|
70
69
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,8 +24,7 @@ declare const DisassociateGatewayFromServerCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Disassociates a backup gateway from the specified server. After the disassociation process
|
|
28
|
-
* finishes, the gateway can no longer access the virtual machines on the server.</p>
|
|
27
|
+
* <p>Disassociates a backup gateway from the specified server. After the disassociation process finishes, the gateway can no longer access the virtual machines on the server.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -61,8 +60,7 @@ declare const DisassociateGatewayFromServerCommand_base: {
|
|
|
61
60
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
62
61
|
*
|
|
63
62
|
* @throws {@link ThrottlingException} (client fault)
|
|
64
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
65
|
-
* high request volumes.</p>
|
|
63
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
66
64
|
*
|
|
67
65
|
* @throws {@link ValidationException} (client fault)
|
|
68
66
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,10 +24,7 @@ declare const GetBandwidthRateLimitScheduleCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Retrieves the bandwidth rate limit schedule for a specified gateway.
|
|
28
|
-
* By default, gateways do not have bandwidth rate limit schedules, which means
|
|
29
|
-
* no bandwidth rate limiting is in effect. Use this to get a gateway's
|
|
30
|
-
* bandwidth rate limit schedule.</p>
|
|
27
|
+
* <p>Retrieves the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. Use this to get a gateway's bandwidth rate limit schedule.</p>
|
|
31
28
|
* @example
|
|
32
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
30
|
* ```javascript
|
|
@@ -72,8 +69,7 @@ declare const GetBandwidthRateLimitScheduleCommand_base: {
|
|
|
72
69
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
73
70
|
*
|
|
74
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
76
|
-
* high request volumes.</p>
|
|
72
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
77
73
|
*
|
|
78
74
|
* @throws {@link ValidationException} (client fault)
|
|
79
75
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,8 +24,7 @@ declare const GetGatewayCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>By providing the ARN (Amazon Resource Name), this
|
|
28
|
-
* API returns the gateway.</p>
|
|
27
|
+
* <p>By providing the ARN (Amazon Resource Name), this API returns the gateway.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -74,8 +73,7 @@ declare const GetGatewayCommand_base: {
|
|
|
74
73
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
75
74
|
*
|
|
76
75
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
78
|
-
* high request volumes.</p>
|
|
76
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
79
77
|
*
|
|
80
78
|
* @throws {@link ValidationException} (client fault)
|
|
81
79
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,9 +24,7 @@ declare const GetHypervisorCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>This action requests information about the specified hypervisor to which the gateway will connect.
|
|
28
|
-
* A hypervisor is hardware, software, or firmware that creates and manages virtual machines,
|
|
29
|
-
* and allocates resources to them.</p>
|
|
27
|
+
* <p>This action requests information about the specified hypervisor to which the gateway will connect. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.</p>
|
|
30
28
|
* @example
|
|
31
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
30
|
* ```javascript
|
|
@@ -69,8 +67,7 @@ declare const GetHypervisorCommand_base: {
|
|
|
69
67
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
70
68
|
*
|
|
71
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
73
|
-
* high request volumes.</p>
|
|
70
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
74
71
|
*
|
|
75
72
|
* @throws {@link ValidationException} (client fault)
|
|
76
73
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,9 +24,7 @@ declare const GetHypervisorPropertyMappingsCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>This action retrieves the property mappings for the specified hypervisor.
|
|
28
|
-
* A hypervisor property mapping displays the relationship of entity properties
|
|
29
|
-
* available from the hypervisor to the properties available in Amazon Web Services.</p>
|
|
27
|
+
* <p>This action retrieves the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the hypervisor to the properties available in Amazon Web Services.</p>
|
|
30
28
|
* @example
|
|
31
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
30
|
* ```javascript
|
|
@@ -68,8 +66,7 @@ declare const GetHypervisorPropertyMappingsCommand_base: {
|
|
|
68
66
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
69
67
|
*
|
|
70
68
|
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
72
|
-
* high request volumes.</p>
|
|
69
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
73
70
|
*
|
|
74
71
|
* @throws {@link ValidationException} (client fault)
|
|
75
72
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -71,8 +71,7 @@ declare const GetVirtualMachineCommand_base: {
|
|
|
71
71
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ThrottlingException} (client fault)
|
|
74
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
75
|
-
* high request volumes.</p>
|
|
74
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
76
75
|
*
|
|
77
76
|
* @throws {@link ValidationException} (client fault)
|
|
78
77
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -70,8 +70,7 @@ declare const ImportHypervisorConfigurationCommand_base: {
|
|
|
70
70
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
74
|
-
* high request volumes.</p>
|
|
73
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
75
74
|
*
|
|
76
75
|
* @throws {@link ValidationException} (client fault)
|
|
77
76
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -64,8 +64,7 @@ declare const ListGatewaysCommand_base: {
|
|
|
64
64
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
68
|
-
* high request volumes.</p>
|
|
67
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
69
68
|
*
|
|
70
69
|
* @throws {@link ValidationException} (client fault)
|
|
71
70
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -64,8 +64,7 @@ declare const ListHypervisorsCommand_base: {
|
|
|
64
64
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
68
|
-
* high request volumes.</p>
|
|
67
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
69
68
|
*
|
|
70
69
|
* @throws {@link ValidationException} (client fault)
|
|
71
70
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,8 +24,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Lists the tags applied to the resource identified by its Amazon Resource Name
|
|
28
|
-
* (ARN).</p>
|
|
27
|
+
* <p>Lists the tags applied to the resource identified by its Amazon Resource Name (ARN).</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -64,8 +63,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
64
63
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
68
|
-
* high request volumes.</p>
|
|
66
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
69
67
|
*
|
|
70
68
|
* @throws {@link ValidationException} (client fault)
|
|
71
69
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -66,8 +66,7 @@ declare const ListVirtualMachinesCommand_base: {
|
|
|
66
66
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
70
|
-
* high request volumes.</p>
|
|
69
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
71
70
|
*
|
|
72
71
|
* @throws {@link ValidationException} (client fault)
|
|
73
72
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,10 +24,7 @@ declare const PutBandwidthRateLimitScheduleCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>This action sets the bandwidth rate limit schedule for a specified gateway.
|
|
28
|
-
* By default, gateways do not have a bandwidth rate limit schedule, which means
|
|
29
|
-
* no bandwidth rate limiting is in effect. Use this to initiate a
|
|
30
|
-
* gateway's bandwidth rate limit schedule.</p>
|
|
27
|
+
* <p>This action sets the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have a bandwidth rate limit schedule, which means no bandwidth rate limiting is in effect. Use this to initiate a gateway's bandwidth rate limit schedule.</p>
|
|
31
28
|
* @example
|
|
32
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
30
|
* ```javascript
|
|
@@ -72,8 +69,7 @@ declare const PutBandwidthRateLimitScheduleCommand_base: {
|
|
|
72
69
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
73
70
|
*
|
|
74
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
76
|
-
* high request volumes.</p>
|
|
72
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
77
73
|
*
|
|
78
74
|
* @throws {@link ValidationException} (client fault)
|
|
79
75
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,9 +24,7 @@ declare const PutHypervisorPropertyMappingsCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>This action sets the property mappings for the specified hypervisor.
|
|
28
|
-
* A hypervisor property mapping displays the relationship of entity properties
|
|
29
|
-
* available from the hypervisor to the properties available in Amazon Web Services.</p>
|
|
27
|
+
* <p>This action sets the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the hypervisor to the properties available in Amazon Web Services.</p>
|
|
30
28
|
* @example
|
|
31
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
30
|
* ```javascript
|
|
@@ -74,8 +72,7 @@ declare const PutHypervisorPropertyMappingsCommand_base: {
|
|
|
74
72
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
75
73
|
*
|
|
76
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
78
|
-
* high request volumes.</p>
|
|
75
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
79
76
|
*
|
|
80
77
|
* @throws {@link ValidationException} (client fault)
|
|
81
78
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -64,8 +64,7 @@ declare const PutMaintenanceStartTimeCommand_base: {
|
|
|
64
64
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
68
|
-
* high request volumes.</p>
|
|
67
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
69
68
|
*
|
|
70
69
|
* @throws {@link ValidationException} (client fault)
|
|
71
70
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -60,8 +60,7 @@ declare const StartVirtualMachinesMetadataSyncCommand_base: {
|
|
|
60
60
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ThrottlingException} (client fault)
|
|
63
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
64
|
-
* high request volumes.</p>
|
|
63
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link ValidationException} (client fault)
|
|
67
66
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -63,8 +63,7 @@ declare const TagResourceCommand_base: {
|
|
|
63
63
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
67
|
-
* high request volumes.</p>
|
|
66
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link ValidationException} (client fault)
|
|
70
69
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,8 +24,7 @@ declare const TestHypervisorConfigurationCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Tests your hypervisor configuration to validate that backup gateway can connect with the
|
|
28
|
-
* hypervisor and its resources.</p>
|
|
27
|
+
* <p>Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -62,8 +61,7 @@ declare const TestHypervisorConfigurationCommand_base: {
|
|
|
62
61
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
63
62
|
*
|
|
64
63
|
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
66
|
-
* high request volumes.</p>
|
|
64
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
67
65
|
*
|
|
68
66
|
* @throws {@link ValidationException} (client fault)
|
|
69
67
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -60,8 +60,7 @@ declare const UntagResourceCommand_base: {
|
|
|
60
60
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ThrottlingException} (client fault)
|
|
63
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
64
|
-
* high request volumes.</p>
|
|
63
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link ValidationException} (client fault)
|
|
67
66
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,8 +24,7 @@ declare const UpdateGatewayInformationCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name
|
|
28
|
-
* (ARN) of the gateway in your request.</p>
|
|
27
|
+
* <p>Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name (ARN) of the gateway in your request.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -62,8 +61,7 @@ declare const UpdateGatewayInformationCommand_base: {
|
|
|
62
61
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
63
62
|
*
|
|
64
63
|
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
66
|
-
* high request volumes.</p>
|
|
64
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
67
65
|
*
|
|
68
66
|
* @throws {@link ValidationException} (client fault)
|
|
69
67
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,13 +24,7 @@ declare const UpdateGatewaySoftwareNowCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Updates the gateway virtual machine (VM) software.
|
|
28
|
-
* The request immediately triggers the software update.</p>
|
|
29
|
-
* <note>
|
|
30
|
-
* <p>When you make this request, you get a <code>200 OK</code>
|
|
31
|
-
* success response immediately. However, it might take some
|
|
32
|
-
* time for the update to complete.</p>
|
|
33
|
-
* </note>
|
|
27
|
+
* <p>Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.</p> <note> <p>When you make this request, you get a <code>200 OK</code> success response immediately. However, it might take some time for the update to complete.</p> </note>
|
|
34
28
|
* @example
|
|
35
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
30
|
* ```javascript
|
|
@@ -63,8 +57,7 @@ declare const UpdateGatewaySoftwareNowCommand_base: {
|
|
|
63
57
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
64
58
|
*
|
|
65
59
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
67
|
-
* high request volumes.</p>
|
|
60
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
68
61
|
*
|
|
69
62
|
* @throws {@link ValidationException} (client fault)
|
|
70
63
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
|
@@ -24,9 +24,7 @@ declare const UpdateHypervisorCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Updates a hypervisor metadata, including its host, username, and password. Specify which
|
|
28
|
-
* hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor in your
|
|
29
|
-
* request.</p>
|
|
27
|
+
* <p>Updates a hypervisor metadata, including its host, username, and password. Specify which hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor in your request.</p>
|
|
30
28
|
* @example
|
|
31
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
30
|
* ```javascript
|
|
@@ -70,8 +68,7 @@ declare const UpdateHypervisorCommand_base: {
|
|
|
70
68
|
* <p>The operation did not succeed because an internal error occurred. Try again later.</p>
|
|
71
69
|
*
|
|
72
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
74
|
-
* high request volumes.</p>
|
|
71
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
75
72
|
*
|
|
76
73
|
* @throws {@link ValidationException} (client fault)
|
|
77
74
|
* <p>The operation did not succeed because a validation error occurred.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <fullname>Backup gateway</fullname>
|
|
3
|
-
* <p>Backup gateway connects Backup to your hypervisor, so you can
|
|
4
|
-
* create, store, and restore backups of your virtual machines (VMs) anywhere, whether
|
|
5
|
-
* on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p>
|
|
6
|
-
* <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p>
|
|
7
|
-
* <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run
|
|
8
|
-
* on-demand backups. Once you have backed up your resources, you can view them and restore them
|
|
9
|
-
* like any resource supported by Backup.</p>
|
|
10
|
-
* <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
|
|
2
|
+
* <fullname>Backup gateway</fullname> <p>Backup gateway connects Backup to your hypervisor, so you can create, store, and restore backups of your virtual machines (VMs) anywhere, whether on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p> <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p> <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run on-demand backups. Once you have backed up your resources, you can view them and restore them like any resource supported by Backup.</p> <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
|
|
11
3
|
*
|
|
12
4
|
* @packageDocumentation
|
|
13
5
|
*/
|
|
@@ -55,16 +55,14 @@ export declare class InternalServerException extends __BaseException {
|
|
|
55
55
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
|
-
* <p>TPS has been limited to protect against intentional or unintentional
|
|
59
|
-
* high request volumes.</p>
|
|
58
|
+
* <p>TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
60
59
|
* @public
|
|
61
60
|
*/
|
|
62
61
|
export declare class ThrottlingException extends __BaseException {
|
|
63
62
|
readonly name: "ThrottlingException";
|
|
64
63
|
readonly $fault: "client";
|
|
65
64
|
/**
|
|
66
|
-
* <p>Error: TPS has been limited to protect against intentional or unintentional
|
|
67
|
-
* high request volumes.</p>
|
|
65
|
+
* <p>Error: TPS has been limited to protect against intentional or unintentional high request volumes.</p>
|
|
68
66
|
* @public
|
|
69
67
|
*/
|
|
70
68
|
ErrorCode: string | undefined;
|
|
@@ -4,8 +4,7 @@ import type { GatewayType, HypervisorState, SyncMetadataStatus } from "./enums";
|
|
|
4
4
|
*/
|
|
5
5
|
export interface AssociateGatewayToServerInput {
|
|
6
6
|
/**
|
|
7
|
-
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation
|
|
8
|
-
* to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
7
|
+
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
9
8
|
* @public
|
|
10
9
|
*/
|
|
11
10
|
GatewayArn: string | undefined;
|
|
@@ -30,28 +29,18 @@ export interface AssociateGatewayToServerOutput {
|
|
|
30
29
|
*/
|
|
31
30
|
export interface GetBandwidthRateLimitScheduleInput {
|
|
32
31
|
/**
|
|
33
|
-
* <p>The Amazon Resource Name (ARN) of the gateway. Use the
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html">
|
|
35
|
-
* <code>ListGateways</code>
|
|
36
|
-
* </a> operation to return a list of gateways
|
|
37
|
-
* for your account and Amazon Web Services Region.</p>
|
|
32
|
+
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html"> <code>ListGateways</code> </a> operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
38
33
|
* @public
|
|
39
34
|
*/
|
|
40
35
|
GatewayArn: string | undefined;
|
|
41
36
|
}
|
|
42
37
|
/**
|
|
43
|
-
* <p>Describes a bandwidth rate limit interval for a gateway. A bandwidth
|
|
44
|
-
* rate limit schedule consists of one or more bandwidth rate limit intervals.
|
|
45
|
-
* A bandwidth rate limit interval defines a period of time on one or more days
|
|
46
|
-
* of the week, during which bandwidth rate limits are specified for uploading,
|
|
47
|
-
* downloading, or both.</p>
|
|
38
|
+
* <p>Describes a bandwidth rate limit interval for a gateway. A bandwidth rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit interval defines a period of time on one or more days of the week, during which bandwidth rate limits are specified for uploading, downloading, or both.</p>
|
|
48
39
|
* @public
|
|
49
40
|
*/
|
|
50
41
|
export interface BandwidthRateLimitInterval {
|
|
51
42
|
/**
|
|
52
|
-
* <p>The average upload rate limit component of the bandwidth rate limit
|
|
53
|
-
* interval, in bits per second. This field does not appear in the response if
|
|
54
|
-
* the upload rate limit is not set.</p>
|
|
43
|
+
* <p>The average upload rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the upload rate limit is not set.</p>
|
|
55
44
|
* @public
|
|
56
45
|
*/
|
|
57
46
|
AverageUploadRateLimitInBitsPerSec?: number | undefined;
|
|
@@ -66,25 +55,17 @@ export interface BandwidthRateLimitInterval {
|
|
|
66
55
|
*/
|
|
67
56
|
EndHourOfDay: number | undefined;
|
|
68
57
|
/**
|
|
69
|
-
* <p>The minute of the hour to start the bandwidth rate limit interval. The
|
|
70
|
-
* interval begins at the start of that minute. To begin an interval exactly at
|
|
71
|
-
* the start of the hour, use the value <code>0</code>.</p>
|
|
58
|
+
* <p>The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that minute. To begin an interval exactly at the start of the hour, use the value <code>0</code>.</p>
|
|
72
59
|
* @public
|
|
73
60
|
*/
|
|
74
61
|
StartMinuteOfHour: number | undefined;
|
|
75
62
|
/**
|
|
76
|
-
* <p>The minute of the hour to end the bandwidth rate limit interval.</p>
|
|
77
|
-
* <important>
|
|
78
|
-
* <p>The bandwidth rate limit interval ends at the end of the minute.
|
|
79
|
-
* To end an interval at the end of an hour, use the value <code>59</code>.</p>
|
|
80
|
-
* </important>
|
|
63
|
+
* <p>The minute of the hour to end the bandwidth rate limit interval.</p> <important> <p>The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour, use the value <code>59</code>.</p> </important>
|
|
81
64
|
* @public
|
|
82
65
|
*/
|
|
83
66
|
EndMinuteOfHour: number | undefined;
|
|
84
67
|
/**
|
|
85
|
-
* <p>The days of the week component of the bandwidth rate limit interval,
|
|
86
|
-
* represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents
|
|
87
|
-
* Saturday.</p>
|
|
68
|
+
* <p>The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents Saturday.</p>
|
|
88
69
|
* @public
|
|
89
70
|
*/
|
|
90
71
|
DaysOfWeek: number[] | undefined;
|
|
@@ -94,17 +75,12 @@ export interface BandwidthRateLimitInterval {
|
|
|
94
75
|
*/
|
|
95
76
|
export interface GetBandwidthRateLimitScheduleOutput {
|
|
96
77
|
/**
|
|
97
|
-
* <p>The Amazon Resource Name (ARN) of the gateway. Use the
|
|
98
|
-
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html">
|
|
99
|
-
* <code>ListGateways</code>
|
|
100
|
-
* </a> operation to return a list of gateways
|
|
101
|
-
* for your account and Amazon Web Services Region.</p>
|
|
78
|
+
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html"> <code>ListGateways</code> </a> operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
102
79
|
* @public
|
|
103
80
|
*/
|
|
104
81
|
GatewayArn?: string | undefined;
|
|
105
82
|
/**
|
|
106
|
-
* <p>An array containing bandwidth rate limit schedule intervals for a gateway.
|
|
107
|
-
* When no bandwidth rate limit intervals have been scheduled, the array is empty.</p>
|
|
83
|
+
* <p>An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.</p>
|
|
108
84
|
* @public
|
|
109
85
|
*/
|
|
110
86
|
BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[] | undefined;
|
|
@@ -114,17 +90,12 @@ export interface GetBandwidthRateLimitScheduleOutput {
|
|
|
114
90
|
*/
|
|
115
91
|
export interface PutBandwidthRateLimitScheduleInput {
|
|
116
92
|
/**
|
|
117
|
-
* <p>The Amazon Resource Name (ARN) of the gateway. Use the
|
|
118
|
-
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html">
|
|
119
|
-
* <code>ListGateways</code>
|
|
120
|
-
* </a> operation to return a list of gateways
|
|
121
|
-
* for your account and Amazon Web Services Region.</p>
|
|
93
|
+
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html"> <code>ListGateways</code> </a> operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
122
94
|
* @public
|
|
123
95
|
*/
|
|
124
96
|
GatewayArn: string | undefined;
|
|
125
97
|
/**
|
|
126
|
-
* <p>An array containing bandwidth rate limit schedule intervals for a gateway.
|
|
127
|
-
* When no bandwidth rate limit intervals have been scheduled, the array is empty.</p>
|
|
98
|
+
* <p>An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.</p>
|
|
128
99
|
* @public
|
|
129
100
|
*/
|
|
130
101
|
BandwidthRateLimitIntervals: BandwidthRateLimitInterval[] | undefined;
|
|
@@ -134,19 +105,13 @@ export interface PutBandwidthRateLimitScheduleInput {
|
|
|
134
105
|
*/
|
|
135
106
|
export interface PutBandwidthRateLimitScheduleOutput {
|
|
136
107
|
/**
|
|
137
|
-
* <p>The Amazon Resource Name (ARN) of the gateway. Use the
|
|
138
|
-
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html">
|
|
139
|
-
* <code>ListGateways</code>
|
|
140
|
-
* </a> operation to return a list of gateways
|
|
141
|
-
* for your account and Amazon Web Services Region.</p>
|
|
108
|
+
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html"> <code>ListGateways</code> </a> operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
142
109
|
* @public
|
|
143
110
|
*/
|
|
144
111
|
GatewayArn?: string | undefined;
|
|
145
112
|
}
|
|
146
113
|
/**
|
|
147
|
-
* <p>A key-value pair you can use to manage, filter, and search for your resources. Allowed
|
|
148
|
-
* characters include UTF-8 letters, numbers, and the following characters: + - = . _ :
|
|
149
|
-
* /. Spaces are not allowed in tag values.</p>
|
|
114
|
+
* <p>A key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters, numbers, and the following characters: + - = . _ : /. Spaces are not allowed in tag values.</p>
|
|
150
115
|
* @public
|
|
151
116
|
*/
|
|
152
117
|
export interface Tag {
|
|
@@ -247,32 +212,27 @@ export interface GetGatewayInput {
|
|
|
247
212
|
GatewayArn: string | undefined;
|
|
248
213
|
}
|
|
249
214
|
/**
|
|
250
|
-
* <p>This is your gateway's weekly maintenance start time including the day and time of the week.
|
|
251
|
-
* Note that values are in terms of the gateway's time zone. Can be weekly or monthly.</p>
|
|
215
|
+
* <p>This is your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. Can be weekly or monthly.</p>
|
|
252
216
|
* @public
|
|
253
217
|
*/
|
|
254
218
|
export interface MaintenanceStartTime {
|
|
255
219
|
/**
|
|
256
|
-
* <p>The day of the month component of the maintenance start time represented as an ordinal number from
|
|
257
|
-
* 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.</p>
|
|
220
|
+
* <p>The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.</p>
|
|
258
221
|
* @public
|
|
259
222
|
*/
|
|
260
223
|
DayOfMonth?: number | undefined;
|
|
261
224
|
/**
|
|
262
|
-
* <p>An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday
|
|
263
|
-
* and 6 represents Saturday. The day of week is in the time zone of the gateway.</p>
|
|
225
|
+
* <p>An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6 represents Saturday. The day of week is in the time zone of the gateway.</p>
|
|
264
226
|
* @public
|
|
265
227
|
*/
|
|
266
228
|
DayOfWeek?: number | undefined;
|
|
267
229
|
/**
|
|
268
|
-
* <p>The hour component of the maintenance start time represented as <i>hh</i>,
|
|
269
|
-
* where <i>hh</i> is the hour (0 to 23). The hour of the day is in the time zone of the gateway.</p>
|
|
230
|
+
* <p>The hour component of the maintenance start time represented as <i>hh</i>, where <i>hh</i> is the hour (0 to 23). The hour of the day is in the time zone of the gateway.</p>
|
|
270
231
|
* @public
|
|
271
232
|
*/
|
|
272
233
|
HourOfDay: number | undefined;
|
|
273
234
|
/**
|
|
274
|
-
* <p>The minute component of the maintenance start time represented as <i>mm</i>, where
|
|
275
|
-
* <i>mm</i> is the minute (0 to 59). The minute of the hour is in the time zone of the gateway.</p>
|
|
235
|
+
* <p>The minute component of the maintenance start time represented as <i>mm</i>, where <i>mm</i> is the minute (0 to 59). The minute of the hour is in the time zone of the gateway.</p>
|
|
276
236
|
* @public
|
|
277
237
|
*/
|
|
278
238
|
MinuteOfHour: number | undefined;
|
|
@@ -283,10 +243,7 @@ export interface MaintenanceStartTime {
|
|
|
283
243
|
*/
|
|
284
244
|
export interface GatewayDetails {
|
|
285
245
|
/**
|
|
286
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
287
|
-
* gateway. Use the <code>ListGateways</code> operation
|
|
288
|
-
* to return a list of gateways for your account and
|
|
289
|
-
* Amazon Web Services Region.</p>
|
|
246
|
+
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
290
247
|
* @public
|
|
291
248
|
*/
|
|
292
249
|
GatewayArn?: string | undefined;
|
|
@@ -306,26 +263,22 @@ export interface GatewayDetails {
|
|
|
306
263
|
*/
|
|
307
264
|
HypervisorId?: string | undefined;
|
|
308
265
|
/**
|
|
309
|
-
* <p>Details showing the last time Backup gateway communicated
|
|
310
|
-
* with the cloud, in Unix format and UTC time.</p>
|
|
266
|
+
* <p>Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.</p>
|
|
311
267
|
* @public
|
|
312
268
|
*/
|
|
313
269
|
LastSeenTime?: Date | undefined;
|
|
314
270
|
/**
|
|
315
|
-
* <p>Returns your gateway's weekly maintenance start time including the day and time of the week.
|
|
316
|
-
* Note that values are in terms of the gateway's time zone. Can be weekly or monthly.</p>
|
|
271
|
+
* <p>Returns your gateway's weekly maintenance start time including the day and time of the week. Note that values are in terms of the gateway's time zone. Can be weekly or monthly.</p>
|
|
317
272
|
* @public
|
|
318
273
|
*/
|
|
319
274
|
MaintenanceStartTime?: MaintenanceStartTime | undefined;
|
|
320
275
|
/**
|
|
321
|
-
* <p>Details showing the next update availability time of the
|
|
322
|
-
* gateway.</p>
|
|
276
|
+
* <p>Details showing the next update availability time of the gateway.</p>
|
|
323
277
|
* @public
|
|
324
278
|
*/
|
|
325
279
|
NextUpdateAvailabilityTime?: Date | undefined;
|
|
326
280
|
/**
|
|
327
|
-
* <p>The DNS name for the virtual private cloud (VPC) endpoint the gateway
|
|
328
|
-
* uses to connect to the cloud for backup gateway.</p>
|
|
281
|
+
* <p>The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup gateway.</p>
|
|
329
282
|
* @public
|
|
330
283
|
*/
|
|
331
284
|
VpcEndpoint?: string | undefined;
|
|
@@ -345,8 +298,7 @@ export interface GatewayDetails {
|
|
|
345
298
|
*/
|
|
346
299
|
export interface GetGatewayOutput {
|
|
347
300
|
/**
|
|
348
|
-
* <p>By providing the ARN (Amazon Resource Name), this
|
|
349
|
-
* API returns the gateway.</p>
|
|
301
|
+
* <p>By providing the ARN (Amazon Resource Name), this API returns the gateway.</p>
|
|
350
302
|
* @public
|
|
351
303
|
*/
|
|
352
304
|
Gateway?: GatewayDetails | undefined;
|
|
@@ -361,23 +313,18 @@ export interface ListGatewaysInput {
|
|
|
361
313
|
*/
|
|
362
314
|
MaxResults?: number | undefined;
|
|
363
315
|
/**
|
|
364
|
-
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
365
|
-
* made to return <code>MaxResults</code> number of resources, <code>NextToken</code> allows you
|
|
366
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
367
|
-
* token.</p>
|
|
316
|
+
* <p>The next item following a partial list of returned resources. For example, if a request is made to return <code>MaxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>
|
|
368
317
|
* @public
|
|
369
318
|
*/
|
|
370
319
|
NextToken?: string | undefined;
|
|
371
320
|
}
|
|
372
321
|
/**
|
|
373
|
-
* <p>A gateway is an Backup Gateway appliance that runs on the customer's network
|
|
374
|
-
* to provide seamless connectivity to backup storage in the Amazon Web Services Cloud.</p>
|
|
322
|
+
* <p>A gateway is an Backup Gateway appliance that runs on the customer's network to provide seamless connectivity to backup storage in the Amazon Web Services Cloud.</p>
|
|
375
323
|
* @public
|
|
376
324
|
*/
|
|
377
325
|
export interface Gateway {
|
|
378
326
|
/**
|
|
379
|
-
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation
|
|
380
|
-
* to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
327
|
+
* <p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation to return a list of gateways for your account and Amazon Web Services Region.</p>
|
|
381
328
|
* @public
|
|
382
329
|
*/
|
|
383
330
|
GatewayArn?: string | undefined;
|
|
@@ -397,8 +344,7 @@ export interface Gateway {
|
|
|
397
344
|
*/
|
|
398
345
|
HypervisorId?: string | undefined;
|
|
399
346
|
/**
|
|
400
|
-
* <p>The last time Backup gateway communicated with the gateway, in Unix format and
|
|
401
|
-
* UTC time.</p>
|
|
347
|
+
* <p>The last time Backup gateway communicated with the gateway, in Unix format and UTC time.</p>
|
|
402
348
|
* @public
|
|
403
349
|
*/
|
|
404
350
|
LastSeenTime?: Date | undefined;
|
|
@@ -413,10 +359,7 @@ export interface ListGatewaysOutput {
|
|
|
413
359
|
*/
|
|
414
360
|
Gateways?: Gateway[] | undefined;
|
|
415
361
|
/**
|
|
416
|
-
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
417
|
-
* made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
|
|
418
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
419
|
-
* token.</p>
|
|
362
|
+
* <p>The next item following a partial list of returned resources. For example, if a request is made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>
|
|
420
363
|
* @public
|
|
421
364
|
*/
|
|
422
365
|
NextToken?: string | undefined;
|
|
@@ -426,8 +369,7 @@ export interface ListGatewaysOutput {
|
|
|
426
369
|
*/
|
|
427
370
|
export interface PutMaintenanceStartTimeInput {
|
|
428
371
|
/**
|
|
429
|
-
* <p>The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start
|
|
430
|
-
* time.</p>
|
|
372
|
+
* <p>The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.</p>
|
|
431
373
|
* @public
|
|
432
374
|
*/
|
|
433
375
|
GatewayArn: string | undefined;
|
|
@@ -447,8 +389,7 @@ export interface PutMaintenanceStartTimeInput {
|
|
|
447
389
|
*/
|
|
448
390
|
DayOfWeek?: number | undefined;
|
|
449
391
|
/**
|
|
450
|
-
* <p>The day of the month start maintenance on a gateway.</p>
|
|
451
|
-
* <p>Valid values range from <code>Sunday</code> to <code>Saturday</code>.</p>
|
|
392
|
+
* <p>The day of the month start maintenance on a gateway.</p> <p>Valid values range from <code>Sunday</code> to <code>Saturday</code>.</p>
|
|
452
393
|
* @public
|
|
453
394
|
*/
|
|
454
395
|
DayOfMonth?: number | undefined;
|
|
@@ -458,8 +399,7 @@ export interface PutMaintenanceStartTimeInput {
|
|
|
458
399
|
*/
|
|
459
400
|
export interface PutMaintenanceStartTimeOutput {
|
|
460
401
|
/**
|
|
461
|
-
* <p>The Amazon Resource Name (ARN) of a gateway for which you set the maintenance start
|
|
462
|
-
* time.</p>
|
|
402
|
+
* <p>The Amazon Resource Name (ARN) of a gateway for which you set the maintenance start time.</p>
|
|
463
403
|
* @public
|
|
464
404
|
*/
|
|
465
405
|
GatewayArn?: string | undefined;
|
|
@@ -474,8 +414,7 @@ export interface TestHypervisorConfigurationInput {
|
|
|
474
414
|
*/
|
|
475
415
|
GatewayArn: string | undefined;
|
|
476
416
|
/**
|
|
477
|
-
* <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified
|
|
478
|
-
* domain name (FQDN).</p>
|
|
417
|
+
* <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>
|
|
479
418
|
* @public
|
|
480
419
|
*/
|
|
481
420
|
Host: string | undefined;
|
|
@@ -525,8 +464,7 @@ export interface UpdateGatewayInformationOutput {
|
|
|
525
464
|
*/
|
|
526
465
|
export interface UpdateGatewaySoftwareNowInput {
|
|
527
466
|
/**
|
|
528
|
-
* <p>The Amazon Resource Name (ARN) of the gateway
|
|
529
|
-
* to be updated.</p>
|
|
467
|
+
* <p>The Amazon Resource Name (ARN) of the gateway to be updated.</p>
|
|
530
468
|
* @public
|
|
531
469
|
*/
|
|
532
470
|
GatewayArn: string | undefined;
|
|
@@ -536,8 +474,7 @@ export interface UpdateGatewaySoftwareNowInput {
|
|
|
536
474
|
*/
|
|
537
475
|
export interface UpdateGatewaySoftwareNowOutput {
|
|
538
476
|
/**
|
|
539
|
-
* <p>The Amazon Resource Name (ARN) of the gateway
|
|
540
|
-
* you updated.</p>
|
|
477
|
+
* <p>The Amazon Resource Name (ARN) of the gateway you updated.</p>
|
|
541
478
|
* @public
|
|
542
479
|
*/
|
|
543
480
|
GatewayArn?: string | undefined;
|
|
@@ -573,15 +510,12 @@ export interface GetHypervisorInput {
|
|
|
573
510
|
HypervisorArn: string | undefined;
|
|
574
511
|
}
|
|
575
512
|
/**
|
|
576
|
-
* <p>These are the details of the specified hypervisor. A hypervisor is hardware,
|
|
577
|
-
* software, or firmware that creates and manages virtual machines, and allocates
|
|
578
|
-
* resources to them.</p>
|
|
513
|
+
* <p>These are the details of the specified hypervisor. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.</p>
|
|
579
514
|
* @public
|
|
580
515
|
*/
|
|
581
516
|
export interface HypervisorDetails {
|
|
582
517
|
/**
|
|
583
|
-
* <p>The server host of the hypervisor. This can be either an IP address or
|
|
584
|
-
* a fully-qualified domain name (FQDN).</p>
|
|
518
|
+
* <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>
|
|
585
519
|
* @public
|
|
586
520
|
*/
|
|
587
521
|
Host?: string | undefined;
|
|
@@ -591,8 +525,7 @@ export interface HypervisorDetails {
|
|
|
591
525
|
*/
|
|
592
526
|
HypervisorArn?: string | undefined;
|
|
593
527
|
/**
|
|
594
|
-
* <p>The Amazon Resource Name (ARN) of the KMS
|
|
595
|
-
* used to encrypt the hypervisor.</p>
|
|
528
|
+
* <p>The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.</p>
|
|
596
529
|
* @public
|
|
597
530
|
*/
|
|
598
531
|
KmsKeyArn?: string | undefined;
|
|
@@ -602,21 +535,17 @@ export interface HypervisorDetails {
|
|
|
602
535
|
*/
|
|
603
536
|
Name?: string | undefined;
|
|
604
537
|
/**
|
|
605
|
-
* <p>The Amazon Resource Name (ARN) of the group of gateways within
|
|
606
|
-
* the requested log.</p>
|
|
538
|
+
* <p>The Amazon Resource Name (ARN) of the group of gateways within the requested log.</p>
|
|
607
539
|
* @public
|
|
608
540
|
*/
|
|
609
541
|
LogGroupArn?: string | undefined;
|
|
610
542
|
/**
|
|
611
|
-
* <p>This is the current state of the specified hypervisor.</p>
|
|
612
|
-
* <p>The possible states are <code>PENDING</code>, <code>ONLINE</code>,
|
|
613
|
-
* <code>OFFLINE</code>, or <code>ERROR</code>.</p>
|
|
543
|
+
* <p>This is the current state of the specified hypervisor.</p> <p>The possible states are <code>PENDING</code>, <code>ONLINE</code>, <code>OFFLINE</code>, or <code>ERROR</code>.</p>
|
|
614
544
|
* @public
|
|
615
545
|
*/
|
|
616
546
|
State?: HypervisorState | undefined;
|
|
617
547
|
/**
|
|
618
|
-
* <p>This is the time when the most recent successful sync
|
|
619
|
-
* of metadata occurred.</p>
|
|
548
|
+
* <p>This is the time when the most recent successful sync of metadata occurred.</p>
|
|
620
549
|
* @public
|
|
621
550
|
*/
|
|
622
551
|
LastSuccessfulMetadataSyncTime?: Date | undefined;
|
|
@@ -652,8 +581,7 @@ export interface GetHypervisorPropertyMappingsInput {
|
|
|
652
581
|
HypervisorArn: string | undefined;
|
|
653
582
|
}
|
|
654
583
|
/**
|
|
655
|
-
* <p>This displays the mapping of VMware tags to the
|
|
656
|
-
* corresponding Amazon Web Services tags.</p>
|
|
584
|
+
* <p>This displays the mapping of VMware tags to the corresponding Amazon Web Services tags.</p>
|
|
657
585
|
* @public
|
|
658
586
|
*/
|
|
659
587
|
export interface VmwareToAwsTagMapping {
|
|
@@ -688,8 +616,7 @@ export interface GetHypervisorPropertyMappingsOutput {
|
|
|
688
616
|
*/
|
|
689
617
|
HypervisorArn?: string | undefined;
|
|
690
618
|
/**
|
|
691
|
-
* <p>This is a display of the mappings of VMware tags to the
|
|
692
|
-
* Amazon Web Services tags.</p>
|
|
619
|
+
* <p>This is a display of the mappings of VMware tags to the Amazon Web Services tags.</p>
|
|
693
620
|
* @public
|
|
694
621
|
*/
|
|
695
622
|
VmwareToAwsTagMappings?: VmwareToAwsTagMapping[] | undefined;
|
|
@@ -709,8 +636,7 @@ export interface PutHypervisorPropertyMappingsInput {
|
|
|
709
636
|
*/
|
|
710
637
|
HypervisorArn: string | undefined;
|
|
711
638
|
/**
|
|
712
|
-
* <p>This action requests the mappings of VMware tags to the
|
|
713
|
-
* Amazon Web Services tags.</p>
|
|
639
|
+
* <p>This action requests the mappings of VMware tags to the Amazon Web Services tags.</p>
|
|
714
640
|
* @public
|
|
715
641
|
*/
|
|
716
642
|
VmwareToAwsTagMappings: VmwareToAwsTagMapping[] | undefined;
|
|
@@ -740,8 +666,7 @@ export interface ImportHypervisorConfigurationInput {
|
|
|
740
666
|
*/
|
|
741
667
|
Name: string | undefined;
|
|
742
668
|
/**
|
|
743
|
-
* <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified
|
|
744
|
-
* domain name (FQDN).</p>
|
|
669
|
+
* <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>
|
|
745
670
|
* @public
|
|
746
671
|
*/
|
|
747
672
|
Host: string | undefined;
|
|
@@ -786,24 +711,18 @@ export interface ListHypervisorsInput {
|
|
|
786
711
|
*/
|
|
787
712
|
MaxResults?: number | undefined;
|
|
788
713
|
/**
|
|
789
|
-
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
790
|
-
* made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
|
|
791
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
792
|
-
* token.</p>
|
|
714
|
+
* <p>The next item following a partial list of returned resources. For example, if a request is made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>
|
|
793
715
|
* @public
|
|
794
716
|
*/
|
|
795
717
|
NextToken?: string | undefined;
|
|
796
718
|
}
|
|
797
719
|
/**
|
|
798
|
-
* <p>Represents the hypervisor's permissions to which the gateway will connect.</p>
|
|
799
|
-
* <p>A hypervisor is hardware, software, or firmware that creates and manages virtual machines,
|
|
800
|
-
* and allocates resources to them.</p>
|
|
720
|
+
* <p>Represents the hypervisor's permissions to which the gateway will connect.</p> <p>A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.</p>
|
|
801
721
|
* @public
|
|
802
722
|
*/
|
|
803
723
|
export interface Hypervisor {
|
|
804
724
|
/**
|
|
805
|
-
* <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified
|
|
806
|
-
* domain name (FQDN).</p>
|
|
725
|
+
* <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>
|
|
807
726
|
* @public
|
|
808
727
|
*/
|
|
809
728
|
Host?: string | undefined;
|
|
@@ -813,8 +732,7 @@ export interface Hypervisor {
|
|
|
813
732
|
*/
|
|
814
733
|
HypervisorArn?: string | undefined;
|
|
815
734
|
/**
|
|
816
|
-
* <p>The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the
|
|
817
|
-
* hypervisor.</p>
|
|
735
|
+
* <p>The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.</p>
|
|
818
736
|
* @public
|
|
819
737
|
*/
|
|
820
738
|
KmsKeyArn?: string | undefined;
|
|
@@ -834,16 +752,12 @@ export interface Hypervisor {
|
|
|
834
752
|
*/
|
|
835
753
|
export interface ListHypervisorsOutput {
|
|
836
754
|
/**
|
|
837
|
-
* <p>A list of your <code>Hypervisor</code> objects, ordered by their Amazon Resource Names
|
|
838
|
-
* (ARNs).</p>
|
|
755
|
+
* <p>A list of your <code>Hypervisor</code> objects, ordered by their Amazon Resource Names (ARNs).</p>
|
|
839
756
|
* @public
|
|
840
757
|
*/
|
|
841
758
|
Hypervisors?: Hypervisor[] | undefined;
|
|
842
759
|
/**
|
|
843
|
-
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
844
|
-
* made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
|
|
845
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
846
|
-
* token.</p>
|
|
760
|
+
* <p>The next item following a partial list of returned resources. For example, if a request is made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>
|
|
847
761
|
* @public
|
|
848
762
|
*/
|
|
849
763
|
NextToken?: string | undefined;
|
|
@@ -878,8 +792,7 @@ export interface UpdateHypervisorInput {
|
|
|
878
792
|
*/
|
|
879
793
|
HypervisorArn: string | undefined;
|
|
880
794
|
/**
|
|
881
|
-
* <p>The updated host of the hypervisor. This can be either an IP address or a fully-qualified
|
|
882
|
-
* domain name (FQDN).</p>
|
|
795
|
+
* <p>The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>
|
|
883
796
|
* @public
|
|
884
797
|
*/
|
|
885
798
|
Host?: string | undefined;
|
|
@@ -1000,10 +913,7 @@ export interface GetVirtualMachineInput {
|
|
|
1000
913
|
ResourceArn: string | undefined;
|
|
1001
914
|
}
|
|
1002
915
|
/**
|
|
1003
|
-
* <p>A VMware tag is a tag attached to a specific virtual machine.
|
|
1004
|
-
* A <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_Tag.html">tag</a>
|
|
1005
|
-
* is a key-value pair you can use to manage, filter, and search for your resources.</p>
|
|
1006
|
-
* <p>The content of VMware tags can be matched to Amazon Web Services tags.</p>
|
|
916
|
+
* <p>A VMware tag is a tag attached to a specific virtual machine. A <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_Tag.html">tag</a> is a key-value pair you can use to manage, filter, and search for your resources.</p> <p>The content of VMware tags can be matched to Amazon Web Services tags.</p>
|
|
1007
917
|
* @public
|
|
1008
918
|
*/
|
|
1009
919
|
export interface VmwareTag {
|
|
@@ -1049,8 +959,7 @@ export interface VirtualMachineDetails {
|
|
|
1049
959
|
*/
|
|
1050
960
|
Path?: string | undefined;
|
|
1051
961
|
/**
|
|
1052
|
-
* <p>The Amazon Resource Name (ARN) of the virtual machine. For example,
|
|
1053
|
-
* <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>
|
|
962
|
+
* <p>The Amazon Resource Name (ARN) of the virtual machine. For example, <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>
|
|
1054
963
|
* @public
|
|
1055
964
|
*/
|
|
1056
965
|
ResourceArn?: string | undefined;
|
|
@@ -1060,8 +969,7 @@ export interface VirtualMachineDetails {
|
|
|
1060
969
|
*/
|
|
1061
970
|
LastBackupDate?: Date | undefined;
|
|
1062
971
|
/**
|
|
1063
|
-
* <p>These are the details of the VMware tags associated with the specified
|
|
1064
|
-
* virtual machine.</p>
|
|
972
|
+
* <p>These are the details of the VMware tags associated with the specified virtual machine.</p>
|
|
1065
973
|
* @public
|
|
1066
974
|
*/
|
|
1067
975
|
VmwareTags?: VmwareTag[] | undefined;
|
|
@@ -1071,9 +979,7 @@ export interface VirtualMachineDetails {
|
|
|
1071
979
|
*/
|
|
1072
980
|
export interface GetVirtualMachineOutput {
|
|
1073
981
|
/**
|
|
1074
|
-
* <p>This object contains the basic attributes of <code>VirtualMachine</code> contained by the output of
|
|
1075
|
-
* <code>GetVirtualMachine</code>
|
|
1076
|
-
* </p>
|
|
982
|
+
* <p>This object contains the basic attributes of <code>VirtualMachine</code> contained by the output of <code>GetVirtualMachine</code> </p>
|
|
1077
983
|
* @public
|
|
1078
984
|
*/
|
|
1079
985
|
VirtualMachine?: VirtualMachineDetails | undefined;
|
|
@@ -1093,10 +999,7 @@ export interface ListVirtualMachinesInput {
|
|
|
1093
999
|
*/
|
|
1094
1000
|
MaxResults?: number | undefined;
|
|
1095
1001
|
/**
|
|
1096
|
-
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
1097
|
-
* made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
|
|
1098
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
1099
|
-
* token.</p>
|
|
1002
|
+
* <p>The next item following a partial list of returned resources. For example, if a request is made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>
|
|
1100
1003
|
* @public
|
|
1101
1004
|
*/
|
|
1102
1005
|
NextToken?: string | undefined;
|
|
@@ -1127,8 +1030,7 @@ export interface VirtualMachine {
|
|
|
1127
1030
|
*/
|
|
1128
1031
|
Path?: string | undefined;
|
|
1129
1032
|
/**
|
|
1130
|
-
* <p>The Amazon Resource Name (ARN) of the virtual machine. For example,
|
|
1131
|
-
* <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>
|
|
1033
|
+
* <p>The Amazon Resource Name (ARN) of the virtual machine. For example, <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>
|
|
1132
1034
|
* @public
|
|
1133
1035
|
*/
|
|
1134
1036
|
ResourceArn?: string | undefined;
|
|
@@ -1143,16 +1045,12 @@ export interface VirtualMachine {
|
|
|
1143
1045
|
*/
|
|
1144
1046
|
export interface ListVirtualMachinesOutput {
|
|
1145
1047
|
/**
|
|
1146
|
-
* <p>A list of your <code>VirtualMachine</code> objects, ordered by their Amazon Resource Names
|
|
1147
|
-
* (ARNs).</p>
|
|
1048
|
+
* <p>A list of your <code>VirtualMachine</code> objects, ordered by their Amazon Resource Names (ARNs).</p>
|
|
1148
1049
|
* @public
|
|
1149
1050
|
*/
|
|
1150
1051
|
VirtualMachines?: VirtualMachine[] | undefined;
|
|
1151
1052
|
/**
|
|
1152
|
-
* <p>The next item following a partial list of returned resources. For example, if a request is
|
|
1153
|
-
* made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
|
|
1154
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
1155
|
-
* token.</p>
|
|
1053
|
+
* <p>The next item following a partial list of returned resources. For example, if a request is made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>
|
|
1156
1054
|
* @public
|
|
1157
1055
|
*/
|
|
1158
1056
|
NextToken?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backup-gateway",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1094.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Backup Gateway Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-backup-gateway",
|
|
6
6
|
"license": "Apache-2.0",
|