@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.
Files changed (61) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/BackupGateway.d.ts +4 -1
  6. package/dist-types/BackupGatewayClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateGatewayCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteHypervisorCommand.d.ts +2 -1
  11. package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +2 -1
  12. package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +2 -1
  13. package/dist-types/commands/GetGatewayCommand.d.ts +2 -1
  14. package/dist-types/commands/GetHypervisorCommand.d.ts +2 -1
  15. package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetVirtualMachineCommand.d.ts +2 -1
  17. package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +2 -1
  18. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -1
  19. package/dist-types/commands/ListHypervisorsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/ListVirtualMachinesCommand.d.ts +2 -1
  22. package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +2 -1
  23. package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +2 -1
  24. package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +2 -1
  25. package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +2 -1
  26. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +2 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateHypervisorCommand.d.ts +2 -1
  32. package/dist-types/index.d.ts +0 -1
  33. package/dist-types/models/models_0.d.ts +169 -169
  34. package/dist-types/ts3.4/BackupGateway.d.ts +3 -0
  35. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/index.d.ts +0 -1
  61. package/package.json +40 -40
@@ -1,15 +1,15 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { BackupGatewayServiceException as __BaseException } from "./BackupGatewayServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>The operation cannot proceed because you have insufficient permissions.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
9
9
  readonly $fault: "client";
10
10
  /**
11
- * @public
12
11
  * <p>A description of why you have insufficient permissions.</p>
12
+ * @public
13
13
  */
14
14
  ErrorCode: string | undefined;
15
15
  Message?: string;
