@aws-sdk/client-application-discovery-service 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +72 -73
- package/dist-cjs/models/ApplicationDiscoveryServiceServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ApplicationDiscoveryService.js +1 -1
- package/dist-es/ApplicationDiscoveryServiceClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -2
- package/dist-es/commands/BatchDeleteAgentsCommand.js +2 -2
- package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationsCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeAgentsCommand.js +2 -2
- package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -2
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeExportTasksCommand.js +2 -2
- package/dist-es/commands/DescribeImportTasksCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -2
- package/dist-es/commands/ExportConfigurationsCommand.js +2 -2
- package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -2
- package/dist-es/commands/ListConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListServerNeighborsCommand.js +2 -2
- package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +2 -2
- package/dist-es/commands/StartContinuousExportCommand.js +2 -2
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -2
- package/dist-es/commands/StartExportTaskCommand.js +2 -2
- package/dist-es/commands/StartImportTaskCommand.js +2 -2
- package/dist-es/commands/StopContinuousExportCommand.js +2 -2
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ApplicationDiscoveryServiceServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +5 -5
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateTagsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAgentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +6 -4
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +6 -4
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +6 -4
- package/dist-types/commands/StartContinuousExportCommand.d.ts +6 -4
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +6 -4
- package/dist-types/commands/StartExportTaskCommand.d.ts +6 -4
- package/dist-types/commands/StartImportTaskCommand.d.ts +6 -4
- package/dist-types/commands/StopContinuousExportCommand.d.ts +6 -4
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ApplicationDiscoveryServiceServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ApplicationDiscoveryServiceServiceException as __BaseException } from "./ApplicationDiscoveryServiceServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The user does not have permission to perform the action. Check the IAM
|
|
@@ -5,13 +5,13 @@ import type { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDisco
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDisco
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDisco
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AssociateConfigurationItemsToApplicationCommandOutput
|
|
|
19
19
|
declare const AssociateConfigurationItemsToApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateConfigurationItemsToApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateConfigurationItemsToApplicationCommandInput,
|
|
24
24
|
AssociateConfigurationItemsToApplicationCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateConfigurationItemsToApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateConfigurationItemsToApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateConfigurationItemsToApplicationCommandInput,
|
|
33
33
|
AssociateConfigurationItemsToApplicationCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateConfigurationItemsToApplicationCommand extends AssociateConfigurationItemsToApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchDeleteAgentsCommandOutput
|
|
|
19
19
|
declare const BatchDeleteAgentsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchDeleteAgentsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchDeleteAgentsCommandInput,
|
|
24
24
|
BatchDeleteAgentsCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchDeleteAgentsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchDeleteAgentsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchDeleteAgentsCommandInput,
|
|
33
33
|
BatchDeleteAgentsCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchDeleteAgentsCommand extends BatchDeleteAgentsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchDeleteImportDataCommandOutput
|
|
|
19
19
|
declare const BatchDeleteImportDataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchDeleteImportDataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchDeleteImportDataCommandInput,
|
|
24
24
|
BatchDeleteImportDataCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchDeleteImportDataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchDeleteImportDataCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchDeleteImportDataCommandInput,
|
|
33
33
|
BatchDeleteImportDataCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchDeleteImportDataCommand extends BatchDeleteImportDataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateApplicationCommandOutput
|
|
|
19
19
|
declare const CreateApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateApplicationCommandInput,
|
|
24
24
|
CreateApplicationCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateApplicationCommandInput,
|
|
33
33
|
CreateApplicationCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateTagsCommandOutput
|
|
|
15
15
|
declare const CreateTagsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateTagsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateTagsCommandInput,
|
|
20
20
|
CreateTagsCommandOutput,
|
|
21
21
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateTagsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateTagsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateTagsCommandInput,
|
|
29
29
|
CreateTagsCommandOutput,
|
|
30
30
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateTagsCommand extends CreateTagsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteApplicationsCommandOutput
|
|
|
19
19
|
declare const DeleteApplicationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteApplicationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteApplicationsCommandInput,
|
|
24
24
|
DeleteApplicationsCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteApplicationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteApplicationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteApplicationsCommandInput,
|
|
33
33
|
DeleteApplicationsCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteApplicationsCommand extends DeleteApplicationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteTagsCommandOutput
|
|
|
15
15
|
declare const DeleteTagsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteTagsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteTagsCommandInput,
|
|
20
20
|
DeleteTagsCommandOutput,
|
|
21
21
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteTagsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteTagsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteTagsCommandInput,
|
|
29
29
|
DeleteTagsCommandOutput,
|
|
30
30
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeAgentsCommandOutput
|
|
|
18
18
|
declare const DescribeAgentsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeAgentsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeAgentsCommandInput,
|
|
23
23
|
DescribeAgentsCommandOutput,
|
|
24
24
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeAgentsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [DescribeAgentsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeAgentsCommandInput,
|
|
32
32
|
DescribeAgentsCommandOutput,
|
|
33
33
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeAgentsCommand extends DescribeAgentsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeBatchDeleteConfigurationTaskCommandOutput
|
|
|
19
19
|
declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeBatchDeleteConfigurationTaskCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
24
24
|
DescribeBatchDeleteConfigurationTaskCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeBatchDeleteConfigurationTaskCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
33
33
|
DescribeBatchDeleteConfigurationTaskCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeBatchDeleteConfigurationTaskCommand extends DescribeBatchDeleteConfigurationTaskCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeConfigurationsCommandOutput
|
|
|
19
19
|
declare const DescribeConfigurationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeConfigurationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeConfigurationsCommandInput,
|
|
24
24
|
DescribeConfigurationsCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeConfigurationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeConfigurationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeConfigurationsCommandInput,
|
|
33
33
|
DescribeConfigurationsCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeConfigurationsCommand extends DescribeConfigurationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeContinuousExportsCommandOutput
|
|
|
19
19
|
declare const DescribeContinuousExportsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeContinuousExportsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeContinuousExportsCommandInput,
|
|
24
24
|
DescribeContinuousExportsCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeContinuousExportsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeContinuousExportsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeContinuousExportsCommandInput,
|
|
33
33
|
DescribeContinuousExportsCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeContinuousExportsCommand extends DescribeContinuousExportsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeExportConfigurationsCommandOutput
|
|
|
19
19
|
declare const DescribeExportConfigurationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeExportConfigurationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeExportConfigurationsCommandInput,
|
|
24
24
|
DescribeExportConfigurationsCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeExportConfigurationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeExportConfigurationsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeExportConfigurationsCommandInput,
|
|
33
33
|
DescribeExportConfigurationsCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeExportConfigurationsCommand extends DescribeExportConfigurationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeExportTasksCommandOutput
|
|
|
19
19
|
declare const DescribeExportTasksCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeExportTasksCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeExportTasksCommandInput,
|
|
24
24
|
DescribeExportTasksCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeExportTasksCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeExportTasksCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeExportTasksCommandInput,
|
|
33
33
|
DescribeExportTasksCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeExportTasksCommand extends DescribeExportTasksCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeImportTasksCommandOutput
|
|
|
19
19
|
declare const DescribeImportTasksCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeImportTasksCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeImportTasksCommandInput,
|
|
24
24
|
DescribeImportTasksCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeImportTasksCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeImportTasksCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeImportTasksCommandInput,
|
|
33
33
|
DescribeImportTasksCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeImportTasksCommand extends DescribeImportTasksCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeTagsCommandOutput
|
|
|
15
15
|
declare const DescribeTagsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeTagsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeTagsCommandInput,
|
|
20
20
|
DescribeTagsCommandOutput,
|
|
21
21
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeTagsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [DescribeTagsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeTagsCommandInput,
|
|
29
29
|
DescribeTagsCommandOutput,
|
|
30
30
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateConfigurationItemsFromApplicationCommandOutput
|
|
|
19
19
|
declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateConfigurationItemsFromApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateConfigurationItemsFromApplicationCommandInput,
|
|
24
24
|
DisassociateConfigurationItemsFromApplicationCommandOutput,
|
|
25
25
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateConfigurationItemsFromApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateConfigurationItemsFromApplicationCommandInput,
|
|
33
33
|
DisassociateConfigurationItemsFromApplicationCommandOutput,
|
|
34
34
|
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateConfigurationItemsFromApplicationCommand extends DisassociateConfigurationItemsFromApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|