@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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListS3TableIntegrationsInput, ListS3TableIntegrationsOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface ListS3TableIntegrationsCommandInput extends ListS3TableIntegrat
|
|
|
22
22
|
export interface ListS3TableIntegrationsCommandOutput extends ListS3TableIntegrationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListS3TableIntegrationsCommand_base: {
|
|
25
|
-
new (input: ListS3TableIntegrationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListS3TableIntegrationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListS3TableIntegrationsCommandInput): import("@smithy/core/client").CommandImpl<ListS3TableIntegrationsCommandInput, ListS3TableIntegrationsCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListS3TableIntegrationsCommandInput]): import("@smithy/core/client").CommandImpl<ListS3TableIntegrationsCommandInput, ListS3TableIntegrationsCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all S3 Table integrations in your account. We recommend using pagination to ensure that the operation returns quickly and successfully.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists all tags attached to the specified resource. Supports telemetry rule resources and telemetry pipeline resources. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTelemetryPipelinesInput, ListTelemetryPipelinesOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTelemetryPipelinesCommandInput extends ListTelemetryPipelin
|
|
|
22
22
|
export interface ListTelemetryPipelinesCommandOutput extends ListTelemetryPipelinesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTelemetryPipelinesCommand_base: {
|
|
25
|
-
new (input: ListTelemetryPipelinesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTelemetryPipelinesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTelemetryPipelinesCommandInput): import("@smithy/core/client").CommandImpl<ListTelemetryPipelinesCommandInput, ListTelemetryPipelinesCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTelemetryPipelinesCommandInput]): import("@smithy/core/client").CommandImpl<ListTelemetryPipelinesCommandInput, ListTelemetryPipelinesCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of telemetry pipelines in your account. Returns up to 100 results. If more than 100 telemetry pipelines exist, include the <code>NextToken</code> value from the response to retrieve the next set of results.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTelemetryRulesInput, ListTelemetryRulesOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTelemetryRulesCommandInput extends ListTelemetryRulesInput
|
|
|
22
22
|
export interface ListTelemetryRulesCommandOutput extends ListTelemetryRulesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTelemetryRulesCommand_base: {
|
|
25
|
-
new (input: ListTelemetryRulesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTelemetryRulesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTelemetryRulesCommandInput): import("@smithy/core/client").CommandImpl<ListTelemetryRulesCommandInput, ListTelemetryRulesCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTelemetryRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListTelemetryRulesCommandInput, ListTelemetryRulesCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists all telemetry rules in your account. You can filter the results by specifying a rule name prefix. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTelemetryRulesForOrganizationInput, ListTelemetryRulesForOrganizationOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTelemetryRulesForOrganizationCommandInput extends ListTelem
|
|
|
22
22
|
export interface ListTelemetryRulesForOrganizationCommandOutput extends ListTelemetryRulesForOrganizationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTelemetryRulesForOrganizationCommand_base: {
|
|
25
|
-
new (input: ListTelemetryRulesForOrganizationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTelemetryRulesForOrganizationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTelemetryRulesForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<ListTelemetryRulesForOrganizationCommandInput, ListTelemetryRulesForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTelemetryRulesForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<ListTelemetryRulesForOrganizationCommandInput, ListTelemetryRulesForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists all telemetry rules in your organization. This operation can only be called by the organization's management account or a delegated administrator account. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { StartTelemetryEnrichmentOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface StartTelemetryEnrichmentCommandInput {
|
|
|
22
22
|
export interface StartTelemetryEnrichmentCommandOutput extends StartTelemetryEnrichmentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartTelemetryEnrichmentCommand_base: {
|
|
25
|
-
new (input: StartTelemetryEnrichmentCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [StartTelemetryEnrichmentCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartTelemetryEnrichmentCommandInput): import("@smithy/core/client").CommandImpl<StartTelemetryEnrichmentCommandInput, StartTelemetryEnrichmentCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [StartTelemetryEnrichmentCommandInput]): import("@smithy/core/client").CommandImpl<StartTelemetryEnrichmentCommandInput, StartTelemetryEnrichmentCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Enables the resource tags for telemetry feature for your account, which enhances telemetry data with additional resource metadata from Resource Explorer to provide richer context for monitoring and observability. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { StartTelemetryEvaluationInput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface StartTelemetryEvaluationCommandInput extends StartTelemetryEval
|
|
|
22
22
|
export interface StartTelemetryEvaluationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartTelemetryEvaluationCommand_base: {
|
|
25
|
-
new (input: StartTelemetryEvaluationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [StartTelemetryEvaluationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartTelemetryEvaluationCommandInput): import("@smithy/core/client").CommandImpl<StartTelemetryEvaluationCommandInput, StartTelemetryEvaluationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [StartTelemetryEvaluationCommandInput]): import("@smithy/core/client").CommandImpl<StartTelemetryEvaluationCommandInput, StartTelemetryEvaluationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> This action begins onboarding the caller Amazon Web Services account to the telemetry config feature. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { StartTelemetryEvaluationForOrganizationInput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface StartTelemetryEvaluationForOrganizationCommandInput extends Sta
|
|
|
22
22
|
export interface StartTelemetryEvaluationForOrganizationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartTelemetryEvaluationForOrganizationCommand_base: {
|
|
25
|
-
new (input: StartTelemetryEvaluationForOrganizationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [StartTelemetryEvaluationForOrganizationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartTelemetryEvaluationForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<StartTelemetryEvaluationForOrganizationCommandInput, StartTelemetryEvaluationForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [StartTelemetryEvaluationForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<StartTelemetryEvaluationForOrganizationCommandInput, StartTelemetryEvaluationForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> This actions begins onboarding the organization and all member accounts to the telemetry config feature. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { StopTelemetryEnrichmentOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface StopTelemetryEnrichmentCommandInput {
|
|
|
22
22
|
export interface StopTelemetryEnrichmentCommandOutput extends StopTelemetryEnrichmentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopTelemetryEnrichmentCommand_base: {
|
|
25
|
-
new (input: StopTelemetryEnrichmentCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [StopTelemetryEnrichmentCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopTelemetryEnrichmentCommandInput): import("@smithy/core/client").CommandImpl<StopTelemetryEnrichmentCommandInput, StopTelemetryEnrichmentCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [StopTelemetryEnrichmentCommandInput]): import("@smithy/core/client").CommandImpl<StopTelemetryEnrichmentCommandInput, StopTelemetryEnrichmentCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Disables the resource tags for telemetry feature for your account, stopping the enhancement of telemetry data with additional resource metadata. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
4
4
|
/**
|
|
@@ -21,9 +21,11 @@ export interface StopTelemetryEvaluationCommandInput {
|
|
|
21
21
|
export interface StopTelemetryEvaluationCommandOutput extends __MetadataBearer {
|
|
22
22
|
}
|
|
23
23
|
declare const StopTelemetryEvaluationCommand_base: {
|
|
24
|
-
new (input: StopTelemetryEvaluationCommandInput): import("@smithy/
|
|
25
|
-
new (...[input]: [] | [StopTelemetryEvaluationCommandInput]): import("@smithy/
|
|
26
|
-
getEndpointParameterInstructions():
|
|
24
|
+
new (input: StopTelemetryEvaluationCommandInput): import("@smithy/core/client").CommandImpl<StopTelemetryEvaluationCommandInput, StopTelemetryEvaluationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [StopTelemetryEvaluationCommandInput]): import("@smithy/core/client").CommandImpl<StopTelemetryEvaluationCommandInput, StopTelemetryEvaluationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): {
|
|
27
|
+
[x: string]: unknown;
|
|
28
|
+
};
|
|
27
29
|
};
|
|
28
30
|
/**
|
|
29
31
|
* <p> This action begins offboarding the caller Amazon Web Services account from the telemetry config feature. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
4
4
|
/**
|
|
@@ -21,9 +21,11 @@ export interface StopTelemetryEvaluationForOrganizationCommandInput {
|
|
|
21
21
|
export interface StopTelemetryEvaluationForOrganizationCommandOutput extends __MetadataBearer {
|
|
22
22
|
}
|
|
23
23
|
declare const StopTelemetryEvaluationForOrganizationCommand_base: {
|
|
24
|
-
new (input: StopTelemetryEvaluationForOrganizationCommandInput): import("@smithy/
|
|
25
|
-
new (...[input]: [] | [StopTelemetryEvaluationForOrganizationCommandInput]): import("@smithy/
|
|
26
|
-
getEndpointParameterInstructions():
|
|
24
|
+
new (input: StopTelemetryEvaluationForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<StopTelemetryEvaluationForOrganizationCommandInput, StopTelemetryEvaluationForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [StopTelemetryEvaluationForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<StopTelemetryEvaluationForOrganizationCommandInput, StopTelemetryEvaluationForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): {
|
|
27
|
+
[x: string]: unknown;
|
|
28
|
+
};
|
|
27
29
|
};
|
|
28
30
|
/**
|
|
29
31
|
* <p> This action offboards the Organization of the caller Amazon Web Services account from the telemetry config feature. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceInput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Adds or updates tags for a resource. Supports telemetry rule resources and telemetry pipeline resources. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TestTelemetryPipelineInput, TestTelemetryPipelineOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface TestTelemetryPipelineCommandInput extends TestTelemetryPipeline
|
|
|
22
22
|
export interface TestTelemetryPipelineCommandOutput extends TestTelemetryPipelineOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TestTelemetryPipelineCommand_base: {
|
|
25
|
-
new (input: TestTelemetryPipelineCommandInput): import("@smithy/
|
|
26
|
-
new (input: TestTelemetryPipelineCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TestTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<TestTelemetryPipelineCommandInput, TestTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TestTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<TestTelemetryPipelineCommandInput, TestTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Tests a pipeline configuration with sample records to validate data processing before deployment. This operation helps ensure your pipeline configuration works as expected. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceInput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Removes tags from a resource. Supports telemetry rule resources and telemetry pipeline resources. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateCentralizationRuleForOrganizationInput, UpdateCentralizationRuleForOrganizationOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateCentralizationRuleForOrganizationCommandInput extends Upd
|
|
|
22
22
|
export interface UpdateCentralizationRuleForOrganizationCommandOutput extends UpdateCentralizationRuleForOrganizationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateCentralizationRuleForOrganizationCommand_base: {
|
|
25
|
-
new (input: UpdateCentralizationRuleForOrganizationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateCentralizationRuleForOrganizationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCentralizationRuleForOrganizationCommandInput, UpdateCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateCentralizationRuleForOrganizationCommandInput, UpdateCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an existing centralization rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateTelemetryPipelineInput, UpdateTelemetryPipelineOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateTelemetryPipelineCommandInput extends UpdateTelemetryPipe
|
|
|
22
22
|
export interface UpdateTelemetryPipelineCommandOutput extends UpdateTelemetryPipelineOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateTelemetryPipelineCommand_base: {
|
|
25
|
-
new (input: UpdateTelemetryPipelineCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateTelemetryPipelineCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryPipelineCommandInput, UpdateTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryPipelineCommandInput, UpdateTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the configuration of an existing telemetry pipeline.</p> <note> <p>The following attributes cannot be updated after pipeline creation:</p> <ul> <li> <p> <b>Pipeline name</b> - The pipeline name is immutable</p> </li> <li> <p> <b>Pipeline ARN</b> - The ARN is automatically generated and cannot be changed</p> </li> <li> <p> <b>Source type</b> - Once a pipeline is created with a specific source type (such as S3, CloudWatch Logs, GitHub, or third-party sources), it cannot be changed to a different source type</p> </li> </ul> <p>Processors can be added, removed, or modified. However, some processors are not supported for third-party pipelines and cannot be added through updates.</p> </note> <p> <b>Source-Specific Update Rules</b> </p> <dl> <dt>CloudWatch Logs Sources (Vended and Custom)</dt> <dd> <p> <b>Updatable:</b> <code>sts_role_arn</code> </p> <p> <b>Fixed:</b> <code>data_source_name</code>, <code>data_source_type</code>, sink (must remain <code>@original</code>)</p> </dd> <dt>S3 Sources (Crowdstrike, Zscaler, SentinelOne, Custom)</dt> <dd> <p> <b>Updatable:</b> All SQS configuration parameters, <code>sts_role_arn</code>, codec settings, compression type, bucket ownership settings, sink log group</p> <p> <b>Fixed:</b> <code>notification_type</code>, <code>aws.region</code> </p> </dd> <dt>GitHub Audit Logs</dt> <dd> <p> <b>Updatable:</b> All Amazon Web Services Secrets Manager attributes, <code>scope</code> (can switch between ORGANIZATION/ENTERPRISE), <code>organization</code> or <code>enterprise</code> name, <code>range</code>, authentication credentials (PAT or GitHub App)</p> </dd> <dt>Microsoft Sources (Entra ID, Office365, Windows)</dt> <dd> <p> <b>Updatable:</b> All Amazon Web Services Secrets Manager attributes, <code>tenant_id</code>, <code>workspace_id</code> (Windows only), OAuth2 credentials (<code>client_id</code>, <code>client_secret</code>)</p> </dd> <dt>Okta Sources (SSO, Auth0)</dt> <dd> <p> <b>Updatable:</b> All Amazon Web Services Secrets Manager attributes, <code>domain</code>, <code>range</code>, OAuth2 credentials (<code>client_id</code>, <code>client_secret</code>)</p> </dd> <dt>Palo Alto Networks</dt> <dd> <p> <b>Updatable:</b> All Amazon Web Services Secrets Manager attributes, <code>hostname</code>, basic authentication credentials (<code>username</code>, <code>password</code>)</p> </dd> <dt>ServiceNow CMDB</dt> <dd> <p> <b>Updatable:</b> All Amazon Web Services Secrets Manager attributes, <code>instance_url</code>, <code>range</code>, OAuth2 credentials (<code>client_id</code>, <code>client_secret</code>)</p> </dd> <dt>Wiz CNAPP</dt> <dd> <p> <b>Updatable:</b> All Amazon Web Services Secrets Manager attributes, <code>region</code>, <code>range</code>, OAuth2 credentials (<code>client_id</code>, <code>client_secret</code>)</p> </dd> </dl>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateTelemetryRuleInput, UpdateTelemetryRuleOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateTelemetryRuleCommandInput extends UpdateTelemetryRuleInpu
|
|
|
22
22
|
export interface UpdateTelemetryRuleCommandOutput extends UpdateTelemetryRuleOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateTelemetryRuleCommand_base: {
|
|
25
|
-
new (input: UpdateTelemetryRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateTelemetryRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleCommandInput, UpdateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleCommandInput, UpdateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Updates an existing telemetry rule in your account. If multiple users attempt to modify the same telemetry rule simultaneously, a ConflictException is returned to provide specific error information for concurrent modification scenarios. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateTelemetryRuleForOrganizationInput, UpdateTelemetryRuleForOrganizationOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateTelemetryRuleForOrganizationCommandInput extends UpdateTe
|
|
|
22
22
|
export interface UpdateTelemetryRuleForOrganizationCommandOutput extends UpdateTelemetryRuleForOrganizationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateTelemetryRuleForOrganizationCommand_base: {
|
|
25
|
-
new (input: UpdateTelemetryRuleForOrganizationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateTelemetryRuleForOrganizationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleForOrganizationCommandInput, UpdateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTelemetryRuleForOrganizationCommandInput, UpdateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Updates an existing telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ValidateTelemetryPipelineConfigurationInput, ValidateTelemetryPipelineConfigurationOutput } from "../models/models_0";
|
|
4
4
|
import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface ValidateTelemetryPipelineConfigurationCommandInput extends Vali
|
|
|
22
22
|
export interface ValidateTelemetryPipelineConfigurationCommandOutput extends ValidateTelemetryPipelineConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ValidateTelemetryPipelineConfigurationCommand_base: {
|
|
25
|
-
new (input: ValidateTelemetryPipelineConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: ValidateTelemetryPipelineConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ValidateTelemetryPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ValidateTelemetryPipelineConfigurationCommandInput, ValidateTelemetryPipelineConfigurationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ValidateTelemetryPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ValidateTelemetryPipelineConfigurationCommandInput, ValidateTelemetryPipelineConfigurationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Validates a pipeline configuration without creating the pipeline. This operation checks the configuration for syntax errors and compatibility issues.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ValidationError } from "./models_0";
|
|
3
3
|
import { ObservabilityAdminServiceException as __BaseException } from "./ObservabilityAdminServiceException";
|
|
4
4
|
/**
|
|
@@ -5,13 +5,13 @@ import type { ObservabilityAdminClientConfig } from "./ObservabilityAdminClient"
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { ObservabilityAdminClientConfig } from "./ObservabilityAdminClient"
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { ObservabilityAdminClientConfig } from "./ObservabilityAdminClient"
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ObservabilityAdminClientConfig)
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|