@aws-sdk/client-observabilityadmin 3.1086.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/ObservabilityAdmin.d.ts +128 -215
- package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +6 -19
- 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/CreateCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.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 +7 -21
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -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 {
|
|
@@ -164,10 +161,7 @@ import {
|
|
|
164
161
|
StopTelemetryEvaluationForOrganizationCommandInput,
|
|
165
162
|
StopTelemetryEvaluationForOrganizationCommandOutput,
|
|
166
163
|
} from "./commands/StopTelemetryEvaluationForOrganizationCommand";
|
|
167
|
-
import {
|
|
168
|
-
TagResourceCommandInput,
|
|
169
|
-
TagResourceCommandOutput,
|
|
170
|
-
} from "./commands/TagResourceCommand";
|
|
164
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
171
165
|
import {
|
|
172
166
|
TestTelemetryPipelineCommandInput,
|
|
173
167
|
TestTelemetryPipelineCommandOutput,
|
|
@@ -285,8 +279,7 @@ export type ServiceOutputTypes =
|
|
|
285
279
|
| UpdateTelemetryRuleCommandOutput
|
|
286
280
|
| UpdateTelemetryRuleForOrganizationCommandOutput
|
|
287
281
|
| ValidateTelemetryPipelineConfigurationCommandOutput;
|
|
288
|
-
export interface ClientDefaults
|
|
289
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
282
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
290
283
|
requestHandler?: __HttpHandlerUserInput;
|
|
291
284
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
292
285
|
urlParser?: __UrlParser;
|
|
@@ -322,8 +315,7 @@ export type ObservabilityAdminClientConfigType = Partial<
|
|
|
322
315
|
EndpointInputConfig<EndpointParameters> &
|
|
323
316
|
HttpAuthSchemeInputConfig &
|
|
324
317
|
ClientInputEndpointParameters;
|
|
325
|
-
export interface ObservabilityAdminClientConfig
|
|
326
|
-
extends ObservabilityAdminClientConfigType {}
|
|
318
|
+
export interface ObservabilityAdminClientConfig extends ObservabilityAdminClientConfigType {}
|
|
327
319
|
export type ObservabilityAdminClientResolvedConfigType =
|
|
328
320
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
329
321
|
Required<ClientDefaults> &
|
|
@@ -335,8 +327,7 @@ export type ObservabilityAdminClientResolvedConfigType =
|
|
|
335
327
|
EndpointResolvedConfig<EndpointParameters> &
|
|
336
328
|
HttpAuthSchemeResolvedConfig &
|
|
337
329
|
ClientResolvedEndpointParameters;
|
|
338
|
-
export interface ObservabilityAdminClientResolvedConfig
|
|
339
|
-
extends ObservabilityAdminClientResolvedConfigType {}
|
|
330
|
+
export interface ObservabilityAdminClientResolvedConfig extends ObservabilityAdminClientResolvedConfigType {}
|
|
340
331
|
export declare class ObservabilityAdminClient extends __Client<
|
|
341
332
|
__HttpHandlerOptions,
|
|
342
333
|
ServiceInputTypes,
|
|
@@ -344,10 +335,6 @@ export declare class ObservabilityAdminClient extends __Client<
|
|
|
344
335
|
ObservabilityAdminClientResolvedConfig
|
|
345
336
|
> {
|
|
346
337
|
readonly config: ObservabilityAdminClientResolvedConfig;
|
|
347
|
-
constructor(
|
|
348
|
-
...[
|
|
349
|
-
configuration,
|
|
350
|
-
]: __CheckOptionalClientConfig<ObservabilityAdminClientConfig>
|
|
351
|
-
);
|
|
338
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ObservabilityAdminClientConfig>);
|
|
352
339
|
destroy(): void;
|
|
353
340
|
}
|
|
@@ -7,17 +7,10 @@ import { ObservabilityAdminHttpAuthSchemeProvider } from "./httpAuthSchemeProvid
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ObservabilityAdminHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: ObservabilityAdminHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): ObservabilityAdminHttpAuthSchemeProvider;
|
|
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 { ObservabilityAdminClientResolvedConfig } from "../ObservabilityAdminClient";
|
|
15
|
-
export interface ObservabilityAdminHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface ObservabilityAdminHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface ObservabilityAdminHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface ObservabilityAdminHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ObservabilityAdminClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ObservabilityAdminHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultObservabilityAdminHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: ObservabilityAdminClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<ObservabilityAdminHttpAuthSchemeParameters>;
|
|
31
|
-
export interface ObservabilityAdminHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<ObservabilityAdminHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ObservabilityAdminHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ObservabilityAdminHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultObservabilityAdminHttpAuthSchemeProvider: ObservabilityAdminHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: ObservabilityAdminHttpAuthSchemeProvider;
|
|
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: ObservabilityAdminHttpAuthSchemeProvider;
|
|
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 "./ObservabilityAdminClient";
|
|
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
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -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
|
CreateCentralizationRuleForOrganizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateCentralizationRuleForOrganizationCommandInput
|
|
8
|
-
extends CreateCentralizationRuleForOrganizationInput {}
|
|
7
|
+
export interface CreateCentralizationRuleForOrganizationCommandInput extends CreateCentralizationRuleForOrganizationInput {}
|
|
9
8
|
export interface CreateCentralizationRuleForOrganizationCommandOutput
|
|
10
|
-
extends CreateCentralizationRuleForOrganizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateCentralizationRuleForOrganizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreateCentralizationRuleForOrganizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateCentralizationRuleForOrganizationCommandInput
|
|
12
|
+
input: CreateCentralizationRuleForOrganizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateCentralizationRuleForOrganizationCommandInput,
|
|
17
15
|
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateCentralizationRuleForOrganizationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateCentralizationRuleForOrganizationCommandInput
|
|
21
|
+
input: CreateCentralizationRuleForOrganizationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateCentralizationRuleForOrganizationCommandInput,
|
|
26
24
|
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateS3TableIntegrationInput,
|
|
4
|
-
CreateS3TableIntegrationOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateS3TableIntegrationInput, CreateS3TableIntegrationOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateS3TableIntegrationCommandInput
|
|
8
|
-
extends CreateS3TableIntegrationInput {}
|
|
4
|
+
export interface CreateS3TableIntegrationCommandInput extends CreateS3TableIntegrationInput {}
|
|
9
5
|
export interface CreateS3TableIntegrationCommandOutput
|
|
10
|
-
extends CreateS3TableIntegrationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateS3TableIntegrationOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateS3TableIntegrationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateS3TableIntegrationCommandInput
|
|
9
|
+
input: CreateS3TableIntegrationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateS3TableIntegrationCommandInput,
|
|
17
12
|
CreateS3TableIntegrationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateS3TableIntegrationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateS3TableIntegrationCommandInput
|
|
18
|
+
input: CreateS3TableIntegrationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateS3TableIntegrationCommandInput,
|
|
26
21
|
CreateS3TableIntegrationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateTelemetryPipelineInput,
|
|
4
|
-
CreateTelemetryPipelineOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateTelemetryPipelineInput, CreateTelemetryPipelineOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateTelemetryPipelineCommandInput
|
|
8
|
-
extends CreateTelemetryPipelineInput {}
|
|
4
|
+
export interface CreateTelemetryPipelineCommandInput extends CreateTelemetryPipelineInput {}
|
|
9
5
|
export interface CreateTelemetryPipelineCommandOutput
|
|
10
|
-
extends CreateTelemetryPipelineOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateTelemetryPipelineOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateTelemetryPipelineCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateTelemetryPipelineCommandInput
|
|
9
|
+
input: CreateTelemetryPipelineCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateTelemetryPipelineCommandInput,
|
|
17
12
|
CreateTelemetryPipelineCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateTelemetryPipelineCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateTelemetryPipelineCommandInput
|
|
18
|
+
input: CreateTelemetryPipelineCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateTelemetryPipelineCommandInput,
|
|
26
21
|
CreateTelemetryPipelineCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateTelemetryRuleInput,
|
|
4
|
-
CreateTelemetryRuleOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateTelemetryRuleInput, CreateTelemetryRuleOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateTelemetryRuleCommandInput
|
|
8
|
-
extends CreateTelemetryRuleInput {}
|
|
4
|
+
export interface CreateTelemetryRuleCommandInput extends CreateTelemetryRuleInput {}
|
|
9
5
|
export interface CreateTelemetryRuleCommandOutput
|
|
10
|
-
extends CreateTelemetryRuleOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateTelemetryRuleOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateTelemetryRuleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateTelemetryRuleCommandInput
|
|
9
|
+
input: CreateTelemetryRuleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateTelemetryRuleCommandInput,
|
|
17
12
|
CreateTelemetryRuleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateTelemetryRuleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateTelemetryRuleCommandInput
|
|
18
|
+
input: CreateTelemetryRuleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateTelemetryRuleCommandInput,
|
|
26
21
|
CreateTelemetryRuleCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateTelemetryRuleForOrganizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateTelemetryRuleForOrganizationCommandInput
|
|
8
|
-
extends CreateTelemetryRuleForOrganizationInput {}
|
|
7
|
+
export interface CreateTelemetryRuleForOrganizationCommandInput extends CreateTelemetryRuleForOrganizationInput {}
|
|
9
8
|
export interface CreateTelemetryRuleForOrganizationCommandOutput
|
|
10
|
-
extends CreateTelemetryRuleForOrganizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateTelemetryRuleForOrganizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const CreateTelemetryRuleForOrganizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateTelemetryRuleForOrganizationCommandInput
|
|
12
|
+
input: CreateTelemetryRuleForOrganizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateTelemetryRuleForOrganizationCommandInput,
|
|
17
15
|
CreateTelemetryRuleForOrganizationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateTelemetryRuleForOrganizationCommandInput
|
|
21
|
+
input: CreateTelemetryRuleForOrganizationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateTelemetryRuleForOrganizationCommandInput,
|
|
26
24
|
CreateTelemetryRuleForOrganizationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteCentralizationRuleForOrganizationInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteCentralizationRuleForOrganizationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteCentralizationRuleForOrganizationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteCentralizationRuleForOrganizationCommandInput extends DeleteCentralizationRuleForOrganizationInput {}
|
|
5
|
+
export interface DeleteCentralizationRuleForOrganizationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteCentralizationRuleForOrganizationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteCentralizationRuleForOrganizationCommandInput
|
|
8
|
+
input: DeleteCentralizationRuleForOrganizationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
13
11
|
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteCentralizationRuleForOrganizationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteCentralizationRuleForOrganizationCommandInput
|
|
17
|
+
input: DeleteCentralizationRuleForOrganizationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
22
20
|
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteS3TableIntegrationInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteS3TableIntegrationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteS3TableIntegrationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteS3TableIntegrationCommandInput extends DeleteS3TableIntegrationInput {}
|
|
5
|
+
export interface DeleteS3TableIntegrationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteS3TableIntegrationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteS3TableIntegrationCommandInput
|
|
8
|
+
input: DeleteS3TableIntegrationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteS3TableIntegrationCommandInput,
|
|
13
11
|
DeleteS3TableIntegrationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteS3TableIntegrationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteS3TableIntegrationCommandInput
|
|
17
|
+
input: DeleteS3TableIntegrationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteS3TableIntegrationCommandInput,
|
|
22
20
|
DeleteS3TableIntegrationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteTelemetryPipelineInput,
|
|
4
|
-
DeleteTelemetryPipelineOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteTelemetryPipelineInput, DeleteTelemetryPipelineOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteTelemetryPipelineCommandInput
|
|
8
|
-
extends DeleteTelemetryPipelineInput {}
|
|
4
|
+
export interface DeleteTelemetryPipelineCommandInput extends DeleteTelemetryPipelineInput {}
|
|
9
5
|
export interface DeleteTelemetryPipelineCommandOutput
|
|
10
|
-
extends DeleteTelemetryPipelineOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteTelemetryPipelineOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteTelemetryPipelineCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteTelemetryPipelineCommandInput
|
|
9
|
+
input: DeleteTelemetryPipelineCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteTelemetryPipelineCommandInput,
|
|
17
12
|
DeleteTelemetryPipelineCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteTelemetryPipelineCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteTelemetryPipelineCommandInput
|
|
18
|
+
input: DeleteTelemetryPipelineCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteTelemetryPipelineCommandInput,
|
|
26
21
|
DeleteTelemetryPipelineCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteTelemetryRuleInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteTelemetryRuleCommandInput
|
|
5
|
-
extends DeleteTelemetryRuleInput {}
|
|
4
|
+
export interface DeleteTelemetryRuleCommandInput extends DeleteTelemetryRuleInput {}
|
|
6
5
|
export interface DeleteTelemetryRuleCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteTelemetryRuleCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteTelemetryRuleCommandInput
|
|
8
|
+
input: DeleteTelemetryRuleCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteTelemetryRuleCommandInput,
|
|
12
11
|
DeleteTelemetryRuleCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteTelemetryRuleCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteTelemetryRuleCommandInput
|
|
17
|
+
input: DeleteTelemetryRuleCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteTelemetryRuleCommandInput,
|
|
21
20
|
DeleteTelemetryRuleCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteTelemetryRuleForOrganizationInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteTelemetryRuleForOrganizationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteTelemetryRuleForOrganizationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteTelemetryRuleForOrganizationCommandInput extends DeleteTelemetryRuleForOrganizationInput {}
|
|
5
|
+
export interface DeleteTelemetryRuleForOrganizationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteTelemetryRuleForOrganizationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteTelemetryRuleForOrganizationCommandInput
|
|
8
|
+
input: DeleteTelemetryRuleForOrganizationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteTelemetryRuleForOrganizationCommandInput,
|
|
13
11
|
DeleteTelemetryRuleForOrganizationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteTelemetryRuleForOrganizationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteTelemetryRuleForOrganizationCommandInput
|
|
17
|
+
input: DeleteTelemetryRuleForOrganizationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteTelemetryRuleForOrganizationCommandInput,
|
|
22
20
|
DeleteTelemetryRuleForOrganizationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCentralizationRuleForOrganizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCentralizationRuleForOrganizationCommandInput
|
|
8
|
-
extends GetCentralizationRuleForOrganizationInput {}
|
|
7
|
+
export interface GetCentralizationRuleForOrganizationCommandInput extends GetCentralizationRuleForOrganizationInput {}
|
|
9
8
|
export interface GetCentralizationRuleForOrganizationCommandOutput
|
|
10
|
-
extends GetCentralizationRuleForOrganizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCentralizationRuleForOrganizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetCentralizationRuleForOrganizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCentralizationRuleForOrganizationCommandInput
|
|
12
|
+
input: GetCentralizationRuleForOrganizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCentralizationRuleForOrganizationCommandInput,
|
|
17
15
|
GetCentralizationRuleForOrganizationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCentralizationRuleForOrganizationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCentralizationRuleForOrganizationCommandInput
|
|
21
|
+
input: GetCentralizationRuleForOrganizationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCentralizationRuleForOrganizationCommandInput,
|
|
26
24
|
GetCentralizationRuleForOrganizationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetS3TableIntegrationInput,
|
|
4
|
-
GetS3TableIntegrationOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetS3TableIntegrationInput, GetS3TableIntegrationOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetS3TableIntegrationCommandInput
|
|
8
|
-
extends GetS3TableIntegrationInput {}
|
|
4
|
+
export interface GetS3TableIntegrationCommandInput extends GetS3TableIntegrationInput {}
|
|
9
5
|
export interface GetS3TableIntegrationCommandOutput
|
|
10
|
-
extends GetS3TableIntegrationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetS3TableIntegrationOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetS3TableIntegrationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetS3TableIntegrationCommandInput
|
|
9
|
+
input: GetS3TableIntegrationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetS3TableIntegrationCommandInput,
|
|
17
12
|
GetS3TableIntegrationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetS3TableIntegrationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetS3TableIntegrationCommandInput
|
|
18
|
+
input: GetS3TableIntegrationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetS3TableIntegrationCommandInput,
|
|
26
21
|
GetS3TableIntegrationCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { GetTelemetryEnrichmentStatusOutput } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetTelemetryEnrichmentStatusCommandInput {}
|
|
5
5
|
export interface GetTelemetryEnrichmentStatusCommandOutput
|
|
6
|
-
extends GetTelemetryEnrichmentStatusOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetTelemetryEnrichmentStatusOutput, __MetadataBearer {}
|
|
8
7
|
declare const GetTelemetryEnrichmentStatusCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: GetTelemetryEnrichmentStatusCommandInput
|
|
9
|
+
input: GetTelemetryEnrichmentStatusCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
GetTelemetryEnrichmentStatusCommandInput,
|
|
13
12
|
GetTelemetryEnrichmentStatusCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { GetTelemetryEvaluationStatusOutput } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetTelemetryEvaluationStatusCommandInput {}
|
|
5
5
|
export interface GetTelemetryEvaluationStatusCommandOutput
|
|
6
|
-
extends GetTelemetryEvaluationStatusOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetTelemetryEvaluationStatusOutput, __MetadataBearer {}
|
|
8
7
|
declare const GetTelemetryEvaluationStatusCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: GetTelemetryEvaluationStatusCommandInput
|
|
9
|
+
input: GetTelemetryEvaluationStatusCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
GetTelemetryEvaluationStatusCommandInput,
|
|
13
12
|
GetTelemetryEvaluationStatusCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { GetTelemetryEvaluationStatusForOrganizationOutput } from "../models/mod
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetTelemetryEvaluationStatusForOrganizationCommandInput {}
|
|
5
5
|
export interface GetTelemetryEvaluationStatusForOrganizationCommandOutput
|
|
6
|
-
extends GetTelemetryEvaluationStatusForOrganizationOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetTelemetryEvaluationStatusForOrganizationOutput, __MetadataBearer {}
|
|
8
7
|
declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: GetTelemetryEvaluationStatusForOrganizationCommandInput
|
|
9
|
+
input: GetTelemetryEvaluationStatusForOrganizationCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
GetTelemetryEvaluationStatusForOrganizationCommandInput,
|
|
13
12
|
GetTelemetryEvaluationStatusForOrganizationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTelemetryPipelineInput,
|
|
4
|
-
GetTelemetryPipelineOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetTelemetryPipelineInput, GetTelemetryPipelineOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTelemetryPipelineCommandInput
|
|
8
|
-
extends GetTelemetryPipelineInput {}
|
|
4
|
+
export interface GetTelemetryPipelineCommandInput extends GetTelemetryPipelineInput {}
|
|
9
5
|
export interface GetTelemetryPipelineCommandOutput
|
|
10
|
-
extends GetTelemetryPipelineOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetTelemetryPipelineOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetTelemetryPipelineCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetTelemetryPipelineCommandInput
|
|
9
|
+
input: GetTelemetryPipelineCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetTelemetryPipelineCommandInput,
|
|
17
12
|
GetTelemetryPipelineCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetTelemetryPipelineCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetTelemetryPipelineCommandInput
|
|
18
|
+
input: GetTelemetryPipelineCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetTelemetryPipelineCommandInput,
|
|
26
21
|
GetTelemetryPipelineCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTelemetryRuleInput,
|
|
4
|
-
GetTelemetryRuleOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetTelemetryRuleInput, GetTelemetryRuleOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetTelemetryRuleCommandInput extends GetTelemetryRuleInput {}
|
|
8
|
-
export interface GetTelemetryRuleCommandOutput
|
|
9
|
-
extends GetTelemetryRuleOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetTelemetryRuleCommandOutput extends GetTelemetryRuleOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetTelemetryRuleCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetTelemetryRuleCommandInput
|
|
8
|
+
input: GetTelemetryRuleCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetTelemetryRuleCommandInput,
|
|
16
11
|
GetTelemetryRuleCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetTelemetryRuleCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetTelemetryRuleCommandInput
|
|
17
|
+
input: GetTelemetryRuleCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetTelemetryRuleCommandInput,
|
|
25
20
|
GetTelemetryRuleCommandOutput,
|