@aws-sdk/client-backup-gateway 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/BackupGateway.d.ts +310 -95
- package/dist-types/ts3.4/BackupGatewayClient.d.ts +213 -91
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +18 -18
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BackupGatewayServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +342 -410
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHypervisorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualMachinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +221 -56
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,91 +1,213 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateGatewayToServerCommandInput,
|
|
47
|
+
AssociateGatewayToServerCommandOutput,
|
|
48
|
+
} from "./commands/AssociateGatewayToServerCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateGatewayCommandInput,
|
|
51
|
+
CreateGatewayCommandOutput,
|
|
52
|
+
} from "./commands/CreateGatewayCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteGatewayCommandInput,
|
|
55
|
+
DeleteGatewayCommandOutput,
|
|
56
|
+
} from "./commands/DeleteGatewayCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteHypervisorCommandInput,
|
|
59
|
+
DeleteHypervisorCommandOutput,
|
|
60
|
+
} from "./commands/DeleteHypervisorCommand";
|
|
61
|
+
import {
|
|
62
|
+
DisassociateGatewayFromServerCommandInput,
|
|
63
|
+
DisassociateGatewayFromServerCommandOutput,
|
|
64
|
+
} from "./commands/DisassociateGatewayFromServerCommand";
|
|
65
|
+
import {
|
|
66
|
+
GetGatewayCommandInput,
|
|
67
|
+
GetGatewayCommandOutput,
|
|
68
|
+
} from "./commands/GetGatewayCommand";
|
|
69
|
+
import {
|
|
70
|
+
ImportHypervisorConfigurationCommandInput,
|
|
71
|
+
ImportHypervisorConfigurationCommandOutput,
|
|
72
|
+
} from "./commands/ImportHypervisorConfigurationCommand";
|
|
73
|
+
import {
|
|
74
|
+
ListGatewaysCommandInput,
|
|
75
|
+
ListGatewaysCommandOutput,
|
|
76
|
+
} from "./commands/ListGatewaysCommand";
|
|
77
|
+
import {
|
|
78
|
+
ListHypervisorsCommandInput,
|
|
79
|
+
ListHypervisorsCommandOutput,
|
|
80
|
+
} from "./commands/ListHypervisorsCommand";
|
|
81
|
+
import {
|
|
82
|
+
ListTagsForResourceCommandInput,
|
|
83
|
+
ListTagsForResourceCommandOutput,
|
|
84
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListVirtualMachinesCommandInput,
|
|
87
|
+
ListVirtualMachinesCommandOutput,
|
|
88
|
+
} from "./commands/ListVirtualMachinesCommand";
|
|
89
|
+
import {
|
|
90
|
+
PutMaintenanceStartTimeCommandInput,
|
|
91
|
+
PutMaintenanceStartTimeCommandOutput,
|
|
92
|
+
} from "./commands/PutMaintenanceStartTimeCommand";
|
|
93
|
+
import {
|
|
94
|
+
TagResourceCommandInput,
|
|
95
|
+
TagResourceCommandOutput,
|
|
96
|
+
} from "./commands/TagResourceCommand";
|
|
97
|
+
import {
|
|
98
|
+
TestHypervisorConfigurationCommandInput,
|
|
99
|
+
TestHypervisorConfigurationCommandOutput,
|
|
100
|
+
} from "./commands/TestHypervisorConfigurationCommand";
|
|
101
|
+
import {
|
|
102
|
+
UntagResourceCommandInput,
|
|
103
|
+
UntagResourceCommandOutput,
|
|
104
|
+
} from "./commands/UntagResourceCommand";
|
|
105
|
+
import {
|
|
106
|
+
UpdateGatewayInformationCommandInput,
|
|
107
|
+
UpdateGatewayInformationCommandOutput,
|
|
108
|
+
} from "./commands/UpdateGatewayInformationCommand";
|
|
109
|
+
import {
|
|
110
|
+
UpdateGatewaySoftwareNowCommandInput,
|
|
111
|
+
UpdateGatewaySoftwareNowCommandOutput,
|
|
112
|
+
} from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
113
|
+
import {
|
|
114
|
+
UpdateHypervisorCommandInput,
|
|
115
|
+
UpdateHypervisorCommandOutput,
|
|
116
|
+
} from "./commands/UpdateHypervisorCommand";
|
|
117
|
+
export declare type ServiceInputTypes =
|
|
118
|
+
| AssociateGatewayToServerCommandInput
|
|
119
|
+
| CreateGatewayCommandInput
|
|
120
|
+
| DeleteGatewayCommandInput
|
|
121
|
+
| DeleteHypervisorCommandInput
|
|
122
|
+
| DisassociateGatewayFromServerCommandInput
|
|
123
|
+
| GetGatewayCommandInput
|
|
124
|
+
| ImportHypervisorConfigurationCommandInput
|
|
125
|
+
| ListGatewaysCommandInput
|
|
126
|
+
| ListHypervisorsCommandInput
|
|
127
|
+
| ListTagsForResourceCommandInput
|
|
128
|
+
| ListVirtualMachinesCommandInput
|
|
129
|
+
| PutMaintenanceStartTimeCommandInput
|
|
130
|
+
| TagResourceCommandInput
|
|
131
|
+
| TestHypervisorConfigurationCommandInput
|
|
132
|
+
| UntagResourceCommandInput
|
|
133
|
+
| UpdateGatewayInformationCommandInput
|
|
134
|
+
| UpdateGatewaySoftwareNowCommandInput
|
|
135
|
+
| UpdateHypervisorCommandInput;
|
|
136
|
+
export declare type ServiceOutputTypes =
|
|
137
|
+
| AssociateGatewayToServerCommandOutput
|
|
138
|
+
| CreateGatewayCommandOutput
|
|
139
|
+
| DeleteGatewayCommandOutput
|
|
140
|
+
| DeleteHypervisorCommandOutput
|
|
141
|
+
| DisassociateGatewayFromServerCommandOutput
|
|
142
|
+
| GetGatewayCommandOutput
|
|
143
|
+
| ImportHypervisorConfigurationCommandOutput
|
|
144
|
+
| ListGatewaysCommandOutput
|
|
145
|
+
| ListHypervisorsCommandOutput
|
|
146
|
+
| ListTagsForResourceCommandOutput
|
|
147
|
+
| ListVirtualMachinesCommandOutput
|
|
148
|
+
| PutMaintenanceStartTimeCommandOutput
|
|
149
|
+
| TagResourceCommandOutput
|
|
150
|
+
| TestHypervisorConfigurationCommandOutput
|
|
151
|
+
| UntagResourceCommandOutput
|
|
152
|
+
| UpdateGatewayInformationCommandOutput
|
|
153
|
+
| UpdateGatewaySoftwareNowCommandOutput
|
|
154
|
+
| UpdateHypervisorCommandOutput;
|
|
155
|
+
export interface ClientDefaults
|
|
156
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
157
|
+
requestHandler?: __HttpHandler;
|
|
158
|
+
sha256?: __HashConstructor;
|
|
159
|
+
urlParser?: __UrlParser;
|
|
160
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
161
|
+
streamCollector?: __StreamCollector;
|
|
162
|
+
base64Decoder?: __Decoder;
|
|
163
|
+
base64Encoder?: __Encoder;
|
|
164
|
+
utf8Decoder?: __Decoder;
|
|
165
|
+
utf8Encoder?: __Encoder;
|
|
166
|
+
runtime?: string;
|
|
167
|
+
disableHostPrefix?: boolean;
|
|
168
|
+
maxAttempts?: number | __Provider<number>;
|
|
169
|
+
retryMode?: string | __Provider<string>;
|
|
170
|
+
logger?: __Logger;
|
|
171
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
172
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
173
|
+
serviceId?: string;
|
|
174
|
+
region?: string | __Provider<string>;
|
|
175
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
176
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
177
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
178
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
179
|
+
}
|
|
180
|
+
declare type BackupGatewayClientConfigType = Partial<
|
|
181
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
182
|
+
> &
|
|
183
|
+
ClientDefaults &
|
|
184
|
+
RegionInputConfig &
|
|
185
|
+
EndpointsInputConfig &
|
|
186
|
+
RetryInputConfig &
|
|
187
|
+
HostHeaderInputConfig &
|
|
188
|
+
AwsAuthInputConfig &
|
|
189
|
+
UserAgentInputConfig;
|
|
190
|
+
export interface BackupGatewayClientConfig
|
|
191
|
+
extends BackupGatewayClientConfigType {}
|
|
192
|
+
declare type BackupGatewayClientResolvedConfigType =
|
|
193
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
194
|
+
Required<ClientDefaults> &
|
|
195
|
+
RegionResolvedConfig &
|
|
196
|
+
EndpointsResolvedConfig &
|
|
197
|
+
RetryResolvedConfig &
|
|
198
|
+
HostHeaderResolvedConfig &
|
|
199
|
+
AwsAuthResolvedConfig &
|
|
200
|
+
UserAgentResolvedConfig;
|
|
201
|
+
export interface BackupGatewayClientResolvedConfig
|
|
202
|
+
extends BackupGatewayClientResolvedConfigType {}
|
|
203
|
+
export declare class BackupGatewayClient extends __Client<
|
|
204
|
+
__HttpHandlerOptions,
|
|
205
|
+
ServiceInputTypes,
|
|
206
|
+
ServiceOutputTypes,
|
|
207
|
+
BackupGatewayClientResolvedConfig
|
|
208
|
+
> {
|
|
209
|
+
readonly config: BackupGatewayClientResolvedConfig;
|
|
210
|
+
constructor(configuration: BackupGatewayClientConfig);
|
|
211
|
+
destroy(): void;
|
|
212
|
+
}
|
|
213
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupGatewayClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateGatewayToServerInput,
|
|
15
|
+
AssociateGatewayToServerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateGatewayToServerCommandInput
|
|
18
|
+
extends AssociateGatewayToServerInput {}
|
|
19
|
+
export interface AssociateGatewayToServerCommandOutput
|
|
20
|
+
extends AssociateGatewayToServerOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateGatewayToServerCommand extends $Command<
|
|
23
|
+
AssociateGatewayToServerCommandInput,
|
|
24
|
+
AssociateGatewayToServerCommandOutput,
|
|
25
|
+
BackupGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateGatewayToServerCommandInput;
|
|
28
|
+
constructor(input: AssociateGatewayToServerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateGatewayToServerCommandInput,
|
|
35
|
+
AssociateGatewayToServerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupGatewayClient";
|
|
13
|
+
import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0";
|
|
14
|
+
export interface CreateGatewayCommandInput extends CreateGatewayInput {}
|
|
15
|
+
export interface CreateGatewayCommandOutput
|
|
16
|
+
extends CreateGatewayOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateGatewayCommand extends $Command<
|
|
19
|
+
CreateGatewayCommandInput,
|
|
20
|
+
CreateGatewayCommandOutput,
|
|
21
|
+
BackupGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateGatewayCommandInput;
|
|
24
|
+
constructor(input: CreateGatewayCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateGatewayCommandInput, CreateGatewayCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupGatewayClient";
|
|
13
|
+
import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
|
|
14
|
+
export interface DeleteGatewayCommandInput extends DeleteGatewayInput {}
|
|
15
|
+
export interface DeleteGatewayCommandOutput
|
|
16
|
+
extends DeleteGatewayOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteGatewayCommand extends $Command<
|
|
19
|
+
DeleteGatewayCommandInput,
|
|
20
|
+
DeleteGatewayCommandOutput,
|
|
21
|
+
BackupGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteGatewayCommandInput;
|
|
24
|
+
constructor(input: DeleteGatewayCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteGatewayCommandInput, DeleteGatewayCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupGatewayClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteHypervisorInput,
|
|
15
|
+
DeleteHypervisorOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {}
|
|
18
|
+
export interface DeleteHypervisorCommandOutput
|
|
19
|
+
extends DeleteHypervisorOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteHypervisorCommand extends $Command<
|
|
22
|
+
DeleteHypervisorCommandInput,
|
|
23
|
+
DeleteHypervisorCommandOutput,
|
|
24
|
+
BackupGatewayClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteHypervisorCommandInput;
|
|
27
|
+
constructor(input: DeleteHypervisorCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupGatewayClient";
|
|
13
|
+
import {
|
|
14
|
+
DisassociateGatewayFromServerInput,
|
|
15
|
+
DisassociateGatewayFromServerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociateGatewayFromServerCommandInput
|
|
18
|
+
extends DisassociateGatewayFromServerInput {}
|
|
19
|
+
export interface DisassociateGatewayFromServerCommandOutput
|
|
20
|
+
extends DisassociateGatewayFromServerOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DisassociateGatewayFromServerCommand extends $Command<
|
|
23
|
+
DisassociateGatewayFromServerCommandInput,
|
|
24
|
+
DisassociateGatewayFromServerCommandOutput,
|
|
25
|
+
BackupGatewayClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DisassociateGatewayFromServerCommandInput;
|
|
28
|
+
constructor(input: DisassociateGatewayFromServerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DisassociateGatewayFromServerCommandInput,
|
|
35
|
+
DisassociateGatewayFromServerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupGatewayClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupGatewayClient";
|
|
13
|
+
import { GetGatewayInput, GetGatewayOutput } from "../models/models_0";
|
|
14
|
+
export interface GetGatewayCommandInput extends GetGatewayInput {}
|
|
15
|
+
export interface GetGatewayCommandOutput
|
|
16
|
+
extends GetGatewayOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetGatewayCommand extends $Command<
|
|
19
|
+
GetGatewayCommandInput,
|
|
20
|
+
GetGatewayCommandOutput,
|
|
21
|
+
BackupGatewayClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetGatewayCommandInput;
|
|
24
|
+
constructor(input: GetGatewayCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetGatewayCommandInput, GetGatewayCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|