@aws-sdk/client-observabilityadmin 3.1077.0 → 3.1079.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 +48 -403
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/CreateS3TableIntegrationCommand.js +2 -14
- package/dist-es/commands/CreateTelemetryPipelineCommand.js +2 -14
- package/dist-es/commands/CreateTelemetryRuleCommand.js +2 -14
- package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/DeleteS3TableIntegrationCommand.js +2 -14
- package/dist-es/commands/DeleteTelemetryPipelineCommand.js +2 -14
- package/dist-es/commands/DeleteTelemetryRuleCommand.js +2 -14
- package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/GetS3TableIntegrationCommand.js +2 -14
- package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +2 -14
- package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +2 -14
- package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +2 -14
- package/dist-es/commands/GetTelemetryPipelineCommand.js +2 -14
- package/dist-es/commands/GetTelemetryRuleCommand.js +2 -14
- package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListResourceTelemetryCommand.js +2 -14
- package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListS3TableIntegrationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTelemetryPipelinesCommand.js +2 -14
- package/dist-es/commands/ListTelemetryRulesCommand.js +2 -14
- package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +2 -14
- package/dist-es/commands/StartTelemetryEnrichmentCommand.js +2 -14
- package/dist-es/commands/StartTelemetryEvaluationCommand.js +2 -14
- package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +2 -14
- package/dist-es/commands/StopTelemetryEnrichmentCommand.js +2 -14
- package/dist-es/commands/StopTelemetryEvaluationCommand.js +2 -14
- package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TestTelemetryPipelineCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/UpdateTelemetryPipelineCommand.js +2 -14
- package/dist-es/commands/UpdateTelemetryRuleCommand.js +2 -14
- package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/ValidateTelemetryPipelineConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/CreateS3TableIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/CreateTelemetryPipelineCommand.d.ts +3 -8
- package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteS3TableIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTelemetryPipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTelemetryRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetS3TableIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryEnrichmentStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryEvaluationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryPipelineCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceTelemetryCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListS3TableIntegrationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTelemetryPipelinesCommand.d.ts +3 -8
- package/dist-types/commands/ListTelemetryRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/StartTelemetryEnrichmentCommand.d.ts +3 -8
- package/dist-types/commands/StartTelemetryEvaluationCommand.d.ts +3 -8
- package/dist-types/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/StopTelemetryEnrichmentCommand.d.ts +3 -8
- package/dist-types/commands/StopTelemetryEvaluationCommand.d.ts +3 -8
- package/dist-types/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TestTelemetryPipelineCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTelemetryPipelineCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateTelemetryRuleInput, UpdateTelemetryRuleOutput } from "../models/models_0";
|
|
4
|
-
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateTelemetryRuleCommandInput extends UpdateTelemetryRuleInpu
|
|
|
22
19
|
export interface UpdateTelemetryRuleCommandOutput extends UpdateTelemetryRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTelemetryRuleCommand_base: {
|
|
25
|
-
new (input: UpdateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleCommandInput, UpdateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleCommandInput, UpdateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleCommandInput, UpdateTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleCommandInput, UpdateTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Updates an existing telemetry rule in your account. If multiple users attempt to modify the same telemetry rule simultaneously, a ConflictException is returned to provide specific error information for concurrent modification scenarios. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateTelemetryRuleForOrganizationInput, UpdateTelemetryRuleForOrganizationOutput } from "../models/models_0";
|
|
4
|
-
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateTelemetryRuleForOrganizationCommandInput extends UpdateTe
|
|
|
22
19
|
export interface UpdateTelemetryRuleForOrganizationCommandOutput extends UpdateTelemetryRuleForOrganizationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTelemetryRuleForOrganizationCommand_base: {
|
|
25
|
-
new (input: UpdateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleForOrganizationCommandInput, UpdateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleForOrganizationCommandInput, UpdateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleForOrganizationCommandInput, UpdateTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleForOrganizationCommandInput, UpdateTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Updates an existing telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ValidateTelemetryPipelineConfigurationInput, ValidateTelemetryPipelineConfigurationOutput } from "../models/models_0";
|
|
4
|
-
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ValidateTelemetryPipelineConfigurationCommandInput extends Vali
|
|
|
22
19
|
export interface ValidateTelemetryPipelineConfigurationCommandOutput extends ValidateTelemetryPipelineConfigurationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ValidateTelemetryPipelineConfigurationCommand_base: {
|
|
25
|
-
new (input: ValidateTelemetryPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ValidateTelemetryPipelineConfigurationCommandInput, ValidateTelemetryPipelineConfigurationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ValidateTelemetryPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ValidateTelemetryPipelineConfigurationCommandInput, ValidateTelemetryPipelineConfigurationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ValidateTelemetryPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ValidateTelemetryPipelineConfigurationCommandInput, ValidateTelemetryPipelineConfigurationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ValidateTelemetryPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ValidateTelemetryPipelineConfigurationCommandInput, ValidateTelemetryPipelineConfigurationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Validates a pipeline configuration without creating the pipeline. This operation checks the configuration for syntax errors and compatibility issues.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { ObservabilityAdminExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ObservabilityAdminClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./ObservabilityAdminClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
ObservabilityAdminClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
ObservabilityAdminClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateCentralizationRuleForOrganizationInput,
|
|
5
4
|
CreateCentralizationRuleForOrganizationOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ObservabilityAdminClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ObservabilityAdminClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateCentralizationRuleForOrganizationCommandInput
|
|
15
8
|
extends CreateCentralizationRuleForOrganizationInput {}
|
|
16
9
|
export interface CreateCentralizationRuleForOrganizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateCentralizationRuleForOrganizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateCentralizationRuleForOrganizationCommandInput,
|
|
24
17
|
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
25
|
-
ObservabilityAdminClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateCentralizationRuleForOrganizationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateCentralizationRuleForOrganizationCommandInput,
|
|
33
26
|
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
34
|
-
ObservabilityAdminClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateCentralizationRuleForOrganizationCommand extends CreateCentralizationRuleForOrganizationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateS3TableIntegrationInput,
|
|
5
4
|
CreateS3TableIntegrationOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ObservabilityAdminClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ObservabilityAdminClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateS3TableIntegrationCommandInput
|
|
15
8
|
extends CreateS3TableIntegrationInput {}
|
|
16
9
|
export interface CreateS3TableIntegrationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateS3TableIntegrationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateS3TableIntegrationCommandInput,
|
|
24
17
|
CreateS3TableIntegrationCommandOutput,
|
|
25
|
-
ObservabilityAdminClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateS3TableIntegrationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateS3TableIntegrationCommandInput,
|
|
33
26
|
CreateS3TableIntegrationCommandOutput,
|
|
34
|
-
ObservabilityAdminClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateS3TableIntegrationCommand extends CreateS3TableIntegrationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateTelemetryPipelineInput,
|
|
5
4
|
CreateTelemetryPipelineOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ObservabilityAdminClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ObservabilityAdminClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateTelemetryPipelineCommandInput
|
|
15
8
|
extends CreateTelemetryPipelineInput {}
|
|
16
9
|
export interface CreateTelemetryPipelineCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateTelemetryPipelineCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateTelemetryPipelineCommandInput,
|
|
24
17
|
CreateTelemetryPipelineCommandOutput,
|
|
25
|
-
ObservabilityAdminClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateTelemetryPipelineCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateTelemetryPipelineCommandInput,
|
|
33
26
|
CreateTelemetryPipelineCommandOutput,
|
|
34
|
-
ObservabilityAdminClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateTelemetryPipelineCommand extends CreateTelemetryPipelineCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateTelemetryRuleInput,
|
|
5
4
|
CreateTelemetryRuleOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ObservabilityAdminClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ObservabilityAdminClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateTelemetryRuleCommandInput
|
|
15
8
|
extends CreateTelemetryRuleInput {}
|
|
16
9
|
export interface CreateTelemetryRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateTelemetryRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateTelemetryRuleCommandInput,
|
|
24
17
|
CreateTelemetryRuleCommandOutput,
|
|
25
|
-
ObservabilityAdminClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateTelemetryRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateTelemetryRuleCommandInput,
|
|
33
26
|
CreateTelemetryRuleCommandOutput,
|
|
34
|
-
ObservabilityAdminClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateTelemetryRuleCommand extends CreateTelemetryRuleCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateTelemetryRuleForOrganizationInput,
|
|
5
4
|
CreateTelemetryRuleForOrganizationOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ObservabilityAdminClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ObservabilityAdminClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateTelemetryRuleForOrganizationCommandInput
|
|
15
8
|
extends CreateTelemetryRuleForOrganizationInput {}
|
|
16
9
|
export interface CreateTelemetryRuleForOrganizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateTelemetryRuleForOrganizationCommandInput,
|
|
24
17
|
CreateTelemetryRuleForOrganizationCommandOutput,
|
|
25
|
-
ObservabilityAdminClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateTelemetryRuleForOrganizationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateTelemetryRuleForOrganizationCommandInput,
|
|
33
26
|
CreateTelemetryRuleForOrganizationCommandOutput,
|
|
34
|
-
ObservabilityAdminClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateTelemetryRuleForOrganizationCommand extends CreateTelemetryRuleForOrganizationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteCentralizationRuleForOrganizationInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ObservabilityAdminClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../ObservabilityAdminClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteCentralizationRuleForOrganizationCommandInput
|
|
12
5
|
extends DeleteCentralizationRuleForOrganizationInput {}
|
|
13
6
|
export interface DeleteCentralizationRuleForOrganizationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteCentralizationRuleForOrganizationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
20
13
|
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
21
|
-
ObservabilityAdminClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteCentralizationRuleForOrganizationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
29
22
|
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
30
|
-
ObservabilityAdminClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteCentralizationRuleForOrganizationCommand extends DeleteCentralizationRuleForOrganizationCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteS3TableIntegrationInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ObservabilityAdminClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../ObservabilityAdminClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteS3TableIntegrationCommandInput
|
|
12
5
|
extends DeleteS3TableIntegrationInput {}
|
|
13
6
|
export interface DeleteS3TableIntegrationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteS3TableIntegrationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteS3TableIntegrationCommandInput,
|
|
20
13
|
DeleteS3TableIntegrationCommandOutput,
|
|
21
|
-
ObservabilityAdminClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteS3TableIntegrationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteS3TableIntegrationCommandInput,
|
|
29
22
|
DeleteS3TableIntegrationCommandOutput,
|
|
30
|
-
ObservabilityAdminClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteS3TableIntegrationCommand extends DeleteS3TableIntegrationCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteTelemetryPipelineInput,
|
|
5
4
|
DeleteTelemetryPipelineOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ObservabilityAdminClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ObservabilityAdminClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteTelemetryPipelineCommandInput
|
|
15
8
|
extends DeleteTelemetryPipelineInput {}
|
|
16
9
|
export interface DeleteTelemetryPipelineCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteTelemetryPipelineCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteTelemetryPipelineCommandInput,
|
|
24
17
|
DeleteTelemetryPipelineCommandOutput,
|
|
25
|
-
ObservabilityAdminClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteTelemetryPipelineCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteTelemetryPipelineCommandInput,
|
|
33
26
|
DeleteTelemetryPipelineCommandOutput,
|
|
34
|
-
ObservabilityAdminClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteTelemetryPipelineCommand extends DeleteTelemetryPipelineCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteTelemetryRuleInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ObservabilityAdminClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../ObservabilityAdminClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteTelemetryRuleCommandInput
|
|
12
5
|
extends DeleteTelemetryRuleInput {}
|
|
13
6
|
export interface DeleteTelemetryRuleCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const DeleteTelemetryRuleCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
DeleteTelemetryRuleCommandInput,
|
|
19
12
|
DeleteTelemetryRuleCommandOutput,
|
|
20
|
-
ObservabilityAdminClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: DeleteTelemetryRuleCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
DeleteTelemetryRuleCommandInput,
|
|
28
21
|
DeleteTelemetryRuleCommandOutput,
|
|
29
|
-
ObservabilityAdminClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class DeleteTelemetryRuleCommand extends DeleteTelemetryRuleCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeleteTelemetryRuleForOrganizationInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ObservabilityAdminClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../ObservabilityAdminClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteTelemetryRuleForOrganizationCommandInput
|
|
12
5
|
extends DeleteTelemetryRuleForOrganizationInput {}
|
|
13
6
|
export interface DeleteTelemetryRuleForOrganizationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteTelemetryRuleForOrganizationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteTelemetryRuleForOrganizationCommandInput,
|
|
20
13
|
DeleteTelemetryRuleForOrganizationCommandOutput,
|
|
21
|
-
ObservabilityAdminClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteTelemetryRuleForOrganizationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteTelemetryRuleForOrganizationCommandInput,
|
|
29
22
|
DeleteTelemetryRuleForOrganizationCommandOutput,
|
|
30
|
-
ObservabilityAdminClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteTelemetryRuleForOrganizationCommand extends DeleteTelemetryRuleForOrganizationCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetCentralizationRuleForOrganizationInput,
|
|
5
4
|
GetCentralizationRuleForOrganizationOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ObservabilityAdminClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ObservabilityAdminClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetCentralizationRuleForOrganizationCommandInput
|
|
15
8
|
extends GetCentralizationRuleForOrganizationInput {}
|
|
16
9
|
export interface GetCentralizationRuleForOrganizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetCentralizationRuleForOrganizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetCentralizationRuleForOrganizationCommandInput,
|
|
24
17
|
GetCentralizationRuleForOrganizationCommandOutput,
|
|
25
|
-
ObservabilityAdminClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetCentralizationRuleForOrganizationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetCentralizationRuleForOrganizationCommandInput,
|
|
33
26
|
GetCentralizationRuleForOrganizationCommandOutput,
|
|
34
|
-
ObservabilityAdminClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ObservabilityAdminClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetCentralizationRuleForOrganizationCommand extends GetCentralizationRuleForOrganizationCommand_base {
|
|
43
34
|
protected static __types: {
|