@aws-sdk/client-application-insights 3.1087.0 → 3.1089.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/ApplicationInsights.d.ts +108 -120
- package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +7 -23
- 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/AddWorkloadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +4 -9
- 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 +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- 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/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -36,10 +33,7 @@ import {
|
|
|
36
33
|
HttpAuthSchemeInputConfig,
|
|
37
34
|
HttpAuthSchemeResolvedConfig,
|
|
38
35
|
} from "./auth/httpAuthSchemeProvider";
|
|
39
|
-
import {
|
|
40
|
-
AddWorkloadCommandInput,
|
|
41
|
-
AddWorkloadCommandOutput,
|
|
42
|
-
} from "./commands/AddWorkloadCommand";
|
|
36
|
+
import { AddWorkloadCommandInput, AddWorkloadCommandOutput } from "./commands/AddWorkloadCommand";
|
|
43
37
|
import {
|
|
44
38
|
CreateApplicationCommandInput,
|
|
45
39
|
CreateApplicationCommandOutput,
|
|
@@ -136,10 +130,7 @@ import {
|
|
|
136
130
|
RemoveWorkloadCommandInput,
|
|
137
131
|
RemoveWorkloadCommandOutput,
|
|
138
132
|
} from "./commands/RemoveWorkloadCommand";
|
|
139
|
-
import {
|
|
140
|
-
TagResourceCommandInput,
|
|
141
|
-
TagResourceCommandOutput,
|
|
142
|
-
} from "./commands/TagResourceCommand";
|
|
133
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
143
134
|
import {
|
|
144
135
|
UntagResourceCommandInput,
|
|
145
136
|
UntagResourceCommandOutput,
|
|
@@ -243,8 +234,7 @@ export type ServiceOutputTypes =
|
|
|
243
234
|
| UpdateLogPatternCommandOutput
|
|
244
235
|
| UpdateProblemCommandOutput
|
|
245
236
|
| UpdateWorkloadCommandOutput;
|
|
246
|
-
export interface ClientDefaults
|
|
247
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
237
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
248
238
|
requestHandler?: __HttpHandlerUserInput;
|
|
249
239
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
250
240
|
urlParser?: __UrlParser;
|
|
@@ -280,8 +270,7 @@ export type ApplicationInsightsClientConfigType = Partial<
|
|
|
280
270
|
EndpointInputConfig<EndpointParameters> &
|
|
281
271
|
HttpAuthSchemeInputConfig &
|
|
282
272
|
ClientInputEndpointParameters;
|
|
283
|
-
export interface ApplicationInsightsClientConfig
|
|
284
|
-
extends ApplicationInsightsClientConfigType {}
|
|
273
|
+
export interface ApplicationInsightsClientConfig extends ApplicationInsightsClientConfigType {}
|
|
285
274
|
export type ApplicationInsightsClientResolvedConfigType =
|
|
286
275
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
287
276
|
Required<ClientDefaults> &
|
|
@@ -293,8 +282,7 @@ export type ApplicationInsightsClientResolvedConfigType =
|
|
|
293
282
|
EndpointResolvedConfig<EndpointParameters> &
|
|
294
283
|
HttpAuthSchemeResolvedConfig &
|
|
295
284
|
ClientResolvedEndpointParameters;
|
|
296
|
-
export interface ApplicationInsightsClientResolvedConfig
|
|
297
|
-
extends ApplicationInsightsClientResolvedConfigType {}
|
|
285
|
+
export interface ApplicationInsightsClientResolvedConfig extends ApplicationInsightsClientResolvedConfigType {}
|
|
298
286
|
export declare class ApplicationInsightsClient extends __Client<
|
|
299
287
|
__HttpHandlerOptions,
|
|
300
288
|
ServiceInputTypes,
|
|
@@ -302,10 +290,6 @@ export declare class ApplicationInsightsClient extends __Client<
|
|
|
302
290
|
ApplicationInsightsClientResolvedConfig
|
|
303
291
|
> {
|
|
304
292
|
readonly config: ApplicationInsightsClientResolvedConfig;
|
|
305
|
-
constructor(
|
|
306
|
-
...[
|
|
307
|
-
configuration,
|
|
308
|
-
]: __CheckOptionalClientConfig<ApplicationInsightsClientConfig>
|
|
309
|
-
);
|
|
293
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ApplicationInsightsClientConfig>);
|
|
310
294
|
destroy(): void;
|
|
311
295
|
}
|
|
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
|
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
10
|
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ApplicationInsightsHttpAuthSchemeProvider
|
|
11
|
+
httpAuthSchemeProvider: ApplicationInsightsHttpAuthSchemeProvider,
|
|
12
12
|
): void;
|
|
13
13
|
httpAuthSchemeProvider(): ApplicationInsightsHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
14
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
15
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
16
|
}
|
|
22
17
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
18
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +20,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
20
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
21
|
}>;
|
|
27
22
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
23
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
24
|
) => HttpAuthExtensionConfiguration;
|
|
30
25
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
26
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
27
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { ApplicationInsightsClientResolvedConfig } from "../ApplicationInsightsClient";
|
|
15
|
-
export interface ApplicationInsightsHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface ApplicationInsightsHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface ApplicationInsightsHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface ApplicationInsightsHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ApplicationInsightsClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ApplicationInsightsHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultApplicationInsightsHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: ApplicationInsightsClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<ApplicationInsightsHttpAuthSchemeParameters>;
|
|
31
|
-
export interface ApplicationInsightsHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<ApplicationInsightsHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ApplicationInsightsHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ApplicationInsightsHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultApplicationInsightsHttpAuthSchemeProvider: ApplicationInsightsHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: ApplicationInsightsHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: ApplicationInsightsHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./ApplicationInsightsClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
ApplicationInsightsClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { AddWorkloadRequest, AddWorkloadResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface AddWorkloadCommandInput extends AddWorkloadRequest {}
|
|
5
|
-
export interface AddWorkloadCommandOutput
|
|
6
|
-
extends AddWorkloadResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AddWorkloadCommandOutput extends AddWorkloadResponse, __MetadataBearer {}
|
|
8
6
|
declare const AddWorkloadCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: AddWorkloadCommandInput
|
|
8
|
+
input: AddWorkloadCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
AddWorkloadCommandInput,
|
|
13
11
|
AddWorkloadCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const AddWorkloadCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: AddWorkloadCommandInput
|
|
17
|
+
input: AddWorkloadCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
AddWorkloadCommandInput,
|
|
22
20
|
AddWorkloadCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateApplicationRequest,
|
|
4
|
-
CreateApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateApplicationCommandInput
|
|
8
|
-
extends CreateApplicationRequest {}
|
|
4
|
+
export interface CreateApplicationCommandInput extends CreateApplicationRequest {}
|
|
9
5
|
export interface CreateApplicationCommandOutput
|
|
10
|
-
extends CreateApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateApplicationCommandInput
|
|
9
|
+
input: CreateApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateApplicationCommandInput,
|
|
17
12
|
CreateApplicationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateComponentRequest,
|
|
4
|
-
CreateComponentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateComponentCommandInput extends CreateComponentRequest {}
|
|
8
|
-
export interface CreateComponentCommandOutput
|
|
9
|
-
extends CreateComponentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateComponentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateComponentCommandInput
|
|
8
|
+
input: CreateComponentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateComponentCommandInput,
|
|
16
11
|
CreateComponentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateComponentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateComponentCommandInput
|
|
17
|
+
input: CreateComponentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateComponentCommandInput,
|
|
25
20
|
CreateComponentCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateLogPatternRequest,
|
|
4
|
-
CreateLogPatternResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateLogPatternRequest, CreateLogPatternResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateLogPatternCommandInput extends CreateLogPatternRequest {}
|
|
8
|
-
export interface CreateLogPatternCommandOutput
|
|
9
|
-
extends CreateLogPatternResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateLogPatternCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateLogPatternCommandInput
|
|
8
|
+
input: CreateLogPatternCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateLogPatternCommandInput,
|
|
16
11
|
CreateLogPatternCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateLogPatternCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateLogPatternCommandInput
|
|
17
|
+
input: CreateLogPatternCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateLogPatternCommandInput,
|
|
25
20
|
CreateLogPatternCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteApplicationRequest,
|
|
4
|
-
DeleteApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteApplicationCommandInput
|
|
8
|
-
extends DeleteApplicationRequest {}
|
|
4
|
+
export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {}
|
|
9
5
|
export interface DeleteApplicationCommandOutput
|
|
10
|
-
extends DeleteApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteApplicationCommandInput
|
|
9
|
+
input: DeleteApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteApplicationCommandInput,
|
|
17
12
|
DeleteApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteApplicationCommandInput
|
|
18
|
+
input: DeleteApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteApplicationCommandInput,
|
|
26
21
|
DeleteApplicationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteComponentRequest,
|
|
4
|
-
DeleteComponentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
|
|
8
|
-
export interface DeleteComponentCommandOutput
|
|
9
|
-
extends DeleteComponentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteComponentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteComponentCommandInput
|
|
8
|
+
input: DeleteComponentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteComponentCommandInput,
|
|
16
11
|
DeleteComponentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteComponentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteComponentCommandInput
|
|
17
|
+
input: DeleteComponentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteComponentCommandInput,
|
|
25
20
|
DeleteComponentCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteLogPatternRequest,
|
|
4
|
-
DeleteLogPatternResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteLogPatternRequest, DeleteLogPatternResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteLogPatternCommandInput extends DeleteLogPatternRequest {}
|
|
8
|
-
export interface DeleteLogPatternCommandOutput
|
|
9
|
-
extends DeleteLogPatternResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteLogPatternCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteLogPatternCommandInput
|
|
8
|
+
input: DeleteLogPatternCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteLogPatternCommandInput,
|
|
16
11
|
DeleteLogPatternCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteLogPatternCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteLogPatternCommandInput
|
|
17
|
+
input: DeleteLogPatternCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteLogPatternCommandInput,
|
|
25
20
|
DeleteLogPatternCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeApplicationRequest,
|
|
4
|
-
DescribeApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeApplicationCommandInput
|
|
8
|
-
extends DescribeApplicationRequest {}
|
|
4
|
+
export interface DescribeApplicationCommandInput extends DescribeApplicationRequest {}
|
|
9
5
|
export interface DescribeApplicationCommandOutput
|
|
10
|
-
extends DescribeApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeApplicationCommandInput
|
|
9
|
+
input: DescribeApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeApplicationCommandInput,
|
|
17
12
|
DescribeApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeApplicationCommandInput
|
|
18
|
+
input: DescribeApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeApplicationCommandInput,
|
|
26
21
|
DescribeApplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeComponentRequest,
|
|
4
|
-
DescribeComponentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeComponentCommandInput
|
|
8
|
-
extends DescribeComponentRequest {}
|
|
4
|
+
export interface DescribeComponentCommandInput extends DescribeComponentRequest {}
|
|
9
5
|
export interface DescribeComponentCommandOutput
|
|
10
|
-
extends DescribeComponentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeComponentResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeComponentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeComponentCommandInput
|
|
9
|
+
input: DescribeComponentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeComponentCommandInput,
|
|
17
12
|
DescribeComponentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeComponentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeComponentCommandInput
|
|
18
|
+
input: DescribeComponentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeComponentCommandInput,
|
|
26
21
|
DescribeComponentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeComponentConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeComponentConfigurationCommandInput
|
|
8
|
-
extends DescribeComponentConfigurationRequest {}
|
|
7
|
+
export interface DescribeComponentConfigurationCommandInput extends DescribeComponentConfigurationRequest {}
|
|
9
8
|
export interface DescribeComponentConfigurationCommandOutput
|
|
10
|
-
extends DescribeComponentConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeComponentConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeComponentConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeComponentConfigurationCommandInput
|
|
12
|
+
input: DescribeComponentConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeComponentConfigurationCommandInput,
|
|
17
15
|
DescribeComponentConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeComponentConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeComponentConfigurationCommandInput
|
|
21
|
+
input: DescribeComponentConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeComponentConfigurationCommandInput,
|
|
26
24
|
DescribeComponentConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeComponentConfigurationRecommendationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeComponentConfigurationRecommendationCommandInput
|
|
8
|
-
extends DescribeComponentConfigurationRecommendationRequest {}
|
|
7
|
+
export interface DescribeComponentConfigurationRecommendationCommandInput extends DescribeComponentConfigurationRecommendationRequest {}
|
|
9
8
|
export interface DescribeComponentConfigurationRecommendationCommandOutput
|
|
10
|
-
extends DescribeComponentConfigurationRecommendationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeComponentConfigurationRecommendationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeComponentConfigurationRecommendationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeComponentConfigurationRecommendationCommandInput
|
|
12
|
+
input: DescribeComponentConfigurationRecommendationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeComponentConfigurationRecommendationCommandInput,
|
|
17
15
|
DescribeComponentConfigurationRecommendationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeComponentConfigurationRecommendationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeComponentConfigurationRecommendationCommandInput
|
|
21
|
+
input: DescribeComponentConfigurationRecommendationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeComponentConfigurationRecommendationCommandInput,
|
|
26
24
|
DescribeComponentConfigurationRecommendationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeLogPatternRequest,
|
|
4
|
-
DescribeLogPatternResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeLogPatternRequest, DescribeLogPatternResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLogPatternCommandInput
|
|
8
|
-
extends DescribeLogPatternRequest {}
|
|
4
|
+
export interface DescribeLogPatternCommandInput extends DescribeLogPatternRequest {}
|
|
9
5
|
export interface DescribeLogPatternCommandOutput
|
|
10
|
-
extends DescribeLogPatternResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeLogPatternResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeLogPatternCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeLogPatternCommandInput
|
|
9
|
+
input: DescribeLogPatternCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeLogPatternCommandInput,
|
|
17
12
|
DescribeLogPatternCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeLogPatternCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeLogPatternCommandInput
|
|
18
|
+
input: DescribeLogPatternCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeLogPatternCommandInput,
|
|
26
21
|
DescribeLogPatternCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeObservationRequest,
|
|
4
|
-
DescribeObservationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeObservationRequest, DescribeObservationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeObservationCommandInput
|
|
8
|
-
extends DescribeObservationRequest {}
|
|
4
|
+
export interface DescribeObservationCommandInput extends DescribeObservationRequest {}
|
|
9
5
|
export interface DescribeObservationCommandOutput
|
|
10
|
-
extends DescribeObservationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeObservationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeObservationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeObservationCommandInput
|
|
9
|
+
input: DescribeObservationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeObservationCommandInput,
|
|
17
12
|
DescribeObservationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeObservationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeObservationCommandInput
|
|
18
|
+
input: DescribeObservationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeObservationCommandInput,
|
|
26
21
|
DescribeObservationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeProblemRequest,
|
|
4
|
-
DescribeProblemResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeProblemRequest, DescribeProblemResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeProblemCommandInput extends DescribeProblemRequest {}
|
|
8
|
-
export interface DescribeProblemCommandOutput
|
|
9
|
-
extends DescribeProblemResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeProblemCommandOutput extends DescribeProblemResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeProblemCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeProblemCommandInput
|
|
8
|
+
input: DescribeProblemCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeProblemCommandInput,
|
|
16
11
|
DescribeProblemCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeProblemCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeProblemCommandInput
|
|
17
|
+
input: DescribeProblemCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeProblemCommandInput,
|
|
25
20
|
DescribeProblemCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeProblemObservationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeProblemObservationsCommandInput
|
|
8
|
-
extends DescribeProblemObservationsRequest {}
|
|
7
|
+
export interface DescribeProblemObservationsCommandInput extends DescribeProblemObservationsRequest {}
|
|
9
8
|
export interface DescribeProblemObservationsCommandOutput
|
|
10
|
-
extends DescribeProblemObservationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeProblemObservationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeProblemObservationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeProblemObservationsCommandInput
|
|
12
|
+
input: DescribeProblemObservationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeProblemObservationsCommandInput,
|
|
17
15
|
DescribeProblemObservationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeProblemObservationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeProblemObservationsCommandInput
|
|
21
|
+
input: DescribeProblemObservationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeProblemObservationsCommandInput,
|
|
26
24
|
DescribeProblemObservationsCommandOutput,
|