@aws-sdk/client-observabilityadmin 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ObservabilityAdmin.d.ts +128 -215
- package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetTelemetryRuleForOrganizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTelemetryRuleForOrganizationCommandInput
|
|
8
|
-
extends GetTelemetryRuleForOrganizationInput {}
|
|
7
|
+
export interface GetTelemetryRuleForOrganizationCommandInput extends GetTelemetryRuleForOrganizationInput {}
|
|
9
8
|
export interface GetTelemetryRuleForOrganizationCommandOutput
|
|
10
|
-
extends GetTelemetryRuleForOrganizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetTelemetryRuleForOrganizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetTelemetryRuleForOrganizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetTelemetryRuleForOrganizationCommandInput
|
|
12
|
+
input: GetTelemetryRuleForOrganizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetTelemetryRuleForOrganizationCommandInput,
|
|
17
15
|
GetTelemetryRuleForOrganizationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetTelemetryRuleForOrganizationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetTelemetryRuleForOrganizationCommandInput
|
|
21
|
+
input: GetTelemetryRuleForOrganizationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetTelemetryRuleForOrganizationCommandInput,
|
|
26
24
|
GetTelemetryRuleForOrganizationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCentralizationRulesForOrganizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCentralizationRulesForOrganizationCommandInput
|
|
8
|
-
extends ListCentralizationRulesForOrganizationInput {}
|
|
7
|
+
export interface ListCentralizationRulesForOrganizationCommandInput extends ListCentralizationRulesForOrganizationInput {}
|
|
9
8
|
export interface ListCentralizationRulesForOrganizationCommandOutput
|
|
10
|
-
extends ListCentralizationRulesForOrganizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCentralizationRulesForOrganizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListCentralizationRulesForOrganizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCentralizationRulesForOrganizationCommandInput
|
|
12
|
+
input: ListCentralizationRulesForOrganizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCentralizationRulesForOrganizationCommandInput,
|
|
17
15
|
ListCentralizationRulesForOrganizationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListResourceTelemetryInput,
|
|
4
|
-
ListResourceTelemetryOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListResourceTelemetryInput, ListResourceTelemetryOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListResourceTelemetryCommandInput
|
|
8
|
-
extends ListResourceTelemetryInput {}
|
|
4
|
+
export interface ListResourceTelemetryCommandInput extends ListResourceTelemetryInput {}
|
|
9
5
|
export interface ListResourceTelemetryCommandOutput
|
|
10
|
-
extends ListResourceTelemetryOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListResourceTelemetryOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListResourceTelemetryCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListResourceTelemetryCommandInput
|
|
9
|
+
input: ListResourceTelemetryCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListResourceTelemetryCommandInput,
|
|
17
12
|
ListResourceTelemetryCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListResourceTelemetryForOrganizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListResourceTelemetryForOrganizationCommandInput
|
|
8
|
-
extends ListResourceTelemetryForOrganizationInput {}
|
|
7
|
+
export interface ListResourceTelemetryForOrganizationCommandInput extends ListResourceTelemetryForOrganizationInput {}
|
|
9
8
|
export interface ListResourceTelemetryForOrganizationCommandOutput
|
|
10
|
-
extends ListResourceTelemetryForOrganizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListResourceTelemetryForOrganizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListResourceTelemetryForOrganizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListResourceTelemetryForOrganizationCommandInput
|
|
12
|
+
input: ListResourceTelemetryForOrganizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListResourceTelemetryForOrganizationCommandInput,
|
|
17
15
|
ListResourceTelemetryForOrganizationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListS3TableIntegrationsInput,
|
|
4
|
-
ListS3TableIntegrationsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListS3TableIntegrationsInput, ListS3TableIntegrationsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListS3TableIntegrationsCommandInput
|
|
8
|
-
extends ListS3TableIntegrationsInput {}
|
|
4
|
+
export interface ListS3TableIntegrationsCommandInput extends ListS3TableIntegrationsInput {}
|
|
9
5
|
export interface ListS3TableIntegrationsCommandOutput
|
|
10
|
-
extends ListS3TableIntegrationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListS3TableIntegrationsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListS3TableIntegrationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListS3TableIntegrationsCommandInput
|
|
9
|
+
input: ListS3TableIntegrationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListS3TableIntegrationsCommandInput,
|
|
17
12
|
ListS3TableIntegrationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceInput,
|
|
4
|
-
ListTagsForResourceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceInput {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTelemetryPipelinesInput,
|
|
4
|
-
ListTelemetryPipelinesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTelemetryPipelinesInput, ListTelemetryPipelinesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTelemetryPipelinesCommandInput
|
|
8
|
-
extends ListTelemetryPipelinesInput {}
|
|
4
|
+
export interface ListTelemetryPipelinesCommandInput extends ListTelemetryPipelinesInput {}
|
|
9
5
|
export interface ListTelemetryPipelinesCommandOutput
|
|
10
|
-
extends ListTelemetryPipelinesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTelemetryPipelinesOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListTelemetryPipelinesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTelemetryPipelinesCommandInput
|
|
9
|
+
input: ListTelemetryPipelinesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTelemetryPipelinesCommandInput,
|
|
17
12
|
ListTelemetryPipelinesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTelemetryRulesInput,
|
|
4
|
-
ListTelemetryRulesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTelemetryRulesInput, ListTelemetryRulesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTelemetryRulesCommandInput
|
|
8
|
-
extends ListTelemetryRulesInput {}
|
|
4
|
+
export interface ListTelemetryRulesCommandInput extends ListTelemetryRulesInput {}
|
|
9
5
|
export interface ListTelemetryRulesCommandOutput
|
|
10
|
-
extends ListTelemetryRulesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTelemetryRulesOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListTelemetryRulesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTelemetryRulesCommandInput
|
|
9
|
+
input: ListTelemetryRulesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTelemetryRulesCommandInput,
|
|
17
12
|
ListTelemetryRulesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListTelemetryRulesForOrganizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTelemetryRulesForOrganizationCommandInput
|
|
8
|
-
extends ListTelemetryRulesForOrganizationInput {}
|
|
7
|
+
export interface ListTelemetryRulesForOrganizationCommandInput extends ListTelemetryRulesForOrganizationInput {}
|
|
9
8
|
export interface ListTelemetryRulesForOrganizationCommandOutput
|
|
10
|
-
extends ListTelemetryRulesForOrganizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListTelemetryRulesForOrganizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListTelemetryRulesForOrganizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListTelemetryRulesForOrganizationCommandInput
|
|
12
|
+
input: ListTelemetryRulesForOrganizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListTelemetryRulesForOrganizationCommandInput,
|
|
17
15
|
ListTelemetryRulesForOrganizationCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { StartTelemetryEnrichmentOutput } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StartTelemetryEnrichmentCommandInput {}
|
|
5
5
|
export interface StartTelemetryEnrichmentCommandOutput
|
|
6
|
-
extends StartTelemetryEnrichmentOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartTelemetryEnrichmentOutput, __MetadataBearer {}
|
|
8
7
|
declare const StartTelemetryEnrichmentCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: StartTelemetryEnrichmentCommandInput
|
|
9
|
+
input: StartTelemetryEnrichmentCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
StartTelemetryEnrichmentCommandInput,
|
|
13
12
|
StartTelemetryEnrichmentCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StartTelemetryEvaluationInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StartTelemetryEvaluationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface StartTelemetryEvaluationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface StartTelemetryEvaluationCommandInput extends StartTelemetryEvaluationInput {}
|
|
5
|
+
export interface StartTelemetryEvaluationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const StartTelemetryEvaluationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartTelemetryEvaluationCommandInput
|
|
8
|
+
input: StartTelemetryEvaluationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartTelemetryEvaluationCommandInput,
|
|
13
11
|
StartTelemetryEvaluationCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StartTelemetryEvaluationForOrganizationInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StartTelemetryEvaluationForOrganizationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface StartTelemetryEvaluationForOrganizationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface StartTelemetryEvaluationForOrganizationCommandInput extends StartTelemetryEvaluationForOrganizationInput {}
|
|
5
|
+
export interface StartTelemetryEvaluationForOrganizationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const StartTelemetryEvaluationForOrganizationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartTelemetryEvaluationForOrganizationCommandInput
|
|
8
|
+
input: StartTelemetryEvaluationForOrganizationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartTelemetryEvaluationForOrganizationCommandInput,
|
|
13
11
|
StartTelemetryEvaluationForOrganizationCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { StopTelemetryEnrichmentOutput } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StopTelemetryEnrichmentCommandInput {}
|
|
5
5
|
export interface StopTelemetryEnrichmentCommandOutput
|
|
6
|
-
extends StopTelemetryEnrichmentOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopTelemetryEnrichmentOutput, __MetadataBearer {}
|
|
8
7
|
declare const StopTelemetryEnrichmentCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: StopTelemetryEnrichmentCommandInput
|
|
9
|
+
input: StopTelemetryEnrichmentCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
StopTelemetryEnrichmentCommandInput,
|
|
13
12
|
StopTelemetryEnrichmentCommandOutput,
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
export { __MetadataBearer };
|
|
3
3
|
export interface StopTelemetryEvaluationCommandInput {}
|
|
4
|
-
export interface StopTelemetryEvaluationCommandOutput
|
|
5
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface StopTelemetryEvaluationCommandOutput extends __MetadataBearer {}
|
|
6
5
|
declare const StopTelemetryEvaluationCommand_base: {
|
|
7
6
|
new (
|
|
8
|
-
input: StopTelemetryEvaluationCommandInput
|
|
7
|
+
input: StopTelemetryEvaluationCommandInput,
|
|
9
8
|
): import("@smithy/core/client").CommandImpl<
|
|
10
9
|
StopTelemetryEvaluationCommandInput,
|
|
11
10
|
StopTelemetryEvaluationCommandOutput,
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
export { __MetadataBearer };
|
|
3
3
|
export interface StopTelemetryEvaluationForOrganizationCommandInput {}
|
|
4
|
-
export interface StopTelemetryEvaluationForOrganizationCommandOutput
|
|
5
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface StopTelemetryEvaluationForOrganizationCommandOutput extends __MetadataBearer {}
|
|
6
5
|
declare const StopTelemetryEvaluationForOrganizationCommand_base: {
|
|
7
6
|
new (
|
|
8
|
-
input: StopTelemetryEvaluationForOrganizationCommandInput
|
|
7
|
+
input: StopTelemetryEvaluationForOrganizationCommandInput,
|
|
9
8
|
): import("@smithy/core/client").CommandImpl<
|
|
10
9
|
StopTelemetryEvaluationForOrganizationCommandInput,
|
|
11
10
|
StopTelemetryEvaluationForOrganizationCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
TestTelemetryPipelineInput,
|
|
4
|
-
TestTelemetryPipelineOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { TestTelemetryPipelineInput, TestTelemetryPipelineOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface TestTelemetryPipelineCommandInput
|
|
8
|
-
extends TestTelemetryPipelineInput {}
|
|
4
|
+
export interface TestTelemetryPipelineCommandInput extends TestTelemetryPipelineInput {}
|
|
9
5
|
export interface TestTelemetryPipelineCommandOutput
|
|
10
|
-
extends TestTelemetryPipelineOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends TestTelemetryPipelineOutput, __MetadataBearer {}
|
|
12
7
|
declare const TestTelemetryPipelineCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: TestTelemetryPipelineCommandInput
|
|
9
|
+
input: TestTelemetryPipelineCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
TestTelemetryPipelineCommandInput,
|
|
17
12
|
TestTelemetryPipelineCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const TestTelemetryPipelineCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: TestTelemetryPipelineCommandInput
|
|
18
|
+
input: TestTelemetryPipelineCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
TestTelemetryPipelineCommandInput,
|
|
26
21
|
TestTelemetryPipelineCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateCentralizationRuleForOrganizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateCentralizationRuleForOrganizationCommandInput
|
|
8
|
-
extends UpdateCentralizationRuleForOrganizationInput {}
|
|
7
|
+
export interface UpdateCentralizationRuleForOrganizationCommandInput extends UpdateCentralizationRuleForOrganizationInput {}
|
|
9
8
|
export interface UpdateCentralizationRuleForOrganizationCommandOutput
|
|
10
|
-
extends UpdateCentralizationRuleForOrganizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateCentralizationRuleForOrganizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdateCentralizationRuleForOrganizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateCentralizationRuleForOrganizationCommandInput
|
|
12
|
+
input: UpdateCentralizationRuleForOrganizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateCentralizationRuleForOrganizationCommandInput,
|
|
17
15
|
UpdateCentralizationRuleForOrganizationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateCentralizationRuleForOrganizationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateCentralizationRuleForOrganizationCommandInput
|
|
21
|
+
input: UpdateCentralizationRuleForOrganizationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateCentralizationRuleForOrganizationCommandInput,
|
|
26
24
|
UpdateCentralizationRuleForOrganizationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateTelemetryPipelineInput,
|
|
4
|
-
UpdateTelemetryPipelineOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateTelemetryPipelineInput, UpdateTelemetryPipelineOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateTelemetryPipelineCommandInput
|
|
8
|
-
extends UpdateTelemetryPipelineInput {}
|
|
4
|
+
export interface UpdateTelemetryPipelineCommandInput extends UpdateTelemetryPipelineInput {}
|
|
9
5
|
export interface UpdateTelemetryPipelineCommandOutput
|
|
10
|
-
extends UpdateTelemetryPipelineOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateTelemetryPipelineOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateTelemetryPipelineCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateTelemetryPipelineCommandInput
|
|
9
|
+
input: UpdateTelemetryPipelineCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateTelemetryPipelineCommandInput,
|
|
17
12
|
UpdateTelemetryPipelineCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateTelemetryPipelineCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateTelemetryPipelineCommandInput
|
|
18
|
+
input: UpdateTelemetryPipelineCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateTelemetryPipelineCommandInput,
|
|
26
21
|
UpdateTelemetryPipelineCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateTelemetryRuleInput,
|
|
4
|
-
UpdateTelemetryRuleOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateTelemetryRuleInput, UpdateTelemetryRuleOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateTelemetryRuleCommandInput
|
|
8
|
-
extends UpdateTelemetryRuleInput {}
|
|
4
|
+
export interface UpdateTelemetryRuleCommandInput extends UpdateTelemetryRuleInput {}
|
|
9
5
|
export interface UpdateTelemetryRuleCommandOutput
|
|
10
|
-
extends UpdateTelemetryRuleOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateTelemetryRuleOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateTelemetryRuleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateTelemetryRuleCommandInput
|
|
9
|
+
input: UpdateTelemetryRuleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateTelemetryRuleCommandInput,
|
|
17
12
|
UpdateTelemetryRuleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateTelemetryRuleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateTelemetryRuleCommandInput
|
|
18
|
+
input: UpdateTelemetryRuleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateTelemetryRuleCommandInput,
|
|
26
21
|
UpdateTelemetryRuleCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateTelemetryRuleForOrganizationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateTelemetryRuleForOrganizationCommandInput
|
|
8
|
-
extends UpdateTelemetryRuleForOrganizationInput {}
|
|
7
|
+
export interface UpdateTelemetryRuleForOrganizationCommandInput extends UpdateTelemetryRuleForOrganizationInput {}
|
|
9
8
|
export interface UpdateTelemetryRuleForOrganizationCommandOutput
|
|
10
|
-
extends UpdateTelemetryRuleForOrganizationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateTelemetryRuleForOrganizationOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdateTelemetryRuleForOrganizationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateTelemetryRuleForOrganizationCommandInput
|
|
12
|
+
input: UpdateTelemetryRuleForOrganizationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateTelemetryRuleForOrganizationCommandInput,
|
|
17
15
|
UpdateTelemetryRuleForOrganizationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateTelemetryRuleForOrganizationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateTelemetryRuleForOrganizationCommandInput
|
|
21
|
+
input: UpdateTelemetryRuleForOrganizationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateTelemetryRuleForOrganizationCommandInput,
|
|
26
24
|
UpdateTelemetryRuleForOrganizationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ValidateTelemetryPipelineConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ValidateTelemetryPipelineConfigurationCommandInput
|
|
8
|
-
extends ValidateTelemetryPipelineConfigurationInput {}
|
|
7
|
+
export interface ValidateTelemetryPipelineConfigurationCommandInput extends ValidateTelemetryPipelineConfigurationInput {}
|
|
9
8
|
export interface ValidateTelemetryPipelineConfigurationCommandOutput
|
|
10
|
-
extends ValidateTelemetryPipelineConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ValidateTelemetryPipelineConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const ValidateTelemetryPipelineConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ValidateTelemetryPipelineConfigurationCommandInput
|
|
12
|
+
input: ValidateTelemetryPipelineConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ValidateTelemetryPipelineConfigurationCommandInput,
|
|
17
15
|
ValidateTelemetryPipelineConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ValidateTelemetryPipelineConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ValidateTelemetryPipelineConfigurationCommandInput
|
|
21
|
+
input: ValidateTelemetryPipelineConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ValidateTelemetryPipelineConfigurationCommandInput,
|
|
26
24
|
ValidateTelemetryPipelineConfigurationCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ObservabilityAdminExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -24,8 +24,7 @@ export declare const EncryptionStrategy: {
|
|
|
24
24
|
readonly AWS_OWNED: "AWS_OWNED";
|
|
25
25
|
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
26
26
|
};
|
|
27
|
-
export type EncryptionStrategy =
|
|
28
|
-
(typeof EncryptionStrategy)[keyof typeof EncryptionStrategy];
|
|
27
|
+
export type EncryptionStrategy = (typeof EncryptionStrategy)[keyof typeof EncryptionStrategy];
|
|
29
28
|
export declare const EncryptedLogGroupStrategy: {
|
|
30
29
|
readonly ALLOW: "ALLOW";
|
|
31
30
|
readonly SKIP: "SKIP";
|
|
@@ -46,8 +45,7 @@ export type SSEAlgorithm = (typeof SSEAlgorithm)[keyof typeof SSEAlgorithm];
|
|
|
46
45
|
export declare const DestinationType: {
|
|
47
46
|
readonly CLOUDWATCH_LOGS: "cloud-watch-logs";
|
|
48
47
|
};
|
|
49
|
-
export type DestinationType =
|
|
50
|
-
(typeof DestinationType)[keyof typeof DestinationType];
|
|
48
|
+
export type DestinationType = (typeof DestinationType)[keyof typeof DestinationType];
|
|
51
49
|
export declare const OutputFormat: {
|
|
52
50
|
readonly JSON: "json";
|
|
53
51
|
readonly PLAIN: "plain";
|
|
@@ -74,14 +72,12 @@ export declare const FilterBehavior: {
|
|
|
74
72
|
readonly DROP: "DROP";
|
|
75
73
|
readonly KEEP: "KEEP";
|
|
76
74
|
};
|
|
77
|
-
export type FilterBehavior =
|
|
78
|
-
(typeof FilterBehavior)[keyof typeof FilterBehavior];
|
|
75
|
+
export type FilterBehavior = (typeof FilterBehavior)[keyof typeof FilterBehavior];
|
|
79
76
|
export declare const FilterRequirement: {
|
|
80
77
|
readonly MEETS_ALL: "MEETS_ALL";
|
|
81
78
|
readonly MEETS_ANY: "MEETS_ANY";
|
|
82
79
|
};
|
|
83
|
-
export type FilterRequirement =
|
|
84
|
-
(typeof FilterRequirement)[keyof typeof FilterRequirement];
|
|
80
|
+
export type FilterRequirement = (typeof FilterRequirement)[keyof typeof FilterRequirement];
|
|
85
81
|
export declare const WAFLogType: {
|
|
86
82
|
readonly WAF_LOGS: "WAF_LOGS";
|
|
87
83
|
};
|
|
@@ -118,8 +114,7 @@ export declare const TelemetrySourceType: {
|
|
|
118
114
|
readonly ROUTE53_RESOLVER_QUERY_LOGS: "ROUTE53_RESOLVER_QUERY_LOGS";
|
|
119
115
|
readonly VPC_FLOW_LOGS: "VPC_FLOW_LOGS";
|
|
120
116
|
};
|
|
121
|
-
export type TelemetrySourceType =
|
|
122
|
-
(typeof TelemetrySourceType)[keyof typeof TelemetrySourceType];
|
|
117
|
+
export type TelemetrySourceType = (typeof TelemetrySourceType)[keyof typeof TelemetrySourceType];
|
|
123
118
|
export declare const TelemetryType: {
|
|
124
119
|
readonly LOGS: "Logs";
|
|
125
120
|
readonly METRICS: "Metrics";
|
|
@@ -130,8 +125,7 @@ export declare const IntegrationStatus: {
|
|
|
130
125
|
readonly ACTIVE: "ACTIVE";
|
|
131
126
|
readonly DELETING: "DELETING";
|
|
132
127
|
};
|
|
133
|
-
export type IntegrationStatus =
|
|
134
|
-
(typeof IntegrationStatus)[keyof typeof IntegrationStatus];
|
|
128
|
+
export type IntegrationStatus = (typeof IntegrationStatus)[keyof typeof IntegrationStatus];
|
|
135
129
|
export declare const TelemetryEnrichmentStatus: {
|
|
136
130
|
readonly IMPAIRED: "Impaired";
|
|
137
131
|
readonly RUNNING: "Running";
|
|
@@ -164,8 +158,7 @@ export declare const TelemetryState: {
|
|
|
164
158
|
readonly ENABLED: "Enabled";
|
|
165
159
|
readonly NOT_APPLICABLE: "NotApplicable";
|
|
166
160
|
};
|
|
167
|
-
export type TelemetryState =
|
|
168
|
-
(typeof TelemetryState)[keyof typeof TelemetryState];
|
|
161
|
+
export type TelemetryState = (typeof TelemetryState)[keyof typeof TelemetryState];
|
|
169
162
|
export declare const RecordFormat: {
|
|
170
163
|
readonly JSON: "JSON";
|
|
171
164
|
readonly STRING: "STRING";
|