@aws-sdk/client-observabilityadmin 3.952.0 → 3.953.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 (60) hide show
  1. package/dist-cjs/index.js +488 -332
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +2 -2
  4. package/dist-es/commands/CreateS3TableIntegrationCommand.js +2 -2
  5. package/dist-es/commands/CreateTelemetryPipelineCommand.js +2 -2
  6. package/dist-es/commands/CreateTelemetryRuleCommand.js +2 -2
  7. package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +2 -2
  8. package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +2 -2
  9. package/dist-es/commands/DeleteS3TableIntegrationCommand.js +2 -2
  10. package/dist-es/commands/DeleteTelemetryPipelineCommand.js +2 -2
  11. package/dist-es/commands/DeleteTelemetryRuleCommand.js +2 -2
  12. package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +2 -2
  13. package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +2 -2
  14. package/dist-es/commands/GetS3TableIntegrationCommand.js +2 -2
  15. package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +2 -2
  16. package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +2 -2
  17. package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +2 -2
  18. package/dist-es/commands/GetTelemetryPipelineCommand.js +2 -2
  19. package/dist-es/commands/GetTelemetryRuleCommand.js +2 -2
  20. package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +2 -2
  21. package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +2 -2
  22. package/dist-es/commands/ListResourceTelemetryCommand.js +2 -2
  23. package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +2 -2
  24. package/dist-es/commands/ListS3TableIntegrationsCommand.js +2 -2
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-es/commands/ListTelemetryPipelinesCommand.js +2 -2
  27. package/dist-es/commands/ListTelemetryRulesCommand.js +2 -2
  28. package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +2 -2
  29. package/dist-es/commands/StartTelemetryEnrichmentCommand.js +2 -2
  30. package/dist-es/commands/StartTelemetryEvaluationCommand.js +2 -2
  31. package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +2 -2
  32. package/dist-es/commands/StopTelemetryEnrichmentCommand.js +2 -2
  33. package/dist-es/commands/StopTelemetryEvaluationCommand.js +2 -2
  34. package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +2 -2
  35. package/dist-es/commands/TagResourceCommand.js +2 -2
  36. package/dist-es/commands/TestTelemetryPipelineCommand.js +2 -2
  37. package/dist-es/commands/UntagResourceCommand.js +2 -2
  38. package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +2 -2
  39. package/dist-es/commands/UpdateTelemetryPipelineCommand.js +2 -2
  40. package/dist-es/commands/UpdateTelemetryRuleCommand.js +2 -2
  41. package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +2 -2
  42. package/dist-es/commands/ValidateTelemetryPipelineConfigurationCommand.js +2 -2
  43. package/dist-es/index.js +1 -0
  44. package/dist-es/runtimeConfig.shared.js +6 -1
  45. package/dist-es/schemas/schemas_0.js +289 -282
  46. package/dist-types/ObservabilityAdminClient.d.ts +1 -10
  47. package/dist-types/index.d.ts +1 -0
  48. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  49. package/dist-types/runtimeConfig.d.ts +6 -2
  50. package/dist-types/runtimeConfig.native.d.ts +6 -2
  51. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  52. package/dist-types/schemas/schemas_0.d.ts +150 -180
  53. package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +0 -4
  54. package/dist-types/ts3.4/index.d.ts +1 -0
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +149 -180
  60. package/package.json +34 -34
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.observabilityadmin" }),
29
+ protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.observabilityadmin",
32
+ version: "2018-05-10",
33
+ serviceTarget: "ObservabilityAdmin",
34
+ },
30
35
  serviceId: config?.serviceId ?? "ObservabilityAdmin",
