@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 { ListVirtualMachinesInput, ListVirtualMachinesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListVirtualMachinesCommand}.
8
10
  */
9
11
  export interface ListVirtualMachinesCommandInput extends ListVirtualMachinesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListVirtualMachinesCommand}.
13
17
  */
14
18
  export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists your virtual machines.</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 ListVirtualMachinesCommandOutput extends ListVirtualMachinesOut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListVirtualMachinesCommandInput - {@link ListVirtualMachinesCommandInput}
34
+ * @returns {@link ListVirtualMachinesCommandOutput}
28
35
  * @see {@link ListVirtualMachinesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListVirtualMachinesCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOut
44
51
  export declare class ListVirtualMachinesCommand extends $Command<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig> {
45
52
  readonly input: ListVirtualMachinesCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListVirtualMachinesCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput>;
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 { PutBandwidthRateLimitScheduleInput, PutBandwidthRateLimitScheduleOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutBandwidthRateLimitScheduleCommand}.
8
10
  */
9
11
  export interface PutBandwidthRateLimitScheduleCommandInput extends PutBandwidthRateLimitScheduleInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutBandwidthRateLimitScheduleCommand}.
13
17
  */
14
18
  export interface PutBandwidthRateLimitScheduleCommandOutput extends PutBandwidthRateLimitScheduleOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action sets the bandwidth rate limit schedule for a specified gateway.
18
23
  * By default, gateways do not have a bandwidth rate limit schedule, which means
19
24
  * no bandwidth rate limiting is in effect. Use this to initiate a
@@ -28,6 +33,8 @@ export interface PutBandwidthRateLimitScheduleCommandOutput extends PutBandwidth
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param PutBandwidthRateLimitScheduleCommandInput - {@link PutBandwidthRateLimitScheduleCommandInput}
37
+ * @returns {@link PutBandwidthRateLimitScheduleCommandOutput}
31
38
  * @see {@link PutBandwidthRateLimitScheduleCommandInput} for command's `input` shape.
32
39
  * @see {@link PutBandwidthRateLimitScheduleCommandOutput} for command's `response` shape.
33
40
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -50,11 +57,20 @@ export interface PutBandwidthRateLimitScheduleCommandOutput extends PutBandwidth
50
57
  export declare class PutBandwidthRateLimitScheduleCommand extends $Command<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig> {
51
58
  readonly input: PutBandwidthRateLimitScheduleCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: PutBandwidthRateLimitScheduleCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput>;
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 { PutHypervisorPropertyMappingsInput, PutHypervisorPropertyMappingsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutHypervisorPropertyMappingsCommand}.
8
10
  */
9
11
  export interface PutHypervisorPropertyMappingsCommandInput extends PutHypervisorPropertyMappingsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutHypervisorPropertyMappingsCommand}.
13
17
  */
14
18
  export interface PutHypervisorPropertyMappingsCommandOutput extends PutHypervisorPropertyMappingsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action sets 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 PutHypervisorPropertyMappingsCommandOutput extends PutHyperviso
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param PutHypervisorPropertyMappingsCommandInput - {@link PutHypervisorPropertyMappingsCommandInput}
36
+ * @returns {@link PutHypervisorPropertyMappingsCommandOutput}
30
37
  * @see {@link PutHypervisorPropertyMappingsCommandInput} for command's `input` shape.
31
38
  * @see {@link PutHypervisorPropertyMappingsCommandOutput} for command's `response` shape.
32
39
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -55,11 +62,20 @@ export interface PutHypervisorPropertyMappingsCommandOutput extends PutHyperviso
55
62
  export declare class PutHypervisorPropertyMappingsCommand extends $Command<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig> {
56
63
  readonly input: PutHypervisorPropertyMappingsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: PutHypervisorPropertyMappingsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
5
5
  import { PutMaintenanceStartTimeInput, PutMaintenanceStartTimeOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutMaintenanceStartTimeCommand}.
8
10
  */
9
11
  export interface PutMaintenanceStartTimeCommandInput extends PutMaintenanceStartTimeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutMaintenanceStartTimeCommand}.
13
17
  */
14
18
  export interface PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStartTimeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Set the maintenance start time for a 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 PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStar
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutMaintenanceStartTimeCommandInput - {@link PutMaintenanceStartTimeCommandInput}
34
+ * @returns {@link PutMaintenanceStartTimeCommandOutput}
28
35
  * @see {@link PutMaintenanceStartTimeCommandInput} for command's `input` shape.
29
36
  * @see {@link PutMaintenanceStartTimeCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -50,11 +57,20 @@ export interface PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStar
50
57
  export declare class PutMaintenanceStartTimeCommand extends $Command<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig> {
51
58
  readonly input: PutMaintenanceStartTimeCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: PutMaintenanceStartTimeCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput>;
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 { StartVirtualMachinesMetadataSyncInput, StartVirtualMachinesMetadataSyncOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartVirtualMachinesMetadataSyncCommand}.
8
10
  */
9
11
  export interface StartVirtualMachinesMetadataSyncCommandInput extends StartVirtualMachinesMetadataSyncInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartVirtualMachinesMetadataSyncCommand}.
13
17
  */
14
18
  export interface StartVirtualMachinesMetadataSyncCommandOutput extends StartVirtualMachinesMetadataSyncOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action sends a request to sync metadata across the specified virtual machines.</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 StartVirtualMachinesMetadataSyncCommandOutput extends StartVirt
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartVirtualMachinesMetadataSyncCommandInput - {@link StartVirtualMachinesMetadataSyncCommandInput}
34
+ * @returns {@link StartVirtualMachinesMetadataSyncCommandOutput}
28
35
  * @see {@link StartVirtualMachinesMetadataSyncCommandInput} for command's `input` shape.
29
36
  * @see {@link StartVirtualMachinesMetadataSyncCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -50,11 +57,20 @@ export interface StartVirtualMachinesMetadataSyncCommandOutput extends StartVirt
50
57
  export declare class StartVirtualMachinesMetadataSyncCommand extends $Command<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, BackupGatewayClientResolvedConfig> {
51
58
  readonly input: StartVirtualMachinesMetadataSyncCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: StartVirtualMachinesMetadataSyncCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput>;
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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Tag the resource.</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 TagResourceCommandOutput extends TagResourceOutput, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -47,11 +54,20 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
47
54
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BackupGatewayClientResolvedConfig> {
48
55
  readonly input: TagResourceCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: TagResourceCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TestHypervisorConfigurationInput, TestHypervisorConfigurationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TestHypervisorConfigurationCommand}.
8
10
  */
9
11
  export interface TestHypervisorConfigurationCommandInput extends TestHypervisorConfigurationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TestHypervisorConfigurationCommand}.
13
17
  */
14
18
  export interface TestHypervisorConfigurationCommandOutput extends TestHypervisorConfigurationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Tests your hypervisor configuration to validate that backup gateway can connect with the
18
23
  * hypervisor and its resources.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface TestHypervisorConfigurationCommandOutput extends TestHypervisor
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param TestHypervisorConfigurationCommandInput - {@link TestHypervisorConfigurationCommandInput}
35
+ * @returns {@link TestHypervisorConfigurationCommandOutput}
29
36
  * @see {@link TestHypervisorConfigurationCommandInput} for command's `input` shape.
30
37
  * @see {@link TestHypervisorConfigurationCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -51,11 +58,20 @@ export interface TestHypervisorConfigurationCommandOutput extends TestHypervisor
51
58
  export declare class TestHypervisorConfigurationCommand extends $Command<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
52
59
  readonly input: TestHypervisorConfigurationCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: TestHypervisorConfigurationCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput>;
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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes tags from the resource.</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 UntagResourceCommandOutput extends UntagResourceOutput, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
47
54
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BackupGatewayClientResolvedConfig> {
48
55
  readonly input: UntagResourceCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UntagResourceCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateGatewayInformationCommand}.
8
10
  */
9
11
  export interface UpdateGatewayInformationCommandInput extends UpdateGatewayInformationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateGatewayInformationCommand}.
13
17
  */
14
18
  export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInformationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name
18
23
  * (ARN) of the gateway in your request.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateGatewayInformationCommandInput - {@link UpdateGatewayInformationCommandInput}
35
+ * @returns {@link UpdateGatewayInformationCommandOutput}
29
36
  * @see {@link UpdateGatewayInformationCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateGatewayInformationCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
51
58
  export declare class UpdateGatewayInformationCommand extends $Command<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig> {
52
59
  readonly input: UpdateGatewayInformationCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UpdateGatewayInformationCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput>;
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 { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateGatewaySoftwareNowCommand}.
8
10
  */
9
11
  export interface UpdateGatewaySoftwareNowCommandInput extends UpdateGatewaySoftwareNowInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateGatewaySoftwareNowCommand}.
13
17
  */
14
18
  export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoftwareNowOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the gateway virtual machine (VM) software.
18
23
  * The request immediately triggers the software update.</p>
19
24
  * <note>
@@ -31,6 +36,8 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param UpdateGatewaySoftwareNowCommandInput - {@link UpdateGatewaySoftwareNowCommandInput}
40
+ * @returns {@link UpdateGatewaySoftwareNowCommandOutput}
34
41
  * @see {@link UpdateGatewaySoftwareNowCommandInput} for command's `input` shape.
35
42
  * @see {@link UpdateGatewaySoftwareNowCommandOutput} for command's `response` shape.
36
43
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -53,11 +60,20 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
53
60
  export declare class UpdateGatewaySoftwareNowCommand extends $Command<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig> {
54
61
  readonly input: UpdateGatewaySoftwareNowCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: UpdateGatewaySoftwareNowCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput>;
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 { UpdateHypervisorInput, UpdateHypervisorOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateHypervisorCommand}.
8
10
  */
9
11
  export interface UpdateHypervisorCommandInput extends UpdateHypervisorInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateHypervisorCommand}.
13
17
  */
14
18
  export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a hypervisor metadata, including its host, username, and password. Specify which
18
23
  * hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor in your
19
24
  * request.</p>
@@ -27,6 +32,8 @@ export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateHypervisorCommandInput - {@link UpdateHypervisorCommandInput}
36
+ * @returns {@link UpdateHypervisorCommandOutput}
30
37
  * @see {@link UpdateHypervisorCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateHypervisorCommandOutput} for command's `response` shape.
32
39
  * @see {@link BackupGatewayClientResolvedConfig | config} for BackupGatewayClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, _
55
62
  export declare class UpdateHypervisorCommand extends $Command<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
56
63
  readonly input: UpdateHypervisorCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateHypervisorCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from BackupGateway service.
4
6
  */
5
7
  export declare class BackupGatewayServiceException extends __ServiceException {