@aws-sdk/client-backup-gateway 3.296.0 → 3.298.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 (87) hide show
  1. package/dist-cjs/commands/AssociateGatewayToServerCommand.js +2 -3
  2. package/dist-cjs/commands/CreateGatewayCommand.js +2 -3
  3. package/dist-cjs/commands/DeleteGatewayCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteHypervisorCommand.js +2 -3
  5. package/dist-cjs/commands/DisassociateGatewayFromServerCommand.js +2 -3
  6. package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +2 -3
  7. package/dist-cjs/commands/GetGatewayCommand.js +2 -3
  8. package/dist-cjs/commands/GetHypervisorCommand.js +2 -3
  9. package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +2 -3
  10. package/dist-cjs/commands/GetVirtualMachineCommand.js +2 -3
  11. package/dist-cjs/commands/ImportHypervisorConfigurationCommand.js +1 -1
  12. package/dist-cjs/commands/ListGatewaysCommand.js +2 -3
  13. package/dist-cjs/commands/ListHypervisorsCommand.js +2 -3
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  15. package/dist-cjs/commands/ListVirtualMachinesCommand.js +2 -3
  16. package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +2 -3
  17. package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +2 -3
  18. package/dist-cjs/commands/PutMaintenanceStartTimeCommand.js +2 -3
  19. package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -3
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  21. package/dist-cjs/commands/TestHypervisorConfigurationCommand.js +1 -1
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateGatewayInformationCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateHypervisorCommand.js +1 -1
  26. package/dist-cjs/models/models_0.js +1 -234
  27. package/dist-es/commands/AssociateGatewayToServerCommand.js +2 -3
  28. package/dist-es/commands/CreateGatewayCommand.js +2 -3
  29. package/dist-es/commands/DeleteGatewayCommand.js +2 -3
  30. package/dist-es/commands/DeleteHypervisorCommand.js +2 -3
  31. package/dist-es/commands/DisassociateGatewayFromServerCommand.js +2 -3
  32. package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +2 -3
  33. package/dist-es/commands/GetGatewayCommand.js +2 -3
  34. package/dist-es/commands/GetHypervisorCommand.js +2 -3
  35. package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +2 -3
  36. package/dist-es/commands/GetVirtualMachineCommand.js +2 -3
  37. package/dist-es/commands/ImportHypervisorConfigurationCommand.js +2 -2
  38. package/dist-es/commands/ListGatewaysCommand.js +2 -3
  39. package/dist-es/commands/ListHypervisorsCommand.js +2 -3
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  41. package/dist-es/commands/ListVirtualMachinesCommand.js +2 -3
  42. package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +2 -3
  43. package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +2 -3
  44. package/dist-es/commands/PutMaintenanceStartTimeCommand.js +2 -3
  45. package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -3
  46. package/dist-es/commands/TagResourceCommand.js +2 -3
  47. package/dist-es/commands/TestHypervisorConfigurationCommand.js +2 -2
  48. package/dist-es/commands/UntagResourceCommand.js +2 -3
  49. package/dist-es/commands/UpdateGatewayInformationCommand.js +2 -3
  50. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +2 -3
  51. package/dist-es/commands/UpdateHypervisorCommand.js +2 -2
  52. package/dist-es/models/models_0.js +0 -174
  53. package/dist-types/BackupGateway.d.ts +26 -0
  54. package/dist-types/BackupGatewayClient.d.ts +24 -4
  55. package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateGatewayCommand.d.ts +16 -0
  57. package/dist-types/commands/DeleteGatewayCommand.d.ts +16 -0
  58. package/dist-types/commands/DeleteHypervisorCommand.d.ts +16 -0
  59. package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +16 -0
  60. package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +16 -0
  61. package/dist-types/commands/GetGatewayCommand.d.ts +16 -0
  62. package/dist-types/commands/GetHypervisorCommand.d.ts +16 -0
  63. package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +16 -0
  64. package/dist-types/commands/GetVirtualMachineCommand.d.ts +16 -0
  65. package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +16 -0
  66. package/dist-types/commands/ListGatewaysCommand.d.ts +16 -0
  67. package/dist-types/commands/ListHypervisorsCommand.d.ts +16 -0
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  69. package/dist-types/commands/ListVirtualMachinesCommand.d.ts +16 -0
  70. package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +16 -0
  71. package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +16 -0
  72. package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +16 -0
  73. package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +16 -0
  74. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  75. package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +16 -0
  76. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateHypervisorCommand.d.ts +16 -0
  80. package/dist-types/models/BackupGatewayServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +176 -232
  82. package/dist-types/pagination/Interfaces.d.ts +3 -0
  83. package/dist-types/pagination/ListGatewaysPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListHypervisorsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListVirtualMachinesPaginator.d.ts +3 -0
  86. package/dist-types/ts3.4/models/models_0.d.ts +0 -166
  87. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateGatewayCommand}.
