@aws-sdk/client-backup-gateway 3.170.0 → 3.177.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 +19 -0
- package/dist-cjs/BackupGateway.js +15 -0
- package/dist-cjs/commands/GetVirtualMachineCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +45 -13
- package/dist-cjs/protocols/Aws_json1_0.js +159 -1
- package/dist-es/BackupGateway.js +15 -0
- package/dist-es/commands/GetVirtualMachineCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +21 -3
- package/dist-es/protocols/Aws_json1_0.js +323 -129
- package/dist-types/BackupGateway.d.ts +7 -0
- package/dist-types/BackupGatewayClient.d.ts +3 -2
- package/dist-types/commands/GetVirtualMachineCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +152 -39
- package/dist-types/protocols/Aws_json1_0.d.ts +3 -0
- package/dist-types/ts3.4/BackupGateway.d.ts +17 -18
- package/dist-types/ts3.4/BackupGatewayClient.d.ts +6 -25
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/BackupGatewayServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +66 -134
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface DeleteGatewayCommandInput extends DeleteGatewayInput {}
|
|
|
15
15
|
export interface DeleteGatewayCommandOutput
|
|
16
16
|
extends DeleteGatewayOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteGatewayCommand extends $Command<
|
|
20
19
|
DeleteGatewayCommandInput,
|
|
21
20
|
DeleteGatewayCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteGatewayCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteGatewayCommandInput;
|
|
25
24
|
constructor(input: DeleteGatewayCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {}
|
|
|
18
18
|
export interface DeleteHypervisorCommandOutput
|
|
19
19
|
extends DeleteHypervisorOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteHypervisorCommand extends $Command<
|
|
23
22
|
DeleteHypervisorCommandInput,
|
|
24
23
|
DeleteHypervisorCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteHypervisorCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteHypervisorCommandInput;
|
|
28
27
|
constructor(input: DeleteHypervisorCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateGatewayFromServerCommandInput
|
|
|
19
19
|
export interface DisassociateGatewayFromServerCommandOutput
|
|
20
20
|
extends DisassociateGatewayFromServerOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateGatewayFromServerCommand extends $Command<
|
|
24
23
|
DisassociateGatewayFromServerCommandInput,
|
|
25
24
|
DisassociateGatewayFromServerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateGatewayFromServerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateGatewayFromServerCommandInput;
|
|
29
28
|
constructor(input: DisassociateGatewayFromServerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetGatewayCommandInput extends GetGatewayInput {}
|
|
|
15
15
|
export interface GetGatewayCommandOutput
|
|
16
16
|
extends GetGatewayOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetGatewayCommand extends $Command<
|
|
20
19
|
GetGatewayCommandInput,
|
|
21
20
|
GetGatewayCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetGatewayCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetGatewayCommandInput;
|
|
25
24
|
constructor(input: GetGatewayCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
GetVirtualMachineInput,
|
|
15
|
+
GetVirtualMachineOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetVirtualMachineCommandInput extends GetVirtualMachineInput {}
|
|
18
|
+
export interface GetVirtualMachineCommandOutput
|
|
19
|
+
extends GetVirtualMachineOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetVirtualMachineCommand extends $Command<
|
|
22
|
+
GetVirtualMachineCommandInput,
|
|
23
|
+
GetVirtualMachineCommandOutput,
|
|
24
|
+
BackupGatewayClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetVirtualMachineCommandInput;
|
|
27
|
+
constructor(input: GetVirtualMachineCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupGatewayClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -19,7 +19,6 @@ export interface ImportHypervisorConfigurationCommandInput
|
|
|
19
19
|
export interface ImportHypervisorConfigurationCommandOutput
|
|
20
20
|
extends ImportHypervisorConfigurationOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ImportHypervisorConfigurationCommand extends $Command<
|
|
24
23
|
ImportHypervisorConfigurationCommandInput,
|
|
25
24
|
ImportHypervisorConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ImportHypervisorConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ImportHypervisorConfigurationCommandInput;
|
|
29
28
|
constructor(input: ImportHypervisorConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListGatewaysCommandInput extends ListGatewaysInput {}
|
|
|
15
15
|
export interface ListGatewaysCommandOutput
|
|
16
16
|
extends ListGatewaysOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListGatewaysCommand extends $Command<
|
|
20
19
|
ListGatewaysCommandInput,
|
|
21
20
|
ListGatewaysCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListGatewaysCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListGatewaysCommandInput;
|
|
25
24
|
constructor(input: ListGatewaysCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListHypervisorsCommandInput extends ListHypervisorsInput {}
|
|
|
18
18
|
export interface ListHypervisorsCommandOutput
|
|
19
19
|
extends ListHypervisorsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListHypervisorsCommand extends $Command<
|
|
23
22
|
ListHypervisorsCommandInput,
|
|
24
23
|
ListHypervisorsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListHypervisorsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListHypervisorsCommandInput;
|
|
28
27
|
constructor(input: ListHypervisorsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListVirtualMachinesCommandInput
|
|
|
19
19
|
export interface ListVirtualMachinesCommandOutput
|
|
20
20
|
extends ListVirtualMachinesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListVirtualMachinesCommand extends $Command<
|
|
24
23
|
ListVirtualMachinesCommandInput,
|
|
25
24
|
ListVirtualMachinesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListVirtualMachinesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListVirtualMachinesCommandInput;
|
|
29
28
|
constructor(input: ListVirtualMachinesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutMaintenanceStartTimeCommandInput
|
|
|
19
19
|
export interface PutMaintenanceStartTimeCommandOutput
|
|
20
20
|
extends PutMaintenanceStartTimeOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutMaintenanceStartTimeCommand extends $Command<
|
|
24
23
|
PutMaintenanceStartTimeCommandInput,
|
|
25
24
|
PutMaintenanceStartTimeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutMaintenanceStartTimeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutMaintenanceStartTimeCommandInput;
|
|
29
28
|
constructor(input: PutMaintenanceStartTimeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface TestHypervisorConfigurationCommandInput
|
|
|
19
19
|
export interface TestHypervisorConfigurationCommandOutput
|
|
20
20
|
extends TestHypervisorConfigurationOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class TestHypervisorConfigurationCommand extends $Command<
|
|
24
23
|
TestHypervisorConfigurationCommandInput,
|
|
25
24
|
TestHypervisorConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class TestHypervisorConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: TestHypervisorConfigurationCommandInput;
|
|
29
28
|
constructor(input: TestHypervisorConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateGatewayInformationCommandInput
|
|
|
19
19
|
export interface UpdateGatewayInformationCommandOutput
|
|
20
20
|
extends UpdateGatewayInformationOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateGatewayInformationCommand extends $Command<
|
|
24
23
|
UpdateGatewayInformationCommandInput,
|
|
25
24
|
UpdateGatewayInformationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateGatewayInformationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateGatewayInformationCommandInput;
|
|
29
28
|
constructor(input: UpdateGatewayInformationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateGatewaySoftwareNowCommandInput
|
|
|
19
19
|
export interface UpdateGatewaySoftwareNowCommandOutput
|
|
20
20
|
extends UpdateGatewaySoftwareNowOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateGatewaySoftwareNowCommand extends $Command<
|
|
24
23
|
UpdateGatewaySoftwareNowCommandInput,
|
|
25
24
|
UpdateGatewaySoftwareNowCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateGatewaySoftwareNowCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateGatewaySoftwareNowCommandInput;
|
|
29
28
|
constructor(input: UpdateGatewaySoftwareNowCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateHypervisorCommandInput extends UpdateHypervisorInput {}
|
|
|
18
18
|
export interface UpdateHypervisorCommandOutput
|
|
19
19
|
extends UpdateHypervisorOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateHypervisorCommand extends $Command<
|
|
23
22
|
UpdateHypervisorCommandInput,
|
|
24
23
|
UpdateHypervisorCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateHypervisorCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateHypervisorCommandInput;
|
|
28
27
|
constructor(input: UpdateHypervisorCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BackupGatewayClientResolvedConfig,
|
|
@@ -4,6 +4,7 @@ export * from "./DeleteGatewayCommand";
|
|
|
4
4
|
export * from "./DeleteHypervisorCommand";
|
|
5
5
|
export * from "./DisassociateGatewayFromServerCommand";
|
|
6
6
|
export * from "./GetGatewayCommand";
|
|
7
|
+
export * from "./GetVirtualMachineCommand";
|
|
7
8
|
export * from "./ImportHypervisorConfigurationCommand";
|
|
8
9
|
export * from "./ListGatewaysCommand";
|
|
9
10
|
export * from "./ListHypervisorsCommand";
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class BackupGatewayServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|