@aws-sdk/client-backup-gateway 3.321.1 → 3.326.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 (26) hide show
  1. package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +6 -0
  2. package/dist-types/commands/CreateGatewayCommand.d.ts +6 -0
  3. package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -0
  4. package/dist-types/commands/DeleteHypervisorCommand.d.ts +6 -0
  5. package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +6 -0
  6. package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +18 -0
  7. package/dist-types/commands/GetGatewayCommand.d.ts +20 -0
  8. package/dist-types/commands/GetHypervisorCommand.d.ts +16 -0
  9. package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +15 -0
  10. package/dist-types/commands/GetVirtualMachineCommand.d.ts +20 -0
  11. package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +6 -0
  12. package/dist-types/commands/ListGatewaysCommand.d.ts +15 -0
  13. package/dist-types/commands/ListHypervisorsCommand.d.ts +15 -0
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  15. package/dist-types/commands/ListVirtualMachinesCommand.d.ts +16 -0
  16. package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +6 -0
  17. package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +6 -0
  18. package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +6 -0
  19. package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +6 -0
  20. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  21. package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +4 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  23. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +6 -0
  24. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +6 -0
  25. package/dist-types/commands/UpdateHypervisorCommand.d.ts +6 -0
  26. package/package.json +16 -16
@@ -33,6 +33,10 @@ export interface AssociateGatewayToServerCommandOutput extends AssociateGatewayT
33
33
  * };
34
34
  * const command = new AssociateGatewayToServerCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // AssociateGatewayToServerOutput
37
+ * // GatewayArn: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param AssociateGatewayToServerCommandInput - {@link AssociateGatewayToServerCommandInput}
@@ -54,6 +58,8 @@ export interface AssociateGatewayToServerCommandOutput extends AssociateGatewayT
54
58
  * @throws {@link ValidationException} (client fault)
55
59
  * <p>The operation did not succeed because a validation error occurred.</p>
56
60
  *
61
+ * @throws {@link BackupGatewayServiceException}
62
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
57
63
  *
58
64
  */
59
65
  export declare class AssociateGatewayToServerCommand extends $Command<AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -40,6 +40,10 @@ export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __Metad
40
40
  * };
41
41
  * const command = new CreateGatewayCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // CreateGatewayOutput
44
+ * // GatewayArn: "STRING_VALUE",
45
+ * // };
46
+ *
43
47
  * ```
44
48
  *
45
49
  * @param CreateGatewayCommandInput - {@link CreateGatewayCommandInput}
@@ -58,6 +62,8 @@ export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __Metad
58
62
  * @throws {@link ValidationException} (client fault)
59
63
  * <p>The operation did not succeed because a validation error occurred.</p>
60
64
  *
65
+ * @throws {@link BackupGatewayServiceException}
66
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
61
67
  *
62
68
  */
63
69
  export declare class CreateGatewayCommand extends $Command<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
31
31
  * };
32
32
  * const command = new DeleteGatewayCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteGatewayOutput
35
+ * // GatewayArn: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param DeleteGatewayCommandInput - {@link DeleteGatewayCommandInput}
@@ -52,6 +56,8 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
52
56
  * @throws {@link ValidationException} (client fault)
53
57
  * <p>The operation did not succeed because a validation error occurred.</p>
54
58
  *
59
+ * @throws {@link BackupGatewayServiceException}
60
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
55
61
  *
56
62
  */
57
63
  export declare class DeleteGatewayCommand extends $Command<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, _
31
31
  * };
32
32
  * const command = new DeleteHypervisorCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteHypervisorOutput
35
+ * // HypervisorArn: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param DeleteHypervisorCommandInput - {@link DeleteHypervisorCommandInput}
@@ -58,6 +62,8 @@ export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, _
58
62
  * @throws {@link ValidationException} (client fault)
59
63
  * <p>The operation did not succeed because a validation error occurred.</p>
60
64
  *
65
+ * @throws {@link BackupGatewayServiceException}
66
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
61
67
  *
62
68
  */
63
69
  export declare class DeleteHypervisorCommand extends $Command<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -32,6 +32,10 @@ export interface DisassociateGatewayFromServerCommandOutput extends Disassociate
32
32
  * };
33
33
  * const command = new DisassociateGatewayFromServerCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DisassociateGatewayFromServerOutput
36
+ * // GatewayArn: "STRING_VALUE",
37
+ * // };
38
+ *
35
39
  * ```