8
10
  */
9
11
  export interface CreateGatewayCommandInput extends CreateGatewayInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateGatewayCommand}.
13
17
  */
14
18
  export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a backup gateway. After you create a gateway, you can associate it with a server
18
23
  * using the <code>AssociateGatewayToServer</code> operation.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateGatewayCommandInput - {@link CreateGatewayCommandInput}
35
+ * @returns {@link CreateGatewayCommandOutput}
29
36
  * @see {@link CreateGatewayCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateGatewayCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -45,11 +52,20 @@ export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __Metad
45
52
  export declare class CreateGatewayCommand extends $Command<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
46
53
  readonly input: CreateGatewayCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: CreateGatewayCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGatewayCommandInput, CreateGatewayCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteGatewayCommand}.
8
10
  */
9
11
  export interface DeleteGatewayCommandInput extends DeleteGatewayInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteGatewayCommand}.
13
17
  */
14
18
  export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a backup gateway.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteGatewayCommandInput - {@link DeleteGatewayCommandInput}
34
+ * @returns {@link DeleteGatewayCommandOutput}
28
35
  * @see {@link DeleteGatewayCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteGatewayCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
47
54
  export declare class DeleteGatewayCommand extends $Command<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
48
55
  readonly input: DeleteGatewayCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteGatewayCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGatewayCommandInput, DeleteGatewayCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { DeleteHypervisorInput, DeleteHypervisorOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteHypervisorCommand}.
8
10
  */
9
11
  export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteHypervisorCommand}.
13
17
  */
14
18
  export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a hypervisor.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteHypervisorCommandInput - {@link DeleteHypervisorCommandInput}
34
+ * @returns {@link DeleteHypervisorCommandOutput}
28
35
  * @see {@link DeleteHypervisorCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteHypervisorCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, _
53
60
  export declare class DeleteHypervisorCommand extends $Command<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
54
61
  readonly input: DeleteHypervisorCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DeleteHypervisorCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { DisassociateGatewayFromServerInput, DisassociateGatewayFromServerOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateGatewayFromServerCommand}.
8
10
  */
9
11
  export interface DisassociateGatewayFromServerCommandInput extends DisassociateGatewayFromServerInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateGatewayFromServerCommand}.
13
17
  */
14
18
  export interface DisassociateGatewayFromServerCommandOutput extends DisassociateGatewayFromServerOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates a backup gateway from the specified server. After the disassociation process
18
23
  * finishes, the gateway can no longer access the virtual machines on the server.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DisassociateGatewayFromServerCommandOutput extends Disassociate
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DisassociateGatewayFromServerCommandInput - {@link DisassociateGatewayFromServerCommandInput}
35
+ * @returns {@link DisassociateGatewayFromServerCommandOutput}
29
36
  * @see {@link DisassociateGatewayFromServerCommandInput} for command's `input` shape.