@@ -23,14 +23,14 @@ export declare class AccessDeniedException extends __BaseException {
23
23
  */
24
24
  export interface AssociateGatewayToServerInput {
25
25
  /**
26
- * @public
27
26
  * <p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation
28
27
  * to return a list of gateways for your account and Amazon Web Services Region.</p>
28
+ * @public
29
29
  */
30
30
  GatewayArn: string | undefined;
31
31
  /**
32
- * @public
33
32
  * <p>The Amazon Resource Name (ARN) of the server that hosts your virtual machines.</p>
33
+ * @public
34
34
  */
35
35
  ServerArn: string | undefined;
36
36
  }
@@ -39,21 +39,21 @@ export interface AssociateGatewayToServerInput {
39
39
  */
40
40
  export interface AssociateGatewayToServerOutput {
41
41
  /**
42
- * @public
43
42
  * <p>The Amazon Resource Name (ARN) of a gateway.</p>
43
+ * @public
44
44
  */
45
45
  GatewayArn?: string;
46
46
  }
47
47
  /**
48
- * @public
49
48
  * <p>The operation cannot proceed because it is not supported.</p>
49
+ * @public
50
50
  */
51
51
  export declare class ConflictException extends __BaseException {
52
52
  readonly name: "ConflictException";
53
53
  readonly $fault: "client";
54
54
  /**
55
- * @public
56
55
  * <p>A description of why the operation is not supported.</p>
56
+ * @public
57
57
  */
58
58
  ErrorCode: string | undefined;
59
59
  Message?: string;
@@ -63,15 +63,15 @@ export declare class ConflictException extends __BaseException {
63
63
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
64
64
  }
65
65
  /**
66
- * @public
67
66
  * <p>The operation did not succeed because an internal error occurred. Try again later.</p>
67
+ * @public
68
68
  */
69
69
  export declare class InternalServerException extends __BaseException {
70
70
  readonly name: "InternalServerException";
71
71
  readonly $fault: "server";
72
72
  /**
73
- * @public
74
73
  * <p>A description of which internal error occured.</p>
74
+ * @public
75
75
  */
76
76
  ErrorCode?: string;
77
77
  Message?: string;
@@ -81,17 +81,17 @@ export declare class InternalServerException extends __BaseException {
81
81
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
82
82
  }
83
83
  /**
84
- * @public
85
84
  * <p>TPS has been limited to protect against intentional or unintentional
86
85
  * high request volumes.</p>
86
+ * @public
87
87
  */
88
88
  export declare class ThrottlingException extends __BaseException {
89
89
  readonly name: "ThrottlingException";
90
90
  readonly $fault: "client";
91
91
  /**
92
- * @public
93
92
  * <p>Error: TPS has been limited to protect against intentional or unintentional
94
93
  * high request volumes.</p>
94
+ * @public
95
95
  */
96
96
  ErrorCode: string | undefined;
97
97
  Message?: string;
@@ -101,15 +101,15 @@ export declare class ThrottlingException extends __BaseException {
101
101
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
102
102
  }
103
103
  /**
104
- * @public
105
104
  * <p>The operation did not succeed because a validation error occurred.</p>
105
+ * @public
106
106
  */
107
107
  export declare class ValidationException extends __BaseException {
108
108
  readonly name: "ValidationException";
109
109
  readonly $fault: "client";
110
110
  /**
111
- * @public
112
111
  * <p>A description of what caused the validation error.</p>
112
+ * @public
113
113
  */
114
114
  ErrorCode?: string;
115
115
  Message?: string;
@@ -123,65 +123,65 @@ export declare class ValidationException extends __BaseException {
123
123
  */
124
124
  export interface GetBandwidthRateLimitScheduleInput {
125
125
  /**
126
- * @public
127
126
  * <p>The Amazon Resource Name (ARN) of the gateway. Use the
128
127
  * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html">
129
128
  * <code>ListGateways</code>
130
129
  * </a> operation to return a list of gateways
131
130
  * for your account and Amazon Web Services Region.</p>
131
+ * @public
132
132
  */
133
133
  GatewayArn: string | undefined;
134
134
  }
135
135
  /**
136
- * @public
137
136
  * <p>Describes a bandwidth rate limit interval for a gateway. A bandwidth
138
137
  * rate limit schedule consists of one or more bandwidth rate limit intervals.
139
138
  * A bandwidth rate limit interval defines a period of time on one or more days
140
139
  * of the week, during which bandwidth rate limits are specified for uploading,
141
140
  * downloading, or both.</p>
141
+ * @public
142
142
  */
143
143
  export interface BandwidthRateLimitInterval {
144
144
  /**
145
- * @public
146
145
  * <p>The average upload rate limit component of the bandwidth rate limit
147
146
  * interval, in bits per second. This field does not appear in the response if
148
147
  * the upload rate limit is not set.</p>
149
148
  * <note>
150
149
  * <p>For Backup Gateway, the minimum value is <code>(Value)</code>.</p>
151
150
  * </note>
151
+ * @public
152
152
  */
153
153
  AverageUploadRateLimitInBitsPerSec?: number;
154
154
  /**
155
- * @public
156
155
  * <p>The hour of the day to start the bandwidth rate limit interval.</p>
156
+ * @public
157
157
  */
158
158
  StartHourOfDay: number | undefined;
159
159
  /**
160
- * @public
161
160
  * <p>The hour of the day to end the bandwidth rate limit interval.</p>
161
+ * @public
162
162
  */
163
163
  EndHourOfDay: number | undefined;
164
164
  /**
165
- * @public
166
165
  * <p>The minute of the hour to start the bandwidth rate limit interval. The
167
166
  * interval begins at the start of that minute. To begin an interval exactly at
168
167
  * the start of the hour, use the value <code>0</code>.</p>
168
+ * @public
169
169
  */
170
170
  StartMinuteOfHour: number | undefined;
171
171
  /**
172
- * @public
173
172
  * <p>The minute of the hour to end the bandwidth rate limit interval.</p>
174
173
  * <important>
175
174
  * <p>The bandwidth rate limit interval ends at the end of the minute.
176
175
  * To end an interval at the end of an hour, use the value <code>59</code>.</p>
177
176
  * </important>
177
+ * @public
178
178
  */
179
179
  EndMinuteOfHour: number | undefined;
180
180
  /**
181
- * @public
182
181
  * <p>The days of the week component of the bandwidth rate limit interval,
183
182
  * represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents
184
183
  * Saturday.</p>
184
+ * @public
185
185
  */
186
186
  DaysOfWeek: number[] | undefined;
187
187
  }
@@ -190,31 +190,31 @@ export interface BandwidthRateLimitInterval {
190
190
  */
191
191
  export interface GetBandwidthRateLimitScheduleOutput {
192
192
  /**
193
- * @public
194
193
  * <p>The Amazon Resource Name (ARN) of the gateway. Use the
195
194
  * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html">
196
195
  * <code>ListGateways</code>
197
196
  * </a> operation to return a list of gateways
198
197
  * for your account and Amazon Web Services Region.</p>
198
+ * @public
199
199
  */
200
200
  GatewayArn?: string;
201
201
  /**
202
- * @public
203
202
  * <p>An array containing bandwidth rate limit schedule intervals for a gateway.
204
203
  * When no bandwidth rate limit intervals have been scheduled, the array is empty.</p>
204
+ * @public
205
205
  */
206
206
  BandwidthRateLimitIntervals?: BandwidthRateLimitInterval[];
207
207
  }
208
208
  /**
209
- * @public
210
209
  * <p>A resource that is required for the action wasn't found.</p>
210
+ * @public
211
211
  */
212
212
  export declare class ResourceNotFoundException extends __BaseException {
213
213
  readonly name: "ResourceNotFoundException";
214
214
  readonly $fault: "client";
215
215
  /**
216
- * @public
217
216
  * <p>A description of which resource wasn't found.</p>
217
+ * @public
218
218
  */
219
219
  ErrorCode?: string;
220
220
  Message?: string;
@@ -228,18 +228,18 @@ export declare class ResourceNotFoundException extends __BaseException {
228
228
  */
229
229
  export interface PutBandwidthRateLimitScheduleInput {
230
230
  /**
231
- * @public
232
231
  * <p>The Amazon Resource Name (ARN) of the gateway. Use the
233
232
  * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html">
234
233
  * <code>ListGateways</code>
235
234
  * </a> operation to return a list of gateways
236
235
  * for your account and Amazon Web Services Region.</p>
236
+ * @public
237
237
  */
238
238
  GatewayArn: string | undefined;
239
239
  /**
240
- * @public
241
240
  * <p>An array containing bandwidth rate limit schedule intervals for a gateway.
242
241
  * When no bandwidth rate limit intervals have been scheduled, the array is empty.</p>
242
+ * @public
243
243
  */
244
244
  BandwidthRateLimitIntervals: BandwidthRateLimitInterval[] | undefined;
245
245
  }
@@ -248,12 +248,12 @@ export interface PutBandwidthRateLimitScheduleInput {
248
248
  */
249
249
  export interface PutBandwidthRateLimitScheduleOutput {
250
250
  /**
251
- * @public
252
251
  * <p>The Amazon Resource Name (ARN) of the gateway. Use the
253
252
  * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html">
254
253
  * <code>ListGateways</code>
255
254
  * </a> operation to return a list of gateways
256
255
  * for your account and Amazon Web Services Region.</p>
256
+ * @public
257
257
  */
258
258
  GatewayArn?: string;
259
259
  }
@@ -269,20 +269,20 @@ export declare const GatewayType: {
269
269
  */
270
270
  export type GatewayType = (typeof GatewayType)[keyof typeof GatewayType];
271
271
  /**
272
- * @public
273
272
  * <p>A key-value pair you can use to manage, filter, and search for your resources. Allowed
274
273
  * characters include UTF-8 letters, numbers, spaces, and the following characters: + - = . _ :
275
274
  * /.</p>
275
+ * @public
276
276
  */
277
277
  export interface Tag {
278
278
  /**
279
- * @public
280
279
  * <p>The key part of a tag's key-value pair. The key can't start with <code>aws:</code>.</p>
280
+ * @public
281
281
  */
282
282
  Key: string | undefined;
283
283
  /**
284
- * @public
285
284
  * <p>The value part of a tag's key-value pair.</p>
285
+ * @public
286
286
  */
287
287
  Value: string | undefined;
288
288
  }
@@ -291,23 +291,23 @@ export interface Tag {
291
291
  */
292
292
  export interface CreateGatewayInput {
293
293
  /**
294
- * @public
295
294
  * <p>The activation key of the created gateway.</p>
295
+ * @public
296
296
  */
297
297
  ActivationKey: string | undefined;
298
298
  /**
299
- * @public
300
299
  * <p>The display name of the created gateway.</p>
300
+ * @public
301
301
  */
302
302
  GatewayDisplayName: string | undefined;
303
303
  /**
304
- * @public
305
304
  * <p>The type of created gateway.</p>
305
+ * @public
306
306
  */
307
307
  GatewayType: GatewayType | undefined;
308
308
  /**
309
- * @public
310
309
  * <p>A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.</p>
310
+ * @public
311
311
  */
312
312
  Tags?: Tag[];
313
313
  }
@@ -316,8 +316,8 @@ export interface CreateGatewayInput {
316
316
  */
317
317
  export interface CreateGatewayOutput {
318
318
  /**
319
- * @public
320
319
  * <p>The Amazon Resource Name (ARN) of the gateway you create.</p>
320
+ * @public
321
321
  */
322
322
  GatewayArn?: string;
323
323
  }
@@ -326,8 +326,8 @@ export interface CreateGatewayOutput {
326
326
  */
327
327
  export interface DeleteGatewayInput {
328
328
  /**
329
- * @public
330
329
  * <p>The Amazon Resource Name (ARN) of the gateway to delete.</p>
330
+ * @public
331
331
  */
332
332
  GatewayArn: string | undefined;
333
333
  }
@@ -336,8 +336,8 @@ export interface DeleteGatewayInput {
336
336
  */
337
337
  export interface DeleteGatewayOutput {
338
338
  /**
339
- * @public
340
339
  * <p>The Amazon Resource Name (ARN) of the gateway you deleted.</p>
340
+ * @public
341
341
  */
342
342
  GatewayArn?: string;
343
343
  }
@@ -346,8 +346,8 @@ export interface DeleteGatewayOutput {
346
346
  */
347
347
  export interface DisassociateGatewayFromServerInput {
348
348
  /**
349
- * @public
350
349
  * <p>The Amazon Resource Name (ARN) of the gateway to disassociate.</p>
350
+ * @public
351
351
  */
352
352
  GatewayArn: string | undefined;
353
353
  }
@@ -356,8 +356,8 @@ export interface DisassociateGatewayFromServerInput {
356
356
  */
357
357
  export interface DisassociateGatewayFromServerOutput {
358
358
  /**
359
- * @public
360
359
  * <p>The Amazon Resource Name (ARN) of the gateway you disassociated.</p>
360
+ * @public
361
361
  */
362
362
  GatewayArn?: string;
363
363
  }
@@ -366,92 +366,92 @@ export interface DisassociateGatewayFromServerOutput {
366
366
  */
367
367
  export interface GetGatewayInput {
368
368
  /**
369
- * @public
370
369
  * <p>The Amazon Resource Name (ARN) of the gateway.</p>
370
+ * @public
371
371
  */
372
372
  GatewayArn: string | undefined;
373
373
  }
374
374
  /**
375
- * @public
376
375
  * <p>This is your gateway's weekly maintenance start time including the day and time of the week.
377
376
  * Note that values are in terms of the gateway's time zone. Can be weekly or monthly.</p>
377
+ * @public
378
378
  */
379
379
  export interface MaintenanceStartTime {
380
380
  /**
381
- * @public
382
381
  * <p>The day of the month component of the maintenance start time represented as an ordinal number from
383
382
  * 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.</p>
383
+ * @public
384
384
  */
385
385
  DayOfMonth?: number;
386
386
  /**
387
- * @public
388
387
  * <p>An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday
389
388
  * and 6 represents Saturday. The day of week is in the time zone of the gateway.</p>
389
+ * @public
390
390
  */
391
391
  DayOfWeek?: number;
392
392
  /**
393
- * @public
394
393
  * <p>The hour component of the maintenance start time represented as <i>hh</i>,
395
394
  * where <i>hh</i> is the hour (0 to 23). The hour of the day is in the time zone of the gateway.</p>
395
+ * @public
396
396
  */
397
397
  HourOfDay: number | undefined;
398
398
  /**
399
- * @public
400
399
  * <p>The minute component of the maintenance start time represented as <i>mm</i>, where
401
400
  * <i>mm</i> is the minute (0 to 59). The minute of the hour is in the time zone of the gateway.</p>
401
+ * @public
402
402
  */
403
403
  MinuteOfHour: number | undefined;
404
404
  }
405
405
  /**
406
- * @public
407
406
  * <p>The details of gateway.</p>
407
+ * @public
408
408
  */
409
409
  export interface GatewayDetails {
410
410
  /**
411
- * @public
412
411
  * <p>The Amazon Resource Name (ARN) of the
413
412
  * gateway. Use the <code>ListGateways</code> operation
414
413
  * to return a list of gateways for your account and
415
414
  * Amazon Web Services Region.</p>
415
+ * @public
416
416
  */
417
417
  GatewayArn?: string;
418
418
  /**
419
- * @public
420
419
  * <p>The display name of the gateway.</p>
420
+ * @public
421
421
  */
422
422
  GatewayDisplayName?: string;
423
423
  /**
424
- * @public
425
424
  * <p>The type of the gateway type.</p>
425
+ * @public
426
426
  */
427
427
  GatewayType?: GatewayType;
428
428
  /**
429
- * @public
430
429
  * <p>The hypervisor ID of the gateway.</p>
430
+ * @public
431
431
  */
432
432
  HypervisorId?: string;
433
433
  /**
434
- * @public
435
434
  * <p>Details showing the last time Backup gateway communicated
436
435
  * with the cloud, in Unix format and UTC time.</p>
436
+ * @public
437
437
  */
438
438
  LastSeenTime?: Date;
439
439
  /**
440
- * @public
441
440
  * <p>Returns your gateway's weekly maintenance start time including the day and time of the week.
442
441
  * Note that values are in terms of the gateway's time zone. Can be weekly or monthly.</p>
442
+ * @public
443
443
  */
444
444
  MaintenanceStartTime?: MaintenanceStartTime;
445
445
  /**
446
- * @public
447
446
  * <p>Details showing the next update availability time of the
448
447
  * gateway.</p>
448
+ * @public
449
449
  */
450
450
  NextUpdateAvailabilityTime?: Date;
451
451
  /**
452
- * @public
453
452
  * <p>The DNS name for the virtual private cloud (VPC) endpoint the gateway
454
453
  * uses to connect to the cloud for backup gateway.</p>
454
+ * @public
455
455
  */
456
456
  VpcEndpoint?: string;
457
457
  }
@@ -460,9 +460,9 @@ export interface GatewayDetails {
460
460
  */
461
461
  export interface GetGatewayOutput {
462
462
  /**
463
- * @public
464
463
  * <p>By providing the ARN (Amazon Resource Name), this
465
464
  * API returns the gateway.</p>
465
+ * @public
466
466
  */
467
467
  Gateway?: GatewayDetails;
468
468
  }
@@ -471,50 +471,50 @@ export interface GetGatewayOutput {
471
471
  */
472
472
  export interface ListGatewaysInput {
473
473
  /**
474
- * @public
475
474
  * <p>The maximum number of gateways to list.</p>
475
+ * @public
476
476
  */
477
477
  MaxResults?: number;
478
478
  /**
479
- * @public
480
479
  * <p>The next item following a partial list of returned resources. For example, if a request is
481
480
  * made to return <code>MaxResults</code> number of resources, <code>NextToken</code> allows you
482
481
  * to return more items in your list starting at the location pointed to by the next
483
482
  * token.</p>
483
+ * @public
484
484
  */
485
485
  NextToken?: string;
486
486
  }
487
487
  /**
488
- * @public
489
488
  * <p>A gateway is an Backup Gateway appliance that runs on the customer's network
490
489
  * to provide seamless connectivity to backup storage in the Amazon Web Services Cloud.</p>
490
+ * @public
491
491
  */
492
492
  export interface Gateway {
493
493
  /**
494
- * @public
495
494
  * <p>The Amazon Resource Name (ARN) of the gateway. Use the <code>ListGateways</code> operation
496
495
  * to return a list of gateways for your account and Amazon Web Services Region.</p>
496
+ * @public
497
497
  */
498
498
  GatewayArn?: string;
499
499
  /**
500
- * @public
501
500
  * <p>The display name of the gateway.</p>
501
+ * @public
502
502
  */
503
503
  GatewayDisplayName?: string;
504
504
  /**
505
- * @public
506
505
  * <p>The type of the gateway.</p>
506
+ * @public
507
507
  */
508
508
  GatewayType?: GatewayType;
509
509
  /**
510
- * @public
511
510
  * <p>The hypervisor ID of the gateway.</p>
511
+ * @public
512
512
  */
513
513
  HypervisorId?: string;
514
514
  /**
515
- * @public
516
515
  * <p>The last time Backup gateway communicated with the gateway, in Unix format and
517
516
  * UTC time.</p>
517
+ * @public
518
518
  */
519
519
  LastSeenTime?: Date;
520
520
  }
@@ -523,16 +523,16 @@ export interface Gateway {
523
523
  */
524
524
  export interface ListGatewaysOutput {
525
525
  /**
526
- * @public
527
526
  * <p>A list of your gateways.</p>
527
+ * @public
528
528
  */
529
529
  Gateways?: Gateway[];
530
530
  /**
531
- * @public
532
531
  * <p>The next item following a partial list of returned resources. For example, if a request is
533
532
  * made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
534
533
  * to return more items in your list starting at the location pointed to by the next
535
534
  * token.</p>
535
+ * @public
536
536
  */
537
537
  NextToken?: string;
538
538
  }
@@ -541,30 +541,30 @@ export interface ListGatewaysOutput {
541
541
  */
542
542
  export interface PutMaintenanceStartTimeInput {
543
543
  /**
544
- * @public
545
544
  * <p>The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start
546
545
  * time.</p>
546
+ * @public
547
547
  */
548
548
  GatewayArn: string | undefined;
549
549
  /**
550
- * @public
551
550
  * <p>The hour of the day to start maintenance on a gateway.</p>
551
+ * @public
552
552
  */
553
553
  HourOfDay: number | undefined;
554
554
  /**
555
- * @public
556
555
  * <p>The minute of the hour to start maintenance on a gateway.</p>
556
+ * @public
557
557
  */
558
558
  MinuteOfHour: number | undefined;
559
559
  /**
560
- * @public
561
560
  * <p>The day of the week to start maintenance on a gateway.</p>
561
+ * @public
562
562
  */
563
563
  DayOfWeek?: number;
564
564
  /**
565
- * @public
566
565
  * <p>The day of the month start maintenance on a gateway.</p>
567
566
  * <p>Valid values range from <code>Sunday</code> to <code>Saturday</code>.</p>
567
+ * @public
568
568
  */
569
569
  DayOfMonth?: number;
570
570
  }
@@ -573,9 +573,9 @@ export interface PutMaintenanceStartTimeInput {
573
573
  */
574
574
  export interface PutMaintenanceStartTimeOutput {
575
575
  /**
576
- * @public
577
576
  * <p>The Amazon Resource Name (ARN) of a gateway for which you set the maintenance start
578
577
  * time.</p>
578
+ * @public
579
579
  */
580
580
  GatewayArn?: string;
581
581
  }
@@ -584,24 +584,24 @@ export interface PutMaintenanceStartTimeOutput {
584
584
  */
585
585
  export interface TestHypervisorConfigurationInput {
586
586
  /**
587
- * @public
588
587
  * <p>The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.</p>
588
+ * @public
589
589
  */
590
590
  GatewayArn: string | undefined;
591
591
  /**
592
- * @public
593
592
  * <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified
594
593
  * domain name (FQDN).</p>
594
+ * @public
595
595
  */
596
596
  Host: string | undefined;
597
597
  /**
598
- * @public
599
598
  * <p>The username for the hypervisor.</p>
599
+ * @public
600
600
  */
601
601
  Username?: string;
602
602
  /**
603
- * @public
604
603
  * <p>The password for the hypervisor.</p>
604
+ * @public
605
605
  */
606
606
  Password?: string;
607
607
  }
@@ -615,13 +615,13 @@ export interface TestHypervisorConfigurationOutput {
615
615
  */
616
616
  export interface UpdateGatewayInformationInput {
617
617
  /**
618
- * @public
619
618
  * <p>The Amazon Resource Name (ARN) of the gateway to update.</p>
619
+ * @public
620
620
  */
621
621
  GatewayArn: string | undefined;
622
622
  /**
623
- * @public
624
623
  * <p>The updated display name of the gateway.</p>
624
+ * @public
625
625
  */
626
626
  GatewayDisplayName?: string;
627
627
  }
@@ -630,8 +630,8 @@ export interface UpdateGatewayInformationInput {
630
630
  */
631
631
  export interface UpdateGatewayInformationOutput {
632
632
  /**
633
- * @public
634
633
  * <p>The Amazon Resource Name (ARN) of the gateway you updated.</p>
634
+ * @public
635
635
  */
636
636
  GatewayArn?: string;
637
637
  }
@@ -640,9 +640,9 @@ export interface UpdateGatewayInformationOutput {
640
640
  */
641
641
  export interface UpdateGatewaySoftwareNowInput {
642
642
  /**
643
- * @public
644
643
  * <p>The Amazon Resource Name (ARN) of the gateway
645
644
  * to be updated.</p>
645
+ * @public
646
646
  */
647
647
  GatewayArn: string | undefined;
648
648
  }
@@ -651,9 +651,9 @@ export interface UpdateGatewaySoftwareNowInput {
651
651
  */
652
652
  export interface UpdateGatewaySoftwareNowOutput {
653
653
  /**
654
- * @public
655
654
  * <p>The Amazon Resource Name (ARN) of the gateway
656
655
  * you updated.</p>
656
+ * @public
657
657
  */
658
658
  GatewayArn?: string;
659
659
  }
@@ -662,8 +662,8 @@ export interface UpdateGatewaySoftwareNowOutput {
662
662
  */
663
663
  export interface DeleteHypervisorInput {
664
664
  /**
665
- * @public
666
665
  * <p>The Amazon Resource Name (ARN) of the hypervisor to delete.</p>
666
+ * @public
667
667
  */
668
668
  HypervisorArn: string | undefined;
669
669
  }
@@ -672,8 +672,8 @@ export interface DeleteHypervisorInput {
672
672
  */
673
673
  export interface DeleteHypervisorOutput {
674
674
  /**
675
- * @public
676
675
  * <p>The Amazon Resource Name (ARN) of the hypervisor you deleted.</p>
676
+ * @public
677
677
  */
678
678
  HypervisorArn?: string;
679
679
  }
@@ -682,8 +682,8 @@ export interface DeleteHypervisorOutput {
682
682
  */
683
683
  export interface GetHypervisorInput {
684
684
  /**
685
- * @public
686
685
  * <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
686
+ * @public
687
687
  */
688
688
  HypervisorArn: string | undefined;
689
689
  }
@@ -717,61 +717,61 @@ export declare const HypervisorState: {
717
717
  */
718
718
  export type HypervisorState = (typeof HypervisorState)[keyof typeof HypervisorState];
719
719
  /**
720
- * @public
721
720
  * <p>These are the details of the specified hypervisor. A hypervisor is hardware,
722
721
  * software, or firmware that creates and manages virtual machines, and allocates
723
722
  * resources to them.</p>
723
+ * @public
724
724
  */
725
725
  export interface HypervisorDetails {
726
726
  /**
727
- * @public
728
727
  * <p>The server host of the hypervisor. This can be either an IP address or
729
728
  * a fully-qualified domain name (FQDN).</p>
729
+ * @public
730
730
  */
731
731
  Host?: string;
732
732
  /**
733
- * @public
734
733
  * <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
734
+ * @public
735
735
  */
736
736
  HypervisorArn?: string;
737
737
  /**
738
- * @public
739
738
  * <p>The Amazon Resource Name (ARN) of the KMS
740
739
  * used to encrypt the hypervisor.</p>
740
+ * @public
741
741
  */
742
742
  KmsKeyArn?: string;
743
743
  /**
744
- * @public
745
744
  * <p>This is the name of the specified hypervisor.</p>
745
+ * @public
746
746
  */
747
747
  Name?: string;
748
748
  /**
749
- * @public
750
749
  * <p>The Amazon Resource Name (ARN) of the group of gateways within
751
750
  * the requested log.</p>
751
+ * @public
752
752
  */
753
753
  LogGroupArn?: string;
754
754
  /**
755
- * @public
756
755
  * <p>This is the current state of the specified hypervisor.</p>
757
756
  * <p>The possible states are <code>PENDING</code>, <code>ONLINE</code>,
758
757
  * <code>OFFLINE</code>, or <code>ERROR</code>.</p>
758
+ * @public
759
759
  */
760
760
  State?: HypervisorState;
761
761
  /**
762
- * @public
763
762
  * <p>This is the time when the most recent successful sync
764
763
  * of metadata occurred.</p>
764
+ * @public
765
765
  */
766
766
  LastSuccessfulMetadataSyncTime?: Date;
767
767
  /**
768
- * @public
769
768
  * <p>This is the most recent status for the indicated metadata sync.</p>
769
+ * @public
770
770
  */
771
771
  LatestMetadataSyncStatusMessage?: string;
772
772
  /**
773
- * @public
774
773
  * <p>This is the most recent status for the indicated metadata sync.</p>
774
+ * @public
775
775
  */
776
776
  LatestMetadataSyncStatus?: SyncMetadataStatus;
777
777
  }
@@ -780,8 +780,8 @@ export interface HypervisorDetails {
780
780
  */
781
781
  export interface GetHypervisorOutput {
782
782
  /**
783
- * @public
784
783
  * <p>Details about the requested hypervisor.</p>
784
+ * @public
785
785
  */
786
786
  Hypervisor?: HypervisorDetails;
787
787
  }
@@ -790,35 +790,35 @@ export interface GetHypervisorOutput {
790
790
  */
791
791
  export interface GetHypervisorPropertyMappingsInput {
792
792
  /**
793
- * @public
794
793
  * <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
794
+ * @public
795
795
  */
796
796
  HypervisorArn: string | undefined;
797
797
  }
798
798
  /**
799
- * @public
800
799
  * <p>This displays the mapping of on-premises VMware tags to the
801
800
  * corresponding Amazon Web Services tags.</p>
801
+ * @public
802
802
  */
803
803
  export interface VmwareToAwsTagMapping {
804
804
  /**
805
- * @public
806
805
  * <p>The is the category of VMware.</p>
806
+ * @public
807
807
  */
808
808
  VmwareCategory: string | undefined;
809
809
  /**
810
- * @public
811
810
  * <p>This is the user-defined name of a VMware tag.</p>
811
+ * @public
812
812
  */
813
813
  VmwareTagName: string | undefined;
814
814
  /**
815
- * @public
816
815
  * <p>The key part of the Amazon Web Services tag's key-value pair.</p>
816
+ * @public
817
817
  */
818
818
  AwsTagKey: string | undefined;
819
819
  /**
820
- * @public
821
820
  * <p>The value part of the Amazon Web Services tag's key-value pair.</p>
821
+ * @public
822
822
  */
823
823
  AwsTagValue: string | undefined;
824
824
  }
@@ -827,19 +827,19 @@ export interface VmwareToAwsTagMapping {
827
827
  */
828
828
  export interface GetHypervisorPropertyMappingsOutput {
829
829
  /**
830
- * @public
831
830
  * <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
831
+ * @public
832
832
  */
833
833
  HypervisorArn?: string;
834
834
  /**
835
- * @public
836
835
  * <p>This is a display of the mappings of on-premises VMware tags to the
837
836
  * Amazon Web Services tags.</p>
837
+ * @public
838
838
  */
839
839
  VmwareToAwsTagMappings?: VmwareToAwsTagMapping[];
840
840
  /**
841
- * @public
842
841
  * <p>The Amazon Resource Name (ARN) of the IAM role.</p>
842
+ * @public
843
843
  */
844
844
  IamRoleArn?: string;
845
845
  }
@@ -848,19 +848,19 @@ export interface GetHypervisorPropertyMappingsOutput {
848
848
  */
849
849
  export interface PutHypervisorPropertyMappingsInput {
850
850
  /**
851
- * @public
852
851
  * <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
852
+ * @public
853
853
  */
854
854
  HypervisorArn: string | undefined;
855
855
  /**
856
- * @public
857
856
  * <p>This action requests the mappings of on-premises VMware tags to the
858
857
  * Amazon Web Services tags.</p>
858
+ * @public
859
859
  */
860
860
  VmwareToAwsTagMappings: VmwareToAwsTagMapping[] | undefined;
861
861
  /**
862
- * @public
863
862
  * <p>The Amazon Resource Name (ARN) of the IAM role.</p>
863
+ * @public
864
864
  */
865
865
  IamRoleArn: string | undefined;
866
866
  }
@@ -869,8 +869,8 @@ export interface PutHypervisorPropertyMappingsInput {
869
869
  */
870
870
  export interface PutHypervisorPropertyMappingsOutput {
871
871
  /**
872
- * @public
873
872
  * <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
873
+ * @public
874
874
  */
875
875
  HypervisorArn?: string;
876
876
  }
@@ -879,34 +879,34 @@ export interface PutHypervisorPropertyMappingsOutput {
879
879
  */
880
880
  export interface ImportHypervisorConfigurationInput {
881
881
  /**
882
- * @public
883
882
  * <p>The name of the hypervisor.</p>
883
+ * @public
884
884
  */
885
885
  Name: string | undefined;
886
886
  /**
887
- * @public
888
887
  * <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified
889
888
  * domain name (FQDN).</p>
889
+ * @public
890
890
  */
891
891
  Host: string | undefined;
892
892
  /**
893
- * @public
894
893
  * <p>The username for the hypervisor.</p>
894
+ * @public
895
895
  */
896
896
  Username?: string;
897
897
  /**
898
- * @public
899
898
  * <p>The password for the hypervisor.</p>
899
+ * @public
900
900
  */
901
901
  Password?: string;
902
902
  /**
903
- * @public
904
903
  * <p>The Key Management Service for the hypervisor.</p>
904
+ * @public
905
905
  */
906
906
  KmsKeyArn?: string;
907
907
  /**
908
- * @public
909
908
  * <p>The tags of the hypervisor configuration to import.</p>
909
+ * @public
910
910
  */
911
911
  Tags?: Tag[];
912
912
  }
@@ -915,8 +915,8 @@ export interface ImportHypervisorConfigurationInput {
915
915
  */
916
916
  export interface ImportHypervisorConfigurationOutput {
917
917
  /**
918
- * @public
919
918
  * <p>The Amazon Resource Name (ARN) of the hypervisor you disassociated.</p>
919
+ * @public
920
920
  */
921
921
  HypervisorArn?: string;
922
922
  }
@@ -925,51 +925,51 @@ export interface ImportHypervisorConfigurationOutput {
925
925
  */
926
926
  export interface ListHypervisorsInput {
927
927
  /**
928
- * @public
929
928
  * <p>The maximum number of hypervisors to list.</p>
929
+ * @public
930
930
  */
931
931
  MaxResults?: number;
932
932
  /**
933
- * @public
934
933
  * <p>The next item following a partial list of returned resources. For example, if a request is
935
934
  * made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
936
935
  * to return more items in your list starting at the location pointed to by the next
937
936
  * token.</p>
937
+ * @public
938
938
  */
939
939
  NextToken?: string;
940
940
  }
941
941
  /**
942
- * @public
943
942
  * <p>Represents the hypervisor's permissions to which the gateway will connect.</p>
944
943
  * <p>A hypervisor is hardware, software, or firmware that creates and manages virtual machines,
945
944
  * and allocates resources to them.</p>
945
+ * @public
946
946
  */
947
947
  export interface Hypervisor {
948
948
  /**
949
- * @public
950
949
  * <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified
951
950
  * domain name (FQDN).</p>
951
+ * @public
952
952
  */
953
953
  Host?: string;
954
954
  /**
955
- * @public
956
955
  * <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
956
+ * @public
957
957
  */
958
958
  HypervisorArn?: string;
959
959
  /**
960
- * @public
961
960
  * <p>The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the
962
961
  * hypervisor.</p>
962
+ * @public
963
963
  */
964
964
  KmsKeyArn?: string;
965
965
  /**
966
- * @public
967
966
  * <p>The name of the hypervisor.</p>
967
+ * @public
968
968
  */
969
969
  Name?: string;
970
970
  /**
971
- * @public
972
971
  * <p>The state of the hypervisor.</p>
972
+ * @public
973
973
  */
974
974
  State?: HypervisorState;
975
975
  }
@@ -978,17 +978,17 @@ export interface Hypervisor {
978
978
  */
979
979
  export interface ListHypervisorsOutput {
980
980
  /**
981
- * @public
982
981
  * <p>A list of your <code>Hypervisor</code> objects, ordered by their Amazon Resource Names
983
982
  * (ARNs).</p>
983
+ * @public
984
984
  */
985
985
  Hypervisors?: Hypervisor[];
986
986
  /**
987
- * @public
988
987
  * <p>The next item following a partial list of returned resources. For example, if a request is
989
988
  * made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
990
989
  * to return more items in your list starting at the location pointed to by the next
991
990
  * token.</p>
991
+ * @public
992
992
  */
993
993
  NextToken?: string;
994
994
  }
@@ -997,8 +997,8 @@ export interface ListHypervisorsOutput {
997
997
  */
998
998
  export interface StartVirtualMachinesMetadataSyncInput {
999
999
  /**
1000
- * @public
1001
1000
  * <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
1001
+ * @public
1002
1002
  */
1003
1003
  HypervisorArn: string | undefined;
1004
1004
  }
@@ -1007,8 +1007,8 @@ export interface StartVirtualMachinesMetadataSyncInput {
1007
1007
  */
1008
1008
  export interface StartVirtualMachinesMetadataSyncOutput {
1009
1009
  /**
1010
- * @public
1011
1010
  * <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
1011
+ * @public
1012
1012
  */
1013
1013
  HypervisorArn?: string;
1014
1014
  }
@@ -1017,34 +1017,34 @@ export interface StartVirtualMachinesMetadataSyncOutput {
1017
1017
  */
1018
1018
  export interface UpdateHypervisorInput {
1019
1019
  /**
1020
- * @public
1021
1020
  * <p>The Amazon Resource Name (ARN) of the hypervisor to update.</p>
1021
+ * @public
1022
1022
  */
1023
1023
  HypervisorArn: string | undefined;
1024
1024
  /**
1025
- * @public
1026
1025
  * <p>The updated host of the hypervisor. This can be either an IP address or a fully-qualified
1027
1026
  * domain name (FQDN).</p>
1027
+ * @public
1028
1028
  */
1029
1029
  Host?: string;
1030
1030
  /**
1031
- * @public
1032
1031
  * <p>The updated username for the hypervisor.</p>
1032
+ * @public
1033
1033
  */
1034
1034
  Username?: string;
1035
1035
  /**
1036
- * @public
1037
1036
  * <p>The updated password for the hypervisor.</p>
1037
+ * @public
1038
1038
  */
1039
1039
  Password?: string;
1040
1040
  /**
1041
- * @public
1042
1041
  * <p>The updated name for the hypervisor</p>
1042
+ * @public
1043
1043
  */
1044
1044
  Name?: string;
1045
1045
  /**
1046
- * @public
1047
1046
  * <p>The Amazon Resource Name (ARN) of the group of gateways within the requested log.</p>
1047
+ * @public
1048
1048
  */
1049
1049
  LogGroupArn?: string;
1050
1050
  }
@@ -1053,8 +1053,8 @@ export interface UpdateHypervisorInput {
1053
1053
  */
1054
1054
  export interface UpdateHypervisorOutput {
1055
1055
  /**
1056
- * @public
1057
1056
  * <p>The Amazon Resource Name (ARN) of the hypervisor you updated.</p>
1057
+ * @public
1058
1058
  */
1059
1059
  HypervisorArn?: string;
1060
1060
  }
@@ -1063,8 +1063,8 @@ export interface UpdateHypervisorOutput {
1063
1063
  */
1064
1064
  export interface ListTagsForResourceInput {
1065
1065
  /**
1066
- * @public
1067
1066
  * <p>The Amazon Resource Name (ARN) of the resource's tags to list.</p>
1067
+ * @public
1068
1068
  */
1069
1069
  ResourceArn: string | undefined;
1070
1070
  }
@@ -1073,13 +1073,13 @@ export interface ListTagsForResourceInput {
1073
1073
  */
1074
1074
  export interface ListTagsForResourceOutput {
1075
1075
  /**
1076
- * @public
1077
1076
  * <p>The Amazon Resource Name (ARN) of the resource's tags that you listed.</p>
1077
+ * @public
1078
1078
  */
1079
1079
  ResourceArn?: string;
1080
1080
  /**
1081
- * @public
1082
1081
  * <p>A list of the resource's tags.</p>
1082
+ * @public
1083
1083
  */
1084
1084
  Tags?: Tag[];
1085
1085
  }
@@ -1088,13 +1088,13 @@ export interface ListTagsForResourceOutput {
1088
1088
  */
1089
1089
  export interface TagResourceInput {
1090
1090
  /**
1091
- * @public
1092
1091
  * <p>The Amazon Resource Name (ARN) of the resource to tag.</p>
1092
+ * @public
1093
1093
  */
1094
1094
  ResourceARN: string | undefined;
1095
1095
  /**
1096
- * @public
1097
1096
  * <p>A list of tags to assign to the resource.</p>
1097
+ * @public
1098
1098
  */
1099
1099
  Tags: Tag[] | undefined;
1100
1100
  }
@@ -1103,8 +1103,8 @@ export interface TagResourceInput {
1103
1103
  */
1104
1104
  export interface TagResourceOutput {
1105
1105
  /**
1106
- * @public
1107
1106
  * <p>The Amazon Resource Name (ARN) of the resource you tagged.</p>
1107
+ * @public
1108
1108
  */
1109
1109
  ResourceARN?: string;
1110
1110
  }
@@ -1113,13 +1113,13 @@ export interface TagResourceOutput {
1113
1113
  */
1114
1114
  export interface UntagResourceInput {
1115
1115
  /**
1116
- * @public
1117
1116
  * <p>The Amazon Resource Name (ARN) of the resource from which to remove tags.</p>
1117
+ * @public
1118
1118
  */
1119
1119
  ResourceARN: string | undefined;
1120
1120
  /**
1121
- * @public
1122
1121
  * <p>The list of tag keys specifying which tags to remove.</p>
1122
+ * @public
1123
1123
  */
1124
1124
  TagKeys: string[] | undefined;
1125
1125
  }
@@ -1128,8 +1128,8 @@ export interface UntagResourceInput {
1128
1128
  */
1129
1129
  export interface UntagResourceOutput {
1130
1130
  /**
1131
- * @public
1132
1131
  * <p>The Amazon Resource Name (ARN) of the resource from which you removed tags.</p>
1132
+ * @public
1133
1133
  */
1134
1134
  ResourceARN?: string;
1135
1135
  }
@@ -1138,75 +1138,75 @@ export interface UntagResourceOutput {
1138
1138
  */
1139
1139
  export interface GetVirtualMachineInput {
1140
1140
  /**
1141
- * @public
1142
1141
  * <p>The Amazon Resource Name (ARN) of the virtual machine.</p>
1142
+ * @public
1143
1143
  */
1144
1144
  ResourceArn: string | undefined;
1145
1145
  }
1146
1146
  /**
1147
- * @public
1148
1147
  * <p>A VMware tag is a tag attached to a specific virtual machine.
1149
1148
  * A <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_Tag.html">tag</a>
1150
1149
  * is a key-value pair you can use to manage, filter, and search for your resources.</p>
1151
1150
  * <p>The content of VMware tags can be matched to Amazon Web Services tags.</p>
1151
+ * @public
1152
1152
  */
1153
1153
  export interface VmwareTag {
1154
1154
  /**
1155
- * @public
1156
1155
  * <p>The is the category of VMware.</p>
1156
+ * @public
1157
1157
  */
1158
1158
  VmwareCategory?: string;
1159
1159
  /**
1160
- * @public
1161
1160
  * <p>This is the user-defined name of a VMware tag.</p>
1161
+ * @public
1162
1162
  */
1163
1163
  VmwareTagName?: string;
1164
1164
  /**
1165
- * @public
1166
1165
  * <p>This is a user-defined description of a VMware tag.</p>
1166
+ * @public
1167
1167
  */
1168
1168
  VmwareTagDescription?: string;
1169
1169
  }
1170
1170
  /**
1171
- * @public
1172
1171
  * <p>Your <code>VirtualMachine</code> objects, ordered by their Amazon Resource Names (ARNs).</p>
1172
+ * @public
1173
1173
  */
1174
1174
  export interface VirtualMachineDetails {
1175
1175
  /**
1176
- * @public
1177
1176
  * <p>The host name of the virtual machine.</p>
1177
+ * @public
1178
1178
  */
1179
1179
  HostName?: string;
1180
1180
  /**
1181
- * @public
1182
1181
  * <p>The ID of the virtual machine's hypervisor.</p>
1182
+ * @public
1183
1183
  */
1184
1184
  HypervisorId?: string;
1185
1185
  /**
1186
- * @public
1187
1186
  * <p>The name of the virtual machine.</p>
1187
+ * @public
1188
1188
  */
1189
1189
  Name?: string;
1190
1190
  /**
1191
- * @public
1192
1191
  * <p>The path of the virtual machine.</p>
1192
+ * @public
1193
1193
  */
1194
1194
  Path?: string;
1195
1195
  /**
1196
- * @public
1197
1196
  * <p>The Amazon Resource Name (ARN) of the virtual machine. For example,
1198
1197
  * <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>
1198
+ * @public
1199
1199
  */
1200
1200
  ResourceArn?: string;
1201
1201
  /**
1202
- * @public
1203
1202
  * <p>The most recent date a virtual machine was backed up, in Unix format and UTC time.</p>
1203
+ * @public
1204
1204
  */
1205
1205
  LastBackupDate?: Date;
1206
1206
  /**
1207
- * @public
1208
1207
  * <p>These are the details of the VMware tags associated with the specified
1209
1208
  * virtual machine.</p>
1209
+ * @public
1210
1210
  */
1211
1211
  VmwareTags?: VmwareTag[];
1212
1212
  }
@@ -1215,10 +1215,10 @@ export interface VirtualMachineDetails {
1215
1215
  */
1216
1216
  export interface GetVirtualMachineOutput {
1217
1217
  /**
1218
- * @public
1219
1218
  * <p>This object contains the basic attributes of <code>VirtualMachine</code> contained by the output of
1220
1219
  * <code>GetVirtualMachine</code>
1221
1220
  * </p>
1221
+ * @public
1222
1222
  */
1223
1223
  VirtualMachine?: VirtualMachineDetails;
1224
1224
  }
@@ -1227,58 +1227,58 @@ export interface GetVirtualMachineOutput {
1227
1227
  */
1228
1228
  export interface ListVirtualMachinesInput {
1229
1229
  /**
1230
- * @public
1231
1230
  * <p>The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.</p>
1231
+ * @public
1232
1232
  */
1233
1233
  HypervisorArn?: string;
1234
1234
  /**
1235
- * @public
1236
1235
  * <p>The maximum number of virtual machines to list.</p>
1236
+ * @public
1237
1237
  */
1238
1238
  MaxResults?: number;
1239
1239
  /**
1240
- * @public
1241
1240
  * <p>The next item following a partial list of returned resources. For example, if a request is
1242
1241
  * made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
1243
1242
  * to return more items in your list starting at the location pointed to by the next
1244
1243
  * token.</p>
1244
+ * @public
1245
1245
  */
1246
1246
  NextToken?: string;
1247
1247
  }
1248
1248
  /**
1249
- * @public
1250
1249
  * <p>A virtual machine that is on a hypervisor.</p>
1250
+ * @public
1251
1251
  */
1252
1252
  export interface VirtualMachine {
1253
1253
  /**
1254
- * @public
1255
1254
  * <p>The host name of the virtual machine.</p>
1255
+ * @public
1256
1256
  */
1257
1257
  HostName?: string;
1258
1258
  /**
1259
- * @public
1260
1259
  * <p>The ID of the virtual machine's hypervisor.</p>
1260
+ * @public
1261
1261
  */
1262
1262
  HypervisorId?: string;
1263
1263
  /**
1264
- * @public
1265
1264
  * <p>The name of the virtual machine.</p>
1265
+ * @public
1266
1266
  */
1267
1267
  Name?: string;
1268
1268
  /**
1269
- * @public
1270
1269
  * <p>The path of the virtual machine.</p>
1270
+ * @public
1271
1271
  */
1272
1272
  Path?: string;
1273
1273
  /**
1274
- * @public
1275
1274
  * <p>The Amazon Resource Name (ARN) of the virtual machine. For example,
1276
1275
  * <code>arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL</code>.</p>
1276
+ * @public
1277
1277
  */
1278
1278
  ResourceArn?: string;
1279
1279
  /**
1280
- * @public
1281
1280
  * <p>The most recent date a virtual machine was backed up, in Unix format and UTC time.</p>
1281
+ * @public
1282
1282
  */
1283
1283
  LastBackupDate?: Date;
1284
1284
  }
@@ -1287,17 +1287,17 @@ export interface VirtualMachine {
1287
1287
  */
1288
1288
  export interface ListVirtualMachinesOutput {
1289
1289
  /**
1290
- * @public
1291
1290
  * <p>A list of your <code>VirtualMachine</code> objects, ordered by their Amazon Resource Names
1292
1291
  * (ARNs).</p>
1292
+ * @public
1293
1293
  */
1294
1294
  VirtualMachines?: VirtualMachine[];
1295
1295
  /**
1296
- * @public
1297
1296
  * <p>The next item following a partial list of returned resources. For example, if a request is
1298
1297
  * made to return <code>maxResults</code> number of resources, <code>NextToken</code> allows you
1299
1298
  * to return more items in your list starting at the location pointed to by the next
1300
1299
  * token.</p>
1300
+ * @public
1301
1301
  */
1302
1302
  NextToken?: string;
1303
1303
  }