36
40
  *
37
41
  * @param DisassociateGatewayFromServerCommandInput - {@link DisassociateGatewayFromServerCommandInput}
@@ -56,6 +60,8 @@ export interface DisassociateGatewayFromServerCommandOutput extends Disassociate
56
60
  * @throws {@link ValidationException} (client fault)
57
61
  * <p>The operation did not succeed because a validation error occurred.</p>
58
62
  *
63
+ * @throws {@link BackupGatewayServiceException}
64
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
59
65
  *
60
66
  */
61
67
  export declare class DisassociateGatewayFromServerCommand extends $Command<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -34,6 +34,22 @@ export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidth
34
34
  * };
35
35
  * const command = new GetBandwidthRateLimitScheduleCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetBandwidthRateLimitScheduleOutput
38
+ * // GatewayArn: "STRING_VALUE",
39
+ * // BandwidthRateLimitIntervals: [ // BandwidthRateLimitIntervals
40
+ * // { // BandwidthRateLimitInterval
41
+ * // AverageUploadRateLimitInBitsPerSec: Number("long"),
42
+ * // StartHourOfDay: Number("int"), // required
43
+ * // EndHourOfDay: Number("int"), // required
44
+ * // StartMinuteOfHour: Number("int"), // required
45
+ * // EndMinuteOfHour: Number("int"), // required
46
+ * // DaysOfWeek: [ // DaysOfWeek // required
47
+ * // Number("int"),
48
+ * // ],
49
+ * // },
50
+ * // ],
51
+ * // };
52
+ *
37
53
  * ```
38
54
  *
39
55
  * @param GetBandwidthRateLimitScheduleCommandInput - {@link GetBandwidthRateLimitScheduleCommandInput}
@@ -55,6 +71,8 @@ export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidth
55
71
  * @throws {@link ValidationException} (client fault)
56
72
  * <p>The operation did not succeed because a validation error occurred.</p>
57
73
  *
74
+ * @throws {@link BackupGatewayServiceException}
75
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
58
76
  *
59
77
  */
60
78
  export declare class GetBandwidthRateLimitScheduleCommand extends $Command<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -32,6 +32,24 @@ export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBea
32
32
  * };
33
33
  * const command = new GetGatewayCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetGatewayOutput
36
+ * // Gateway: { // GatewayDetails
37
+ * // GatewayArn: "STRING_VALUE",
38
+ * // GatewayDisplayName: "STRING_VALUE",
39
+ * // GatewayType: "STRING_VALUE",
40
+ * // HypervisorId: "STRING_VALUE",
41
+ * // LastSeenTime: new Date("TIMESTAMP"),
42
+ * // MaintenanceStartTime: { // MaintenanceStartTime
43
+ * // DayOfMonth: Number("int"),
44
+ * // DayOfWeek: Number("int"),
45
+ * // HourOfDay: Number("int"), // required
46
+ * // MinuteOfHour: Number("int"), // required
47
+ * // },
48
+ * // NextUpdateAvailabilityTime: new Date("TIMESTAMP"),
49
+ * // VpcEndpoint: "STRING_VALUE",
50
+ * // },
51
+ * // };
52
+ *
35
53
  * ```
36
54
  *
37
55
  * @param GetGatewayCommandInput - {@link GetGatewayCommandInput}
@@ -53,6 +71,8 @@ export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBea
53
71
  * @throws {@link ValidationException} (client fault)
54
72
  * <p>The operation did not succeed because a validation error occurred.</p>
55
73
  *
74
+ * @throws {@link BackupGatewayServiceException}
75
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
56
76
  *
57
77
  */
58
78
  export declare class GetGatewayCommand extends $Command<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __Metad
33
33
  * };
34
34
  * const command = new GetHypervisorCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetHypervisorOutput
