@aws-sdk/client-application-discovery-service 3.926.0 → 3.928.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 +1145 -1133
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ApplicationDiscoveryServiceClient.js +2 -0
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +3 -9
- package/dist-es/commands/BatchDeleteAgentsCommand.js +3 -9
- package/dist-es/commands/BatchDeleteImportDataCommand.js +3 -9
- package/dist-es/commands/CreateApplicationCommand.js +3 -9
- package/dist-es/commands/CreateTagsCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationsCommand.js +3 -9
- package/dist-es/commands/DeleteTagsCommand.js +3 -9
- package/dist-es/commands/DescribeAgentsCommand.js +3 -10
- package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +3 -9
- package/dist-es/commands/DescribeConfigurationsCommand.js +3 -9
- package/dist-es/commands/DescribeContinuousExportsCommand.js +3 -9
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +3 -9
- package/dist-es/commands/DescribeExportTasksCommand.js +3 -9
- package/dist-es/commands/DescribeImportTasksCommand.js +3 -9
- package/dist-es/commands/DescribeTagsCommand.js +3 -9
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +3 -9
- package/dist-es/commands/ExportConfigurationsCommand.js +3 -9
- package/dist-es/commands/GetDiscoverySummaryCommand.js +3 -9
- package/dist-es/commands/ListConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListServerNeighborsCommand.js +3 -9
- package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +3 -9
- package/dist-es/commands/StartContinuousExportCommand.js +3 -9
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +3 -9
- package/dist-es/commands/StartExportTaskCommand.js +3 -9
- package/dist-es/commands/StartImportTaskCommand.js +3 -9
- package/dist-es/commands/StopContinuousExportCommand.js +3 -9
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -12
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1071 -0
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +158 -0
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -7
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +163 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -897
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -254
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -341
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput } from "./commands/AssociateConfigurationItemsToApplicationCommand";
|
|
11
11
|
import { BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput } from "./commands/BatchDeleteAgentsCommand";
|
|
@@ -169,6 +169,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
169
169
|
* Optional extensions
|
|
170
170
|
*/
|
|
171
171
|
extensions?: RuntimeExtension[];
|
|
172
|
+
/**
|
|
173
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
174
|
+
* may be overridden. A default will always be set by the client.
|
|
175
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
176
|
+
* the client.
|
|
177
|
+
* @alpha
|
|
178
|
+
*
|
|
179
|
+
*/
|
|
180
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
172
181
|
/**
|
|
173
182
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
174
183
|
*/
|
|
@@ -2465,15 +2465,3 @@ export interface UpdateApplicationRequest {
|
|
|
2465
2465
|
*/
|
|
2466
2466
|
export interface UpdateApplicationResponse {
|
|
2467
2467
|
}
|
|
2468
|
-
/**
|
|
2469
|
-
* @internal
|
|
2470
|
-
*/
|
|
2471
|
-
export declare const AgentNetworkInfoFilterSensitiveLog: (obj: AgentNetworkInfo) => any;
|
|
2472
|
-
/**
|
|
2473
|
-
* @internal
|
|
2474
|
-
*/
|
|
2475
|
-
export declare const AgentInfoFilterSensitiveLog: (obj: AgentInfo) => any;
|
|
2476
|
-
/**
|
|
2477
|
-
* @internal
|
|
2478
|
-
*/
|
|
2479
|
-
export declare const DescribeAgentsResponseFilterSensitiveLog: (obj: DescribeAgentsResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationDiscoveryServiceHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AgentConfigurationStatus: StaticStructureSchema;
|
|
3
|
+
export declare var AgentInfo: StaticStructureSchema;
|
|
4
|
+
export declare var AgentNetworkInfo: StaticStructureSchema;
|
|
5
|
+
export declare var AssociateConfigurationItemsToApplicationRequest: StaticStructureSchema;
|
|
6
|
+
export declare var AssociateConfigurationItemsToApplicationResponse: StaticStructureSchema;
|
|
7
|
+
export declare var AuthorizationErrorException: StaticErrorSchema;
|
|
8
|
+
export declare var BatchDeleteAgentError: StaticStructureSchema;
|
|
9
|
+
export declare var BatchDeleteAgentsRequest: StaticStructureSchema;
|
|
10
|
+
export declare var BatchDeleteAgentsResponse: StaticStructureSchema;
|
|
11
|
+
export declare var BatchDeleteConfigurationTask: StaticStructureSchema;
|
|
12
|
+
export declare var BatchDeleteImportDataError: StaticStructureSchema;
|
|
13
|
+
export declare var BatchDeleteImportDataRequest: StaticStructureSchema;
|
|
14
|
+
export declare var BatchDeleteImportDataResponse: StaticStructureSchema;
|
|
15
|
+
export declare var ConfigurationTag: StaticStructureSchema;
|
|
16
|
+
export declare var ConflictErrorException: StaticErrorSchema;
|
|
17
|
+
export declare var ContinuousExportDescription: StaticStructureSchema;
|
|
18
|
+
export declare var CreateApplicationRequest: StaticStructureSchema;
|
|
19
|
+
export declare var CreateApplicationResponse: StaticStructureSchema;
|
|
20
|
+
export declare var CreateTagsRequest: StaticStructureSchema;
|
|
21
|
+
export declare var CreateTagsResponse: StaticStructureSchema;
|
|
22
|
+
export declare var CustomerAgentInfo: StaticStructureSchema;
|
|
23
|
+
export declare var CustomerAgentlessCollectorInfo: StaticStructureSchema;
|
|
24
|
+
export declare var CustomerConnectorInfo: StaticStructureSchema;
|
|
25
|
+
export declare var CustomerMeCollectorInfo: StaticStructureSchema;
|
|
26
|
+
export declare var DeleteAgent: StaticStructureSchema;
|
|
27
|
+
export declare var DeleteApplicationsRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteApplicationsResponse: StaticStructureSchema;
|
|
29
|
+
export declare var DeleteTagsRequest: StaticStructureSchema;
|
|
30
|
+
export declare var DeleteTagsResponse: StaticStructureSchema;
|
|
31
|
+
export declare var DeletionWarning: StaticStructureSchema;
|
|
32
|
+
export declare var DescribeAgentsRequest: StaticStructureSchema;
|
|
33
|
+
export declare var DescribeAgentsResponse: StaticStructureSchema;
|
|
34
|
+
export declare var DescribeBatchDeleteConfigurationTaskRequest: StaticStructureSchema;
|
|
35
|
+
export declare var DescribeBatchDeleteConfigurationTaskResponse: StaticStructureSchema;
|
|
36
|
+
export declare var DescribeConfigurationsRequest: StaticStructureSchema;
|
|
37
|
+
export declare var DescribeConfigurationsResponse: StaticStructureSchema;
|
|
38
|
+
export declare var DescribeContinuousExportsRequest: StaticStructureSchema;
|
|
39
|
+
export declare var DescribeContinuousExportsResponse: StaticStructureSchema;
|
|
40
|
+
export declare var DescribeExportConfigurationsRequest: StaticStructureSchema;
|
|
41
|
+
export declare var DescribeExportConfigurationsResponse: StaticStructureSchema;
|
|
42
|
+
export declare var DescribeExportTasksRequest: StaticStructureSchema;
|
|
43
|
+
export declare var DescribeExportTasksResponse: StaticStructureSchema;
|
|
44
|
+
export declare var DescribeImportTasksRequest: StaticStructureSchema;
|
|
45
|
+
export declare var DescribeImportTasksResponse: StaticStructureSchema;
|
|
46
|
+
export declare var DescribeTagsRequest: StaticStructureSchema;
|
|
47
|
+
export declare var DescribeTagsResponse: StaticStructureSchema;
|
|
48
|
+
export declare var DisassociateConfigurationItemsFromApplicationRequest: StaticStructureSchema;
|
|
49
|
+
export declare var DisassociateConfigurationItemsFromApplicationResponse: StaticStructureSchema;
|
|
50
|
+
export declare var Ec2RecommendationsExportPreferences: StaticStructureSchema;
|
|
51
|
+
export declare var ExportConfigurationsResponse: StaticStructureSchema;
|
|
52
|
+
export declare var ExportFilter: StaticStructureSchema;
|
|
53
|
+
export declare var ExportInfo: StaticStructureSchema;
|
|
54
|
+
export declare var FailedConfiguration: StaticStructureSchema;
|
|
55
|
+
export declare var Filter: StaticStructureSchema;
|
|
56
|
+
export declare var GetDiscoverySummaryRequest: StaticStructureSchema;
|
|
57
|
+
export declare var GetDiscoverySummaryResponse: StaticStructureSchema;
|
|
58
|
+
export declare var HomeRegionNotSetException: StaticErrorSchema;
|
|
59
|
+
export declare var ImportTask: StaticStructureSchema;
|
|
60
|
+
export declare var ImportTaskFilter: StaticStructureSchema;
|
|
61
|
+
export declare var InvalidParameterException: StaticErrorSchema;
|
|
62
|
+
export declare var InvalidParameterValueException: StaticErrorSchema;
|
|
63
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
64
|
+
export declare var ListConfigurationsRequest: StaticStructureSchema;
|
|
65
|
+
export declare var ListConfigurationsResponse: StaticStructureSchema;
|
|
66
|
+
export declare var ListServerNeighborsRequest: StaticStructureSchema;
|
|
67
|
+
export declare var ListServerNeighborsResponse: StaticStructureSchema;
|
|
68
|
+
export declare var NeighborConnectionDetail: StaticStructureSchema;
|
|
69
|
+
export declare var OperationNotPermittedException: StaticErrorSchema;
|
|
70
|
+
export declare var OrderByElement: StaticStructureSchema;
|
|
71
|
+
export declare var ReservedInstanceOptions: StaticStructureSchema;
|
|
72
|
+
export declare var ResourceInUseException: StaticErrorSchema;
|
|
73
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
74
|
+
export declare var ServerInternalErrorException: StaticErrorSchema;
|
|
75
|
+
export declare var StartBatchDeleteConfigurationTaskRequest: StaticStructureSchema;
|
|
76
|
+
export declare var StartBatchDeleteConfigurationTaskResponse: StaticStructureSchema;
|
|
77
|
+
export declare var StartContinuousExportRequest: StaticStructureSchema;
|
|
78
|
+
export declare var StartContinuousExportResponse: StaticStructureSchema;
|
|
79
|
+
export declare var StartDataCollectionByAgentIdsRequest: StaticStructureSchema;
|
|
80
|
+
export declare var StartDataCollectionByAgentIdsResponse: StaticStructureSchema;
|
|
81
|
+
export declare var StartExportTaskRequest: StaticStructureSchema;
|
|
82
|
+
export declare var StartExportTaskResponse: StaticStructureSchema;
|
|
83
|
+
export declare var StartImportTaskRequest: StaticStructureSchema;
|
|
84
|
+
export declare var StartImportTaskResponse: StaticStructureSchema;
|
|
85
|
+
export declare var StopContinuousExportRequest: StaticStructureSchema;
|
|
86
|
+
export declare var StopContinuousExportResponse: StaticStructureSchema;
|
|
87
|
+
export declare var StopDataCollectionByAgentIdsRequest: StaticStructureSchema;
|
|
88
|
+
export declare var StopDataCollectionByAgentIdsResponse: StaticStructureSchema;
|
|
89
|
+
export declare var Tag: StaticStructureSchema;
|
|
90
|
+
export declare var TagFilter: StaticStructureSchema;
|
|
91
|
+
export declare var UpdateApplicationRequest: StaticStructureSchema;
|
|
92
|
+
export declare var UpdateApplicationResponse: StaticStructureSchema;
|
|
93
|
+
export declare var UsageMetricBasis: StaticStructureSchema;
|
|
94
|
+
export declare var __Unit: "unit";
|
|
95
|
+
export declare var ApplicationDiscoveryServiceServiceException: StaticErrorSchema;
|
|
96
|
+
export declare var AgentConfigurationStatusList: StaticListSchema;
|
|
97
|
+
export declare var AgentIds: number;
|
|
98
|
+
export declare var AgentNetworkInfoList: StaticListSchema;
|
|
99
|
+
export declare var AgentsInfo: StaticListSchema;
|
|
100
|
+
export declare var ApplicationIdsList: number;
|
|
101
|
+
export declare var BatchDeleteAgentErrors: StaticListSchema;
|
|
102
|
+
export declare var BatchDeleteImportDataErrorList: StaticListSchema;
|
|
103
|
+
export declare var ConfigurationIdList: number;
|
|
104
|
+
export declare var Configurations: StaticListSchema;
|
|
105
|
+
export declare var ConfigurationTagSet: StaticListSchema;
|
|
106
|
+
export declare var ContinuousExportDescriptions: StaticListSchema;
|
|
107
|
+
export declare var ContinuousExportIds: number;
|
|
108
|
+
export declare var DeleteAgents: StaticListSchema;
|
|
109
|
+
export declare var DeletionWarningsList: StaticListSchema;
|
|
110
|
+
export declare var DescribeConfigurationsAttributes: StaticListSchema;
|
|
111
|
+
export declare var DescribeImportTasksFilterList: StaticListSchema;
|
|
112
|
+
export declare var ExcludedInstanceTypes: number;
|
|
113
|
+
export declare var ExportDataFormats: number;
|
|
114
|
+
export declare var ExportFilters: StaticListSchema;
|
|
115
|
+
export declare var ExportIds: number;
|
|
116
|
+
export declare var ExportsInfo: StaticListSchema;
|
|
117
|
+
export declare var FailedConfigurationList: StaticListSchema;
|
|
118
|
+
export declare var Filters: StaticListSchema;
|
|
119
|
+
export declare var FilterValues: StaticListSchema;
|
|
120
|
+
export declare var ImportTaskFilterValueList: number;
|
|
121
|
+
export declare var ImportTaskList: StaticListSchema;
|
|
122
|
+
export declare var NeighborDetailsList: StaticListSchema;
|
|
123
|
+
export declare var OrderByList: StaticListSchema;
|
|
124
|
+
export declare var TagFilters: StaticListSchema;
|
|
125
|
+
export declare var TagSet: StaticListSchema;
|
|
126
|
+
export declare var ToDeleteIdentifierList: number;
|
|
127
|
+
export declare var Configuration: number;
|
|
128
|
+
export declare var DescribeConfigurationsAttribute: number;
|
|
129
|
+
export declare var SchemaStorageConfig: number;
|
|
130
|
+
export declare var ExportPreferences: StaticStructureSchema;
|
|
131
|
+
export declare var AssociateConfigurationItemsToApplication: StaticOperationSchema;
|
|
132
|
+
export declare var BatchDeleteAgents: StaticOperationSchema;
|
|
133
|
+
export declare var BatchDeleteImportData: StaticOperationSchema;
|
|
134
|
+
export declare var CreateApplication: StaticOperationSchema;
|
|
135
|
+
export declare var CreateTags: StaticOperationSchema;
|
|
136
|
+
export declare var DeleteApplications: StaticOperationSchema;
|
|
137
|
+
export declare var DeleteTags: StaticOperationSchema;
|
|
138
|
+
export declare var DescribeAgents: StaticOperationSchema;
|
|
139
|
+
export declare var DescribeBatchDeleteConfigurationTask: StaticOperationSchema;
|
|
140
|
+
export declare var DescribeConfigurations: StaticOperationSchema;
|
|
141
|
+
export declare var DescribeContinuousExports: StaticOperationSchema;
|
|
142
|
+
export declare var DescribeExportConfigurations: StaticOperationSchema;
|
|
143
|
+
export declare var DescribeExportTasks: StaticOperationSchema;
|
|
144
|
+
export declare var DescribeImportTasks: StaticOperationSchema;
|
|
145
|
+
export declare var DescribeTags: StaticOperationSchema;
|
|
146
|
+
export declare var DisassociateConfigurationItemsFromApplication: StaticOperationSchema;
|
|
147
|
+
export declare var ExportConfigurations: StaticOperationSchema;
|
|
148
|
+
export declare var GetDiscoverySummary: StaticOperationSchema;
|
|
149
|
+
export declare var ListConfigurations: StaticOperationSchema;
|
|
150
|
+
export declare var ListServerNeighbors: StaticOperationSchema;
|
|
151
|
+
export declare var StartBatchDeleteConfigurationTask: StaticOperationSchema;
|
|
152
|
+
export declare var StartContinuousExport: StaticOperationSchema;
|
|
153
|
+
export declare var StartDataCollectionByAgentIds: StaticOperationSchema;
|
|
154
|
+
export declare var StartExportTask: StaticOperationSchema;
|
|
155
|
+
export declare var StartImportTask: StaticOperationSchema;
|
|
156
|
+
export declare var StopContinuousExport: StaticOperationSchema;
|
|
157
|
+
export declare var StopDataCollectionByAgentIds: StaticOperationSchema;
|
|
158
|
+
export declare var UpdateApplication: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -246,6 +249,7 @@ export interface ClientDefaults
|
|
|
246
249
|
retryMode?: string | __Provider<string>;
|
|
247
250
|
logger?: __Logger;
|
|
248
251
|
extensions?: RuntimeExtension[];
|
|
252
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
249
253
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
250
254
|
}
|
|
251
255
|
export type ApplicationDiscoveryServiceClientConfigType = Partial<
|
|
@@ -614,10 +614,3 @@ export interface UpdateApplicationRequest {
|
|
|
614
614
|
wave?: string | undefined;
|
|
615
615
|
}
|
|
616
616
|
export interface UpdateApplicationResponse {}
|
|
617
|
-
export declare const AgentNetworkInfoFilterSensitiveLog: (
|
|
618
|
-
obj: AgentNetworkInfo
|
|
619
|
-
) => any;
|
|
620
|
-
export declare const AgentInfoFilterSensitiveLog: (obj: AgentInfo) => any;
|
|
621
|
-
export declare const DescribeAgentsResponseFilterSensitiveLog: (
|
|
622
|
-
obj: DescribeAgentsResponse
|
|
623
|
-
) => any;
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationDiscoveryServiceHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticStructureSchema,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
export declare var AgentConfigurationStatus: StaticStructureSchema;
|
|
8
|
+
export declare var AgentInfo: StaticStructureSchema;
|
|
9
|
+
export declare var AgentNetworkInfo: StaticStructureSchema;
|
|
10
|
+
export declare var AssociateConfigurationItemsToApplicationRequest: StaticStructureSchema;
|
|
11
|
+
export declare var AssociateConfigurationItemsToApplicationResponse: StaticStructureSchema;
|
|
12
|
+
export declare var AuthorizationErrorException: StaticErrorSchema;
|
|
13
|
+
export declare var BatchDeleteAgentError: StaticStructureSchema;
|
|
14
|
+
export declare var BatchDeleteAgentsRequest: StaticStructureSchema;
|
|
15
|
+
export declare var BatchDeleteAgentsResponse: StaticStructureSchema;
|
|
16
|
+
export declare var BatchDeleteConfigurationTask: StaticStructureSchema;
|
|
17
|
+
export declare var BatchDeleteImportDataError: StaticStructureSchema;
|
|
18
|
+
export declare var BatchDeleteImportDataRequest: StaticStructureSchema;
|
|
19
|
+
export declare var BatchDeleteImportDataResponse: StaticStructureSchema;
|
|
20
|
+
export declare var ConfigurationTag: StaticStructureSchema;
|
|
21
|
+
export declare var ConflictErrorException: StaticErrorSchema;
|
|
22
|
+
export declare var ContinuousExportDescription: StaticStructureSchema;
|
|
23
|
+
export declare var CreateApplicationRequest: StaticStructureSchema;
|
|
24
|
+
export declare var CreateApplicationResponse: StaticStructureSchema;
|
|
25
|
+
export declare var CreateTagsRequest: StaticStructureSchema;
|
|
26
|
+
export declare var CreateTagsResponse: StaticStructureSchema;
|
|
27
|
+
export declare var CustomerAgentInfo: StaticStructureSchema;
|
|
28
|
+
export declare var CustomerAgentlessCollectorInfo: StaticStructureSchema;
|
|
29
|
+
export declare var CustomerConnectorInfo: StaticStructureSchema;
|
|
30
|
+
export declare var CustomerMeCollectorInfo: StaticStructureSchema;
|
|
31
|
+
export declare var DeleteAgent: StaticStructureSchema;
|
|
32
|
+
export declare var DeleteApplicationsRequest: StaticStructureSchema;
|
|
33
|
+
export declare var DeleteApplicationsResponse: StaticStructureSchema;
|
|
34
|
+
export declare var DeleteTagsRequest: StaticStructureSchema;
|
|
35
|
+
export declare var DeleteTagsResponse: StaticStructureSchema;
|
|
36
|
+
export declare var DeletionWarning: StaticStructureSchema;
|
|
37
|
+
export declare var DescribeAgentsRequest: StaticStructureSchema;
|
|
38
|
+
export declare var DescribeAgentsResponse: StaticStructureSchema;
|
|
39
|
+
export declare var DescribeBatchDeleteConfigurationTaskRequest: StaticStructureSchema;
|
|
40
|
+
export declare var DescribeBatchDeleteConfigurationTaskResponse: StaticStructureSchema;
|
|
41
|
+
export declare var DescribeConfigurationsRequest: StaticStructureSchema;
|
|
42
|
+
export declare var DescribeConfigurationsResponse: StaticStructureSchema;
|
|
43
|
+
export declare var DescribeContinuousExportsRequest: StaticStructureSchema;
|
|
44
|
+
export declare var DescribeContinuousExportsResponse: StaticStructureSchema;
|
|
45
|
+
export declare var DescribeExportConfigurationsRequest: StaticStructureSchema;
|
|
46
|
+
export declare var DescribeExportConfigurationsResponse: StaticStructureSchema;
|
|
47
|
+
export declare var DescribeExportTasksRequest: StaticStructureSchema;
|
|
48
|
+
export declare var DescribeExportTasksResponse: StaticStructureSchema;
|
|
49
|
+
export declare var DescribeImportTasksRequest: StaticStructureSchema;
|
|
50
|
+
export declare var DescribeImportTasksResponse: StaticStructureSchema;
|
|
51
|
+
export declare var DescribeTagsRequest: StaticStructureSchema;
|
|
52
|
+
export declare var DescribeTagsResponse: StaticStructureSchema;
|
|
53
|
+
export declare var DisassociateConfigurationItemsFromApplicationRequest: StaticStructureSchema;
|
|
54
|
+
export declare var DisassociateConfigurationItemsFromApplicationResponse: StaticStructureSchema;
|
|
55
|
+
export declare var Ec2RecommendationsExportPreferences: StaticStructureSchema;
|
|
56
|
+
export declare var ExportConfigurationsResponse: StaticStructureSchema;
|
|
57
|
+
export declare var ExportFilter: StaticStructureSchema;
|
|
58
|
+
export declare var ExportInfo: StaticStructureSchema;
|
|
59
|
+
export declare var FailedConfiguration: StaticStructureSchema;
|
|
60
|
+
export declare var Filter: StaticStructureSchema;
|
|
61
|
+
export declare var GetDiscoverySummaryRequest: StaticStructureSchema;
|
|
62
|
+
export declare var GetDiscoverySummaryResponse: StaticStructureSchema;
|
|
63
|
+
export declare var HomeRegionNotSetException: StaticErrorSchema;
|
|
64
|
+
export declare var ImportTask: StaticStructureSchema;
|
|
65
|
+
export declare var ImportTaskFilter: StaticStructureSchema;
|
|
66
|
+
export declare var InvalidParameterException: StaticErrorSchema;
|
|
67
|
+
export declare var InvalidParameterValueException: StaticErrorSchema;
|
|
68
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
69
|
+
export declare var ListConfigurationsRequest: StaticStructureSchema;
|
|
70
|
+
export declare var ListConfigurationsResponse: StaticStructureSchema;
|
|
71
|
+
export declare var ListServerNeighborsRequest: StaticStructureSchema;
|
|
72
|
+
export declare var ListServerNeighborsResponse: StaticStructureSchema;
|
|
73
|
+
export declare var NeighborConnectionDetail: StaticStructureSchema;
|
|
74
|
+
export declare var OperationNotPermittedException: StaticErrorSchema;
|
|
75
|
+
export declare var OrderByElement: StaticStructureSchema;
|
|
76
|
+
export declare var ReservedInstanceOptions: StaticStructureSchema;
|
|
77
|
+
export declare var ResourceInUseException: StaticErrorSchema;
|
|
78
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
79
|
+
export declare var ServerInternalErrorException: StaticErrorSchema;
|
|
80
|
+
export declare var StartBatchDeleteConfigurationTaskRequest: StaticStructureSchema;
|
|
81
|
+
export declare var StartBatchDeleteConfigurationTaskResponse: StaticStructureSchema;
|
|
82
|
+
export declare var StartContinuousExportRequest: StaticStructureSchema;
|
|
83
|
+
export declare var StartContinuousExportResponse: StaticStructureSchema;
|
|
84
|
+
export declare var StartDataCollectionByAgentIdsRequest: StaticStructureSchema;
|
|
85
|
+
export declare var StartDataCollectionByAgentIdsResponse: StaticStructureSchema;
|
|
86
|
+
export declare var StartExportTaskRequest: StaticStructureSchema;
|
|
87
|
+
export declare var StartExportTaskResponse: StaticStructureSchema;
|
|
88
|
+
export declare var StartImportTaskRequest: StaticStructureSchema;
|
|
89
|
+
export declare var StartImportTaskResponse: StaticStructureSchema;
|
|
90
|
+
export declare var StopContinuousExportRequest: StaticStructureSchema;
|
|
91
|
+
export declare var StopContinuousExportResponse: StaticStructureSchema;
|
|
92
|
+
export declare var StopDataCollectionByAgentIdsRequest: StaticStructureSchema;
|
|
93
|
+
export declare var StopDataCollectionByAgentIdsResponse: StaticStructureSchema;
|
|
94
|
+
export declare var Tag: StaticStructureSchema;
|
|
95
|
+
export declare var TagFilter: StaticStructureSchema;
|
|
96
|
+
export declare var UpdateApplicationRequest: StaticStructureSchema;
|
|
97
|
+
export declare var UpdateApplicationResponse: StaticStructureSchema;
|
|
98
|
+
export declare var UsageMetricBasis: StaticStructureSchema;
|
|
99
|
+
export declare var __Unit: "unit";
|
|
100
|
+
export declare var ApplicationDiscoveryServiceServiceException: StaticErrorSchema;
|
|
101
|
+
export declare var AgentConfigurationStatusList: StaticListSchema;
|
|
102
|
+
export declare var AgentIds: number;
|
|
103
|
+
export declare var AgentNetworkInfoList: StaticListSchema;
|
|
104
|
+
export declare var AgentsInfo: StaticListSchema;
|
|
105
|
+
export declare var ApplicationIdsList: number;
|
|
106
|
+
export declare var BatchDeleteAgentErrors: StaticListSchema;
|
|
107
|
+
export declare var BatchDeleteImportDataErrorList: StaticListSchema;
|
|
108
|
+
export declare var ConfigurationIdList: number;
|
|
109
|
+
export declare var Configurations: StaticListSchema;
|
|
110
|
+
export declare var ConfigurationTagSet: StaticListSchema;
|
|
111
|
+
export declare var ContinuousExportDescriptions: StaticListSchema;
|
|
112
|
+
export declare var ContinuousExportIds: number;
|
|
113
|
+
export declare var DeleteAgents: StaticListSchema;
|
|
114
|
+
export declare var DeletionWarningsList: StaticListSchema;
|
|
115
|
+
export declare var DescribeConfigurationsAttributes: StaticListSchema;
|
|
116
|
+
export declare var DescribeImportTasksFilterList: StaticListSchema;
|
|
117
|
+
export declare var ExcludedInstanceTypes: number;
|
|
118
|
+
export declare var ExportDataFormats: number;
|
|
119
|
+
export declare var ExportFilters: StaticListSchema;
|
|
120
|
+
export declare var ExportIds: number;
|
|
121
|
+
export declare var ExportsInfo: StaticListSchema;
|
|
122
|
+
export declare var FailedConfigurationList: StaticListSchema;
|
|
123
|
+
export declare var Filters: StaticListSchema;
|
|
124
|
+
export declare var FilterValues: StaticListSchema;
|
|
125
|
+
export declare var ImportTaskFilterValueList: number;
|
|
126
|
+
export declare var ImportTaskList: StaticListSchema;
|
|
127
|
+
export declare var NeighborDetailsList: StaticListSchema;
|
|
128
|
+
export declare var OrderByList: StaticListSchema;
|
|
129
|
+
export declare var TagFilters: StaticListSchema;
|
|
130
|
+
export declare var TagSet: StaticListSchema;
|
|
131
|
+
export declare var ToDeleteIdentifierList: number;
|
|
132
|
+
export declare var Configuration: number;
|
|
133
|
+
export declare var DescribeConfigurationsAttribute: number;
|
|
134
|
+
export declare var SchemaStorageConfig: number;
|
|
135
|
+
export declare var ExportPreferences: StaticStructureSchema;
|
|
136
|
+
export declare var AssociateConfigurationItemsToApplication: StaticOperationSchema;
|
|
137
|
+
export declare var BatchDeleteAgents: StaticOperationSchema;
|
|
138
|
+
export declare var BatchDeleteImportData: StaticOperationSchema;
|
|
139
|
+
export declare var CreateApplication: StaticOperationSchema;
|
|
140
|
+
export declare var CreateTags: StaticOperationSchema;
|
|
141
|
+
export declare var DeleteApplications: StaticOperationSchema;
|
|
142
|
+
export declare var DeleteTags: StaticOperationSchema;
|
|
143
|
+
export declare var DescribeAgents: StaticOperationSchema;
|
|
144
|
+
export declare var DescribeBatchDeleteConfigurationTask: StaticOperationSchema;
|
|
145
|
+
export declare var DescribeConfigurations: StaticOperationSchema;
|
|
146
|
+
export declare var DescribeContinuousExports: StaticOperationSchema;
|
|
147
|
+
export declare var DescribeExportConfigurations: StaticOperationSchema;
|
|
148
|
+
export declare var DescribeExportTasks: StaticOperationSchema;
|
|
149
|
+
export declare var DescribeImportTasks: StaticOperationSchema;
|
|
150
|
+
export declare var DescribeTags: StaticOperationSchema;
|
|
151
|
+
export declare var DisassociateConfigurationItemsFromApplication: StaticOperationSchema;
|
|
152
|
+
export declare var ExportConfigurations: StaticOperationSchema;
|
|
153
|
+
export declare var GetDiscoverySummary: StaticOperationSchema;
|
|
154
|
+
export declare var ListConfigurations: StaticOperationSchema;
|
|
155
|
+
export declare var ListServerNeighbors: StaticOperationSchema;
|
|
156
|
+
export declare var StartBatchDeleteConfigurationTask: StaticOperationSchema;
|
|
157
|
+
export declare var StartContinuousExport: StaticOperationSchema;
|
|
158
|
+
export declare var StartDataCollectionByAgentIds: StaticOperationSchema;
|
|
159
|
+
export declare var StartExportTask: StaticOperationSchema;
|
|
160
|
+
export declare var StartImportTask: StaticOperationSchema;
|
|
161
|
+
export declare var StopContinuousExport: StaticOperationSchema;
|
|
162
|
+
export declare var StopDataCollectionByAgentIds: StaticOperationSchema;
|
|
163
|
+
export declare var UpdateApplication: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-discovery-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.928.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-application-discovery-service",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"@smithy/util-middleware": "^4.2.4",
|
|
57
57
|
"@smithy/util-retry": "^4.2.4",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|