@aws-sdk/client-observabilityadmin 3.1076.0 → 3.1078.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 (146) hide show
  1. package/dist-cjs/index.js +61 -407
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +2 -14
  4. package/dist-es/commands/CreateS3TableIntegrationCommand.js +2 -14
  5. package/dist-es/commands/CreateTelemetryPipelineCommand.js +2 -14
  6. package/dist-es/commands/CreateTelemetryRuleCommand.js +2 -14
  7. package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +2 -14
  8. package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +2 -14
  9. package/dist-es/commands/DeleteS3TableIntegrationCommand.js +2 -14
  10. package/dist-es/commands/DeleteTelemetryPipelineCommand.js +2 -14
  11. package/dist-es/commands/DeleteTelemetryRuleCommand.js +2 -14
  12. package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +2 -14
  13. package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +2 -14
  14. package/dist-es/commands/GetS3TableIntegrationCommand.js +2 -14
  15. package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +2 -14
  16. package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +2 -14
  17. package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +2 -14
  18. package/dist-es/commands/GetTelemetryPipelineCommand.js +2 -14
  19. package/dist-es/commands/GetTelemetryRuleCommand.js +2 -14
  20. package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +2 -14
  21. package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +2 -14
  22. package/dist-es/commands/ListResourceTelemetryCommand.js +2 -14
  23. package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +2 -14
  24. package/dist-es/commands/ListS3TableIntegrationsCommand.js +2 -14
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  26. package/dist-es/commands/ListTelemetryPipelinesCommand.js +2 -14
  27. package/dist-es/commands/ListTelemetryRulesCommand.js +2 -14
  28. package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +2 -14
  29. package/dist-es/commands/StartTelemetryEnrichmentCommand.js +2 -14
  30. package/dist-es/commands/StartTelemetryEvaluationCommand.js +2 -14
  31. package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +2 -14
  32. package/dist-es/commands/StopTelemetryEnrichmentCommand.js +2 -14
  33. package/dist-es/commands/StopTelemetryEvaluationCommand.js +2 -14
  34. package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +2 -14
  35. package/dist-es/commands/TagResourceCommand.js +2 -14
  36. package/dist-es/commands/TestTelemetryPipelineCommand.js +2 -14
  37. package/dist-es/commands/UntagResourceCommand.js +2 -14
  38. package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +2 -14
  39. package/dist-es/commands/UpdateTelemetryPipelineCommand.js +2 -14
  40. package/dist-es/commands/UpdateTelemetryRuleCommand.js +2 -14
  41. package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +2 -14
  42. package/dist-es/commands/ValidateTelemetryPipelineConfigurationCommand.js +2 -14
  43. package/dist-es/index.js +1 -0
  44. package/dist-es/models/enums.js +6 -0
  45. package/dist-es/runtimeConfig.browser.js +0 -2
  46. package/dist-es/runtimeConfig.js +1 -2
  47. package/dist-es/runtimeConfig.native.js +0 -2
  48. package/dist-es/runtimeConfig.shared.js +2 -0
  49. package/dist-es/schemas/schemas_0.js +3 -2
  50. package/dist-types/commandBuilder.d.ts +18 -0
  51. package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateS3TableIntegrationCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateTelemetryPipelineCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +5 -10
  55. package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +5 -10
  56. package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteS3TableIntegrationCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteTelemetryPipelineCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteTelemetryRuleCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +3 -8
  61. package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +3 -8
  62. package/dist-types/commands/GetS3TableIntegrationCommand.d.ts +3 -8
  63. package/dist-types/commands/GetTelemetryEnrichmentStatusCommand.d.ts +3 -8
  64. package/dist-types/commands/GetTelemetryEvaluationStatusCommand.d.ts +3 -8
  65. package/dist-types/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +3 -8
  66. package/dist-types/commands/GetTelemetryPipelineCommand.d.ts +3 -8
  67. package/dist-types/commands/GetTelemetryRuleCommand.d.ts +5 -10
  68. package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +5 -10
  69. package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +3 -8
  70. package/dist-types/commands/ListResourceTelemetryCommand.d.ts +5 -10
  71. package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +5 -10
  72. package/dist-types/commands/ListS3TableIntegrationsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/ListTelemetryPipelinesCommand.d.ts +3 -8
  75. package/dist-types/commands/ListTelemetryRulesCommand.d.ts +4 -9
  76. package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +4 -9
  77. package/dist-types/commands/StartTelemetryEnrichmentCommand.d.ts +3 -8
  78. package/dist-types/commands/StartTelemetryEvaluationCommand.d.ts +3 -8
  79. package/dist-types/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
  80. package/dist-types/commands/StopTelemetryEnrichmentCommand.d.ts +3 -8
  81. package/dist-types/commands/StopTelemetryEvaluationCommand.d.ts +3 -8
  82. package/dist-types/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +3 -8
  83. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/TestTelemetryPipelineCommand.d.ts +4 -8
  85. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +3 -8
  87. package/dist-types/commands/UpdateTelemetryPipelineCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +5 -10
  89. package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +5 -10
  90. package/dist-types/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +3 -8
  91. package/dist-types/index.d.ts +1 -0
  92. package/dist-types/models/enums.d.ts +20 -0
  93. package/dist-types/models/models_0.d.ts +6 -1
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/runtimeConfig.d.ts +1 -1
  96. package/dist-types/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  99. package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/index.d.ts +1 -0
  140. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  141. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  142. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  144. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  145. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  146. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateTelemetryPipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTelemetryPipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "UpdateTelemetryPipeline", {})
