@aws-sdk/client-observabilityadmin 3.928.0 → 3.930.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.
Files changed (50) hide show
  1. package/dist-cjs/index.js +891 -1129
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ObservabilityAdminClient.js +2 -0
  4. package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +3 -9
  5. package/dist-es/commands/CreateTelemetryRuleCommand.js +3 -9
  6. package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +3 -9
  7. package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +3 -9
  8. package/dist-es/commands/DeleteTelemetryRuleCommand.js +3 -9
  9. package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +3 -9
  10. package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +3 -9
  11. package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +3 -9
  12. package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +3 -9
  13. package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +3 -9
  14. package/dist-es/commands/GetTelemetryRuleCommand.js +3 -9
  15. package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +3 -9
  16. package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +3 -9
  17. package/dist-es/commands/ListResourceTelemetryCommand.js +3 -9
  18. package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +3 -9
  19. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  20. package/dist-es/commands/ListTelemetryRulesCommand.js +3 -9
  21. package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +3 -9
  22. package/dist-es/commands/StartTelemetryEnrichmentCommand.js +3 -9
  23. package/dist-es/commands/StartTelemetryEvaluationCommand.js +3 -9
  24. package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +3 -9
  25. package/dist-es/commands/StopTelemetryEnrichmentCommand.js +3 -9
  26. package/dist-es/commands/StopTelemetryEvaluationCommand.js +3 -9
  27. package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +3 -9
  28. package/dist-es/commands/TagResourceCommand.js +3 -9
  29. package/dist-es/commands/UntagResourceCommand.js +3 -9
  30. package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +3 -9
  31. package/dist-es/commands/UpdateTelemetryRuleCommand.js +3 -9
  32. package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +3 -9
  33. package/dist-es/runtimeConfig.shared.js +2 -0
  34. package/dist-es/schemas/schemas_0.js +819 -0
  35. package/dist-types/ObservabilityAdminClient.d.ts +10 -1
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  37. package/dist-types/runtimeConfig.d.ts +1 -0
  38. package/dist-types/runtimeConfig.native.d.ts +1 -0
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  40. package/dist-types/schemas/schemas_0.d.ts +103 -0
  41. package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +4 -0
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +108 -0
  47. package/package.json +33 -33
  48. package/dist-es/protocols/Aws_restJson1.js +0 -907
  49. package/dist-types/protocols/Aws_restJson1.d.ts +0 -263
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -353
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.observabilityadmin" }),
28
30
  serviceId: config?.serviceId ?? "ObservabilityAdmin",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class ObservabilityAdminClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateCentralizationRuleForOrganizationCommand, se_CreateCentralizationRuleForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateCentralizationRuleForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCentralizationRuleForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "CreateCentralizationRuleForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "CreateCentralizationRuleForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCentralizationRuleForOrganizationCommand)
20
- .de(de_CreateCentralizationRuleForOrganizationCommand)
14
+ .sc(CreateCentralizationRuleForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateTelemetryRuleCommand, se_CreateTelemetryRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateTelemetryRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTelemetryRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "CreateTelemetryRule", {})
17
13
  .n("ObservabilityAdminClient", "CreateTelemetryRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTelemetryRuleCommand)
20
- .de(de_CreateTelemetryRuleCommand)
14
+ .sc(CreateTelemetryRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateTelemetryRuleForOrganizationCommand, se_CreateTelemetryRuleForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateTelemetryRuleForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTelemetryRuleForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "CreateTelemetryRuleForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "CreateTelemetryRuleForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTelemetryRuleForOrganizationCommand)
20
- .de(de_CreateTelemetryRuleForOrganizationCommand)
14
+ .sc(CreateTelemetryRuleForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCentralizationRuleForOrganizationCommand, se_DeleteCentralizationRuleForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteCentralizationRuleForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCentralizationRuleForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "DeleteCentralizationRuleForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "DeleteCentralizationRuleForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCentralizationRuleForOrganizationCommand)
20
- .de(de_DeleteCentralizationRuleForOrganizationCommand)
14
+ .sc(DeleteCentralizationRuleForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteTelemetryRuleCommand, se_DeleteTelemetryRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteTelemetryRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTelemetryRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "DeleteTelemetryRule", {})
17
13
  .n("ObservabilityAdminClient", "DeleteTelemetryRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTelemetryRuleCommand)
20
- .de(de_DeleteTelemetryRuleCommand)
14
+ .sc(DeleteTelemetryRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteTelemetryRuleForOrganizationCommand, se_DeleteTelemetryRuleForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteTelemetryRuleForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTelemetryRuleForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "DeleteTelemetryRuleForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "DeleteTelemetryRuleForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTelemetryRuleForOrganizationCommand)
20
- .de(de_DeleteTelemetryRuleForOrganizationCommand)
14
+ .sc(DeleteTelemetryRuleForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetCentralizationRuleForOrganizationCommand, se_GetCentralizationRuleForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetCentralizationRuleForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCentralizationRuleForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "GetCentralizationRuleForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "GetCentralizationRuleForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCentralizationRuleForOrganizationCommand)
20
- .de(de_GetCentralizationRuleForOrganizationCommand)
14
+ .sc(GetCentralizationRuleForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTelemetryEnrichmentStatusCommand, se_GetTelemetryEnrichmentStatusCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetTelemetryEnrichmentStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTelemetryEnrichmentStatusCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "GetTelemetryEnrichmentStatus", {})
17
13
  .n("ObservabilityAdminClient", "GetTelemetryEnrichmentStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTelemetryEnrichmentStatusCommand)
20
- .de(de_GetTelemetryEnrichmentStatusCommand)
14
+ .sc(GetTelemetryEnrichmentStatus)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTelemetryEvaluationStatusCommand, se_GetTelemetryEvaluationStatusCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetTelemetryEvaluationStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTelemetryEvaluationStatusCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "GetTelemetryEvaluationStatus", {})
17
13
  .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTelemetryEvaluationStatusCommand)
20
- .de(de_GetTelemetryEvaluationStatusCommand)
14
+ .sc(GetTelemetryEvaluationStatus)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTelemetryEvaluationStatusForOrganizationCommand, se_GetTelemetryEvaluationStatusForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetTelemetryEvaluationStatusForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTelemetryEvaluationStatusForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "GetTelemetryEvaluationStatusForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTelemetryEvaluationStatusForOrganizationCommand)
20
- .de(de_GetTelemetryEvaluationStatusForOrganizationCommand)
14
+ .sc(GetTelemetryEvaluationStatusForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTelemetryRuleCommand, se_GetTelemetryRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTelemetryRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTelemetryRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "GetTelemetryRule", {})
17
13
  .n("ObservabilityAdminClient", "GetTelemetryRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTelemetryRuleCommand)
20
- .de(de_GetTelemetryRuleCommand)
14
+ .sc(GetTelemetryRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTelemetryRuleForOrganizationCommand, se_GetTelemetryRuleForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetTelemetryRuleForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTelemetryRuleForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "GetTelemetryRuleForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "GetTelemetryRuleForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTelemetryRuleForOrganizationCommand)
20
- .de(de_GetTelemetryRuleForOrganizationCommand)
14
+ .sc(GetTelemetryRuleForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCentralizationRulesForOrganizationCommand, se_ListCentralizationRulesForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListCentralizationRulesForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCentralizationRulesForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "ListCentralizationRulesForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "ListCentralizationRulesForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCentralizationRulesForOrganizationCommand)
20
- .de(de_ListCentralizationRulesForOrganizationCommand)
14
+ .sc(ListCentralizationRulesForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResourceTelemetryCommand, se_ListResourceTelemetryCommand } from "../protocols/Aws_restJson1";
4
+ import { ListResourceTelemetry } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResourceTelemetryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "ListResourceTelemetry", {})
17
13
  .n("ObservabilityAdminClient", "ListResourceTelemetryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResourceTelemetryCommand)
20
- .de(de_ListResourceTelemetryCommand)
14
+ .sc(ListResourceTelemetry)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResourceTelemetryForOrganizationCommand, se_ListResourceTelemetryForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListResourceTelemetryForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResourceTelemetryForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "ListResourceTelemetryForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "ListResourceTelemetryForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResourceTelemetryForOrganizationCommand)
20
- .de(de_ListResourceTelemetryForOrganizationCommand)
14
+ .sc(ListResourceTelemetryForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "ListTagsForResource", {})
17
13
  .n("ObservabilityAdminClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTelemetryRulesCommand, se_ListTelemetryRulesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTelemetryRules } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTelemetryRulesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "ListTelemetryRules", {})
17
13
  .n("ObservabilityAdminClient", "ListTelemetryRulesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTelemetryRulesCommand)
20
- .de(de_ListTelemetryRulesCommand)
14
+ .sc(ListTelemetryRules)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTelemetryRulesForOrganizationCommand, se_ListTelemetryRulesForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListTelemetryRulesForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTelemetryRulesForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "ListTelemetryRulesForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "ListTelemetryRulesForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTelemetryRulesForOrganizationCommand)
20
- .de(de_ListTelemetryRulesForOrganizationCommand)
14
+ .sc(ListTelemetryRulesForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartTelemetryEnrichmentCommand, se_StartTelemetryEnrichmentCommand } from "../protocols/Aws_restJson1";
4
+ import { StartTelemetryEnrichment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartTelemetryEnrichmentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "StartTelemetryEnrichment", {})
17
13
  .n("ObservabilityAdminClient", "StartTelemetryEnrichmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartTelemetryEnrichmentCommand)
20
- .de(de_StartTelemetryEnrichmentCommand)
14
+ .sc(StartTelemetryEnrichment)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartTelemetryEvaluationCommand, se_StartTelemetryEvaluationCommand } from "../protocols/Aws_restJson1";
4
+ import { StartTelemetryEvaluation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartTelemetryEvaluationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "StartTelemetryEvaluation", {})
17
13
  .n("ObservabilityAdminClient", "StartTelemetryEvaluationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartTelemetryEvaluationCommand)
20
- .de(de_StartTelemetryEvaluationCommand)
14
+ .sc(StartTelemetryEvaluation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartTelemetryEvaluationForOrganizationCommand, se_StartTelemetryEvaluationForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { StartTelemetryEvaluationForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartTelemetryEvaluationForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "StartTelemetryEvaluationForOrganization", {})
17
13
  .n("ObservabilityAdminClient", "StartTelemetryEvaluationForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartTelemetryEvaluationForOrganizationCommand)
20
- .de(de_StartTelemetryEvaluationForOrganizationCommand)
14
+ .sc(StartTelemetryEvaluationForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopTelemetryEnrichmentCommand, se_StopTelemetryEnrichmentCommand } from "../protocols/Aws_restJson1";
4
+ import { StopTelemetryEnrichment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopTelemetryEnrichmentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ObservabilityAdmin", "StopTelemetryEnrichment", {})
17
13
  .n("ObservabilityAdminClient", "StopTelemetryEnrichmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopTelemetryEnrichmentCommand)
20
- .de(de_StopTelemetryEnrichmentCommand)
14
+ .sc(StopTelemetryEnrichment)
21
15
  .build() {
22
16
  }