@aws-sdk/client-observabilityadmin 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +48 -403
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/CreateS3TableIntegrationCommand.js +2 -14
- package/dist-es/commands/CreateTelemetryPipelineCommand.js +2 -14
- package/dist-es/commands/CreateTelemetryRuleCommand.js +2 -14
- package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/DeleteS3TableIntegrationCommand.js +2 -14
- package/dist-es/commands/DeleteTelemetryPipelineCommand.js +2 -14
- package/dist-es/commands/DeleteTelemetryRuleCommand.js +2 -14
- package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/GetS3TableIntegrationCommand.js +2 -14
- package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +2 -14
- package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +2 -14
- package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +2 -14
- package/dist-es/commands/GetTelemetryPipelineCommand.js +2 -14
- package/dist-es/commands/GetTelemetryRuleCommand.js +2 -14
- package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListResourceTelemetryCommand.js +2 -14
- package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListS3TableIntegrationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTelemetryPipelinesCommand.js +2 -14
- package/dist-es/commands/ListTelemetryRulesCommand.js +2 -14
- package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +2 -14
- package/dist-es/commands/StartTelemetryEnrichmentCommand.js +2 -14
- package/dist-es/commands/StartTelemetryEvaluationCommand.js +2 -14
- package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +2 -14
- package/dist-es/commands/StopTelemetryEnrichmentCommand.js +2 -14
- package/dist-es/commands/StopTelemetryEvaluationCommand.js +2 -14
- package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TestTelemetryPipelineCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/UpdateTelemetryPipelineCommand.js +2 -14
- package/dist-es/commands/UpdateTelemetryRuleCommand.js +2 -14
- package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +2 -14
- package/dist-es/commands/ValidateTelemetryPipelineConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/CreateS3TableIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/CreateTelemetryPipelineCommand.d.ts +3 -8
- package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteS3TableIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTelemetryPipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTelemetryRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetS3TableIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryEnrichmentStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryEvaluationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryPipelineCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceTelemetryCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListS3TableIntegrationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTelemetryPipelinesCommand.d.ts +3 -8
- package/dist-types/commands/ListTelemetryRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/StartTelemetryEnrichmentCommand.d.ts +3 -8
- package/dist-types/commands/StartTelemetryEvaluationCommand.d.ts +3 -8
- package/dist-types/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/StopTelemetryEnrichmentCommand.d.ts +3 -8
- package/dist-types/commands/StopTelemetryEvaluationCommand.d.ts +3 -8
- package/dist-types/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TestTelemetryPipelineCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTelemetryPipelineCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCentralizationRuleForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCentralizationRuleForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "DeleteCentralizationRuleForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "DeleteCentralizationRuleForOrganizationCommand")
|
|
14
|
-
.sc(DeleteCentralizationRuleForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "DeleteCentralizationRuleForOrganization", DeleteCentralizationRuleForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteS3TableIntegration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteS3TableIntegrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "DeleteS3TableIntegration", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "DeleteS3TableIntegrationCommand")
|
|
14
|
-
.sc(DeleteS3TableIntegration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteS3TableIntegrationCommand extends command(_ep0, _mw0, "DeleteS3TableIntegration", DeleteS3TableIntegration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteTelemetryPipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTelemetryPipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "DeleteTelemetryPipeline", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "DeleteTelemetryPipelineCommand")
|
|
14
|
-
.sc(DeleteTelemetryPipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTelemetryPipelineCommand extends command(_ep0, _mw0, "DeleteTelemetryPipeline", DeleteTelemetryPipeline$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteTelemetryRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTelemetryRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "DeleteTelemetryRule", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "DeleteTelemetryRuleCommand")
|
|
14
|
-
.sc(DeleteTelemetryRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTelemetryRuleCommand extends command(_ep0, _mw0, "DeleteTelemetryRule", DeleteTelemetryRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteTelemetryRuleForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTelemetryRuleForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "DeleteTelemetryRuleForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "DeleteTelemetryRuleForOrganizationCommand")
|
|
14
|
-
.sc(DeleteTelemetryRuleForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "DeleteTelemetryRuleForOrganization", DeleteTelemetryRuleForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetCentralizationRuleForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCentralizationRuleForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "GetCentralizationRuleForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "GetCentralizationRuleForOrganizationCommand")
|
|
14
|
-
.sc(GetCentralizationRuleForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "GetCentralizationRuleForOrganization", GetCentralizationRuleForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetS3TableIntegration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetS3TableIntegrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "GetS3TableIntegration", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "GetS3TableIntegrationCommand")
|
|
14
|
-
.sc(GetS3TableIntegration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetS3TableIntegrationCommand extends command(_ep0, _mw0, "GetS3TableIntegration", GetS3TableIntegration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTelemetryEnrichmentStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTelemetryEnrichmentStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "GetTelemetryEnrichmentStatus", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "GetTelemetryEnrichmentStatusCommand")
|
|
14
|
-
.sc(GetTelemetryEnrichmentStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTelemetryEnrichmentStatusCommand extends command(_ep0, _mw0, "GetTelemetryEnrichmentStatus", GetTelemetryEnrichmentStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTelemetryEvaluationStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTelemetryEvaluationStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "GetTelemetryEvaluationStatus", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusCommand")
|
|
14
|
-
.sc(GetTelemetryEvaluationStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTelemetryEvaluationStatusCommand extends command(_ep0, _mw0, "GetTelemetryEvaluationStatus", GetTelemetryEvaluationStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTelemetryEvaluationStatusForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTelemetryEvaluationStatusForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "GetTelemetryEvaluationStatusForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusForOrganizationCommand")
|
|
14
|
-
.sc(GetTelemetryEvaluationStatusForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTelemetryEvaluationStatusForOrganizationCommand extends command(_ep0, _mw0, "GetTelemetryEvaluationStatusForOrganization", GetTelemetryEvaluationStatusForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTelemetryPipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTelemetryPipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "GetTelemetryPipeline", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "GetTelemetryPipelineCommand")
|
|
14
|
-
.sc(GetTelemetryPipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTelemetryPipelineCommand extends command(_ep0, _mw0, "GetTelemetryPipeline", GetTelemetryPipeline$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTelemetryRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTelemetryRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "GetTelemetryRule", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "GetTelemetryRuleCommand")
|
|
14
|
-
.sc(GetTelemetryRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTelemetryRuleCommand extends command(_ep0, _mw0, "GetTelemetryRule", GetTelemetryRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTelemetryRuleForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTelemetryRuleForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "GetTelemetryRuleForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "GetTelemetryRuleForOrganizationCommand")
|
|
14
|
-
.sc(GetTelemetryRuleForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "GetTelemetryRuleForOrganization", GetTelemetryRuleForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCentralizationRulesForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCentralizationRulesForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "ListCentralizationRulesForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "ListCentralizationRulesForOrganizationCommand")
|
|
14
|
-
.sc(ListCentralizationRulesForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCentralizationRulesForOrganizationCommand extends command(_ep0, _mw0, "ListCentralizationRulesForOrganization", ListCentralizationRulesForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListResourceTelemetry$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListResourceTelemetryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "ListResourceTelemetry", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "ListResourceTelemetryCommand")
|
|
14
|
-
.sc(ListResourceTelemetry$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListResourceTelemetryCommand extends command(_ep0, _mw0, "ListResourceTelemetry", ListResourceTelemetry$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListResourceTelemetryForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListResourceTelemetryForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "ListResourceTelemetryForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "ListResourceTelemetryForOrganizationCommand")
|
|
14
|
-
.sc(ListResourceTelemetryForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListResourceTelemetryForOrganizationCommand extends command(_ep0, _mw0, "ListResourceTelemetryForOrganization", ListResourceTelemetryForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListS3TableIntegrations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListS3TableIntegrationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "ListS3TableIntegrations", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "ListS3TableIntegrationsCommand")
|
|
14
|
-
.sc(ListS3TableIntegrations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListS3TableIntegrationsCommand extends command(_ep0, _mw0, "ListS3TableIntegrations", ListS3TableIntegrations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "ListTagsForResource", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTelemetryPipelines$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTelemetryPipelinesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "ListTelemetryPipelines", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "ListTelemetryPipelinesCommand")
|
|
14
|
-
.sc(ListTelemetryPipelines$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTelemetryPipelinesCommand extends command(_ep0, _mw0, "ListTelemetryPipelines", ListTelemetryPipelines$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTelemetryRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTelemetryRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "ListTelemetryRules", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "ListTelemetryRulesCommand")
|
|
14
|
-
.sc(ListTelemetryRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTelemetryRulesCommand extends command(_ep0, _mw0, "ListTelemetryRules", ListTelemetryRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTelemetryRulesForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTelemetryRulesForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "ListTelemetryRulesForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "ListTelemetryRulesForOrganizationCommand")
|
|
14
|
-
.sc(ListTelemetryRulesForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTelemetryRulesForOrganizationCommand extends command(_ep0, _mw0, "ListTelemetryRulesForOrganization", ListTelemetryRulesForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartTelemetryEnrichment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartTelemetryEnrichmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "StartTelemetryEnrichment", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "StartTelemetryEnrichmentCommand")
|
|
14
|
-
.sc(StartTelemetryEnrichment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartTelemetryEnrichmentCommand extends command(_ep0, _mw0, "StartTelemetryEnrichment", StartTelemetryEnrichment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartTelemetryEvaluation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartTelemetryEvaluationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "StartTelemetryEvaluation", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "StartTelemetryEvaluationCommand")
|
|
14
|
-
.sc(StartTelemetryEvaluation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartTelemetryEvaluationCommand extends command(_ep0, _mw0, "StartTelemetryEvaluation", StartTelemetryEvaluation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartTelemetryEvaluationForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartTelemetryEvaluationForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "StartTelemetryEvaluationForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "StartTelemetryEvaluationForOrganizationCommand")
|
|
14
|
-
.sc(StartTelemetryEvaluationForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartTelemetryEvaluationForOrganizationCommand extends command(_ep0, _mw0, "StartTelemetryEvaluationForOrganization", StartTelemetryEvaluationForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopTelemetryEnrichment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopTelemetryEnrichmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "StopTelemetryEnrichment", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "StopTelemetryEnrichmentCommand")
|
|
14
|
-
.sc(StopTelemetryEnrichment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopTelemetryEnrichmentCommand extends command(_ep0, _mw0, "StopTelemetryEnrichment", StopTelemetryEnrichment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopTelemetryEvaluation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopTelemetryEvaluationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "StopTelemetryEvaluation", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "StopTelemetryEvaluationCommand")
|
|
14
|
-
.sc(StopTelemetryEvaluation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopTelemetryEvaluationCommand extends command(_ep0, _mw0, "StopTelemetryEvaluation", StopTelemetryEvaluation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopTelemetryEvaluationForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopTelemetryEvaluationForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "StopTelemetryEvaluationForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "StopTelemetryEvaluationForOrganizationCommand")
|
|
14
|
-
.sc(StopTelemetryEvaluationForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopTelemetryEvaluationForOrganizationCommand extends command(_ep0, _mw0, "StopTelemetryEvaluationForOrganization", StopTelemetryEvaluationForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "TagResource", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TestTelemetryPipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TestTelemetryPipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "TestTelemetryPipeline", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "TestTelemetryPipelineCommand")
|
|
14
|
-
.sc(TestTelemetryPipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TestTelemetryPipelineCommand extends command(_ep0, _mw0, "TestTelemetryPipeline", TestTelemetryPipeline$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "UntagResource", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateCentralizationRuleForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateCentralizationRuleForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ObservabilityAdmin", "UpdateCentralizationRuleForOrganization", {})
|
|
13
|
-
.n("ObservabilityAdminClient", "UpdateCentralizationRuleForOrganizationCommand")
|
|
14
|
-
.sc(UpdateCentralizationRuleForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateCentralizationRuleForOrganizationCommand extends command(_ep0, _mw0, "UpdateCentralizationRuleForOrganization", UpdateCentralizationRuleForOrganization$) {
|
|
16
4
|
}
|