37
+ * // Hypervisor: { // HypervisorDetails
38
+ * // Host: "STRING_VALUE",
39
+ * // HypervisorArn: "STRING_VALUE",
40
+ * // KmsKeyArn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // LogGroupArn: "STRING_VALUE",
43
+ * // State: "STRING_VALUE",
44
+ * // LastSuccessfulMetadataSyncTime: new Date("TIMESTAMP"),
45
+ * // LatestMetadataSyncStatusMessage: "STRING_VALUE",
46
+ * // LatestMetadataSyncStatus: "STRING_VALUE",
47
+ * // },
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param GetHypervisorCommandInput - {@link GetHypervisorCommandInput}
@@ -54,6 +68,8 @@ export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __Metad
54
68
  * @throws {@link ValidationException} (client fault)
55
69
  * <p>The operation did not succeed because a validation error occurred.</p>
56
70
  *
71
+ * @throws {@link BackupGatewayServiceException}
72
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
57
73
  *
58
74
  */
59
75
  export declare class GetHypervisorCommand extends $Command<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -33,6 +33,19 @@ export interface GetHypervisorPropertyMappingsCommandOutput extends GetHyperviso
33
33
  * };
34
34
  * const command = new GetHypervisorPropertyMappingsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetHypervisorPropertyMappingsOutput
37
+ * // HypervisorArn: "STRING_VALUE",
38
+ * // VmwareToAwsTagMappings: [ // VmwareToAwsTagMappings
39
+ * // { // VmwareToAwsTagMapping
40
+ * // VmwareCategory: "STRING_VALUE", // required
41
+ * // VmwareTagName: "STRING_VALUE", // required
42
+ * // AwsTagKey: "STRING_VALUE", // required
43
+ * // AwsTagValue: "STRING_VALUE", // required
44
+ * // },
45
+ * // ],
46
+ * // IamRoleArn: "STRING_VALUE",
47
+ * // };
48
+ *
36
49
  * ```
37
50
  *
38
51
  * @param GetHypervisorPropertyMappingsCommandInput - {@link GetHypervisorPropertyMappingsCommandInput}
@@ -54,6 +67,8 @@ export interface GetHypervisorPropertyMappingsCommandOutput extends GetHyperviso
54
67
  * @throws {@link ValidationException} (client fault)
55
68
  * <p>The operation did not succeed because a validation error occurred.</p>
56
69
  *
70
+ * @throws {@link BackupGatewayServiceException}
71
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
57
72
  *
58
73
  */
59
74
  export declare class GetHypervisorPropertyMappingsCommand extends $Command<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -31,6 +31,24 @@ export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput,
31
31
  * };
32
32
  * const command = new GetVirtualMachineCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetVirtualMachineOutput
35
+ * // VirtualMachine: { // VirtualMachineDetails
36
+ * // HostName: "STRING_VALUE",
37
+ * // HypervisorId: "STRING_VALUE",
38
+ * // Name: "STRING_VALUE",
39
+ * // Path: "STRING_VALUE",
40
+ * // ResourceArn: "STRING_VALUE",
41
+ * // LastBackupDate: new Date("TIMESTAMP"),
42
+ * // VmwareTags: [ // VmwareTags
43
+ * // { // VmwareTag
44
+ * // VmwareCategory: "STRING_VALUE",
45
+ * // VmwareTagName: "STRING_VALUE",
46
+ * // VmwareTagDescription: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // },
50
+ * // };
51
+ *
34
52
  * ```
35
53
  *
36
54
  * @param GetVirtualMachineCommandInput - {@link GetVirtualMachineCommandInput}
@@ -52,6 +70,8 @@ export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput,
52
70
  * @throws {@link ValidationException} (client fault)
53
71
  * <p>The operation did not succeed because a validation error occurred.</p>
54
72
  *
73
+ * @throws {@link BackupGatewayServiceException}
74
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
55
75
  *
56
76
  */
57
77
  export declare class GetVirtualMachineCommand extends $Command<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -41,6 +41,10 @@ export interface ImportHypervisorConfigurationCommandOutput extends ImportHyperv
41
41
  * };