30
37
  * @see {@link DisassociateGatewayFromServerCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DisassociateGatewayFromServerCommandOutput extends Disassociate
51
58
  export declare class DisassociateGatewayFromServerCommand extends $Command<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig> {
52
59
  readonly input: DisassociateGatewayFromServerCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DisassociateGatewayFromServerCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { GetBandwidthRateLimitScheduleInput, GetBandwidthRateLimitScheduleOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBandwidthRateLimitScheduleCommand}.
8
10
  */
9
11
  export interface GetBandwidthRateLimitScheduleCommandInput extends GetBandwidthRateLimitScheduleInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBandwidthRateLimitScheduleCommand}.
13
17
  */
14
18
  export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidthRateLimitScheduleOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the bandwidth rate limit schedule for a specified gateway.
18
23
  * By default, gateways do not have bandwidth rate limit schedules, which means
19
24
  * no bandwidth rate limiting is in effect. Use this to get a gateway's
@@ -28,6 +33,8 @@ export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidth
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param GetBandwidthRateLimitScheduleCommandInput - {@link GetBandwidthRateLimitScheduleCommandInput}
37
+ * @returns {@link GetBandwidthRateLimitScheduleCommandOutput}
31
38
  * @see {@link GetBandwidthRateLimitScheduleCommandInput} for command's `input` shape.
32
39
  * @see {@link GetBandwidthRateLimitScheduleCommandOutput} for command's `response` shape.
33
40
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -50,11 +57,20 @@ export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidth
50
57
  export declare class GetBandwidthRateLimitScheduleCommand extends $Command<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig> {
51
58
  readonly input: GetBandwidthRateLimitScheduleCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: GetBandwidthRateLimitScheduleCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { GetGatewayInput, GetGatewayOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetGatewayCommand}.
8
10
  */
9
11
  export interface GetGatewayCommandInput extends GetGatewayInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetGatewayCommand}.
13
17
  */
14
18
  export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>By providing the ARN (Amazon Resource Name), this
18
23
  * API returns the gateway.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBea
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetGatewayCommandInput - {@link GetGatewayCommandInput}
35
+ * @returns {@link GetGatewayCommandOutput}
29
36
  * @see {@link GetGatewayCommandInput} for command's `input` shape.
30
37
  * @see {@link GetGatewayCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBea
48
55
  export declare class GetGatewayCommand extends $Command<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
49
56
  readonly input: GetGatewayCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetGatewayCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGatewayCommandInput, GetGatewayCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetHypervisorCommand}.
8
10
  */
9
11
  export interface GetHypervisorCommandInput extends GetHypervisorInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetHypervisorCommand}.
13
17
  */
14
18
  export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action requests information about the specified hypervisor to which the gateway will connect.
18
23
  * A hypervisor is hardware, software, or firmware that creates and manages virtual machines,
19
24
  * and allocates resources to them.</p>
@@ -27,6 +32,8 @@ export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __Metad
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetHypervisorCommandInput - {@link GetHypervisorCommandInput}
36
+ * @returns {@link GetHypervisorCommandOutput}
30
37
  * @see {@link GetHypervisorCommandInput} for command's `input` shape.
31
38
  * @see {@link GetHypervisorCommandOutput} for command's `response` shape.
32
39
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __Metad
49
56
  export declare class GetHypervisorCommand extends $Command<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
50
57
  readonly input: GetHypervisorCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetHypervisorCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHypervisorCommandInput, GetHypervisorCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { GetHypervisorPropertyMappingsInput, GetHypervisorPropertyMappingsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetHypervisorPropertyMappingsCommand}.
8
10
  */
9
11
  export interface GetHypervisorPropertyMappingsCommandInput extends GetHypervisorPropertyMappingsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetHypervisorPropertyMappingsCommand}.
13
17
  */
14
18
  export interface GetHypervisorPropertyMappingsCommandOutput extends GetHypervisorPropertyMappingsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action retrieves the property mappings for the specified hypervisor.
18
23
  * A hypervisor property mapping displays the relationship of entity properties
19
24
  * available from the on-premises hypervisor to the properties available in Amazon Web Services.</p>
@@ -27,6 +32,8 @@ export interface GetHypervisorPropertyMappingsCommandOutput extends GetHyperviso
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetHypervisorPropertyMappingsCommandInput - {@link GetHypervisorPropertyMappingsCommandInput}
36
+ * @returns {@link GetHypervisorPropertyMappingsCommandOutput}
30
37
  * @see {@link GetHypervisorPropertyMappingsCommandInput} for command's `input` shape.