31
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
32
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateCentralizationRuleForOrganization } from "../schemas/schemas_0";
4
+ import { CreateCentralizationRuleForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateCentralizationRuleForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateCentralizationRuleForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "CreateCentralizationRuleForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "CreateCentralizationRuleForOrganizationCommand")
14
- .sc(CreateCentralizationRuleForOrganization)
14
+ .sc(CreateCentralizationRuleForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateS3TableIntegration } from "../schemas/schemas_0";
4
+ import { CreateS3TableIntegration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateS3TableIntegrationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateS3TableIntegrationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "CreateS3TableIntegration", {})
13
13
  .n("ObservabilityAdminClient", "CreateS3TableIntegrationCommand")
14
- .sc(CreateS3TableIntegration)
14
+ .sc(CreateS3TableIntegration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateTelemetryPipeline } from "../schemas/schemas_0";
4
+ import { CreateTelemetryPipeline$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateTelemetryPipelineCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateTelemetryPipelineCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "CreateTelemetryPipeline", {})
13
13
  .n("ObservabilityAdminClient", "CreateTelemetryPipelineCommand")
14
- .sc(CreateTelemetryPipeline)
14
+ .sc(CreateTelemetryPipeline$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateTelemetryRule } from "../schemas/schemas_0";
4
+ import { CreateTelemetryRule$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateTelemetryRuleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateTelemetryRuleCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "CreateTelemetryRule", {})
13
13
  .n("ObservabilityAdminClient", "CreateTelemetryRuleCommand")
14
- .sc(CreateTelemetryRule)
14
+ .sc(CreateTelemetryRule$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateTelemetryRuleForOrganization } from "../schemas/schemas_0";
4
+ import { CreateTelemetryRuleForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateTelemetryRuleForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateTelemetryRuleForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "CreateTelemetryRuleForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "CreateTelemetryRuleForOrganizationCommand")
14
- .sc(CreateTelemetryRuleForOrganization)
14
+ .sc(CreateTelemetryRuleForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteCentralizationRuleForOrganization } from "../schemas/schemas_0";
4
+ import { DeleteCentralizationRuleForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteCentralizationRuleForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteCentralizationRuleForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "DeleteCentralizationRuleForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "DeleteCentralizationRuleForOrganizationCommand")
14
- .sc(DeleteCentralizationRuleForOrganization)
14
+ .sc(DeleteCentralizationRuleForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteS3TableIntegration } from "../schemas/schemas_0";
4
+ import { DeleteS3TableIntegration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteS3TableIntegrationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteS3TableIntegrationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "DeleteS3TableIntegration", {})
13
13
  .n("ObservabilityAdminClient", "DeleteS3TableIntegrationCommand")
14
- .sc(DeleteS3TableIntegration)
14
+ .sc(DeleteS3TableIntegration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteTelemetryPipeline } from "../schemas/schemas_0";
4
+ import { DeleteTelemetryPipeline$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTelemetryPipelineCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTelemetryPipelineCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "DeleteTelemetryPipeline", {})
13
13
  .n("ObservabilityAdminClient", "DeleteTelemetryPipelineCommand")
14
- .sc(DeleteTelemetryPipeline)
14
+ .sc(DeleteTelemetryPipeline$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteTelemetryRule } from "../schemas/schemas_0";
4
+ import { DeleteTelemetryRule$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTelemetryRuleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTelemetryRuleCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "DeleteTelemetryRule", {})
13
13
  .n("ObservabilityAdminClient", "DeleteTelemetryRuleCommand")
14
- .sc(DeleteTelemetryRule)
14
+ .sc(DeleteTelemetryRule$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteTelemetryRuleForOrganization } from "../schemas/schemas_0";
4
+ import { DeleteTelemetryRuleForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTelemetryRuleForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTelemetryRuleForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "DeleteTelemetryRuleForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "DeleteTelemetryRuleForOrganizationCommand")
14
- .sc(DeleteTelemetryRuleForOrganization)
14
+ .sc(DeleteTelemetryRuleForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCentralizationRuleForOrganization } from "../schemas/schemas_0";
4
+ import { GetCentralizationRuleForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCentralizationRuleForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCentralizationRuleForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "GetCentralizationRuleForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "GetCentralizationRuleForOrganizationCommand")
14
- .sc(GetCentralizationRuleForOrganization)
14
+ .sc(GetCentralizationRuleForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetS3TableIntegration } from "../schemas/schemas_0";
4
+ import { GetS3TableIntegration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetS3TableIntegrationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetS3TableIntegrationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "GetS3TableIntegration", {})
13
13
  .n("ObservabilityAdminClient", "GetS3TableIntegrationCommand")
14
- .sc(GetS3TableIntegration)
14
+ .sc(GetS3TableIntegration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTelemetryEnrichmentStatus } from "../schemas/schemas_0";
4
+ import { GetTelemetryEnrichmentStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTelemetryEnrichmentStatusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTelemetryEnrichmentStatusCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "GetTelemetryEnrichmentStatus", {})
13
13
  .n("ObservabilityAdminClient", "GetTelemetryEnrichmentStatusCommand")
14
- .sc(GetTelemetryEnrichmentStatus)
14
+ .sc(GetTelemetryEnrichmentStatus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTelemetryEvaluationStatus } from "../schemas/schemas_0";
4
+ import { GetTelemetryEvaluationStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTelemetryEvaluationStatusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTelemetryEvaluationStatusCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "GetTelemetryEvaluationStatus", {})
13
13
  .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusCommand")
14
- .sc(GetTelemetryEvaluationStatus)
14
+ .sc(GetTelemetryEvaluationStatus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTelemetryEvaluationStatusForOrganization } from "../schemas/schemas_0";
4
+ import { GetTelemetryEvaluationStatusForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTelemetryEvaluationStatusForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTelemetryEvaluationStatusForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "GetTelemetryEvaluationStatusForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusForOrganizationCommand")
14
- .sc(GetTelemetryEvaluationStatusForOrganization)
14
+ .sc(GetTelemetryEvaluationStatusForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTelemetryPipeline } from "../schemas/schemas_0";
4
+ import { GetTelemetryPipeline$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTelemetryPipelineCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTelemetryPipelineCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "GetTelemetryPipeline", {})
13
13
  .n("ObservabilityAdminClient", "GetTelemetryPipelineCommand")
14
- .sc(GetTelemetryPipeline)
14
+ .sc(GetTelemetryPipeline$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTelemetryRule } from "../schemas/schemas_0";
4
+ import { GetTelemetryRule$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTelemetryRuleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTelemetryRuleCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "GetTelemetryRule", {})
13
13
  .n("ObservabilityAdminClient", "GetTelemetryRuleCommand")
14
- .sc(GetTelemetryRule)
14
+ .sc(GetTelemetryRule$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTelemetryRuleForOrganization } from "../schemas/schemas_0";
4
+ import { GetTelemetryRuleForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTelemetryRuleForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTelemetryRuleForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "GetTelemetryRuleForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "GetTelemetryRuleForOrganizationCommand")
14
- .sc(GetTelemetryRuleForOrganization)
14
+ .sc(GetTelemetryRuleForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCentralizationRulesForOrganization } from "../schemas/schemas_0";
4
+ import { ListCentralizationRulesForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCentralizationRulesForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCentralizationRulesForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "ListCentralizationRulesForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "ListCentralizationRulesForOrganizationCommand")
14
- .sc(ListCentralizationRulesForOrganization)
14
+ .sc(ListCentralizationRulesForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListResourceTelemetry } from "../schemas/schemas_0";
4
+ import { ListResourceTelemetry$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListResourceTelemetryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListResourceTelemetryCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "ListResourceTelemetry", {})
13
13
  .n("ObservabilityAdminClient", "ListResourceTelemetryCommand")
14
- .sc(ListResourceTelemetry)
14
+ .sc(ListResourceTelemetry$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListResourceTelemetryForOrganization } from "../schemas/schemas_0";
4
+ import { ListResourceTelemetryForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListResourceTelemetryForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListResourceTelemetryForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "ListResourceTelemetryForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "ListResourceTelemetryForOrganizationCommand")
14
- .sc(ListResourceTelemetryForOrganization)
14
+ .sc(ListResourceTelemetryForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListS3TableIntegrations } from "../schemas/schemas_0";
4
+ import { ListS3TableIntegrations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListS3TableIntegrationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListS3TableIntegrationsCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "ListS3TableIntegrations", {})
13
13
  .n("ObservabilityAdminClient", "ListS3TableIntegrationsCommand")
14
- .sc(ListS3TableIntegrations)
14
+ .sc(ListS3TableIntegrations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "ListTagsForResource", {})
13
13
  .n("ObservabilityAdminClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTelemetryPipelines } from "../schemas/schemas_0";
4
+ import { ListTelemetryPipelines$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTelemetryPipelinesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTelemetryPipelinesCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "ListTelemetryPipelines", {})
13
13
  .n("ObservabilityAdminClient", "ListTelemetryPipelinesCommand")
14
- .sc(ListTelemetryPipelines)
14
+ .sc(ListTelemetryPipelines$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTelemetryRules } from "../schemas/schemas_0";
4
+ import { ListTelemetryRules$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTelemetryRulesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTelemetryRulesCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "ListTelemetryRules", {})
13
13
  .n("ObservabilityAdminClient", "ListTelemetryRulesCommand")
14
- .sc(ListTelemetryRules)
14
+ .sc(ListTelemetryRules$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTelemetryRulesForOrganization } from "../schemas/schemas_0";
4
+ import { ListTelemetryRulesForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTelemetryRulesForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTelemetryRulesForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "ListTelemetryRulesForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "ListTelemetryRulesForOrganizationCommand")
14
- .sc(ListTelemetryRulesForOrganization)
14
+ .sc(ListTelemetryRulesForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartTelemetryEnrichment } from "../schemas/schemas_0";
4
+ import { StartTelemetryEnrichment$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartTelemetryEnrichmentCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartTelemetryEnrichmentCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "StartTelemetryEnrichment", {})
13
13
  .n("ObservabilityAdminClient", "StartTelemetryEnrichmentCommand")
14
- .sc(StartTelemetryEnrichment)
14
+ .sc(StartTelemetryEnrichment$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartTelemetryEvaluation } from "../schemas/schemas_0";
4
+ import { StartTelemetryEvaluation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartTelemetryEvaluationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartTelemetryEvaluationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "StartTelemetryEvaluation", {})
13
13
  .n("ObservabilityAdminClient", "StartTelemetryEvaluationCommand")
14
- .sc(StartTelemetryEvaluation)
14
+ .sc(StartTelemetryEvaluation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartTelemetryEvaluationForOrganization } from "../schemas/schemas_0";
4
+ import { StartTelemetryEvaluationForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartTelemetryEvaluationForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartTelemetryEvaluationForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "StartTelemetryEvaluationForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "StartTelemetryEvaluationForOrganizationCommand")
14
- .sc(StartTelemetryEvaluationForOrganization)
14
+ .sc(StartTelemetryEvaluationForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopTelemetryEnrichment } from "../schemas/schemas_0";
4
+ import { StopTelemetryEnrichment$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopTelemetryEnrichmentCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopTelemetryEnrichmentCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "StopTelemetryEnrichment", {})
13
13
  .n("ObservabilityAdminClient", "StopTelemetryEnrichmentCommand")
14
- .sc(StopTelemetryEnrichment)
14
+ .sc(StopTelemetryEnrichment$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopTelemetryEvaluation } from "../schemas/schemas_0";
4
+ import { StopTelemetryEvaluation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopTelemetryEvaluationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopTelemetryEvaluationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "StopTelemetryEvaluation", {})
13
13
  .n("ObservabilityAdminClient", "StopTelemetryEvaluationCommand")
14
- .sc(StopTelemetryEvaluation)
14
+ .sc(StopTelemetryEvaluation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopTelemetryEvaluationForOrganization } from "../schemas/schemas_0";
4
+ import { StopTelemetryEvaluationForOrganization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopTelemetryEvaluationForOrganizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopTelemetryEvaluationForOrganizationCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "StopTelemetryEvaluationForOrganization", {})
13
13
  .n("ObservabilityAdminClient", "StopTelemetryEvaluationForOrganizationCommand")
14
- .sc(StopTelemetryEvaluationForOrganization)
14
+ .sc(StopTelemetryEvaluationForOrganization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "TagResource", {})
13
13
  .n("ObservabilityAdminClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TestTelemetryPipeline } from "../schemas/schemas_0";
4
+ import { TestTelemetryPipeline$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TestTelemetryPipelineCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TestTelemetryPipelineCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "TestTelemetryPipeline", {})
13
13
  .n("ObservabilityAdminClient", "TestTelemetryPipelineCommand")
14
- .sc(TestTelemetryPipeline)
14
+ .sc(TestTelemetryPipeline$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("ObservabilityAdmin", "UntagResource", {})
13
13
  .n("ObservabilityAdminClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }