@aws-sdk/client-observabilityadmin 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +96 -97
- package/dist-cjs/models/ObservabilityAdminServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ObservabilityAdmin.js +1 -1
- package/dist-es/ObservabilityAdminClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/CreateS3TableIntegrationCommand.js +2 -2
- package/dist-es/commands/CreateTelemetryPipelineCommand.js +2 -2
- package/dist-es/commands/CreateTelemetryRuleCommand.js +2 -2
- package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/DeleteS3TableIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteTelemetryPipelineCommand.js +2 -2
- package/dist-es/commands/DeleteTelemetryRuleCommand.js +2 -2
- package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/GetS3TableIntegrationCommand.js +2 -2
- package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +2 -2
- package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +2 -2
- package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +2 -2
- package/dist-es/commands/GetTelemetryPipelineCommand.js +2 -2
- package/dist-es/commands/GetTelemetryRuleCommand.js +2 -2
- package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListResourceTelemetryCommand.js +2 -2
- package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListS3TableIntegrationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTelemetryPipelinesCommand.js +2 -2
- package/dist-es/commands/ListTelemetryRulesCommand.js +2 -2
- package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +2 -2
- package/dist-es/commands/StartTelemetryEnrichmentCommand.js +2 -2
- package/dist-es/commands/StartTelemetryEvaluationCommand.js +2 -2
- package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +2 -2
- package/dist-es/commands/StopTelemetryEnrichmentCommand.js +2 -2
- package/dist-es/commands/StopTelemetryEvaluationCommand.js +2 -2
- package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestTelemetryPipelineCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/UpdateTelemetryPipelineCommand.js +2 -2
- package/dist-es/commands/UpdateTelemetryRuleCommand.js +2 -2
- package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/ValidateTelemetryPipelineConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ObservabilityAdminServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ObservabilityAdminClient.d.ts +5 -5
- package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/CreateS3TableIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/CreateTelemetryPipelineCommand.d.ts +6 -4
- package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteS3TableIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTelemetryPipelineCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTelemetryRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/GetS3TableIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/GetTelemetryEnrichmentStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetTelemetryEvaluationStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/GetTelemetryPipelineCommand.d.ts +6 -4
- package/dist-types/commands/GetTelemetryRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceTelemetryCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/ListS3TableIntegrationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTelemetryPipelinesCommand.d.ts +6 -4
- package/dist-types/commands/ListTelemetryRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/StartTelemetryEnrichmentCommand.d.ts +6 -4
- package/dist-types/commands/StartTelemetryEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/StopTelemetryEnrichmentCommand.d.ts +6 -4
- package/dist-types/commands/StopTelemetryEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TestTelemetryPipelineCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTelemetryPipelineCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ObservabilityAdminServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ObservabilityAdminServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateCentralizationRuleForOrganizationInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateCentralizationRuleForOrganizationCommandOutput
|
|
|
19
19
|
declare const CreateCentralizationRuleForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateCentralizationRuleForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateCentralizationRuleForOrganizationCommandInput,
|
|
24
24
|
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateCentralizationRuleForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateCentralizationRuleForOrganizationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateCentralizationRuleForOrganizationCommandInput,
|
|
33
33
|
CreateCentralizationRuleForOrganizationCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateCentralizationRuleForOrganizationCommand extends CreateCentralizationRuleForOrganizationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateS3TableIntegrationInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateS3TableIntegrationCommandOutput
|
|
|
19
19
|
declare const CreateS3TableIntegrationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateS3TableIntegrationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateS3TableIntegrationCommandInput,
|
|
24
24
|
CreateS3TableIntegrationCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateS3TableIntegrationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateS3TableIntegrationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateS3TableIntegrationCommandInput,
|
|
33
33
|
CreateS3TableIntegrationCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateS3TableIntegrationCommand extends CreateS3TableIntegrationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateTelemetryPipelineInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateTelemetryPipelineCommandOutput
|
|
|
19
19
|
declare const CreateTelemetryPipelineCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateTelemetryPipelineCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateTelemetryPipelineCommandInput,
|
|
24
24
|
CreateTelemetryPipelineCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateTelemetryPipelineCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateTelemetryPipelineCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateTelemetryPipelineCommandInput,
|
|
33
33
|
CreateTelemetryPipelineCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateTelemetryPipelineCommand extends CreateTelemetryPipelineCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateTelemetryRuleInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateTelemetryRuleCommandOutput
|
|
|
19
19
|
declare const CreateTelemetryRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateTelemetryRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateTelemetryRuleCommandInput,
|
|
24
24
|
CreateTelemetryRuleCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateTelemetryRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateTelemetryRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateTelemetryRuleCommandInput,
|
|
33
33
|
CreateTelemetryRuleCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateTelemetryRuleCommand extends CreateTelemetryRuleCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateTelemetryRuleForOrganizationInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateTelemetryRuleForOrganizationCommandOutput
|
|
|
19
19
|
declare const CreateTelemetryRuleForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateTelemetryRuleForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateTelemetryRuleForOrganizationCommandInput,
|
|
24
24
|
CreateTelemetryRuleForOrganizationCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateTelemetryRuleForOrganizationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateTelemetryRuleForOrganizationCommandInput,
|
|
33
33
|
CreateTelemetryRuleForOrganizationCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateTelemetryRuleForOrganizationCommand extends CreateTelemetryRuleForOrganizationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteCentralizationRuleForOrganizationInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteCentralizationRuleForOrganizationCommandOutput
|
|
|
15
15
|
declare const DeleteCentralizationRuleForOrganizationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteCentralizationRuleForOrganizationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
20
20
|
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
21
21
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteCentralizationRuleForOrganizationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteCentralizationRuleForOrganizationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteCentralizationRuleForOrganizationCommandInput,
|
|
29
29
|
DeleteCentralizationRuleForOrganizationCommandOutput,
|
|
30
30
|
ObservabilityAdminClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteCentralizationRuleForOrganizationCommand extends DeleteCentralizationRuleForOrganizationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteS3TableIntegrationInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteS3TableIntegrationCommandOutput
|
|
|
15
15
|
declare const DeleteS3TableIntegrationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteS3TableIntegrationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteS3TableIntegrationCommandInput,
|
|
20
20
|
DeleteS3TableIntegrationCommandOutput,
|
|
21
21
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteS3TableIntegrationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteS3TableIntegrationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteS3TableIntegrationCommandInput,
|
|
29
29
|
DeleteS3TableIntegrationCommandOutput,
|
|
30
30
|
ObservabilityAdminClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteS3TableIntegrationCommand extends DeleteS3TableIntegrationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteTelemetryPipelineInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteTelemetryPipelineCommandOutput
|
|
|
19
19
|
declare const DeleteTelemetryPipelineCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteTelemetryPipelineCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteTelemetryPipelineCommandInput,
|
|
24
24
|
DeleteTelemetryPipelineCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteTelemetryPipelineCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteTelemetryPipelineCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteTelemetryPipelineCommandInput,
|
|
33
33
|
DeleteTelemetryPipelineCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteTelemetryPipelineCommand extends DeleteTelemetryPipelineCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteTelemetryRuleInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface DeleteTelemetryRuleCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteTelemetryRuleCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteTelemetryRuleCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteTelemetryRuleCommandInput,
|
|
19
19
|
DeleteTelemetryRuleCommandOutput,
|
|
20
20
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteTelemetryRuleCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteTelemetryRuleCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteTelemetryRuleCommandInput,
|
|
28
28
|
DeleteTelemetryRuleCommandOutput,
|
|
29
29
|
ObservabilityAdminClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteTelemetryRuleCommand extends DeleteTelemetryRuleCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteTelemetryRuleForOrganizationInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteTelemetryRuleForOrganizationCommandOutput
|
|
|
15
15
|
declare const DeleteTelemetryRuleForOrganizationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteTelemetryRuleForOrganizationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteTelemetryRuleForOrganizationCommandInput,
|
|
20
20
|
DeleteTelemetryRuleForOrganizationCommandOutput,
|
|
21
21
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteTelemetryRuleForOrganizationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteTelemetryRuleForOrganizationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteTelemetryRuleForOrganizationCommandInput,
|
|
29
29
|
DeleteTelemetryRuleForOrganizationCommandOutput,
|
|
30
30
|
ObservabilityAdminClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteTelemetryRuleForOrganizationCommand extends DeleteTelemetryRuleForOrganizationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetCentralizationRuleForOrganizationInput,
|
|
@@ -19,7 +19,7 @@ export interface GetCentralizationRuleForOrganizationCommandOutput
|
|
|
19
19
|
declare const GetCentralizationRuleForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetCentralizationRuleForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetCentralizationRuleForOrganizationCommandInput,
|
|
24
24
|
GetCentralizationRuleForOrganizationCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetCentralizationRuleForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetCentralizationRuleForOrganizationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetCentralizationRuleForOrganizationCommandInput,
|
|
33
33
|
GetCentralizationRuleForOrganizationCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetCentralizationRuleForOrganizationCommand extends GetCentralizationRuleForOrganizationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetS3TableIntegrationInput,
|
|
@@ -19,7 +19,7 @@ export interface GetS3TableIntegrationCommandOutput
|
|
|
19
19
|
declare const GetS3TableIntegrationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetS3TableIntegrationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetS3TableIntegrationCommandInput,
|
|
24
24
|
GetS3TableIntegrationCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetS3TableIntegrationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetS3TableIntegrationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetS3TableIntegrationCommandInput,
|
|
33
33
|
GetS3TableIntegrationCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetS3TableIntegrationCommand extends GetS3TableIntegrationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetTelemetryEnrichmentStatusOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetTelemetryEnrichmentStatusCommandOutput
|
|
|
15
15
|
declare const GetTelemetryEnrichmentStatusCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetTelemetryEnrichmentStatusCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetTelemetryEnrichmentStatusCommandInput,
|
|
20
20
|
GetTelemetryEnrichmentStatusCommandOutput,
|
|
21
21
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetTelemetryEnrichmentStatusCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [GetTelemetryEnrichmentStatusCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetTelemetryEnrichmentStatusCommandInput,
|
|
29
29
|
GetTelemetryEnrichmentStatusCommandOutput,
|
|
30
30
|
ObservabilityAdminClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetTelemetryEnrichmentStatusCommand extends GetTelemetryEnrichmentStatusCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetTelemetryEvaluationStatusOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetTelemetryEvaluationStatusCommandOutput
|
|
|
15
15
|
declare const GetTelemetryEvaluationStatusCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetTelemetryEvaluationStatusCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetTelemetryEvaluationStatusCommandInput,
|
|
20
20
|
GetTelemetryEvaluationStatusCommandOutput,
|
|
21
21
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetTelemetryEvaluationStatusCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [GetTelemetryEvaluationStatusCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetTelemetryEvaluationStatusCommandInput,
|
|
29
29
|
GetTelemetryEvaluationStatusCommandOutput,
|
|
30
30
|
ObservabilityAdminClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetTelemetryEvaluationStatusCommand extends GetTelemetryEvaluationStatusCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetTelemetryEvaluationStatusForOrganizationOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetTelemetryEvaluationStatusForOrganizationCommandOutput
|
|
|
15
15
|
declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetTelemetryEvaluationStatusForOrganizationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetTelemetryEvaluationStatusForOrganizationCommandInput,
|
|
20
20
|
GetTelemetryEvaluationStatusForOrganizationCommandOutput,
|
|
21
21
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [GetTelemetryEvaluationStatusForOrganizationCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetTelemetryEvaluationStatusForOrganizationCommandInput,
|
|
29
29
|
GetTelemetryEvaluationStatusForOrganizationCommandOutput,
|
|
30
30
|
ObservabilityAdminClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetTelemetryEvaluationStatusForOrganizationCommand extends GetTelemetryEvaluationStatusForOrganizationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTelemetryPipelineInput,
|
|
@@ -19,7 +19,7 @@ export interface GetTelemetryPipelineCommandOutput
|
|
|
19
19
|
declare const GetTelemetryPipelineCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTelemetryPipelineCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTelemetryPipelineCommandInput,
|
|
24
24
|
GetTelemetryPipelineCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTelemetryPipelineCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTelemetryPipelineCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTelemetryPipelineCommandInput,
|
|
33
33
|
GetTelemetryPipelineCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTelemetryPipelineCommand extends GetTelemetryPipelineCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTelemetryRuleInput,
|
|
@@ -18,7 +18,7 @@ export interface GetTelemetryRuleCommandOutput
|
|
|
18
18
|
declare const GetTelemetryRuleCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetTelemetryRuleCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetTelemetryRuleCommandInput,
|
|
23
23
|
GetTelemetryRuleCommandOutput,
|
|
24
24
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetTelemetryRuleCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetTelemetryRuleCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetTelemetryRuleCommandInput,
|
|
32
32
|
GetTelemetryRuleCommandOutput,
|
|
33
33
|
ObservabilityAdminClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetTelemetryRuleCommand extends GetTelemetryRuleCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTelemetryRuleForOrganizationInput,
|
|
@@ -19,7 +19,7 @@ export interface GetTelemetryRuleForOrganizationCommandOutput
|
|
|
19
19
|
declare const GetTelemetryRuleForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTelemetryRuleForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTelemetryRuleForOrganizationCommandInput,
|
|
24
24
|
GetTelemetryRuleForOrganizationCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTelemetryRuleForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTelemetryRuleForOrganizationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTelemetryRuleForOrganizationCommandInput,
|
|
33
33
|
GetTelemetryRuleForOrganizationCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTelemetryRuleForOrganizationCommand extends GetTelemetryRuleForOrganizationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListCentralizationRulesForOrganizationInput,
|
|
@@ -19,7 +19,7 @@ export interface ListCentralizationRulesForOrganizationCommandOutput
|
|
|
19
19
|
declare const ListCentralizationRulesForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListCentralizationRulesForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListCentralizationRulesForOrganizationCommandInput,
|
|
24
24
|
ListCentralizationRulesForOrganizationCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListCentralizationRulesForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListCentralizationRulesForOrganizationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListCentralizationRulesForOrganizationCommandInput,
|
|
33
33
|
ListCentralizationRulesForOrganizationCommandOutput,
|
|
34
34
|
ObservabilityAdminClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListCentralizationRulesForOrganizationCommand extends ListCentralizationRulesForOrganizationCommand_base {
|
|
41
43
|
protected static __types: {
|