42
42
  * const command = new ImportHypervisorConfigurationCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // ImportHypervisorConfigurationOutput
45
+ * // HypervisorArn: "STRING_VALUE",
46
+ * // };
47
+ *
44
48
  * ```
45
49
  *
46
50
  * @param ImportHypervisorConfigurationCommandInput - {@link ImportHypervisorConfigurationCommandInput}
@@ -65,6 +69,8 @@ export interface ImportHypervisorConfigurationCommandOutput extends ImportHyperv
65
69
  * @throws {@link ValidationException} (client fault)
66
70
  * <p>The operation did not succeed because a validation error occurred.</p>
67
71
  *
72
+ * @throws {@link BackupGatewayServiceException}
73
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
68
74
  *
69
75
  */
70
76
  export declare class ImportHypervisorConfigurationCommand extends $Command<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -32,6 +32,19 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
32
32
  * };
33
33
  * const command = new ListGatewaysCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListGatewaysOutput
36
+ * // Gateways: [ // Gateways
37
+ * // { // Gateway
38
+ * // GatewayArn: "STRING_VALUE",
39
+ * // GatewayDisplayName: "STRING_VALUE",
40
+ * // GatewayType: "STRING_VALUE",
41
+ * // HypervisorId: "STRING_VALUE",
42
+ * // LastSeenTime: new Date("TIMESTAMP"),
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
35
48
  * ```
36
49
  *
37
50
  * @param ListGatewaysCommandInput - {@link ListGatewaysCommandInput}
@@ -50,6 +63,8 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
50
63
  * @throws {@link ValidationException} (client fault)
51
64
  * <p>The operation did not succeed because a validation error occurred.</p>
52
65
  *
66
+ * @throws {@link BackupGatewayServiceException}
67
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
53
68
  *
54
69
  */
55
70
  export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -32,6 +32,19 @@ export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __M
32
32
  * };
33
33
  * const command = new ListHypervisorsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListHypervisorsOutput
36
+ * // Hypervisors: [ // Hypervisors
37
+ * // { // Hypervisor
38
+ * // Host: "STRING_VALUE",
39
+ * // HypervisorArn: "STRING_VALUE",
40
+ * // KmsKeyArn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // State: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
35
48
  * ```
36
49
  *
37
50
  * @param ListHypervisorsCommandInput - {@link ListHypervisorsCommandInput}
@@ -50,6 +63,8 @@ export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __M
50
63
  * @throws {@link ValidationException} (client fault)
51
64
  * <p>The operation did not succeed because a validation error occurred.</p>
52
65
  *
66
+ * @throws {@link BackupGatewayServiceException}
67
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
53
68
  *
54
69
  */
55
70
  export declare class ListHypervisorsCommand extends $Command<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -32,6 +32,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
32
32
  * };
33
33
  * const command = new ListTagsForResourceCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListTagsForResourceOutput
36
+ * // ResourceArn: "STRING_VALUE",
37
+ * // Tags: [ // Tags
38
+ * // { // Tag
39
+ * // Key: "STRING_VALUE", // required
40
+ * // Value: "STRING_VALUE", // required
41
+ * // },
42
+ * // ],
43
+ * // };
44
+ *
35
45
  * ```
36
46
  *
37
47
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -53,6 +63,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
53
63
  * @throws {@link ValidationException} (client fault)
54
64
  * <p>The operation did not succeed because a validation error occurred.</p>
55
65
  *
66
+ * @throws {@link BackupGatewayServiceException}
67
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
56
68
  *
57
69
  */
58
70
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOut
33
33
  * };
34
34
  * const command = new ListVirtualMachinesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListVirtualMachinesOutput
37
+ * // VirtualMachines: [ // VirtualMachines
38
+ * // { // VirtualMachine
39
+ * // HostName: "STRING_VALUE",
40
+ * // HypervisorId: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // Path: "STRING_VALUE",
43
+ * // ResourceArn: "STRING_VALUE",
44
+ * // LastBackupDate: new Date("TIMESTAMP"),
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param ListVirtualMachinesCommandInput - {@link ListVirtualMachinesCommandInput}
@@ -51,6 +65,8 @@ export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOut
51
65
  * @throws {@link ValidationException} (client fault)
