@aws-sdk/client-application-signals 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/ApplicationSignals.d.ts +102 -156
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +7 -23
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- 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/BatchDeleteInstrumentationConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchUpdateExclusionWindowsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateInstrumentationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DeleteInstrumentationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInstrumentationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInstrumentationConfigurationStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListEntityEventsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListInstrumentationConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +2 -4
- 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/UpdateServiceLevelObjectiveCommand.d.ts +4 -6
- 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 +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +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 {
|
|
@@ -76,10 +73,7 @@ import {
|
|
|
76
73
|
GetInstrumentationConfigurationStatusCommandInput,
|
|
77
74
|
GetInstrumentationConfigurationStatusCommandOutput,
|
|
78
75
|
} from "./commands/GetInstrumentationConfigurationStatusCommand";
|
|
79
|
-
import {
|
|
80
|
-
GetServiceCommandInput,
|
|
81
|
-
GetServiceCommandOutput,
|
|
82
|
-
} from "./commands/GetServiceCommand";
|
|
76
|
+
import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
83
77
|
import {
|
|
84
78
|
GetServiceLevelObjectiveCommandInput,
|
|
85
79
|
GetServiceLevelObjectiveCommandOutput,
|
|
@@ -144,10 +138,7 @@ import {
|
|
|
144
138
|
StartDiscoveryCommandInput,
|
|
145
139
|
StartDiscoveryCommandOutput,
|
|
146
140
|
} from "./commands/StartDiscoveryCommand";
|
|
147
|
-
import {
|
|
148
|
-
TagResourceCommandInput,
|
|
149
|
-
TagResourceCommandOutput,
|
|
150
|
-
} from "./commands/TagResourceCommand";
|
|
141
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
151
142
|
import {
|
|
152
143
|
UntagResourceCommandInput,
|
|
153
144
|
UntagResourceCommandOutput,
|
|
@@ -225,8 +216,7 @@ export type ServiceOutputTypes =
|
|
|
225
216
|
| TagResourceCommandOutput
|
|
226
217
|
| UntagResourceCommandOutput
|
|
227
218
|
| UpdateServiceLevelObjectiveCommandOutput;
|
|
228
|
-
export interface ClientDefaults
|
|
229
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
219
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
230
220
|
requestHandler?: __HttpHandlerUserInput;
|
|
231
221
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
232
222
|
urlParser?: __UrlParser;
|
|
@@ -262,8 +252,7 @@ export type ApplicationSignalsClientConfigType = Partial<
|
|
|
262
252
|
EndpointInputConfig<EndpointParameters> &
|
|
263
253
|
HttpAuthSchemeInputConfig &
|
|
264
254
|
ClientInputEndpointParameters;
|
|
265
|
-
export interface ApplicationSignalsClientConfig
|
|
266
|
-
extends ApplicationSignalsClientConfigType {}
|
|
255
|
+
export interface ApplicationSignalsClientConfig extends ApplicationSignalsClientConfigType {}
|
|
267
256
|
export type ApplicationSignalsClientResolvedConfigType =
|
|
268
257
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
269
258
|
Required<ClientDefaults> &
|
|
@@ -275,8 +264,7 @@ export type ApplicationSignalsClientResolvedConfigType =
|
|
|
275
264
|
EndpointResolvedConfig<EndpointParameters> &
|
|
276
265
|
HttpAuthSchemeResolvedConfig &
|
|
277
266
|
ClientResolvedEndpointParameters;
|
|
278
|
-
export interface ApplicationSignalsClientResolvedConfig
|
|
279
|
-
extends ApplicationSignalsClientResolvedConfigType {}
|
|
267
|
+
export interface ApplicationSignalsClientResolvedConfig extends ApplicationSignalsClientResolvedConfigType {}
|
|
280
268
|
export declare class ApplicationSignalsClient extends __Client<
|
|
281
269
|
__HttpHandlerOptions,
|
|
282
270
|
ServiceInputTypes,
|
|
@@ -284,10 +272,6 @@ export declare class ApplicationSignalsClient extends __Client<
|
|
|
284
272
|
ApplicationSignalsClientResolvedConfig
|
|
285
273
|
> {
|
|
286
274
|
readonly config: ApplicationSignalsClientResolvedConfig;
|
|
287
|
-
constructor(
|
|
288
|
-
...[
|
|
289
|
-
configuration,
|
|
290
|
-
]: __CheckOptionalClientConfig<ApplicationSignalsClientConfig>
|
|
291
|
-
);
|
|
275
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ApplicationSignalsClientConfig>);
|
|
292
276
|
destroy(): void;
|
|
293
277
|
}
|
|
@@ -7,17 +7,10 @@ import { ApplicationSignalsHttpAuthSchemeProvider } from "./httpAuthSchemeProvid
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ApplicationSignalsHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: ApplicationSignalsHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): ApplicationSignalsHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { ApplicationSignalsClientResolvedConfig } from "../ApplicationSignalsClient";
|
|
15
|
-
export interface ApplicationSignalsHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface ApplicationSignalsHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface ApplicationSignalsHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface ApplicationSignalsHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ApplicationSignalsClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ApplicationSignalsHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultApplicationSignalsHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: ApplicationSignalsClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<ApplicationSignalsHttpAuthSchemeParameters>;
|
|
31
|
-
export interface ApplicationSignalsHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<ApplicationSignalsHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ApplicationSignalsHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ApplicationSignalsHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultApplicationSignalsHttpAuthSchemeProvider: ApplicationSignalsHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: ApplicationSignalsHttpAuthSchemeProvider;
|
|
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: ApplicationSignalsHttpAuthSchemeProvider;
|
|
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 "./ApplicationSignalsClient";
|
|
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
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -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[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchDeleteInstrumentationConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDeleteInstrumentationConfigurationsCommandInput
|
|
8
|
-
extends BatchDeleteInstrumentationConfigurationsRequest {}
|
|
7
|
+
export interface BatchDeleteInstrumentationConfigurationsCommandInput extends BatchDeleteInstrumentationConfigurationsRequest {}
|
|
9
8
|
export interface BatchDeleteInstrumentationConfigurationsCommandOutput
|
|
10
|
-
extends BatchDeleteInstrumentationConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchDeleteInstrumentationConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const BatchDeleteInstrumentationConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchDeleteInstrumentationConfigurationsCommandInput
|
|
12
|
+
input: BatchDeleteInstrumentationConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchDeleteInstrumentationConfigurationsCommandInput,
|
|
17
15
|
BatchDeleteInstrumentationConfigurationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchDeleteInstrumentationConfigurationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchDeleteInstrumentationConfigurationsCommandInput
|
|
21
|
+
input: BatchDeleteInstrumentationConfigurationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchDeleteInstrumentationConfigurationsCommandInput,
|
|
26
24
|
BatchDeleteInstrumentationConfigurationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchGetServiceLevelObjectiveBudgetReportOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchGetServiceLevelObjectiveBudgetReportCommandInput
|
|
8
|
-
extends BatchGetServiceLevelObjectiveBudgetReportInput {}
|
|
7
|
+
export interface BatchGetServiceLevelObjectiveBudgetReportCommandInput extends BatchGetServiceLevelObjectiveBudgetReportInput {}
|
|
9
8
|
export interface BatchGetServiceLevelObjectiveBudgetReportCommandOutput
|
|
10
|
-
extends BatchGetServiceLevelObjectiveBudgetReportOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchGetServiceLevelObjectiveBudgetReportOutput, __MetadataBearer {}
|
|
12
10
|
declare const BatchGetServiceLevelObjectiveBudgetReportCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchGetServiceLevelObjectiveBudgetReportCommandInput
|
|
12
|
+
input: BatchGetServiceLevelObjectiveBudgetReportCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchGetServiceLevelObjectiveBudgetReportCommandInput,
|
|
17
15
|
BatchGetServiceLevelObjectiveBudgetReportCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchGetServiceLevelObjectiveBudgetReportCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchGetServiceLevelObjectiveBudgetReportCommandInput
|
|
21
|
+
input: BatchGetServiceLevelObjectiveBudgetReportCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchGetServiceLevelObjectiveBudgetReportCommandInput,
|
|
26
24
|
BatchGetServiceLevelObjectiveBudgetReportCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchUpdateExclusionWindowsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchUpdateExclusionWindowsCommandInput
|
|
8
|
-
extends BatchUpdateExclusionWindowsInput {}
|
|
7
|
+
export interface BatchUpdateExclusionWindowsCommandInput extends BatchUpdateExclusionWindowsInput {}
|
|
9
8
|
export interface BatchUpdateExclusionWindowsCommandOutput
|
|
10
|
-
extends BatchUpdateExclusionWindowsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchUpdateExclusionWindowsOutput, __MetadataBearer {}
|
|
12
10
|
declare const BatchUpdateExclusionWindowsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchUpdateExclusionWindowsCommandInput
|
|
12
|
+
input: BatchUpdateExclusionWindowsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchUpdateExclusionWindowsCommandInput,
|
|
17
15
|
BatchUpdateExclusionWindowsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchUpdateExclusionWindowsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchUpdateExclusionWindowsCommandInput
|
|
21
|
+
input: BatchUpdateExclusionWindowsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchUpdateExclusionWindowsCommandInput,
|
|
26
24
|
BatchUpdateExclusionWindowsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateInstrumentationConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateInstrumentationConfigurationCommandInput
|
|
8
|
-
extends CreateInstrumentationConfigurationRequest {}
|
|
7
|
+
export interface CreateInstrumentationConfigurationCommandInput extends CreateInstrumentationConfigurationRequest {}
|
|
9
8
|
export interface CreateInstrumentationConfigurationCommandOutput
|
|
10
|
-
extends CreateInstrumentationConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateInstrumentationConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateInstrumentationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateInstrumentationConfigurationCommandInput
|
|
12
|
+
input: CreateInstrumentationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateInstrumentationConfigurationCommandInput,
|
|
17
15
|
CreateInstrumentationConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateInstrumentationConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateInstrumentationConfigurationCommandInput
|
|
21
|
+
input: CreateInstrumentationConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateInstrumentationConfigurationCommandInput,
|
|
26
24
|
CreateInstrumentationConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateServiceLevelObjectiveOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateServiceLevelObjectiveCommandInput
|
|
8
|
-
extends CreateServiceLevelObjectiveInput {}
|
|
7
|
+
export interface CreateServiceLevelObjectiveCommandInput extends CreateServiceLevelObjectiveInput {}
|
|
9
8
|
export interface CreateServiceLevelObjectiveCommandOutput
|
|
10
|
-
extends CreateServiceLevelObjectiveOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateServiceLevelObjectiveOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreateServiceLevelObjectiveCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateServiceLevelObjectiveCommandInput
|
|
12
|
+
input: CreateServiceLevelObjectiveCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateServiceLevelObjectiveCommandInput,
|
|
17
15
|
CreateServiceLevelObjectiveCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateServiceLevelObjectiveCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateServiceLevelObjectiveCommandInput
|
|
21
|
+
input: CreateServiceLevelObjectiveCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateServiceLevelObjectiveCommandInput,
|
|
26
24
|
CreateServiceLevelObjectiveCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { DeleteGroupingConfigurationOutput } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteGroupingConfigurationCommandInput {}
|
|
5
5
|
export interface DeleteGroupingConfigurationCommandOutput
|
|
6
|
-
extends DeleteGroupingConfigurationOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteGroupingConfigurationOutput, __MetadataBearer {}
|
|
8
7
|
declare const DeleteGroupingConfigurationCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: DeleteGroupingConfigurationCommandInput
|
|
9
|
+
input: DeleteGroupingConfigurationCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
DeleteGroupingConfigurationCommandInput,
|
|
13
12
|
DeleteGroupingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteInstrumentationConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteInstrumentationConfigurationCommandInput
|
|
8
|
-
extends DeleteInstrumentationConfigurationRequest {}
|
|
7
|
+
export interface DeleteInstrumentationConfigurationCommandInput extends DeleteInstrumentationConfigurationRequest {}
|
|
9
8
|
export interface DeleteInstrumentationConfigurationCommandOutput
|
|
10
|
-
extends DeleteInstrumentationConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteInstrumentationConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteInstrumentationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteInstrumentationConfigurationCommandInput
|
|
12
|
+
input: DeleteInstrumentationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteInstrumentationConfigurationCommandInput,
|
|
17
15
|
DeleteInstrumentationConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteInstrumentationConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteInstrumentationConfigurationCommandInput
|
|
21
|
+
input: DeleteInstrumentationConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteInstrumentationConfigurationCommandInput,
|
|
26
24
|
DeleteInstrumentationConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteServiceLevelObjectiveOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteServiceLevelObjectiveCommandInput
|
|
8
|
-
extends DeleteServiceLevelObjectiveInput {}
|
|
7
|
+
export interface DeleteServiceLevelObjectiveCommandInput extends DeleteServiceLevelObjectiveInput {}
|
|
9
8
|
export interface DeleteServiceLevelObjectiveCommandOutput
|
|
10
|
-
extends DeleteServiceLevelObjectiveOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteServiceLevelObjectiveOutput, __MetadataBearer {}
|
|
12
10
|
declare const DeleteServiceLevelObjectiveCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteServiceLevelObjectiveCommandInput
|
|
12
|
+
input: DeleteServiceLevelObjectiveCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteServiceLevelObjectiveCommandInput,
|
|
17
15
|
DeleteServiceLevelObjectiveCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteServiceLevelObjectiveCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteServiceLevelObjectiveCommandInput
|
|
21
|
+
input: DeleteServiceLevelObjectiveCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteServiceLevelObjectiveCommandInput,
|
|
26
24
|
DeleteServiceLevelObjectiveCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetInstrumentationConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetInstrumentationConfigurationCommandInput
|
|
8
|
-
extends GetInstrumentationConfigurationRequest {}
|
|
7
|
+
export interface GetInstrumentationConfigurationCommandInput extends GetInstrumentationConfigurationRequest {}
|
|
9
8
|
export interface GetInstrumentationConfigurationCommandOutput
|
|
10
|
-
extends GetInstrumentationConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetInstrumentationConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetInstrumentationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetInstrumentationConfigurationCommandInput
|
|
12
|
+
input: GetInstrumentationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetInstrumentationConfigurationCommandInput,
|
|
17
15
|
GetInstrumentationConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetInstrumentationConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetInstrumentationConfigurationCommandInput
|
|
21
|
+
input: GetInstrumentationConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetInstrumentationConfigurationCommandInput,
|
|
26
24
|
GetInstrumentationConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetInstrumentationConfigurationStatusResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetInstrumentationConfigurationStatusCommandInput
|
|
8
|
-
extends GetInstrumentationConfigurationStatusRequest {}
|
|
7
|
+
export interface GetInstrumentationConfigurationStatusCommandInput extends GetInstrumentationConfigurationStatusRequest {}
|
|
9
8
|
export interface GetInstrumentationConfigurationStatusCommandOutput
|
|
10
|
-
extends GetInstrumentationConfigurationStatusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetInstrumentationConfigurationStatusResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetInstrumentationConfigurationStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetInstrumentationConfigurationStatusCommandInput
|
|
12
|
+
input: GetInstrumentationConfigurationStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetInstrumentationConfigurationStatusCommandInput,
|
|
17
15
|
GetInstrumentationConfigurationStatusCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetInstrumentationConfigurationStatusCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetInstrumentationConfigurationStatusCommandInput
|
|
21
|
+
input: GetInstrumentationConfigurationStatusCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetInstrumentationConfigurationStatusCommandInput,
|
|
26
24
|
GetInstrumentationConfigurationStatusCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetServiceInput, GetServiceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetServiceCommandInput extends GetServiceInput {}
|
|
5
|
-
export interface GetServiceCommandOutput
|
|
6
|
-
extends GetServiceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetServiceCommandOutput extends GetServiceOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetServiceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetServiceCommandInput
|
|
8
|
+
input: GetServiceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetServiceCommandInput,
|
|
13
11
|
GetServiceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetServiceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetServiceCommandInput
|
|
17
|
+
input: GetServiceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetServiceCommandInput,
|
|
22
20
|
GetServiceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetServiceLevelObjectiveInput,
|
|
4
|
-
GetServiceLevelObjectiveOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetServiceLevelObjectiveInput, GetServiceLevelObjectiveOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetServiceLevelObjectiveCommandInput
|
|
8
|
-
extends GetServiceLevelObjectiveInput {}
|
|
4
|
+
export interface GetServiceLevelObjectiveCommandInput extends GetServiceLevelObjectiveInput {}
|
|
9
5
|
export interface GetServiceLevelObjectiveCommandOutput
|
|
10
|
-
extends GetServiceLevelObjectiveOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetServiceLevelObjectiveOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetServiceLevelObjectiveCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetServiceLevelObjectiveCommandInput
|
|
9
|
+
input: GetServiceLevelObjectiveCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetServiceLevelObjectiveCommandInput,
|
|
17
12
|
GetServiceLevelObjectiveCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetServiceLevelObjectiveCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetServiceLevelObjectiveCommandInput
|
|
18
|
+
input: GetServiceLevelObjectiveCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetServiceLevelObjectiveCommandInput,
|
|
26
21
|
GetServiceLevelObjectiveCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAuditFindingsInput,
|
|
4
|
-
ListAuditFindingsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAuditFindingsInput, ListAuditFindingsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListAuditFindingsCommandInput extends ListAuditFindingsInput {}
|
|
8
|
-
export interface ListAuditFindingsCommandOutput
|
|
9
|
-
extends ListAuditFindingsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAuditFindingsCommandOutput extends ListAuditFindingsOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListAuditFindingsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListAuditFindingsCommandInput
|
|
8
|
+
input: ListAuditFindingsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListAuditFindingsCommandInput,
|
|
16
11
|
ListAuditFindingsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListAuditFindingsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListAuditFindingsCommandInput
|
|
17
|
+
input: ListAuditFindingsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListAuditFindingsCommandInput,
|
|
25
20
|
ListAuditFindingsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEntityEventsInput,
|
|
4
|
-
ListEntityEventsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEntityEventsInput, ListEntityEventsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListEntityEventsCommandInput extends ListEntityEventsInput {}
|
|
8
|
-
export interface ListEntityEventsCommandOutput
|
|
9
|
-
extends ListEntityEventsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListEntityEventsCommandOutput extends ListEntityEventsOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListEntityEventsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListEntityEventsCommandInput
|
|
8
|
+
input: ListEntityEventsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListEntityEventsCommandInput,
|
|
16
11
|
ListEntityEventsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListEntityEventsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListEntityEventsCommandInput
|
|
17
|
+
input: ListEntityEventsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListEntityEventsCommandInput,
|
|
25
20
|
ListEntityEventsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListGroupingAttributeDefinitionsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListGroupingAttributeDefinitionsCommandInput
|
|
8
|
-
extends ListGroupingAttributeDefinitionsInput {}
|
|
7
|
+
export interface ListGroupingAttributeDefinitionsCommandInput extends ListGroupingAttributeDefinitionsInput {}
|
|
9
8
|
export interface ListGroupingAttributeDefinitionsCommandOutput
|
|
10
|
-
extends ListGroupingAttributeDefinitionsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListGroupingAttributeDefinitionsOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListGroupingAttributeDefinitionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListGroupingAttributeDefinitionsCommandInput
|
|
12
|
+
input: ListGroupingAttributeDefinitionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListGroupingAttributeDefinitionsCommandInput,
|
|
17
15
|
ListGroupingAttributeDefinitionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListInstrumentationConfigurationsRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListInstrumentationConfigurationsCommandInput
|
|
8
|
-
extends ListInstrumentationConfigurationsRequest {}
|
|
7
|
+
export interface ListInstrumentationConfigurationsCommandInput extends ListInstrumentationConfigurationsRequest {}
|
|
9
8
|
export interface ListInstrumentationConfigurationsCommandOutput
|
|
10
|
-
extends InstrumentationConfigurationsPage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends InstrumentationConfigurationsPage, __MetadataBearer {}
|
|
12
10
|
declare const ListInstrumentationConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListInstrumentationConfigurationsCommandInput
|
|
12
|
+
input: ListInstrumentationConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListInstrumentationConfigurationsCommandInput,
|
|
17
15
|
ListInstrumentationConfigurationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListInstrumentationConfigurationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListInstrumentationConfigurationsCommandInput
|
|
21
|
+
input: ListInstrumentationConfigurationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListInstrumentationConfigurationsCommandInput,
|
|
26
24
|
ListInstrumentationConfigurationsCommandOutput,
|