@aws-sdk/client-observabilityadmin 3.1044.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
|
ListResourceTelemetryInput,
|
|
@@ -19,7 +19,7 @@ export interface ListResourceTelemetryCommandOutput
|
|
|
19
19
|
declare const ListResourceTelemetryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListResourceTelemetryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListResourceTelemetryCommandInput,
|
|
24
24
|
ListResourceTelemetryCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListResourceTelemetryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListResourceTelemetryCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListResourceTelemetryCommandInput,
|
|
33
33
|
ListResourceTelemetryCommandOutput,
|
|
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 ListResourceTelemetryCommand extends ListResourceTelemetryCommand_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
|
ListResourceTelemetryForOrganizationInput,
|
|
@@ -19,7 +19,7 @@ export interface ListResourceTelemetryForOrganizationCommandOutput
|
|
|
19
19
|
declare const ListResourceTelemetryForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListResourceTelemetryForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListResourceTelemetryForOrganizationCommandInput,
|
|
24
24
|
ListResourceTelemetryForOrganizationCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListResourceTelemetryForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListResourceTelemetryForOrganizationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListResourceTelemetryForOrganizationCommandInput,
|
|
33
33
|
ListResourceTelemetryForOrganizationCommandOutput,
|
|
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 ListResourceTelemetryForOrganizationCommand extends ListResourceTelemetryForOrganizationCommand_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
|
ListS3TableIntegrationsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListS3TableIntegrationsCommandOutput
|
|
|
19
19
|
declare const ListS3TableIntegrationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListS3TableIntegrationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListS3TableIntegrationsCommandInput,
|
|
24
24
|
ListS3TableIntegrationsCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListS3TableIntegrationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListS3TableIntegrationsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListS3TableIntegrationsCommandInput,
|
|
33
33
|
ListS3TableIntegrationsCommandOutput,
|
|
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 ListS3TableIntegrationsCommand extends ListS3TableIntegrationsCommand_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
|
ListTagsForResourceInput,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
|
ListTelemetryPipelinesInput,
|
|
@@ -19,7 +19,7 @@ export interface ListTelemetryPipelinesCommandOutput
|
|
|
19
19
|
declare const ListTelemetryPipelinesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTelemetryPipelinesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTelemetryPipelinesCommandInput,
|
|
24
24
|
ListTelemetryPipelinesCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTelemetryPipelinesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListTelemetryPipelinesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTelemetryPipelinesCommandInput,
|
|
33
33
|
ListTelemetryPipelinesCommandOutput,
|
|
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 ListTelemetryPipelinesCommand extends ListTelemetryPipelinesCommand_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
|
ListTelemetryRulesInput,
|
|
@@ -19,7 +19,7 @@ export interface ListTelemetryRulesCommandOutput
|
|
|
19
19
|
declare const ListTelemetryRulesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTelemetryRulesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTelemetryRulesCommandInput,
|
|
24
24
|
ListTelemetryRulesCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTelemetryRulesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListTelemetryRulesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTelemetryRulesCommandInput,
|
|
33
33
|
ListTelemetryRulesCommandOutput,
|
|
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 ListTelemetryRulesCommand extends ListTelemetryRulesCommand_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
|
ListTelemetryRulesForOrganizationInput,
|
|
@@ -19,7 +19,7 @@ export interface ListTelemetryRulesForOrganizationCommandOutput
|
|
|
19
19
|
declare const ListTelemetryRulesForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTelemetryRulesForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTelemetryRulesForOrganizationCommandInput,
|
|
24
24
|
ListTelemetryRulesForOrganizationCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTelemetryRulesForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListTelemetryRulesForOrganizationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTelemetryRulesForOrganizationCommandInput,
|
|
33
33
|
ListTelemetryRulesForOrganizationCommandOutput,
|
|
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 ListTelemetryRulesForOrganizationCommand extends ListTelemetryRulesForOrganizationCommand_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 { StartTelemetryEnrichmentOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface StartTelemetryEnrichmentCommandOutput
|
|
|
15
15
|
declare const StartTelemetryEnrichmentCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StartTelemetryEnrichmentCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StartTelemetryEnrichmentCommandInput,
|
|
20
20
|
StartTelemetryEnrichmentCommandOutput,
|
|
21
21
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StartTelemetryEnrichmentCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [StartTelemetryEnrichmentCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StartTelemetryEnrichmentCommandInput,
|
|
29
29
|
StartTelemetryEnrichmentCommandOutput,
|
|
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 StartTelemetryEnrichmentCommand extends StartTelemetryEnrichmentCommand_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 { StartTelemetryEvaluationInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface StartTelemetryEvaluationCommandOutput
|
|
|
15
15
|
declare const StartTelemetryEvaluationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StartTelemetryEvaluationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StartTelemetryEvaluationCommandInput,
|
|
20
20
|
StartTelemetryEvaluationCommandOutput,
|
|
21
21
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StartTelemetryEvaluationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [StartTelemetryEvaluationCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StartTelemetryEvaluationCommandInput,
|
|
29
29
|
StartTelemetryEvaluationCommandOutput,
|
|
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 StartTelemetryEvaluationCommand extends StartTelemetryEvaluationCommand_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 { StartTelemetryEvaluationForOrganizationInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface StartTelemetryEvaluationForOrganizationCommandOutput
|
|
|
15
15
|
declare const StartTelemetryEvaluationForOrganizationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StartTelemetryEvaluationForOrganizationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StartTelemetryEvaluationForOrganizationCommandInput,
|
|
20
20
|
StartTelemetryEvaluationForOrganizationCommandOutput,
|
|
21
21
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StartTelemetryEvaluationForOrganizationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [StartTelemetryEvaluationForOrganizationCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StartTelemetryEvaluationForOrganizationCommandInput,
|
|
29
29
|
StartTelemetryEvaluationForOrganizationCommandOutput,
|
|
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 StartTelemetryEvaluationForOrganizationCommand extends StartTelemetryEvaluationForOrganizationCommand_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 { StopTelemetryEnrichmentOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface StopTelemetryEnrichmentCommandOutput
|
|
|
15
15
|
declare const StopTelemetryEnrichmentCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StopTelemetryEnrichmentCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StopTelemetryEnrichmentCommandInput,
|
|
20
20
|
StopTelemetryEnrichmentCommandOutput,
|
|
21
21
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StopTelemetryEnrichmentCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [StopTelemetryEnrichmentCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StopTelemetryEnrichmentCommandInput,
|
|
29
29
|
StopTelemetryEnrichmentCommandOutput,
|
|
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 StopTelemetryEnrichmentCommand extends StopTelemetryEnrichmentCommand_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
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface StopTelemetryEvaluationCommandOutput
|
|
|
13
13
|
declare const StopTelemetryEvaluationCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: StopTelemetryEvaluationCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
StopTelemetryEvaluationCommandInput,
|
|
18
18
|
StopTelemetryEvaluationCommandOutput,
|
|
19
19
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const StopTelemetryEvaluationCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
...[input]: [] | [StopTelemetryEvaluationCommandInput]
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
StopTelemetryEvaluationCommandInput,
|
|
27
27
|
StopTelemetryEvaluationCommandOutput,
|
|
28
28
|
ObservabilityAdminClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class StopTelemetryEvaluationCommand extends StopTelemetryEvaluationCommand_base {
|
|
35
37
|
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
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface StopTelemetryEvaluationForOrganizationCommandOutput
|
|
|
13
13
|
declare const StopTelemetryEvaluationForOrganizationCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: StopTelemetryEvaluationForOrganizationCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
StopTelemetryEvaluationForOrganizationCommandInput,
|
|
18
18
|
StopTelemetryEvaluationForOrganizationCommandOutput,
|
|
19
19
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const StopTelemetryEvaluationForOrganizationCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
...[input]: [] | [StopTelemetryEvaluationForOrganizationCommandInput]
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
StopTelemetryEvaluationForOrganizationCommandInput,
|
|
27
27
|
StopTelemetryEvaluationForOrganizationCommandOutput,
|
|
28
28
|
ObservabilityAdminClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class StopTelemetryEvaluationForOrganizationCommand extends StopTelemetryEvaluationForOrganizationCommand_base {
|
|
35
37
|
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 { TagResourceInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const TagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: TagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
TagResourceCommandInput,
|
|
18
18
|
TagResourceCommandOutput,
|
|
19
19
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const TagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: TagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
TagResourceCommandInput,
|
|
27
27
|
TagResourceCommandOutput,
|
|
28
28
|
ObservabilityAdminClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
37
|
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
|
TestTelemetryPipelineInput,
|
|
@@ -19,7 +19,7 @@ export interface TestTelemetryPipelineCommandOutput
|
|
|
19
19
|
declare const TestTelemetryPipelineCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: TestTelemetryPipelineCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
TestTelemetryPipelineCommandInput,
|
|
24
24
|
TestTelemetryPipelineCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const TestTelemetryPipelineCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: TestTelemetryPipelineCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
TestTelemetryPipelineCommandInput,
|
|
33
33
|
TestTelemetryPipelineCommandOutput,
|
|
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 TestTelemetryPipelineCommand extends TestTelemetryPipelineCommand_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 { UntagResourceInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const UntagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: UntagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
UntagResourceCommandInput,
|
|
18
18
|
UntagResourceCommandOutput,
|
|
19
19
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const UntagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: UntagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
UntagResourceCommandInput,
|
|
27
27
|
UntagResourceCommandOutput,
|
|
28
28
|
ObservabilityAdminClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
37
|
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
|
UpdateCentralizationRuleForOrganizationInput,
|
|
@@ -19,7 +19,7 @@ export interface UpdateCentralizationRuleForOrganizationCommandOutput
|
|
|
19
19
|
declare const UpdateCentralizationRuleForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateCentralizationRuleForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateCentralizationRuleForOrganizationCommandInput,
|
|
24
24
|
UpdateCentralizationRuleForOrganizationCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateCentralizationRuleForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateCentralizationRuleForOrganizationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateCentralizationRuleForOrganizationCommandInput,
|
|
33
33
|
UpdateCentralizationRuleForOrganizationCommandOutput,
|
|
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 UpdateCentralizationRuleForOrganizationCommand extends UpdateCentralizationRuleForOrganizationCommand_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
|
UpdateTelemetryPipelineInput,
|
|
@@ -19,7 +19,7 @@ export interface UpdateTelemetryPipelineCommandOutput
|
|
|
19
19
|
declare const UpdateTelemetryPipelineCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateTelemetryPipelineCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateTelemetryPipelineCommandInput,
|
|
24
24
|
UpdateTelemetryPipelineCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateTelemetryPipelineCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateTelemetryPipelineCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateTelemetryPipelineCommandInput,
|
|
33
33
|
UpdateTelemetryPipelineCommandOutput,
|
|
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 UpdateTelemetryPipelineCommand extends UpdateTelemetryPipelineCommand_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
|
UpdateTelemetryRuleInput,
|
|
@@ -19,7 +19,7 @@ export interface UpdateTelemetryRuleCommandOutput
|
|
|
19
19
|
declare const UpdateTelemetryRuleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateTelemetryRuleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateTelemetryRuleCommandInput,
|
|
24
24
|
UpdateTelemetryRuleCommandOutput,
|
|
25
25
|
ObservabilityAdminClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateTelemetryRuleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateTelemetryRuleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateTelemetryRuleCommandInput,
|
|
33
33
|
UpdateTelemetryRuleCommandOutput,
|
|
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 UpdateTelemetryRuleCommand extends UpdateTelemetryRuleCommand_base {
|
|
41
43
|
protected static __types: {
|