@aws-sdk/client-amp 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Amp.d.ts +143 -188
- package/dist-types/ts3.4/AmpClient.d.ts +14 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAnomalyDetectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAnomalyDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +5 -10
- 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/UpdateLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.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 +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAnomalyDetectorActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAnomalyDetectorDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForScraperActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForScraperDeleted.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForWorkspaceActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForWorkspaceDeleted.d.ts +3 -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 {
|
|
@@ -180,10 +177,7 @@ import {
|
|
|
180
177
|
PutRuleGroupsNamespaceCommandInput,
|
|
181
178
|
PutRuleGroupsNamespaceCommandOutput,
|
|
182
179
|
} from "./commands/PutRuleGroupsNamespaceCommand";
|
|
183
|
-
import {
|
|
184
|
-
TagResourceCommandInput,
|
|
185
|
-
TagResourceCommandOutput,
|
|
186
|
-
} from "./commands/TagResourceCommand";
|
|
180
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
187
181
|
import {
|
|
188
182
|
UntagResourceCommandInput,
|
|
189
183
|
UntagResourceCommandOutput,
|
|
@@ -309,8 +303,7 @@ export type ServiceOutputTypes =
|
|
|
309
303
|
| UpdateScraperLoggingConfigurationCommandOutput
|
|
310
304
|
| UpdateWorkspaceAliasCommandOutput
|
|
311
305
|
| UpdateWorkspaceConfigurationCommandOutput;
|
|
312
|
-
export interface ClientDefaults
|
|
313
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
306
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
314
307
|
requestHandler?: __HttpHandlerUserInput;
|
|
315
308
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
316
309
|
urlParser?: __UrlParser;
|
|
@@ -335,9 +328,7 @@ export interface ClientDefaults
|
|
|
335
328
|
extensions?: RuntimeExtension[];
|
|
336
329
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
337
330
|
}
|
|
338
|
-
export type AmpClientConfigType = Partial<
|
|
339
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
340
|
-
> &
|
|
331
|
+
export type AmpClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
341
332
|
ClientDefaults &
|
|
342
333
|
UserAgentInputConfig &
|
|
343
334
|
RetryInputConfig &
|
|
@@ -347,17 +338,16 @@ export type AmpClientConfigType = Partial<
|
|
|
347
338
|
HttpAuthSchemeInputConfig &
|
|
348
339
|
ClientInputEndpointParameters;
|
|
349
340
|
export interface AmpClientConfig extends AmpClientConfigType {}
|
|
350
|
-
export type AmpClientResolvedConfigType =
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
ClientResolvedEndpointParameters;
|
|
341
|
+
export type AmpClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
342
|
+
Required<ClientDefaults> &
|
|
343
|
+
RuntimeExtensionsConfig &
|
|
344
|
+
UserAgentResolvedConfig &
|
|
345
|
+
RetryResolvedConfig &
|
|
346
|
+
RegionResolvedConfig &
|
|
347
|
+
HostHeaderResolvedConfig &
|
|
348
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
349
|
+
HttpAuthSchemeResolvedConfig &
|
|
350
|
+
ClientResolvedEndpointParameters;
|
|
361
351
|
export interface AmpClientResolvedConfig extends AmpClientResolvedConfigType {}
|
|
362
352
|
export declare class AmpClient extends __Client<
|
|
363
353
|
__HttpHandlerOptions,
|
|
@@ -7,17 +7,10 @@ import { AmpHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: AmpHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: AmpHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): AmpHttpAuthSchemeProvider;
|
|
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;
|
|
@@ -15,32 +15,29 @@ import { AmpClientResolvedConfig } from "../AmpClient";
|
|
|
15
15
|
export interface AmpHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
16
16
|
region?: string;
|
|
17
17
|
}
|
|
18
|
-
export interface AmpHttpAuthSchemeParametersProvider
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {}
|
|
18
|
+
export interface AmpHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
AmpClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
AmpHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
25
24
|
export declare const defaultAmpHttpAuthSchemeParametersProvider: (
|
|
26
25
|
config: AmpClientResolvedConfig,
|
|
27
26
|
context: HandlerExecutionContext,
|
|
28
|
-
input: object
|
|
27
|
+
input: object,
|
|
29
28
|
) => Promise<AmpHttpAuthSchemeParameters>;
|
|
30
|
-
export interface AmpHttpAuthSchemeProvider
|
|
31
|
-
extends HttpAuthSchemeProvider<AmpHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface AmpHttpAuthSchemeProvider extends HttpAuthSchemeProvider<AmpHttpAuthSchemeParameters> {}
|
|
32
30
|
export declare const defaultAmpHttpAuthSchemeProvider: AmpHttpAuthSchemeProvider;
|
|
33
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
35
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
36
34
|
httpAuthSchemeProvider?: AmpHttpAuthSchemeProvider;
|
|
37
35
|
}
|
|
38
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
39
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
40
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
41
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
42
39
|
readonly httpAuthSchemeProvider: AmpHttpAuthSchemeProvider;
|
|
43
40
|
}
|
|
44
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
45
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
46
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./AmpClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./AmpClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
AmpClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateAlertManagerDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAlertManagerDefinitionCommandInput
|
|
8
|
-
extends CreateAlertManagerDefinitionRequest {}
|
|
7
|
+
export interface CreateAlertManagerDefinitionCommandInput extends CreateAlertManagerDefinitionRequest {}
|
|
9
8
|
export interface CreateAlertManagerDefinitionCommandOutput
|
|
10
|
-
extends CreateAlertManagerDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateAlertManagerDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateAlertManagerDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateAlertManagerDefinitionCommandInput
|
|
12
|
+
input: CreateAlertManagerDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateAlertManagerDefinitionCommandInput,
|
|
17
15
|
CreateAlertManagerDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateAlertManagerDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateAlertManagerDefinitionCommandInput
|
|
21
|
+
input: CreateAlertManagerDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateAlertManagerDefinitionCommandInput,
|
|
26
24
|
CreateAlertManagerDefinitionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateAnomalyDetectorRequest,
|
|
4
|
-
CreateAnomalyDetectorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateAnomalyDetectorRequest, CreateAnomalyDetectorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAnomalyDetectorCommandInput
|
|
8
|
-
extends CreateAnomalyDetectorRequest {}
|
|
4
|
+
export interface CreateAnomalyDetectorCommandInput extends CreateAnomalyDetectorRequest {}
|
|
9
5
|
export interface CreateAnomalyDetectorCommandOutput
|
|
10
|
-
extends CreateAnomalyDetectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateAnomalyDetectorResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateAnomalyDetectorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateAnomalyDetectorCommandInput
|
|
9
|
+
input: CreateAnomalyDetectorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateAnomalyDetectorCommandInput,
|
|
17
12
|
CreateAnomalyDetectorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateAnomalyDetectorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateAnomalyDetectorCommandInput
|
|
18
|
+
input: CreateAnomalyDetectorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateAnomalyDetectorCommandInput,
|
|
26
21
|
CreateAnomalyDetectorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateLoggingConfigurationCommandInput
|
|
8
|
-
extends CreateLoggingConfigurationRequest {}
|
|
7
|
+
export interface CreateLoggingConfigurationCommandInput extends CreateLoggingConfigurationRequest {}
|
|
9
8
|
export interface CreateLoggingConfigurationCommandOutput
|
|
10
|
-
extends CreateLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateLoggingConfigurationCommandInput
|
|
12
|
+
input: CreateLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateLoggingConfigurationCommandInput,
|
|
17
15
|
CreateLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateLoggingConfigurationCommandInput
|
|
21
|
+
input: CreateLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateLoggingConfigurationCommandInput,
|
|
26
24
|
CreateLoggingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateQueryLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateQueryLoggingConfigurationCommandInput
|
|
8
|
-
extends CreateQueryLoggingConfigurationRequest {}
|
|
7
|
+
export interface CreateQueryLoggingConfigurationCommandInput extends CreateQueryLoggingConfigurationRequest {}
|
|
9
8
|
export interface CreateQueryLoggingConfigurationCommandOutput
|
|
10
|
-
extends CreateQueryLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateQueryLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateQueryLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateQueryLoggingConfigurationCommandInput
|
|
12
|
+
input: CreateQueryLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateQueryLoggingConfigurationCommandInput,
|
|
17
15
|
CreateQueryLoggingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateQueryLoggingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateQueryLoggingConfigurationCommandInput
|
|
21
|
+
input: CreateQueryLoggingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateQueryLoggingConfigurationCommandInput,
|
|
26
24
|
CreateQueryLoggingConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateRuleGroupsNamespaceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateRuleGroupsNamespaceCommandInput
|
|
8
|
-
extends CreateRuleGroupsNamespaceRequest {}
|
|
7
|
+
export interface CreateRuleGroupsNamespaceCommandInput extends CreateRuleGroupsNamespaceRequest {}
|
|
9
8
|
export interface CreateRuleGroupsNamespaceCommandOutput
|
|
10
|
-
extends CreateRuleGroupsNamespaceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateRuleGroupsNamespaceResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateRuleGroupsNamespaceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateRuleGroupsNamespaceCommandInput
|
|
12
|
+
input: CreateRuleGroupsNamespaceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateRuleGroupsNamespaceCommandInput,
|
|
17
15
|
CreateRuleGroupsNamespaceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateRuleGroupsNamespaceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateRuleGroupsNamespaceCommandInput
|
|
21
|
+
input: CreateRuleGroupsNamespaceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateRuleGroupsNamespaceCommandInput,
|
|
26
24
|
CreateRuleGroupsNamespaceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateScraperRequest,
|
|
4
|
-
CreateScraperResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateScraperRequest, CreateScraperResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateScraperCommandInput extends CreateScraperRequest {}
|
|
8
|
-
export interface CreateScraperCommandOutput
|
|
9
|
-
extends CreateScraperResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateScraperCommandOutput extends CreateScraperResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateScraperCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateScraperCommandInput
|
|
8
|
+
input: CreateScraperCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateScraperCommandInput,
|
|
16
11
|
CreateScraperCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateScraperCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateScraperCommandInput
|
|
17
|
+
input: CreateScraperCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateScraperCommandInput,
|
|
25
20
|
CreateScraperCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateWorkspaceRequest,
|
|
4
|
-
CreateWorkspaceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
|
|
8
|
-
export interface CreateWorkspaceCommandOutput
|
|
9
|
-
extends CreateWorkspaceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateWorkspaceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateWorkspaceCommandInput
|
|
8
|
+
input: CreateWorkspaceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateWorkspaceCommandInput,
|
|
16
11
|
CreateWorkspaceCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteAlertManagerDefinitionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteAlertManagerDefinitionCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteAlertManagerDefinitionCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteAlertManagerDefinitionCommandInput extends DeleteAlertManagerDefinitionRequest {}
|
|
5
|
+
export interface DeleteAlertManagerDefinitionCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteAlertManagerDefinitionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteAlertManagerDefinitionCommandInput
|
|
8
|
+
input: DeleteAlertManagerDefinitionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteAlertManagerDefinitionCommandInput,
|
|
13
11
|
DeleteAlertManagerDefinitionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteAlertManagerDefinitionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteAlertManagerDefinitionCommandInput
|
|
17
|
+
input: DeleteAlertManagerDefinitionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteAlertManagerDefinitionCommandInput,
|
|
22
20
|
DeleteAlertManagerDefinitionCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteAnomalyDetectorRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteAnomalyDetectorCommandInput
|
|
5
|
-
extends DeleteAnomalyDetectorRequest {}
|
|
4
|
+
export interface DeleteAnomalyDetectorCommandInput extends DeleteAnomalyDetectorRequest {}
|
|
6
5
|
export interface DeleteAnomalyDetectorCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteAnomalyDetectorCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteAnomalyDetectorCommandInput
|
|
8
|
+
input: DeleteAnomalyDetectorCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteAnomalyDetectorCommandInput,
|
|
12
11
|
DeleteAnomalyDetectorCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteAnomalyDetectorCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteAnomalyDetectorCommandInput
|
|
17
|
+
input: DeleteAnomalyDetectorCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteAnomalyDetectorCommandInput,
|
|
21
20
|
DeleteAnomalyDetectorCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteLoggingConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteLoggingConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteLoggingConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteLoggingConfigurationCommandInput extends DeleteLoggingConfigurationRequest {}
|
|
5
|
+
export interface DeleteLoggingConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteLoggingConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteLoggingConfigurationCommandInput
|
|
8
|
+
input: DeleteLoggingConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteLoggingConfigurationCommandInput,
|
|
13
11
|
DeleteLoggingConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteLoggingConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteLoggingConfigurationCommandInput
|
|
17
|
+
input: DeleteLoggingConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteLoggingConfigurationCommandInput,
|
|
22
20
|
DeleteLoggingConfigurationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteQueryLoggingConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteQueryLoggingConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteQueryLoggingConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteQueryLoggingConfigurationCommandInput extends DeleteQueryLoggingConfigurationRequest {}
|
|
5
|
+
export interface DeleteQueryLoggingConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteQueryLoggingConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteQueryLoggingConfigurationCommandInput
|
|
8
|
+
input: DeleteQueryLoggingConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteQueryLoggingConfigurationCommandInput,
|
|
13
11
|
DeleteQueryLoggingConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteQueryLoggingConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteQueryLoggingConfigurationCommandInput
|
|
17
|
+
input: DeleteQueryLoggingConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteQueryLoggingConfigurationCommandInput,
|
|
22
20
|
DeleteQueryLoggingConfigurationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteResourcePolicyRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteResourcePolicyCommandInput
|
|
5
|
-
extends DeleteResourcePolicyRequest {}
|
|
4
|
+
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {}
|
|
6
5
|
export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteResourcePolicyCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteResourcePolicyCommandInput
|
|
8
|
+
input: DeleteResourcePolicyCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteResourcePolicyCommandInput,
|
|
12
11
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteResourcePolicyCommandInput
|
|
17
|
+
input: DeleteResourcePolicyCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteResourcePolicyCommandInput,
|
|
21
20
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteRuleGroupsNamespaceRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteRuleGroupsNamespaceCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteRuleGroupsNamespaceCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteRuleGroupsNamespaceCommandInput extends DeleteRuleGroupsNamespaceRequest {}
|
|
5
|
+
export interface DeleteRuleGroupsNamespaceCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteRuleGroupsNamespaceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteRuleGroupsNamespaceCommandInput
|
|
8
|
+
input: DeleteRuleGroupsNamespaceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteRuleGroupsNamespaceCommandInput,
|
|
13
11
|
DeleteRuleGroupsNamespaceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteRuleGroupsNamespaceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteRuleGroupsNamespaceCommandInput
|
|
17
|
+
input: DeleteRuleGroupsNamespaceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteRuleGroupsNamespaceCommandInput,
|
|
22
20
|
DeleteRuleGroupsNamespaceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteScraperRequest,
|
|
4
|
-
DeleteScraperResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteScraperRequest, DeleteScraperResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteScraperCommandInput extends DeleteScraperRequest {}
|
|
8
|
-
export interface DeleteScraperCommandOutput
|
|
9
|
-
extends DeleteScraperResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteScraperCommandOutput extends DeleteScraperResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteScraperCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteScraperCommandInput
|
|
8
|
+
input: DeleteScraperCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteScraperCommandInput,
|
|
16
11
|
DeleteScraperCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteScraperCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteScraperCommandInput
|
|
17
|
+
input: DeleteScraperCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteScraperCommandInput,
|
|
25
20
|
DeleteScraperCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteScraperLoggingConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteScraperLoggingConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteScraperLoggingConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteScraperLoggingConfigurationCommandInput extends DeleteScraperLoggingConfigurationRequest {}
|
|
5
|
+
export interface DeleteScraperLoggingConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteScraperLoggingConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteScraperLoggingConfigurationCommandInput
|
|
8
|
+
input: DeleteScraperLoggingConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteScraperLoggingConfigurationCommandInput,
|
|
13
11
|
DeleteScraperLoggingConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteScraperLoggingConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteScraperLoggingConfigurationCommandInput
|
|
17
|
+
input: DeleteScraperLoggingConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteScraperLoggingConfigurationCommandInput,
|
|
22
20
|
DeleteScraperLoggingConfigurationCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
|
|
|
5
5
|
export interface DeleteWorkspaceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteWorkspaceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteWorkspaceCommandInput
|
|
8
|
+
input: DeleteWorkspaceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteWorkspaceCommandInput,
|
|
11
11
|
DeleteWorkspaceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteWorkspaceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteWorkspaceCommandInput
|
|
17
|
+
input: DeleteWorkspaceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteWorkspaceCommandInput,
|
|
20
20
|
DeleteWorkspaceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeAlertManagerDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAlertManagerDefinitionCommandInput
|
|
8
|
-
extends DescribeAlertManagerDefinitionRequest {}
|
|
7
|
+
export interface DescribeAlertManagerDefinitionCommandInput extends DescribeAlertManagerDefinitionRequest {}
|
|
9
8
|
export interface DescribeAlertManagerDefinitionCommandOutput
|
|
10
|
-
extends DescribeAlertManagerDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeAlertManagerDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeAlertManagerDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeAlertManagerDefinitionCommandInput
|
|
12
|
+
input: DescribeAlertManagerDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeAlertManagerDefinitionCommandInput,
|
|
17
15
|
DescribeAlertManagerDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeAlertManagerDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeAlertManagerDefinitionCommandInput
|
|
21
|
+
input: DescribeAlertManagerDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeAlertManagerDefinitionCommandInput,
|
|
26
24
|
DescribeAlertManagerDefinitionCommandOutput,
|