52
66
  * <p>The operation did not succeed because a validation error occurred.</p>
53
67
  *
68
+ * @throws {@link BackupGatewayServiceException}
69
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
54
70
  *
55
71
  */
56
72
  export declare class ListVirtualMachinesCommand extends $Command<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -46,6 +46,10 @@ export interface PutBandwidthRateLimitScheduleCommandOutput extends PutBandwidth
46
46
  * };
47
47
  * const command = new PutBandwidthRateLimitScheduleCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // PutBandwidthRateLimitScheduleOutput
50
+ * // GatewayArn: "STRING_VALUE",
51
+ * // };
52
+ *
49
53
  * ```
50
54
  *
51
55
  * @param PutBandwidthRateLimitScheduleCommandInput - {@link PutBandwidthRateLimitScheduleCommandInput}
@@ -67,6 +71,8 @@ export interface PutBandwidthRateLimitScheduleCommandOutput extends PutBandwidth
67
71
  * @throws {@link ValidationException} (client fault)
68
72
  * <p>The operation did not succeed because a validation error occurred.</p>
69
73
  *
74
+ * @throws {@link BackupGatewayServiceException}
75
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
70
76
  *
71
77
  */
72
78
  export declare class PutBandwidthRateLimitScheduleCommand extends $Command<PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -42,6 +42,10 @@ export interface PutHypervisorPropertyMappingsCommandOutput extends PutHyperviso
42
42
  * };
43
43
  * const command = new PutHypervisorPropertyMappingsCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // PutHypervisorPropertyMappingsOutput
46
+ * // HypervisorArn: "STRING_VALUE",
47
+ * // };
48
+ *
45
49
  * ```
46
50
  *
47
51
  * @param PutHypervisorPropertyMappingsCommandInput - {@link PutHypervisorPropertyMappingsCommandInput}
@@ -69,6 +73,8 @@ export interface PutHypervisorPropertyMappingsCommandOutput extends PutHyperviso
69
73
  * @throws {@link ValidationException} (client fault)
70
74
  * <p>The operation did not succeed because a validation error occurred.</p>
71
75
  *
76
+ * @throws {@link BackupGatewayServiceException}
77
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
72
78
  *
73
79
  */
74
80
  export declare class PutHypervisorPropertyMappingsCommand extends $Command<PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -35,6 +35,10 @@ export interface PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStar
35
35
  * };
36
36
  * const command = new PutMaintenanceStartTimeCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // PutMaintenanceStartTimeOutput
39
+ * // GatewayArn: "STRING_VALUE",
40
+ * // };
41
+ *
38
42
  * ```
39
43
  *
40
44
  * @param PutMaintenanceStartTimeCommandInput - {@link PutMaintenanceStartTimeCommandInput}
@@ -59,6 +63,8 @@ export interface PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStar
59
63
  * @throws {@link ValidationException} (client fault)
60
64
  * <p>The operation did not succeed because a validation error occurred.</p>
61
65
  *
66
+ * @throws {@link BackupGatewayServiceException}
67
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
62
68
  *
63
69
  */
64
70
  export declare class PutMaintenanceStartTimeCommand extends $Command<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface StartVirtualMachinesMetadataSyncCommandOutput extends StartVirt
31
31
  * };
32
32
  * const command = new StartVirtualMachinesMetadataSyncCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // StartVirtualMachinesMetadataSyncOutput
35
+ * // HypervisorArn: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param StartVirtualMachinesMetadataSyncCommandInput - {@link StartVirtualMachinesMetadataSyncCommandInput}
@@ -55,6 +59,8 @@ export interface StartVirtualMachinesMetadataSyncCommandOutput extends StartVirt
55
59
  * @throws {@link ValidationException} (client fault)
56
60
  * <p>The operation did not succeed because a validation error occurred.</p>
57
61
  *
62
+ * @throws {@link BackupGatewayServiceException}
63
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
58
64
  *
59
65
  */
60
66
  export declare class StartVirtualMachinesMetadataSyncCommand extends $Command<StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -37,6 +37,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
37
37
  * };
38
38
  * const command = new TagResourceCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // TagResourceOutput
41
+ * // ResourceARN: "STRING_VALUE",
42
+ * // };
43
+ *
40
44
  * ```
