@aws-sdk/client-application-discovery-service 3.1086.0 → 3.1088.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +93 -123
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +7 -21
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartDataCollectionByAgentIdsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartDataCollectionByAgentIdsCommandInput
|
|
8
|
-
extends StartDataCollectionByAgentIdsRequest {}
|
|
7
|
+
export interface StartDataCollectionByAgentIdsCommandInput extends StartDataCollectionByAgentIdsRequest {}
|
|
9
8
|
export interface StartDataCollectionByAgentIdsCommandOutput
|
|
10
|
-
extends StartDataCollectionByAgentIdsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartDataCollectionByAgentIdsResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartDataCollectionByAgentIdsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartDataCollectionByAgentIdsCommandInput
|
|
12
|
+
input: StartDataCollectionByAgentIdsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartDataCollectionByAgentIdsCommandInput,
|
|
17
15
|
StartDataCollectionByAgentIdsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartDataCollectionByAgentIdsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartDataCollectionByAgentIdsCommandInput
|
|
21
|
+
input: StartDataCollectionByAgentIdsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartDataCollectionByAgentIdsCommandInput,
|
|
26
24
|
StartDataCollectionByAgentIdsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartExportTaskRequest,
|
|
4
|
-
StartExportTaskResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartExportTaskCommandInput extends StartExportTaskRequest {}
|
|
8
|
-
export interface StartExportTaskCommandOutput
|
|
9
|
-
extends StartExportTaskResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartExportTaskCommandOutput extends StartExportTaskResponse, __MetadataBearer {}
|
|
11
6
|
declare const StartExportTaskCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartExportTaskCommandInput
|
|
8
|
+
input: StartExportTaskCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartExportTaskCommandInput,
|
|
16
11
|
StartExportTaskCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartImportTaskRequest,
|
|
4
|
-
StartImportTaskResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartImportTaskCommandInput extends StartImportTaskRequest {}
|
|
8
|
-
export interface StartImportTaskCommandOutput
|
|
9
|
-
extends StartImportTaskResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartImportTaskCommandOutput extends StartImportTaskResponse, __MetadataBearer {}
|
|
11
6
|
declare const StartImportTaskCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartImportTaskCommandInput
|
|
8
|
+
input: StartImportTaskCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartImportTaskCommandInput,
|
|
16
11
|
StartImportTaskCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartImportTaskCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartImportTaskCommandInput
|
|
17
|
+
input: StartImportTaskCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartImportTaskCommandInput,
|
|
25
20
|
StartImportTaskCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopContinuousExportRequest,
|
|
4
|
-
StopContinuousExportResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopContinuousExportRequest, StopContinuousExportResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopContinuousExportCommandInput
|
|
8
|
-
extends StopContinuousExportRequest {}
|
|
4
|
+
export interface StopContinuousExportCommandInput extends StopContinuousExportRequest {}
|
|
9
5
|
export interface StopContinuousExportCommandOutput
|
|
10
|
-
extends StopContinuousExportResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopContinuousExportResponse, __MetadataBearer {}
|
|
12
7
|
declare const StopContinuousExportCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StopContinuousExportCommandInput
|
|
9
|
+
input: StopContinuousExportCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StopContinuousExportCommandInput,
|
|
17
12
|
StopContinuousExportCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StopContinuousExportCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StopContinuousExportCommandInput
|
|
18
|
+
input: StopContinuousExportCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StopContinuousExportCommandInput,
|
|
26
21
|
StopContinuousExportCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StopDataCollectionByAgentIdsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopDataCollectionByAgentIdsCommandInput
|
|
8
|
-
extends StopDataCollectionByAgentIdsRequest {}
|
|
7
|
+
export interface StopDataCollectionByAgentIdsCommandInput extends StopDataCollectionByAgentIdsRequest {}
|
|
9
8
|
export interface StopDataCollectionByAgentIdsCommandOutput
|
|
10
|
-
extends StopDataCollectionByAgentIdsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StopDataCollectionByAgentIdsResponse, __MetadataBearer {}
|
|
12
10
|
declare const StopDataCollectionByAgentIdsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StopDataCollectionByAgentIdsCommandInput
|
|
12
|
+
input: StopDataCollectionByAgentIdsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StopDataCollectionByAgentIdsCommandInput,
|
|
17
15
|
StopDataCollectionByAgentIdsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StopDataCollectionByAgentIdsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StopDataCollectionByAgentIdsCommandInput
|
|
21
|
+
input: StopDataCollectionByAgentIdsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StopDataCollectionByAgentIdsCommandInput,
|
|
26
24
|
StopDataCollectionByAgentIdsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateApplicationRequest,
|
|
4
|
-
UpdateApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApplicationCommandInput
|
|
8
|
-
extends UpdateApplicationRequest {}
|
|
4
|
+
export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {}
|
|
9
5
|
export interface UpdateApplicationCommandOutput
|
|
10
|
-
extends UpdateApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateApplicationCommandInput
|
|
9
|
+
input: UpdateApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateApplicationCommandInput,
|
|
17
12
|
UpdateApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateApplicationCommandInput
|
|
18
|
+
input: UpdateApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateApplicationCommandInput,
|
|
26
21
|
UpdateApplicationCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ApplicationDiscoveryServiceExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -12,8 +12,7 @@ export declare const DeleteAgentErrorCode: {
|
|
|
12
12
|
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
13
13
|
readonly NOT_FOUND: "NOT_FOUND";
|
|
14
14
|
};
|
|
15
|
-
export type DeleteAgentErrorCode =
|
|
16
|
-
(typeof DeleteAgentErrorCode)[keyof typeof DeleteAgentErrorCode];
|
|
15
|
+
export type DeleteAgentErrorCode = (typeof DeleteAgentErrorCode)[keyof typeof DeleteAgentErrorCode];
|
|
17
16
|
export declare const BatchDeleteImportDataErrorCode: {
|
|
18
17
|
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
19
18
|
readonly NOT_FOUND: "NOT_FOUND";
|
|
@@ -62,16 +61,14 @@ export declare const ImportTaskFilterName: {
|
|
|
62
61
|
readonly NAME: "NAME";
|
|
63
62
|
readonly STATUS: "STATUS";
|
|
64
63
|
};
|
|
65
|
-
export type ImportTaskFilterName =
|
|
66
|
-
(typeof ImportTaskFilterName)[keyof typeof ImportTaskFilterName];
|
|
64
|
+
export type ImportTaskFilterName = (typeof ImportTaskFilterName)[keyof typeof ImportTaskFilterName];
|
|
67
65
|
export declare const FileClassification: {
|
|
68
66
|
readonly IMPORT_TEMPLATE: "IMPORT_TEMPLATE";
|
|
69
67
|
readonly MODELIZEIT_EXPORT: "MODELIZEIT_EXPORT";
|
|
70
68
|
readonly RVTOOLS_EXPORT: "RVTOOLS_EXPORT";
|
|
71
69
|
readonly VMWARE_NSX_EXPORT: "VMWARE_NSX_EXPORT";
|
|
72
70
|
};
|
|
73
|
-
export type FileClassification =
|
|
74
|
-
(typeof FileClassification)[keyof typeof FileClassification];
|
|
71
|
+
export type FileClassification = (typeof FileClassification)[keyof typeof FileClassification];
|
|
75
72
|
export declare const ImportStatus: {
|
|
76
73
|
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
77
74
|
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
@@ -103,8 +100,7 @@ export type OrderString = (typeof OrderString)[keyof typeof OrderString];
|
|
|
103
100
|
export declare const ExportDataFormat: {
|
|
104
101
|
readonly CSV: "CSV";
|
|
105
102
|
};
|
|
106
|
-
export type ExportDataFormat =
|
|
107
|
-
(typeof ExportDataFormat)[keyof typeof ExportDataFormat];
|
|
103
|
+
export type ExportDataFormat = (typeof ExportDataFormat)[keyof typeof ExportDataFormat];
|
|
108
104
|
export declare const OfferingClass: {
|
|
109
105
|
readonly CONVERTIBLE: "CONVERTIBLE";
|
|
110
106
|
readonly STANDARD: "STANDARD";
|
|
@@ -115,8 +111,7 @@ export declare const PurchasingOption: {
|
|
|
115
111
|
readonly NO_UPFRONT: "NO_UPFRONT";
|
|
116
112
|
readonly PARTIAL_UPFRONT: "PARTIAL_UPFRONT";
|
|
117
113
|
};
|
|
118
|
-
export type PurchasingOption =
|
|
119
|
-
(typeof PurchasingOption)[keyof typeof PurchasingOption];
|
|
114
|
+
export type PurchasingOption = (typeof PurchasingOption)[keyof typeof PurchasingOption];
|
|
120
115
|
export declare const TermLength: {
|
|
121
116
|
readonly ONE_YEAR: "ONE_YEAR";
|
|
122
117
|
readonly THREE_YEAR: "THREE_YEAR";
|
|
@@ -3,70 +3,50 @@ import { ApplicationDiscoveryServiceServiceException as __BaseException } from "
|
|
|
3
3
|
export declare class AuthorizationErrorException extends __BaseException {
|
|
4
4
|
readonly name: "AuthorizationErrorException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AuthorizationErrorException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AuthorizationErrorException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class HomeRegionNotSetException extends __BaseException {
|
|
11
9
|
readonly name: "HomeRegionNotSetException";
|
|
12
10
|
readonly $fault: "client";
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<HomeRegionNotSetException, __BaseException>
|
|
15
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<HomeRegionNotSetException, __BaseException>);
|
|
16
12
|
}
|
|
17
13
|
export declare class InvalidParameterException extends __BaseException {
|
|
18
14
|
readonly name: "InvalidParameterException";
|
|
19
15
|
readonly $fault: "client";
|
|
20
|
-
constructor(
|
|
21
|
-
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
22
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
23
17
|
}
|
|
24
18
|
export declare class InvalidParameterValueException extends __BaseException {
|
|
25
19
|
readonly name: "InvalidParameterValueException";
|
|
26
20
|
readonly $fault: "client";
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
29
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
|
|
30
22
|
}
|
|
31
23
|
export declare class ServerInternalErrorException extends __BaseException {
|
|
32
24
|
readonly name: "ServerInternalErrorException";
|
|
33
25
|
readonly $fault: "server";
|
|
34
|
-
constructor(
|
|
35
|
-
opts: __ExceptionOptionType<ServerInternalErrorException, __BaseException>
|
|
36
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<ServerInternalErrorException, __BaseException>);
|
|
37
27
|
}
|
|
38
28
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
39
29
|
readonly name: "ResourceNotFoundException";
|
|
40
30
|
readonly $fault: "client";
|
|
41
|
-
constructor(
|
|
42
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
43
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
44
32
|
}
|
|
45
33
|
export declare class OperationNotPermittedException extends __BaseException {
|
|
46
34
|
readonly name: "OperationNotPermittedException";
|
|
47
35
|
readonly $fault: "client";
|
|
48
|
-
constructor(
|
|
49
|
-
opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>
|
|
50
|
-
);
|
|
36
|
+
constructor(opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>);
|
|
51
37
|
}
|
|
52
38
|
export declare class LimitExceededException extends __BaseException {
|
|
53
39
|
readonly name: "LimitExceededException";
|
|
54
40
|
readonly $fault: "client";
|
|
55
|
-
constructor(
|
|
56
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
57
|
-
);
|
|
41
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
58
42
|
}
|
|
59
43
|
export declare class ConflictErrorException extends __BaseException {
|
|
60
44
|
readonly name: "ConflictErrorException";
|
|
61
45
|
readonly $fault: "client";
|
|
62
|
-
constructor(
|
|
63
|
-
opts: __ExceptionOptionType<ConflictErrorException, __BaseException>
|
|
64
|
-
);
|
|
46
|
+
constructor(opts: __ExceptionOptionType<ConflictErrorException, __BaseException>);
|
|
65
47
|
}
|
|
66
48
|
export declare class ResourceInUseException extends __BaseException {
|
|
67
49
|
readonly name: "ResourceInUseException";
|
|
68
50
|
readonly $fault: "client";
|
|
69
|
-
constructor(
|
|
70
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
71
|
-
);
|
|
51
|
+
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
72
52
|
}
|
|
@@ -388,9 +388,7 @@ export declare namespace ExportPreferences {
|
|
|
388
388
|
$unknown: [string, any];
|
|
389
389
|
}
|
|
390
390
|
interface Visitor<T> {
|
|
391
|
-
ec2RecommendationsPreferences: (
|
|
392
|
-
value: Ec2RecommendationsExportPreferences
|
|
393
|
-
) => T;
|
|
391
|
+
ec2RecommendationsPreferences: (value: Ec2RecommendationsExportPreferences) => T;
|
|
394
392
|
_: (name: string, value: any) => T;
|
|
395
393
|
}
|
|
396
394
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { ApplicationDiscoveryServiceClient } from "../ApplicationDiscoveryServiceClient";
|
|
3
|
-
export interface ApplicationDiscoveryServicePaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface ApplicationDiscoveryServicePaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: ApplicationDiscoveryServiceClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDiscoveryServiceClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ApplicationDiscoveryServiceClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
9
|
credentialDefaultProvider:
|
|
12
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
-
| ((
|
|
14
|
-
_: unknown
|
|
15
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
16
12
|
defaultUserAgentProvider: (
|
|
17
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
18
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
|
-
requestHandler:
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
24
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
19
|
streamCollector: (
|
|
26
|
-
stream:
|
|
27
|
-
| import("stream").Readable
|
|
28
|
-
| import("stream/web").ReadableStream
|
|
29
|
-
| ReadableStream
|
|
30
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
31
21
|
) => Promise<Uint8Array>;
|
|
32
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
33
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
|
|
|
55
45
|
logger: import("@smithy/types").Logger;
|
|
56
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
userAgentAppId?:
|
|
59
|
-
|
|
60
|
-
| undefined
|
|
61
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
62
|
-
retryStrategy?:
|
|
63
|
-
| import("@smithy/types").RetryStrategy
|
|
64
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
65
50
|
endpoint?:
|
|
66
51
|
| ((
|
|
67
52
|
| string
|
|
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
|
|
|
83
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
84
69
|
context?: {
|
|
85
70
|
logger?: import("@smithy/types").Logger;
|
|
86
|
-
}
|
|
71
|
+
},
|
|
87
72
|
) => import("@smithy/types").EndpointV2;
|
|
88
73
|
tls?: boolean;
|
|
89
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
96
81
|
signer?:
|
|
97
82
|
| import("@smithy/types").RequestSigner
|
|
98
83
|
| ((
|
|
99
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
100
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
101
86
|
signingEscapePath?: boolean;
|
|
102
87
|
systemClockOffset?: number;
|
|
103
88
|
signingRegion?: string;
|
|
104
89
|
signerConstructor?: new (
|
|
105
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
106
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
107
92
|
) => import("@smithy/types").RequestSigner;
|
|
108
93
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDiscoveryServiceClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ApplicationDiscoveryServiceClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
|
|
|
12
10
|
credentialDefaultProvider:
|
|
13
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
14
12
|
| ((
|
|
15
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
16
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
17
15
|
defaultUserAgentProvider: (
|
|
18
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
19
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
20
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
|
-
requestHandler:
|
|
23
|
-
| RequestHandler
|
|
24
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
22
|
streamCollector: (
|
|
27
|
-
stream:
|
|
28
|
-
| import("stream").Readable
|
|
29
|
-
| import("stream/web").ReadableStream
|
|
30
|
-
| ReadableStream
|
|
31
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
32
24
|
) => Promise<Uint8Array>;
|
|
33
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
|
|
|
55
47
|
logger: import("@smithy/types").Logger;
|
|
56
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
retryStrategy?:
|
|
59
|
-
| import("@smithy/types").RetryStrategy
|
|
60
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
61
51
|
endpoint?:
|
|
62
52
|
| ((
|
|
63
53
|
| string
|
|
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
|
|
|
79
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
80
70
|
context?: {
|
|
81
71
|
logger?: import("@smithy/types").Logger;
|
|
82
|
-
}
|
|
72
|
+
},
|
|
83
73
|
) => import("@smithy/types").EndpointV2;
|
|
84
74
|
tls?: boolean;
|
|
85
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
91
81
|
signer?:
|
|
92
82
|
| import("@smithy/types").RequestSigner
|
|
93
83
|
| ((
|
|
94
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
95
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
96
86
|
signingEscapePath?: boolean;
|
|
97
87
|
systemClockOffset?: number;
|
|
98
88
|
signingRegion?: string;
|
|
99
89
|
signerConstructor?: new (
|
|
100
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
101
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
102
92
|
) => import("@smithy/types").RequestSigner;
|
|
103
93
|
};
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDiscoveryServiceClient";
|
|
2
|
-
export declare const getRuntimeConfig: (
|
|
3
|
-
config: ApplicationDiscoveryServiceClientConfig
|
|
4
|
-
) => {
|
|
2
|
+
export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClientConfig) => {
|
|
5
3
|
runtime: string;
|
|
6
4
|
requestHandler:
|
|
7
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
@@ -23,11 +21,7 @@ export declare const getRuntimeConfig: (
|
|
|
23
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
24
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
25
23
|
streamCollector: (
|
|
26
|
-
stream:
|
|
27
|
-
| import("stream").Readable
|
|
28
|
-
| import("stream/web").ReadableStream
|
|
29
|
-
| ReadableStream
|
|
30
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
31
25
|
) => Promise<Uint8Array>;
|
|
32
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -42,30 +36,21 @@ export declare const getRuntimeConfig: (
|
|
|
42
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
43
37
|
profile?: string;
|
|
44
38
|
defaultUserAgentProvider: (
|
|
45
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
46
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
47
41
|
credentialDefaultProvider:
|
|
48
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
49
|
-
| ((
|
|
50
|
-
_: unknown
|
|
51
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
52
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
53
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
54
46
|
logger: import("@smithy/types").Logger;
|
|
55
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
56
48
|
defaultsMode:
|
|
57
49
|
| import("@smithy/core/client").DefaultsMode
|
|
58
|
-
| import("@smithy/types").Provider<
|
|
59
|
-
import("@smithy/core/client").DefaultsMode
|
|
60
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
61
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
62
|
-
userAgentAppId?:
|
|
63
|
-
|
|
64
|
-
| undefined
|
|
65
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
66
|
-
retryStrategy?:
|
|
67
|
-
| import("@smithy/types").RetryStrategy
|
|
68
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
69
54
|
endpoint?:
|
|
70
55
|
| ((
|
|
71
56
|
| string
|
|
@@ -87,7 +72,7 @@ export declare const getRuntimeConfig: (
|
|
|
87
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
88
73
|
context?: {
|
|
89
74
|
logger?: import("@smithy/types").Logger;
|
|
90
|
-
}
|
|
75
|
+
},
|
|
91
76
|
) => import("@smithy/types").EndpointV2;
|
|
92
77
|
tls?: boolean;
|
|
93
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -100,13 +85,13 @@ export declare const getRuntimeConfig: (
|
|
|
100
85
|
signer?:
|
|
101
86
|
| import("@smithy/types").RequestSigner
|
|
102
87
|
| ((
|
|
103
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
104
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
105
90
|
signingEscapePath?: boolean;
|
|
106
91
|
systemClockOffset?: number;
|
|
107
92
|
signingRegion?: string;
|
|
108
93
|
signerConstructor?: new (
|
|
109
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
110
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
111
96
|
) => import("@smithy/types").RequestSigner;
|
|
112
97
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
2
2
|
import { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDiscoveryServiceClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ApplicationDiscoveryServiceClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClientConfig) => {
|
|
6
4
|
apiVersion: string;
|
|
7
5
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
6
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -11,7 +9,7 @@ export declare const getRuntimeConfig: (
|
|
|
11
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
12
10
|
context?: {
|
|
13
11
|
logger?: import("@smithy/types").Logger;
|
|
14
|
-
}
|
|
12
|
+
},
|
|
15
13
|
) => import("@smithy/types").EndpointV2;
|
|
16
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
17
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationDiscoveryServiceHttpAuthSchemeProvider;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { ApplicationDiscoveryServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
2
2
|
export interface RuntimeExtension {
|
|
3
|
-
configure(
|
|
4
|
-
extensionConfiguration: ApplicationDiscoveryServiceExtensionConfiguration
|
|
5
|
-
): void;
|
|
3
|
+
configure(extensionConfiguration: ApplicationDiscoveryServiceExtensionConfiguration): void;
|
|
6
4
|
}
|
|
7
5
|
export interface RuntimeExtensionsConfig {
|
|
8
6
|
extensions: RuntimeExtension[];
|
|
9
7
|
}
|
|
10
8
|
export declare const resolveRuntimeExtensions: (
|
|
11
9
|
runtimeConfig: any,
|
|
12
|
-
extensions: RuntimeExtension[]
|
|
10
|
+
extensions: RuntimeExtension[],
|
|
13
11
|
) => any;
|