@aws-sdk/client-cloudwatch 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/CloudWatch.d.ts +169 -183
- package/dist-types/ts3.4/CloudWatchClient.d.ts +10 -34
- 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 +8 -14
- package/dist-types/ts3.4/commands/AssociateDatasetKmsKeyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateDatasetKmsKeyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- 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 +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +12 -45
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -28
- package/dist-types/ts3.4/runtimeConfig.d.ts +10 -22
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -28
- 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/waitForAlarmExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAlarmMuteRuleExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLogAlarmExists.d.ts +3 -5
- package/package.json +40 -40
|
@@ -11,16 +11,10 @@ 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
|
-
import {
|
|
21
|
-
CompressionInputConfig,
|
|
22
|
-
CompressionResolvedConfig,
|
|
23
|
-
} from "@smithy/middleware-compression";
|
|
17
|
+
import { CompressionInputConfig, CompressionResolvedConfig } from "@smithy/middleware-compression";
|
|
24
18
|
import {
|
|
25
19
|
AwsCredentialIdentityProvider,
|
|
26
20
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -120,10 +114,7 @@ import {
|
|
|
120
114
|
GetDashboardCommandInput,
|
|
121
115
|
GetDashboardCommandOutput,
|
|
122
116
|
} from "./commands/GetDashboardCommand";
|
|
123
|
-
import {
|
|
124
|
-
GetDatasetCommandInput,
|
|
125
|
-
GetDatasetCommandOutput,
|
|
126
|
-
} from "./commands/GetDatasetCommand";
|
|
117
|
+
import { GetDatasetCommandInput, GetDatasetCommandOutput } from "./commands/GetDatasetCommand";
|
|
127
118
|
import {
|
|
128
119
|
GetInsightRuleReportCommandInput,
|
|
129
120
|
GetInsightRuleReportCommandOutput,
|
|
@@ -160,10 +151,7 @@ import {
|
|
|
160
151
|
ListManagedInsightRulesCommandInput,
|
|
161
152
|
ListManagedInsightRulesCommandOutput,
|
|
162
153
|
} from "./commands/ListManagedInsightRulesCommand";
|
|
163
|
-
import {
|
|
164
|
-
ListMetricsCommandInput,
|
|
165
|
-
ListMetricsCommandOutput,
|
|
166
|
-
} from "./commands/ListMetricsCommand";
|
|
154
|
+
import { ListMetricsCommandInput, ListMetricsCommandOutput } from "./commands/ListMetricsCommand";
|
|
167
155
|
import {
|
|
168
156
|
ListMetricStreamsCommandInput,
|
|
169
157
|
ListMetricStreamsCommandOutput,
|
|
@@ -192,10 +180,7 @@ import {
|
|
|
192
180
|
PutInsightRuleCommandInput,
|
|
193
181
|
PutInsightRuleCommandOutput,
|
|
194
182
|
} from "./commands/PutInsightRuleCommand";
|
|
195
|
-
import {
|
|
196
|
-
PutLogAlarmCommandInput,
|
|
197
|
-
PutLogAlarmCommandOutput,
|
|
198
|
-
} from "./commands/PutLogAlarmCommand";
|
|
183
|
+
import { PutLogAlarmCommandInput, PutLogAlarmCommandOutput } from "./commands/PutLogAlarmCommand";
|
|
199
184
|
import {
|
|
200
185
|
PutManagedInsightRulesCommandInput,
|
|
201
186
|
PutManagedInsightRulesCommandOutput,
|
|
@@ -232,10 +217,7 @@ import {
|
|
|
232
217
|
StopOTelEnrichmentCommandInput,
|
|
233
218
|
StopOTelEnrichmentCommandOutput,
|
|
234
219
|
} from "./commands/StopOTelEnrichmentCommand";
|
|
235
|
-
import {
|
|
236
|
-
TagResourceCommandInput,
|
|
237
|
-
TagResourceCommandOutput,
|
|
238
|
-
} from "./commands/TagResourceCommand";
|
|
220
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
239
221
|
import {
|
|
240
222
|
UntagResourceCommandInput,
|
|
241
223
|
UntagResourceCommandOutput,
|
|
@@ -349,8 +331,7 @@ export type ServiceOutputTypes =
|
|
|
349
331
|
| StopOTelEnrichmentCommandOutput
|
|
350
332
|
| TagResourceCommandOutput
|
|
351
333
|
| UntagResourceCommandOutput;
|
|
352
|
-
export interface ClientDefaults
|
|
353
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
334
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
354
335
|
requestHandler?: __HttpHandlerUserInput;
|
|
355
336
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
356
337
|
urlParser?: __UrlParser;
|
|
@@ -375,9 +356,7 @@ export interface ClientDefaults
|
|
|
375
356
|
extensions?: RuntimeExtension[];
|
|
376
357
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
377
358
|
}
|
|
378
|
-
export type CloudWatchClientConfigType = Partial<
|
|
379
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
380
|
-
> &
|
|
359
|
+
export type CloudWatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
381
360
|
ClientDefaults &
|
|
382
361
|
UserAgentInputConfig &
|
|
383
362
|
RetryInputConfig &
|
|
@@ -400,8 +379,7 @@ export type CloudWatchClientResolvedConfigType =
|
|
|
400
379
|
HttpAuthSchemeResolvedConfig &
|
|
401
380
|
CompressionResolvedConfig &
|
|
402
381
|
ClientResolvedEndpointParameters;
|
|
403
|
-
export interface CloudWatchClientResolvedConfig
|
|
404
|
-
extends CloudWatchClientResolvedConfigType {}
|
|
382
|
+
export interface CloudWatchClientResolvedConfig extends CloudWatchClientResolvedConfigType {}
|
|
405
383
|
export declare class CloudWatchClient extends __Client<
|
|
406
384
|
__HttpHandlerOptions,
|
|
407
385
|
ServiceInputTypes,
|
|
@@ -409,8 +387,6 @@ export declare class CloudWatchClient extends __Client<
|
|
|
409
387
|
CloudWatchClientResolvedConfig
|
|
410
388
|
> {
|
|
411
389
|
readonly config: CloudWatchClientResolvedConfig;
|
|
412
|
-
constructor(
|
|
413
|
-
...[configuration]: __CheckOptionalClientConfig<CloudWatchClientConfig>
|
|
414
|
-
);
|
|
390
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<CloudWatchClientConfig>);
|
|
415
391
|
destroy(): void;
|
|
416
392
|
}
|
|
@@ -7,17 +7,10 @@ import { CloudWatchHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: CloudWatchHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: CloudWatchHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): CloudWatchHttpAuthSchemeProvider;
|
|
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 { CloudWatchClientResolvedConfig } from "../CloudWatchClient";
|
|
15
|
-
export interface CloudWatchHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface CloudWatchHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface CloudWatchHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface CloudWatchHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
CloudWatchClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
CloudWatchHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultCloudWatchHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: CloudWatchClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<CloudWatchHttpAuthSchemeParameters>;
|
|
31
|
-
export interface CloudWatchHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<CloudWatchHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface CloudWatchHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CloudWatchHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultCloudWatchHttpAuthSchemeProvider: CloudWatchHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: CloudWatchHttpAuthSchemeProvider;
|
|
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: CloudWatchHttpAuthSchemeProvider;
|
|
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 "./CloudWatchClient";
|
|
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
|
CloudWatchClientResolvedConfig,
|
|
@@ -38,15 +37,10 @@ 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[];
|
|
47
41
|
export declare const _mw1: (
|
|
48
42
|
Command: any,
|
|
49
43
|
cs: any,
|
|
50
44
|
config: any,
|
|
51
|
-
o: any
|
|
45
|
+
o: any,
|
|
52
46
|
) => import("@smithy/types").Pluggable<any, any>[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AssociateDatasetKmsKeyInput,
|
|
4
|
-
AssociateDatasetKmsKeyOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AssociateDatasetKmsKeyInput, AssociateDatasetKmsKeyOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateDatasetKmsKeyCommandInput
|
|
8
|
-
extends AssociateDatasetKmsKeyInput {}
|
|
4
|
+
export interface AssociateDatasetKmsKeyCommandInput extends AssociateDatasetKmsKeyInput {}
|
|
9
5
|
export interface AssociateDatasetKmsKeyCommandOutput
|
|
10
|
-
extends AssociateDatasetKmsKeyOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends AssociateDatasetKmsKeyOutput, __MetadataBearer {}
|
|
12
7
|
declare const AssociateDatasetKmsKeyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: AssociateDatasetKmsKeyCommandInput
|
|
9
|
+
input: AssociateDatasetKmsKeyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
AssociateDatasetKmsKeyCommandInput,
|
|
17
12
|
AssociateDatasetKmsKeyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const AssociateDatasetKmsKeyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: AssociateDatasetKmsKeyCommandInput
|
|
18
|
+
input: AssociateDatasetKmsKeyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
AssociateDatasetKmsKeyCommandInput,
|
|
26
21
|
AssociateDatasetKmsKeyCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteAlarmMuteRuleInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteAlarmMuteRuleCommandInput
|
|
5
|
-
extends DeleteAlarmMuteRuleInput {}
|
|
4
|
+
export interface DeleteAlarmMuteRuleCommandInput extends DeleteAlarmMuteRuleInput {}
|
|
6
5
|
export interface DeleteAlarmMuteRuleCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteAlarmMuteRuleCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteAlarmMuteRuleCommandInput
|
|
8
|
+
input: DeleteAlarmMuteRuleCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteAlarmMuteRuleCommandInput,
|
|
12
11
|
DeleteAlarmMuteRuleCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteAlarmMuteRuleCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteAlarmMuteRuleCommandInput
|
|
17
|
+
input: DeleteAlarmMuteRuleCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteAlarmMuteRuleCommandInput,
|
|
21
20
|
DeleteAlarmMuteRuleCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteAlarmsCommandInput extends DeleteAlarmsInput {}
|
|
|
5
5
|
export interface DeleteAlarmsCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteAlarmsCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteAlarmsCommandInput
|
|
8
|
+
input: DeleteAlarmsCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteAlarmsCommandInput,
|
|
11
11
|
DeleteAlarmsCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteAlarmsCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteAlarmsCommandInput
|
|
17
|
+
input: DeleteAlarmsCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteAlarmsCommandInput,
|
|
20
20
|
DeleteAlarmsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteAnomalyDetectorInput,
|
|
4
|
-
DeleteAnomalyDetectorOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteAnomalyDetectorInput, DeleteAnomalyDetectorOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteAnomalyDetectorCommandInput
|
|
8
|
-
extends DeleteAnomalyDetectorInput {}
|
|
4
|
+
export interface DeleteAnomalyDetectorCommandInput extends DeleteAnomalyDetectorInput {}
|
|
9
5
|
export interface DeleteAnomalyDetectorCommandOutput
|
|
10
|
-
extends DeleteAnomalyDetectorOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteAnomalyDetectorOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteAnomalyDetectorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteAnomalyDetectorCommandInput
|
|
9
|
+
input: DeleteAnomalyDetectorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteAnomalyDetectorCommandInput,
|
|
17
12
|
DeleteAnomalyDetectorCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDashboardsInput,
|
|
4
|
-
DeleteDashboardsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDashboardsInput, DeleteDashboardsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDashboardsCommandInput extends DeleteDashboardsInput {}
|
|
8
|
-
export interface DeleteDashboardsCommandOutput
|
|
9
|
-
extends DeleteDashboardsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDashboardsCommandOutput extends DeleteDashboardsOutput, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDashboardsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDashboardsCommandInput
|
|
8
|
+
input: DeleteDashboardsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDashboardsCommandInput,
|
|
16
11
|
DeleteDashboardsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDashboardsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDashboardsCommandInput
|
|
17
|
+
input: DeleteDashboardsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDashboardsCommandInput,
|
|
25
20
|
DeleteDashboardsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteInsightRulesInput,
|
|
4
|
-
DeleteInsightRulesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteInsightRulesInput, DeleteInsightRulesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteInsightRulesCommandInput
|
|
8
|
-
extends DeleteInsightRulesInput {}
|
|
4
|
+
export interface DeleteInsightRulesCommandInput extends DeleteInsightRulesInput {}
|
|
9
5
|
export interface DeleteInsightRulesCommandOutput
|
|
10
|
-
extends DeleteInsightRulesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteInsightRulesOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteInsightRulesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteInsightRulesCommandInput
|
|
9
|
+
input: DeleteInsightRulesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteInsightRulesCommandInput,
|
|
17
12
|
DeleteInsightRulesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteInsightRulesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteInsightRulesCommandInput
|
|
18
|
+
input: DeleteInsightRulesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteInsightRulesCommandInput,
|
|
26
21
|
DeleteInsightRulesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteMetricStreamInput,
|
|
4
|
-
DeleteMetricStreamOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteMetricStreamInput, DeleteMetricStreamOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteMetricStreamCommandInput
|
|
8
|
-
extends DeleteMetricStreamInput {}
|
|
4
|
+
export interface DeleteMetricStreamCommandInput extends DeleteMetricStreamInput {}
|
|
9
5
|
export interface DeleteMetricStreamCommandOutput
|
|
10
|
-
extends DeleteMetricStreamOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteMetricStreamOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteMetricStreamCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteMetricStreamCommandInput
|
|
9
|
+
input: DeleteMetricStreamCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteMetricStreamCommandInput,
|
|
17
12
|
DeleteMetricStreamCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteMetricStreamCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteMetricStreamCommandInput
|
|
18
|
+
input: DeleteMetricStreamCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteMetricStreamCommandInput,
|
|
26
21
|
DeleteMetricStreamCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeAlarmContributorsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAlarmContributorsCommandInput
|
|
8
|
-
extends DescribeAlarmContributorsInput {}
|
|
7
|
+
export interface DescribeAlarmContributorsCommandInput extends DescribeAlarmContributorsInput {}
|
|
9
8
|
export interface DescribeAlarmContributorsCommandOutput
|
|
10
|
-
extends DescribeAlarmContributorsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeAlarmContributorsOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeAlarmContributorsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeAlarmContributorsCommandInput
|
|
12
|
+
input: DescribeAlarmContributorsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeAlarmContributorsCommandInput,
|
|
17
15
|
DescribeAlarmContributorsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeAlarmContributorsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeAlarmContributorsCommandInput
|
|
21
|
+
input: DescribeAlarmContributorsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeAlarmContributorsCommandInput,
|
|
26
24
|
DescribeAlarmContributorsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAlarmHistoryInput,
|
|
4
|
-
DescribeAlarmHistoryOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeAlarmHistoryInput, DescribeAlarmHistoryOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAlarmHistoryCommandInput
|
|
8
|
-
extends DescribeAlarmHistoryInput {}
|
|
4
|
+
export interface DescribeAlarmHistoryCommandInput extends DescribeAlarmHistoryInput {}
|
|
9
5
|
export interface DescribeAlarmHistoryCommandOutput
|
|
10
|
-
extends DescribeAlarmHistoryOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeAlarmHistoryOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeAlarmHistoryCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeAlarmHistoryCommandInput
|
|
9
|
+
input: DescribeAlarmHistoryCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeAlarmHistoryCommandInput,
|
|
17
12
|
DescribeAlarmHistoryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeAlarmsCommandInput extends DescribeAlarmsInput {}
|
|
5
|
-
export interface DescribeAlarmsCommandOutput
|
|
6
|
-
extends DescribeAlarmsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeAlarmsCommandOutput extends DescribeAlarmsOutput, __MetadataBearer {}
|
|
8
6
|
declare const DescribeAlarmsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeAlarmsCommandInput
|
|
8
|
+
input: DescribeAlarmsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeAlarmsCommandInput,
|
|
13
11
|
DescribeAlarmsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAlarmsForMetricInput,
|
|
4
|
-
DescribeAlarmsForMetricOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeAlarmsForMetricInput, DescribeAlarmsForMetricOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAlarmsForMetricCommandInput
|
|
8
|
-
extends DescribeAlarmsForMetricInput {}
|
|
4
|
+
export interface DescribeAlarmsForMetricCommandInput extends DescribeAlarmsForMetricInput {}
|
|
9
5
|
export interface DescribeAlarmsForMetricCommandOutput
|
|
10
|
-
extends DescribeAlarmsForMetricOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeAlarmsForMetricOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeAlarmsForMetricCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeAlarmsForMetricCommandInput
|
|
9
|
+
input: DescribeAlarmsForMetricCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeAlarmsForMetricCommandInput,
|
|
17
12
|
DescribeAlarmsForMetricCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeAlarmsForMetricCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeAlarmsForMetricCommandInput
|
|
18
|
+
input: DescribeAlarmsForMetricCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeAlarmsForMetricCommandInput,
|
|
26
21
|
DescribeAlarmsForMetricCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAnomalyDetectorsInput,
|
|
4
|
-
DescribeAnomalyDetectorsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeAnomalyDetectorsInput, DescribeAnomalyDetectorsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAnomalyDetectorsCommandInput
|
|
8
|
-
extends DescribeAnomalyDetectorsInput {}
|
|
4
|
+
export interface DescribeAnomalyDetectorsCommandInput extends DescribeAnomalyDetectorsInput {}
|
|
9
5
|
export interface DescribeAnomalyDetectorsCommandOutput
|
|
10
|
-
extends DescribeAnomalyDetectorsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeAnomalyDetectorsOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeAnomalyDetectorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeAnomalyDetectorsCommandInput
|
|
9
|
+
input: DescribeAnomalyDetectorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeAnomalyDetectorsCommandInput,
|
|
17
12
|
DescribeAnomalyDetectorsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeInsightRulesInput,
|
|
4
|
-
DescribeInsightRulesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeInsightRulesInput, DescribeInsightRulesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeInsightRulesCommandInput
|
|
8
|
-
extends DescribeInsightRulesInput {}
|
|
4
|
+
export interface DescribeInsightRulesCommandInput extends DescribeInsightRulesInput {}
|
|
9
5
|
export interface DescribeInsightRulesCommandOutput
|
|
10
|
-
extends DescribeInsightRulesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeInsightRulesOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeInsightRulesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeInsightRulesCommandInput
|
|
9
|
+
input: DescribeInsightRulesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeInsightRulesCommandInput,
|
|
17
12
|
DescribeInsightRulesCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DisableAlarmActionsInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DisableAlarmActionsCommandInput
|
|
5
|
-
extends DisableAlarmActionsInput {}
|
|
4
|
+
export interface DisableAlarmActionsCommandInput extends DisableAlarmActionsInput {}
|
|
6
5
|
export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DisableAlarmActionsCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DisableAlarmActionsCommandInput
|
|
8
|
+
input: DisableAlarmActionsCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DisableAlarmActionsCommandInput,
|
|
12
11
|
DisableAlarmActionsCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DisableAlarmActionsCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DisableAlarmActionsCommandInput
|
|
17
|
+
input: DisableAlarmActionsCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DisableAlarmActionsCommandInput,
|
|
21
20
|
DisableAlarmActionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DisableInsightRulesInput,
|
|
4
|
-
DisableInsightRulesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DisableInsightRulesInput, DisableInsightRulesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisableInsightRulesCommandInput
|
|
8
|
-
extends DisableInsightRulesInput {}
|
|
4
|
+
export interface DisableInsightRulesCommandInput extends DisableInsightRulesInput {}
|
|
9
5
|
export interface DisableInsightRulesCommandOutput
|
|
10
|
-
extends DisableInsightRulesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DisableInsightRulesOutput, __MetadataBearer {}
|
|
12
7
|
declare const DisableInsightRulesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DisableInsightRulesCommandInput
|
|
9
|
+
input: DisableInsightRulesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DisableInsightRulesCommandInput,
|
|
17
12
|
DisableInsightRulesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DisableInsightRulesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DisableInsightRulesCommandInput
|
|
18
|
+
input: DisableInsightRulesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DisableInsightRulesCommandInput,
|
|
26
21
|
DisableInsightRulesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateDatasetKmsKeyOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateDatasetKmsKeyCommandInput
|
|
8
|
-
extends DisassociateDatasetKmsKeyInput {}
|
|
7
|
+
export interface DisassociateDatasetKmsKeyCommandInput extends DisassociateDatasetKmsKeyInput {}
|
|
9
8
|
export interface DisassociateDatasetKmsKeyCommandOutput
|
|
10
|
-
extends DisassociateDatasetKmsKeyOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateDatasetKmsKeyOutput, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateDatasetKmsKeyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateDatasetKmsKeyCommandInput
|
|
12
|
+
input: DisassociateDatasetKmsKeyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateDatasetKmsKeyCommandInput,
|
|
17
15
|
DisassociateDatasetKmsKeyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateDatasetKmsKeyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateDatasetKmsKeyCommandInput
|
|
21
|
+
input: DisassociateDatasetKmsKeyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateDatasetKmsKeyCommandInput,
|
|
26
24
|
DisassociateDatasetKmsKeyCommandOutput,
|