41
45
  *
42
46
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -58,6 +62,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
58
62
  * @throws {@link ValidationException} (client fault)
59
63
  * <p>The operation did not succeed because a validation error occurred.</p>
60
64
  *
65
+ * @throws {@link BackupGatewayServiceException}
66
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
61
67
  *
62
68
  */
63
69
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface TestHypervisorConfigurationCommandOutput extends TestHypervisor
35
35
  * };
36
36
  * const command = new TestHypervisorConfigurationCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param TestHypervisorConfigurationCommandInput - {@link TestHypervisorConfigurationCommandInput}
@@ -59,6 +61,8 @@ export interface TestHypervisorConfigurationCommandOutput extends TestHypervisor
59
61
  * @throws {@link ValidationException} (client fault)
60
62
  * <p>The operation did not succeed because a validation error occurred.</p>
61
63
  *
64
+ * @throws {@link BackupGatewayServiceException}
65
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
62
66
  *
63
67
  */
64
68
  export declare class TestHypervisorConfigurationCommand extends $Command<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // UntagResourceOutput
38
+ * // ResourceARN: "STRING_VALUE",
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -55,6 +59,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
55
59
  * @throws {@link ValidationException} (client fault)
56
60
  * <p>The operation did not succeed because a validation error occurred.</p>
57
61
  *
62
+ * @throws {@link BackupGatewayServiceException}
63
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
58
64
  *
59
65
  */
60
66
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
33
33
  * };
34
34
  * const command = new UpdateGatewayInformationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateGatewayInformationOutput
37
+ * // GatewayArn: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param UpdateGatewayInformationCommandInput - {@link UpdateGatewayInformationCommandInput}
@@ -57,6 +61,8 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
57
61
  * @throws {@link ValidationException} (client fault)
58
62
  * <p>The operation did not succeed because a validation error occurred.</p>
59
63
  *
64
+ * @throws {@link BackupGatewayServiceException}
65
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
60
66
  *
61
67
  */
62
68
  export declare class UpdateGatewayInformationCommand extends $Command<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -37,6 +37,10 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
37
37
  * };
38
38
  * const command = new UpdateGatewaySoftwareNowCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // UpdateGatewaySoftwareNowOutput
41
+ * // GatewayArn: "STRING_VALUE",
42
+ * // };
43
+ *
40
44
  * ```
41
45
  *
42
46
  * @param UpdateGatewaySoftwareNowCommandInput - {@link UpdateGatewaySoftwareNowCommandInput}
@@ -58,6 +62,8 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
58
62
  * @throws {@link ValidationException} (client fault)
59
63
  * <p>The operation did not succeed because a validation error occurred.</p>
60
64
  *
65
+ * @throws {@link BackupGatewayServiceException}
66
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
61
67
  *
62
68
  */
63
69
  export declare class UpdateGatewaySoftwareNowCommand extends $Command<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig> {
@@ -38,6 +38,10 @@ export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, _
38
38
  * };
39
39
  * const command = new UpdateHypervisorCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // UpdateHypervisorOutput
42
+ * // HypervisorArn: "STRING_VALUE",
43
+ * // };
44
+ *
41
45
  * ```
42
46
  *
43
47
  * @param UpdateHypervisorCommandInput - {@link UpdateHypervisorCommandInput}
@@ -65,6 +69,8 @@ export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, _
65
69
  * @throws {@link ValidationException} (client fault)
66
70
  * <p>The operation did not succeed because a validation error occurred.</p>
67
71
  *
72
+ * @throws {@link BackupGatewayServiceException}
73
+ * <p>Base exception class for all service exceptions from BackupGateway service.</p>
68
74
  *
69
75
  */
70
76
  export declare class UpdateHypervisorCommand extends $Command<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-backup-gateway",
3
3
  "description": "AWS SDK for JavaScript Backup Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,33 +21,33 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",