31
38
  * @see {@link GetHypervisorPropertyMappingsCommandOutput} for command's `response` shape.
32
39
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetHypervisorPropertyMappingsCommandOutput extends GetHyperviso
49
56
  export declare class GetHypervisorPropertyMappingsCommand extends $Command<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig> {
50
57
  readonly input: GetHypervisorPropertyMappingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetHypervisorPropertyMappingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { GetVirtualMachineInput, GetVirtualMachineOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetVirtualMachineCommand}.
8
10
  */
9
11
  export interface GetVirtualMachineCommandInput extends GetVirtualMachineInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetVirtualMachineCommand}.
13
17
  */
14
18
  export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>By providing the ARN (Amazon Resource Name), this API returns the virtual machine.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetVirtualMachineCommandInput - {@link GetVirtualMachineCommandInput}
34
+ * @returns {@link GetVirtualMachineCommandOutput}
28
35
  * @see {@link GetVirtualMachineCommandInput} for command's `input` shape.
29
36
  * @see {@link GetVirtualMachineCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput,
47
54
  export declare class GetVirtualMachineCommand extends $Command<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig> {
48
55
  readonly input: GetVirtualMachineCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GetVirtualMachineCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { ImportHypervisorConfigurationInput, ImportHypervisorConfigurationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportHypervisorConfigurationCommand}.
8
10
  */
9
11
  export interface ImportHypervisorConfigurationCommandInput extends ImportHypervisorConfigurationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportHypervisorConfigurationCommand}.
13
17
  */
14
18
  export interface ImportHypervisorConfigurationCommandOutput extends ImportHypervisorConfigurationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Connect to a hypervisor by importing its configuration.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ImportHypervisorConfigurationCommandOutput extends ImportHyperv
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ImportHypervisorConfigurationCommandInput - {@link ImportHypervisorConfigurationCommandInput}
34
+ * @returns {@link ImportHypervisorConfigurationCommandOutput}
28
35
  * @see {@link ImportHypervisorConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link ImportHypervisorConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -50,11 +57,20 @@ export interface ImportHypervisorConfigurationCommandOutput extends ImportHyperv
50
57
  export declare class ImportHypervisorConfigurationCommand extends $Command<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
51
58
  readonly input: ImportHypervisorConfigurationCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: ImportHypervisorConfigurationCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListGatewaysCommand}.
8
10
  */
9
11
  export interface ListGatewaysCommandInput extends ListGatewaysInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListGatewaysCommand}.
13
17
  */
14
18
  export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists backup gateways owned by an Amazon Web Services account in an Amazon Web Services Region. The returned list is ordered by gateway Amazon Resource Name (ARN).</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListGatewaysCommandInput - {@link ListGatewaysCommandInput}
34
+ * @returns {@link ListGatewaysCommandOutput}
28
35
  * @see {@link ListGatewaysCommandInput} for command's `input` shape.
29
36
  * @see {@link ListGatewaysCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
44
51
  export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig> {
45
52
  readonly input: ListGatewaysCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListGatewaysCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGatewaysCommandInput, ListGatewaysCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { ListHypervisorsInput, ListHypervisorsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListHypervisorsCommand}.
8
10
  */
9
11
  export interface ListHypervisorsCommandInput extends ListHypervisorsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListHypervisorsCommand}.
13
17
  */
14
18
  export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists your hypervisors.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListHypervisorsCommandInput - {@link ListHypervisorsCommandInput}
34
+ * @returns {@link ListHypervisorsCommandOutput}
28
35
  * @see {@link ListHypervisorsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListHypervisorsCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __M
44
51
  export declare class ListHypervisorsCommand extends $Command<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig> {
45
52
  readonly input: ListHypervisorsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListHypervisorsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHypervisorsCommandInput, ListHypervisorsCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the tags applied to the resource identified by its Amazon Resource Name
18
23
  * (ARN).</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
35
+ * @returns {@link ListTagsForResourceCommandOutput}
29
36
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
30
37
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
48
55
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig> {
49
56
  readonly input: ListTagsForResourceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListTagsForResourceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }