@aws-sdk/client-backup-gateway 3.651.1 → 3.658.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +11 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +11 -0
- package/dist-types/commands/DeleteHypervisorCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +11 -0
- package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +11 -0
- package/dist-types/commands/GetGatewayCommand.d.ts +11 -0
- package/dist-types/commands/GetHypervisorCommand.d.ts +11 -0
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +11 -0
- package/dist-types/commands/GetVirtualMachineCommand.d.ts +11 -0
- package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +11 -0
- package/dist-types/commands/ListHypervisorsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListVirtualMachinesCommand.d.ts +11 -0
- package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +11 -0
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +11 -0
- package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +11 -0
- package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +11 -0
- package/dist-types/commands/UpdateHypervisorCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -72,4 +72,15 @@ declare const AssociateGatewayToServerCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class AssociateGatewayToServerCommand extends AssociateGatewayToServerCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: AssociateGatewayToServerInput;
|
|
79
|
+
output: AssociateGatewayToServerOutput;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: AssociateGatewayToServerCommandInput;
|
|
83
|
+
output: AssociateGatewayToServerCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -76,4 +76,15 @@ declare const CreateGatewayCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: CreateGatewayInput;
|
|
83
|
+
output: CreateGatewayOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: CreateGatewayCommandInput;
|
|
87
|
+
output: CreateGatewayCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteGatewayCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteGatewayInput;
|
|
77
|
+
output: DeleteGatewayOutput;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteGatewayCommandInput;
|
|
81
|
+
output: DeleteGatewayCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteHypervisorCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteHypervisorCommand extends DeleteHypervisorCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteHypervisorInput;
|
|
83
|
+
output: DeleteHypervisorOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteHypervisorCommandInput;
|
|
87
|
+
output: DeleteHypervisorCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -74,4 +74,15 @@ declare const DisassociateGatewayFromServerCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DisassociateGatewayFromServerCommand extends DisassociateGatewayFromServerCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DisassociateGatewayFromServerInput;
|
|
81
|
+
output: DisassociateGatewayFromServerOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DisassociateGatewayFromServerCommandInput;
|
|
85
|
+
output: DisassociateGatewayFromServerCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetBandwidthRateLimitScheduleCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetBandwidthRateLimitScheduleCommand extends GetBandwidthRateLimitScheduleCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetBandwidthRateLimitScheduleInput;
|
|
92
|
+
output: GetBandwidthRateLimitScheduleOutput;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetBandwidthRateLimitScheduleCommandInput;
|
|
96
|
+
output: GetBandwidthRateLimitScheduleCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetGatewayCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetGatewayCommand extends GetGatewayCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetGatewayInput;
|
|
92
|
+
output: GetGatewayOutput;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetGatewayCommandInput;
|
|
96
|
+
output: GetGatewayCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -82,4 +82,15 @@ declare const GetHypervisorCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class GetHypervisorCommand extends GetHypervisorCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: GetHypervisorInput;
|
|
89
|
+
output: GetHypervisorOutput;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: GetHypervisorCommandInput;
|
|
93
|
+
output: GetHypervisorCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetHypervisorPropertyMappingsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetHypervisorPropertyMappingsCommand extends GetHypervisorPropertyMappingsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetHypervisorPropertyMappingsInput;
|
|
88
|
+
output: GetHypervisorPropertyMappingsOutput;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetHypervisorPropertyMappingsCommandInput;
|
|
92
|
+
output: GetHypervisorPropertyMappingsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -84,4 +84,15 @@ declare const GetVirtualMachineCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class GetVirtualMachineCommand extends GetVirtualMachineCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: GetVirtualMachineInput;
|
|
91
|
+
output: GetVirtualMachineOutput;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: GetVirtualMachineCommandInput;
|
|
95
|
+
output: GetVirtualMachineCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -83,4 +83,15 @@ declare const ImportHypervisorConfigurationCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ImportHypervisorConfigurationCommand extends ImportHypervisorConfigurationCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ImportHypervisorConfigurationInput;
|
|
90
|
+
output: ImportHypervisorConfigurationOutput;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ImportHypervisorConfigurationCommandInput;
|
|
94
|
+
output: ImportHypervisorConfigurationCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListGatewaysCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListGatewaysCommand extends ListGatewaysCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListGatewaysInput;
|
|
84
|
+
output: ListGatewaysOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListGatewaysCommandInput;
|
|
88
|
+
output: ListGatewaysCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListHypervisorsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListHypervisorsCommand extends ListHypervisorsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListHypervisorsInput;
|
|
84
|
+
output: ListHypervisorsOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListHypervisorsCommandInput;
|
|
88
|
+
output: ListHypervisorsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListTagsForResourceInput;
|
|
84
|
+
output: ListTagsForResourceOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListTagsForResourceCommandInput;
|
|
88
|
+
output: ListTagsForResourceCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListVirtualMachinesCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListVirtualMachinesCommand extends ListVirtualMachinesCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListVirtualMachinesInput;
|
|
86
|
+
output: ListVirtualMachinesOutput;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListVirtualMachinesCommandInput;
|
|
90
|
+
output: ListVirtualMachinesCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -85,4 +85,15 @@ declare const PutBandwidthRateLimitScheduleCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class PutBandwidthRateLimitScheduleCommand extends PutBandwidthRateLimitScheduleCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: PutBandwidthRateLimitScheduleInput;
|
|
92
|
+
output: PutBandwidthRateLimitScheduleOutput;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: PutBandwidthRateLimitScheduleCommandInput;
|
|
96
|
+
output: PutBandwidthRateLimitScheduleCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -87,4 +87,15 @@ declare const PutHypervisorPropertyMappingsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class PutHypervisorPropertyMappingsCommand extends PutHypervisorPropertyMappingsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: PutHypervisorPropertyMappingsInput;
|
|
94
|
+
output: PutHypervisorPropertyMappingsOutput;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: PutHypervisorPropertyMappingsCommandInput;
|
|
98
|
+
output: PutHypervisorPropertyMappingsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -77,4 +77,15 @@ declare const PutMaintenanceStartTimeCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class PutMaintenanceStartTimeCommand extends PutMaintenanceStartTimeCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: PutMaintenanceStartTimeInput;
|
|
84
|
+
output: PutMaintenanceStartTimeOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: PutMaintenanceStartTimeCommandInput;
|
|
88
|
+
output: PutMaintenanceStartTimeCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -73,4 +73,15 @@ declare const StartVirtualMachinesMetadataSyncCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class StartVirtualMachinesMetadataSyncCommand extends StartVirtualMachinesMetadataSyncCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: StartVirtualMachinesMetadataSyncInput;
|
|
80
|
+
output: StartVirtualMachinesMetadataSyncOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: StartVirtualMachinesMetadataSyncCommandInput;
|
|
84
|
+
output: StartVirtualMachinesMetadataSyncCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -76,4 +76,15 @@ declare const TagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: TagResourceInput;
|
|
83
|
+
output: TagResourceOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: TagResourceCommandInput;
|
|
87
|
+
output: TagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -75,4 +75,15 @@ declare const TestHypervisorConfigurationCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class TestHypervisorConfigurationCommand extends TestHypervisorConfigurationCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: TestHypervisorConfigurationInput;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: TestHypervisorConfigurationCommandInput;
|
|
86
|
+
output: TestHypervisorConfigurationCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UntagResourceInput;
|
|
80
|
+
output: UntagResourceOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UntagResourceCommandInput;
|
|
84
|
+
output: UntagResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -75,4 +75,15 @@ declare const UpdateGatewayInformationCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class UpdateGatewayInformationCommand extends UpdateGatewayInformationCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: UpdateGatewayInformationInput;
|
|
82
|
+
output: UpdateGatewayInformationOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: UpdateGatewayInformationCommandInput;
|
|
86
|
+
output: UpdateGatewayInformationCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -76,4 +76,15 @@ declare const UpdateGatewaySoftwareNowCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class UpdateGatewaySoftwareNowCommand extends UpdateGatewaySoftwareNowCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UpdateGatewaySoftwareNowInput;
|
|
83
|
+
output: UpdateGatewaySoftwareNowOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UpdateGatewaySoftwareNowCommandInput;
|
|
87
|
+
output: UpdateGatewaySoftwareNowCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -83,4 +83,15 @@ declare const UpdateHypervisorCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UpdateHypervisorCommand extends UpdateHypervisorCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UpdateHypervisorInput;
|
|
90
|
+
output: UpdateHypervisorOutput;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UpdateHypervisorCommandInput;
|
|
94
|
+
output: UpdateHypervisorCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateGatewayToServerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateGatewayToServerCommand extends AssociateGatewayToServerCommand_base {
|
|
40
|
+
export declare class AssociateGatewayToServerCommand extends AssociateGatewayToServerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateGatewayToServerInput;
|
|
44
|
+
output: AssociateGatewayToServerOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateGatewayToServerCommandInput;
|
|
48
|
+
output: AssociateGatewayToServerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateGatewayCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
|
|
36
|
+
export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateGatewayInput;
|
|
40
|
+
output: CreateGatewayOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateGatewayCommandInput;
|
|
44
|
+
output: CreateGatewayCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteGatewayCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {
|
|
36
|
+
export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteGatewayInput;
|
|
40
|
+
output: DeleteGatewayOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteGatewayCommandInput;
|
|
44
|
+
output: DeleteGatewayCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteHypervisorCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteHypervisorCommand extends DeleteHypervisorCommand_base {
|
|
39
|
+
export declare class DeleteHypervisorCommand extends DeleteHypervisorCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteHypervisorInput;
|
|
43
|
+
output: DeleteHypervisorOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteHypervisorCommandInput;
|
|
47
|
+
output: DeleteHypervisorCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisassociateGatewayFromServerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisassociateGatewayFromServerCommand extends DisassociateGatewayFromServerCommand_base {
|
|
40
|
+
export declare class DisassociateGatewayFromServerCommand extends DisassociateGatewayFromServerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateGatewayFromServerInput;
|
|
44
|
+
output: DisassociateGatewayFromServerOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateGatewayFromServerCommandInput;
|
|
48
|
+
output: DisassociateGatewayFromServerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBandwidthRateLimitScheduleCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBandwidthRateLimitScheduleCommand extends GetBandwidthRateLimitScheduleCommand_base {
|
|
40
|
+
export declare class GetBandwidthRateLimitScheduleCommand extends GetBandwidthRateLimitScheduleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBandwidthRateLimitScheduleInput;
|
|
44
|
+
output: GetBandwidthRateLimitScheduleOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBandwidthRateLimitScheduleCommandInput;
|
|
48
|
+
output: GetBandwidthRateLimitScheduleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetGatewayCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetGatewayCommand extends GetGatewayCommand_base {
|
|
36
|
+
export declare class GetGatewayCommand extends GetGatewayCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetGatewayInput;
|
|
40
|
+
output: GetGatewayOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetGatewayCommandInput;
|
|
44
|
+
output: GetGatewayCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetHypervisorCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetHypervisorCommand extends GetHypervisorCommand_base {
|
|
36
|
+
export declare class GetHypervisorCommand extends GetHypervisorCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetHypervisorInput;
|
|
40
|
+
output: GetHypervisorOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetHypervisorCommandInput;
|
|
44
|
+
output: GetHypervisorCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetHypervisorPropertyMappingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetHypervisorPropertyMappingsCommand extends GetHypervisorPropertyMappingsCommand_base {
|
|
40
|
+
export declare class GetHypervisorPropertyMappingsCommand extends GetHypervisorPropertyMappingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetHypervisorPropertyMappingsInput;
|
|
44
|
+
output: GetHypervisorPropertyMappingsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetHypervisorPropertyMappingsCommandInput;
|
|
48
|
+
output: GetHypervisorPropertyMappingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetVirtualMachineCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetVirtualMachineCommand extends GetVirtualMachineCommand_base {
|
|
39
|
+
export declare class GetVirtualMachineCommand extends GetVirtualMachineCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetVirtualMachineInput;
|
|
43
|
+
output: GetVirtualMachineOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetVirtualMachineCommandInput;
|
|
47
|
+
output: GetVirtualMachineCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ImportHypervisorConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ImportHypervisorConfigurationCommand extends ImportHypervisorConfigurationCommand_base {
|
|
40
|
+
export declare class ImportHypervisorConfigurationCommand extends ImportHypervisorConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ImportHypervisorConfigurationInput;
|
|
44
|
+
output: ImportHypervisorConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ImportHypervisorConfigurationCommandInput;
|
|
48
|
+
output: ImportHypervisorConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListGatewaysCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListGatewaysCommand extends ListGatewaysCommand_base {
|
|
36
|
+
export declare class ListGatewaysCommand extends ListGatewaysCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListGatewaysInput;
|
|
40
|
+
output: ListGatewaysOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListGatewaysCommandInput;
|
|
44
|
+
output: ListGatewaysCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListHypervisorsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListHypervisorsCommand extends ListHypervisorsCommand_base {
|
|
39
|
+
export declare class ListHypervisorsCommand extends ListHypervisorsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListHypervisorsInput;
|
|
43
|
+
output: ListHypervisorsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListHypervisorsCommandInput;
|
|
47
|
+
output: ListHypervisorsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceInput;
|
|
44
|
+
output: ListTagsForResourceOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListVirtualMachinesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListVirtualMachinesCommand extends ListVirtualMachinesCommand_base {
|
|
40
|
+
export declare class ListVirtualMachinesCommand extends ListVirtualMachinesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListVirtualMachinesInput;
|
|
44
|
+
output: ListVirtualMachinesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListVirtualMachinesCommandInput;
|
|
48
|
+
output: ListVirtualMachinesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutBandwidthRateLimitScheduleCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutBandwidthRateLimitScheduleCommand extends PutBandwidthRateLimitScheduleCommand_base {
|
|
40
|
+
export declare class PutBandwidthRateLimitScheduleCommand extends PutBandwidthRateLimitScheduleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutBandwidthRateLimitScheduleInput;
|
|
44
|
+
output: PutBandwidthRateLimitScheduleOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutBandwidthRateLimitScheduleCommandInput;
|
|
48
|
+
output: PutBandwidthRateLimitScheduleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutHypervisorPropertyMappingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutHypervisorPropertyMappingsCommand extends PutHypervisorPropertyMappingsCommand_base {
|
|
40
|
+
export declare class PutHypervisorPropertyMappingsCommand extends PutHypervisorPropertyMappingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutHypervisorPropertyMappingsInput;
|
|
44
|
+
output: PutHypervisorPropertyMappingsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutHypervisorPropertyMappingsCommandInput;
|
|
48
|
+
output: PutHypervisorPropertyMappingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutMaintenanceStartTimeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutMaintenanceStartTimeCommand extends PutMaintenanceStartTimeCommand_base {
|
|
40
|
+
export declare class PutMaintenanceStartTimeCommand extends PutMaintenanceStartTimeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutMaintenanceStartTimeInput;
|
|
44
|
+
output: PutMaintenanceStartTimeOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutMaintenanceStartTimeCommandInput;
|
|
48
|
+
output: PutMaintenanceStartTimeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartVirtualMachinesMetadataSyncCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartVirtualMachinesMetadataSyncCommand extends StartVirtualMachinesMetadataSyncCommand_base {
|
|
40
|
+
export declare class StartVirtualMachinesMetadataSyncCommand extends StartVirtualMachinesMetadataSyncCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartVirtualMachinesMetadataSyncInput;
|
|
44
|
+
output: StartVirtualMachinesMetadataSyncOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartVirtualMachinesMetadataSyncCommandInput;
|
|
48
|
+
output: StartVirtualMachinesMetadataSyncCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceInput;
|
|
40
|
+
output: TagResourceOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const TestHypervisorConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class TestHypervisorConfigurationCommand extends TestHypervisorConfigurationCommand_base {
|
|
40
|
+
export declare class TestHypervisorConfigurationCommand extends TestHypervisorConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: TestHypervisorConfigurationInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: TestHypervisorConfigurationCommandInput;
|
|
48
|
+
output: TestHypervisorConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
36
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UntagResourceInput;
|
|
40
|
+
output: UntagResourceOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UntagResourceCommandInput;
|
|
44
|
+
output: UntagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateGatewayInformationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateGatewayInformationCommand extends UpdateGatewayInformationCommand_base {
|
|
40
|
+
export declare class UpdateGatewayInformationCommand extends UpdateGatewayInformationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateGatewayInformationInput;
|
|
44
|
+
output: UpdateGatewayInformationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateGatewayInformationCommandInput;
|
|
48
|
+
output: UpdateGatewayInformationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateGatewaySoftwareNowCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateGatewaySoftwareNowCommand extends UpdateGatewaySoftwareNowCommand_base {
|
|
40
|
+
export declare class UpdateGatewaySoftwareNowCommand extends UpdateGatewaySoftwareNowCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateGatewaySoftwareNowInput;
|
|
44
|
+
output: UpdateGatewaySoftwareNowOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateGatewaySoftwareNowCommandInput;
|
|
48
|
+
output: UpdateGatewaySoftwareNowCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateHypervisorCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateHypervisorCommand extends UpdateHypervisorCommand_base {
|
|
39
|
+
export declare class UpdateHypervisorCommand extends UpdateHypervisorCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateHypervisorInput;
|
|
43
|
+
output: UpdateHypervisorOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateHypervisorCommandInput;
|
|
47
|
+
output: UpdateHypervisorCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
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.
|
|
4
|
+
"version": "3.658.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-backup-gateway",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|