13
- .n("ObservabilityAdminClient", "UpdateTelemetryPipelineCommand")
14
- .sc(UpdateTelemetryPipeline$)
15
- .build() {
3
+ export class UpdateTelemetryPipelineCommand extends command(_ep0, _mw0, "UpdateTelemetryPipeline", UpdateTelemetryPipeline$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateTelemetryRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTelemetryRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "UpdateTelemetryRule", {})
13
- .n("ObservabilityAdminClient", "UpdateTelemetryRuleCommand")
14
- .sc(UpdateTelemetryRule$)
15
- .build() {
3
+ export class UpdateTelemetryRuleCommand extends command(_ep0, _mw0, "UpdateTelemetryRule", UpdateTelemetryRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateTelemetryRuleForOrganization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTelemetryRuleForOrganizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "UpdateTelemetryRuleForOrganization", {})
13
- .n("ObservabilityAdminClient", "UpdateTelemetryRuleForOrganizationCommand")
14
- .sc(UpdateTelemetryRuleForOrganization$)
15
- .build() {
3
+ export class UpdateTelemetryRuleForOrganizationCommand extends command(_ep0, _mw0, "UpdateTelemetryRuleForOrganization", UpdateTelemetryRuleForOrganization$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ValidateTelemetryPipelineConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ValidateTelemetryPipelineConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ObservabilityAdmin", "ValidateTelemetryPipelineConfiguration", {})
13
- .n("ObservabilityAdminClient", "ValidateTelemetryPipelineConfigurationCommand")
14
- .sc(ValidateTelemetryPipelineConfiguration$)
15
- .build() {
3
+ export class ValidateTelemetryPipelineConfigurationCommand extends command(_ep0, _mw0, "ValidateTelemetryPipelineConfiguration", ValidateTelemetryPipelineConfiguration$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ObservabilityAdminClient";
2
2
  export * from "./ObservabilityAdmin";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -43,6 +43,7 @@ export const LogType = {
43
43
  ACCESS: "ACCESS_LOGS",
44
44
  APPLICATION: "APPLICATION_LOGS",
45
45
  CONNECTION: "CONNECTION_LOGS",
46
+ S3_SERVER_ACCESS: "S3_SERVER_ACCESS_LOGS",
46
47
  SECURITY_FINDING: "SECURITY_FINDING_LOGS",
47
48
  USAGE: "USAGE_LOGS",
48
49
  };
@@ -80,6 +81,7 @@ export const ResourceType = {
80
81
  AWS_MSK_CLUSTER: "AWS::MSK::Cluster",
81
82
  AWS_OTEL_ENRICHMENT: "AWS::CloudWatch::OTelEnrichment",
82
83
  AWS_ROUTE53_RESOLVER_RESOLVER_ENDPOINT: "AWS::Route53Resolver::ResolverEndpoint",
84
+ AWS_S3_BUCKET: "AWS::S3::Bucket",
83
85
  AWS_SECURITY_HUB: "AWS::SecurityHub::Hub",
84
86
  AWS_SECURITY_HUB_HUBV2: "AWS::SecurityHub::HubV2",
85
87
  AWS_WAF_V2_WEB_ACL: "AWS::WAFv2::WebACL",
@@ -133,3 +135,7 @@ export const RecordFormat = {
133
135
  JSON: "JSON",
134
136
  STRING: "STRING",
135
137
  };
138
+ export const SignalType = {
139
+ LOG: "LOG",
140
+ METRIC: "METRIC",
141
+ };
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "ObservabilityAdmin",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "ObservabilityAdmin",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -213,6 +213,7 @@ const _SMC = "SourceMetricsConfiguration";
213
213
  const _SOUI = "SourceOrganizationUnitIds";
214
214
  const _SQEE = "ServiceQuotaExceededException";
215
215
  const _SR = "StatusReason";
216
+ const _ST = "SignalType";
216
217
  const _STE = "StartTelemetryEnrichment";
217
218
  const _STEFO = "StartTelemetryEvaluationForOrganization";
218
219
  const _STEFOI = "StartTelemetryEvaluationForOrganizationInput";
@@ -808,8 +809,8 @@ export var TelemetryRuleSummary$ = [3, n0, _TRSe,
808
809
  ];
809
810
  export var TestTelemetryPipelineInput$ = [3, n0, _TTPI,
810
811
  0,
811
- [_Reco, _Co],
812
- [() => Records, () => TelemetryPipelineConfiguration$], 2
812
+ [_Reco, _Co, _ST],
813
+ [() => Records, () => TelemetryPipelineConfiguration$, 0], 2
813
814
  ];
814
815
  export var TestTelemetryPipelineOutput$ = [3, n0, _TTPO,
815
816
  0,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ObservabilityAdminClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateCentralizationRuleForOrganizationInput, CreateCentralizationRuleForOrganizationOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCentralizationRuleForOrganizationCommandInput extends Cre
22
19
  export interface CreateCentralizationRuleForOrganizationCommandOutput extends CreateCentralizationRuleForOrganizationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCentralizationRuleForOrganizationCommand_base: {
25
- new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateCentralizationRuleForOrganizationCommandInput, CreateCentralizationRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a centralization rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateS3TableIntegrationInput, CreateS3TableIntegrationOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateS3TableIntegrationCommandInput extends CreateS3TableInteg
22
19
  export interface CreateS3TableIntegrationCommandOutput extends CreateS3TableIntegrationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateS3TableIntegrationCommand_base: {
25
- new (input: CreateS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<CreateS3TableIntegrationCommandInput, CreateS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an integration between CloudWatch and S3 Tables for analytics. This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateTelemetryPipelineInput, CreateTelemetryPipelineOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTelemetryPipelineCommandInput extends CreateTelemetryPipe
22
19
  export interface CreateTelemetryPipelineCommandOutput extends CreateTelemetryPipelineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTelemetryPipelineCommand_base: {
25
- new (input: CreateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a telemetry pipeline for processing and transforming telemetry data. The pipeline defines how data flows from sources through processors to destinations, enabling data transformation and delivering capabilities. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateTelemetryRuleInput, CreateTelemetryRuleOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTelemetryRuleCommandInput extends CreateTelemetryRuleInpu
22
19
  export interface CreateTelemetryRuleCommandOutput extends CreateTelemetryRuleOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTelemetryRuleCommand_base: {
25
- new (input: CreateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleCommandInput, CreateTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a telemetry rule that defines how telemetry should be configured for Amazon Web Services resources in your account. The rule specifies which resources should have telemetry enabled and how that telemetry data should be collected based on resource type, telemetry type, and selection criteria. </p>
@@ -41,7 +36,7 @@ declare const CreateTelemetryRuleCommand_base: {
41
36
  * const input = { // CreateTelemetryRuleInput
42
37
  * RuleName: "STRING_VALUE", // required
43
38
  * Rule: { // TelemetryRule
44
- * ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster",
39
+ * ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
45
40
  * TelemetryType: "Logs" || "Metrics" || "Traces", // required
46
41
  * TelemetrySourceTypes: [ // TelemetrySourceTypes
47
42
  * "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
@@ -121,7 +116,7 @@ declare const CreateTelemetryRuleCommand_base: {
121
116
  * },
122
117
  * LogDeliveryParameters: { // LogDeliveryParameters
123
118
  * LogTypes: [ // LogTypes
124
- * "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS",
119
+ * "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS",
125
120
  * ],
126
121
  * },
127
122
  * MskMonitoringParameters: { // MskMonitoringParameters
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateTelemetryRuleForOrganizationInput, CreateTelemetryRuleForOrganizationOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTelemetryRuleForOrganizationCommandInput extends CreateTe
22
19
  export interface CreateTelemetryRuleForOrganizationCommandOutput extends CreateTelemetryRuleForOrganizationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTelemetryRuleForOrganizationCommand_base: {
25
- new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTelemetryRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<CreateTelemetryRuleForOrganizationCommandInput, CreateTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account. </p>
@@ -41,7 +36,7 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
41
36
  * const input = { // CreateTelemetryRuleForOrganizationInput
42
37
  * RuleName: "STRING_VALUE", // required
43
38
  * Rule: { // TelemetryRule
44
- * ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster",
39
+ * ResourceType: "AWS::EC2::Instance" || "AWS::EC2::VPC" || "AWS::Lambda::Function" || "AWS::CloudTrail" || "AWS::EKS::Cluster" || "AWS::WAFv2::WebACL" || "AWS::ElasticLoadBalancingV2::LoadBalancer" || "AWS::Route53Resolver::ResolverEndpoint" || "AWS::BedrockAgentCore::Runtime" || "AWS::BedrockAgentCore::Browser" || "AWS::BedrockAgentCore::CodeInterpreter" || "AWS::BedrockAgentCore::Gateway" || "AWS::BedrockAgentCore::Memory" || "AWS::BedrockAgentCore::WorkloadIdentity" || "AWS::SecurityHub::Hub" || "AWS::CloudFront::Distribution" || "AWS::SecurityHub::HubV2" || "AWS::CloudWatch::OTelEnrichment" || "AWS::MSK::Cluster" || "AWS::S3::Bucket",
45
40
  * TelemetryType: "Logs" || "Metrics" || "Traces", // required
46
41
  * TelemetrySourceTypes: [ // TelemetrySourceTypes
47
42
  * "VPC_FLOW_LOGS" || "ROUTE53_RESOLVER_QUERY_LOGS" || "EKS_AUDIT_LOGS" || "EKS_AUTHENTICATOR_LOGS" || "EKS_CONTROLLER_MANAGER_LOGS" || "EKS_SCHEDULER_LOGS" || "EKS_API_LOGS",
@@ -121,7 +116,7 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
121
116
  * },
122
117
  * LogDeliveryParameters: { // LogDeliveryParameters
123
118
  * LogTypes: [ // LogTypes
124
- * "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS",
119
+ * "APPLICATION_LOGS" || "USAGE_LOGS" || "SECURITY_FINDING_LOGS" || "ACCESS_LOGS" || "CONNECTION_LOGS" || "S3_SERVER_ACCESS_LOGS",
125
120
  * ],
126
121
  * },
127
122
  * MskMonitoringParameters: { // MskMonitoringParameters
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteCentralizationRuleForOrganizationInput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteCentralizationRuleForOrganizationCommandInput extends Del
22
19
  export interface DeleteCentralizationRuleForOrganizationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteCentralizationRuleForOrganizationCommand_base: {
25
- new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteCentralizationRuleForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizationRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an organization-wide centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteS3TableIntegrationInput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteS3TableIntegrationCommandInput extends DeleteS3TableInteg
22
19
  export interface DeleteS3TableIntegrationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteS3TableIntegrationCommand_base: {
25
- new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteS3TableIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteS3TableIntegrationCommandInput, DeleteS3TableIntegrationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an S3 Table integration and its associated data. This operation removes the connection between CloudWatch Observability Admin and S3 Tables.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTelemetryPipelineInput, DeleteTelemetryPipelineOutput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTelemetryPipelineCommandInput extends DeleteTelemetryPipe
22
19
  export interface DeleteTelemetryPipelineCommandOutput extends DeleteTelemetryPipelineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTelemetryPipelineCommand_base: {
25
- new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTelemetryPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a telemetry pipeline and its associated resources. This operation stops data processing and removes the pipeline configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTelemetryRuleInput } from "../models/models_0";
4
- import type { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTelemetryRuleCommandInput extends DeleteTelemetryRuleInpu
22
19
  export interface DeleteTelemetryRuleCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTelemetryRuleCommand_base: {
25
- new (input: DeleteTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTelemetryRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes a telemetry rule from your account. Any telemetry configurations previously created by the rule will remain but no new resources will be configured by this rule. </p>