@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
@@ -57,6 +57,7 @@ export declare const LogType: {
57
57
  readonly ACCESS: "ACCESS_LOGS";
58
58
  readonly APPLICATION: "APPLICATION_LOGS";
59
59
  readonly CONNECTION: "CONNECTION_LOGS";
60
+ readonly S3_SERVER_ACCESS: "S3_SERVER_ACCESS_LOGS";
60
61
  readonly SECURITY_FINDING: "SECURITY_FINDING_LOGS";
61
62
  readonly USAGE: "USAGE_LOGS";
62
63
  };
@@ -102,6 +103,7 @@ export declare const ResourceType: {
102
103
  readonly AWS_MSK_CLUSTER: "AWS::MSK::Cluster";
103
104
  readonly AWS_OTEL_ENRICHMENT: "AWS::CloudWatch::OTelEnrichment";
104
105
  readonly AWS_ROUTE53_RESOLVER_RESOLVER_ENDPOINT: "AWS::Route53Resolver::ResolverEndpoint";
106
+ readonly AWS_S3_BUCKET: "AWS::S3::Bucket";
105
107
  readonly AWS_SECURITY_HUB: "AWS::SecurityHub::Hub";
106
108
  readonly AWS_SECURITY_HUB_HUBV2: "AWS::SecurityHub::HubV2";
107
109
  readonly AWS_WAF_V2_WEB_ACL: "AWS::WAFv2::WebACL";
@@ -169,3 +171,8 @@ export declare const RecordFormat: {
169
171
  readonly STRING: "STRING";
170
172
  };
171
173
  export type RecordFormat = (typeof RecordFormat)[keyof typeof RecordFormat];
174
+ export declare const SignalType: {
175
+ readonly LOG: "LOG";
176
+ readonly METRIC: "METRIC";
177
+ };
178
+ export type SignalType = (typeof SignalType)[keyof typeof SignalType];
@@ -14,6 +14,7 @@ import {
14
14
  RecordFormat,
15
15
  ResourceType,
16
16
  RuleHealth,
17
+ SignalType,
17
18
  SSEAlgorithm,
18
19
  Status,
19
20
  TelemetryEnrichmentStatus,
@@ -491,6 +492,7 @@ export interface _Record {
491
492
  export interface TestTelemetryPipelineInput {
492
493
  Records: _Record[] | undefined;
493
494
  Configuration: TelemetryPipelineConfiguration | undefined;
495
+ SignalType?: SignalType | undefined;
494
496
  }
495
497
  export interface PipelineOutputError {
496
498
  Message?: string | undefined;
@@ -22,7 +22,6 @@ export declare const getRuntimeConfig: (
22
22
  | import("@smithy/core/protocols").HttpHandler<any>
23
23
  | RequestHandler;
24
24
  retryMode: string | import("@smithy/types").Provider<string>;
25
- sha256: import("@smithy/types").HashConstructor;
26
25
  streamCollector: (
27
26
  stream:
28
27
  | import("stream").Readable
@@ -44,6 +43,7 @@ export declare const getRuntimeConfig: (
44
43
  [setting: string]: unknown;
45
44
  };
46
45
  apiVersion: string;
46
+ sha256: import("@smithy/types").HashConstructor;
47
47
  urlParser: import("@smithy/types").UrlParser;
48
48
  base64Decoder: import("@smithy/types").Decoder;
49
49
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -23,7 +23,6 @@ export declare const getRuntimeConfig: (
23
23
  | RequestHandler
24
24
  | import("@smithy/core/protocols").HttpHandler<any>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
- sha256: import("@smithy/types").HashConstructor;
27
26
  streamCollector: (
28
27
  stream:
29
28
  | import("stream").Readable
@@ -44,6 +43,7 @@ export declare const getRuntimeConfig: (
44
43
  [setting: string]: unknown;
45
44
  };
46
45
  apiVersion: string;
46
+ sha256: import("@smithy/types").HashConstructor;
47
47
  urlParser: import("@smithy/types").UrlParser;
48
48
  base64Decoder: import("@smithy/types").Decoder;
49
49
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -3,7 +3,6 @@ export declare const getRuntimeConfig: (
3
3
  config: ObservabilityAdminClientConfig
4
4
  ) => {
5
5
  runtime: string;
6
- sha256: import("@smithy/types").HashConstructor;
7
6
  requestHandler:
8
7
  | import("@smithy/types").NodeHttpHandlerOptions
9
8
  | import("@smithy/types").FetchHttpHandlerOptions
@@ -20,6 +19,7 @@ export declare const getRuntimeConfig: (
20
19
  [setting: string]: unknown;
21
20
  };
22
21
  apiVersion: string;
22
+ sha256: import("@smithy/types").HashConstructor;
23
23
  urlParser: import("@smithy/types").UrlParser;
24
24
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
25
25
  streamCollector: (
@@ -26,6 +26,7 @@ export declare const getRuntimeConfig: (
26
26
  defaultNamespace?: string;
27
27
  };
28
28
  serviceId: string;
29
+ sha256: import("@smithy/types").HashConstructor;
29
30
  urlParser: import("@smithy/types").UrlParser;
30
31
  utf8Decoder: import("@smithy/types").Decoder;
31
32
  utf8Encoder: (input: Uint8Array | string) => string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-observabilityadmin",
3
3
  "description": "AWS SDK for JavaScript Observabilityadmin Client for Node.js, Browser and React Native",
4
- "version": "3.1076.0",
4
+ "version": "3.1078.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,15 +19,13 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "5.2.0",
23
- "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.24",
25
- "@aws-sdk/credential-provider-node": "^3.972.59",
26
- "@aws-sdk/types": "^3.973.14",
27
- "@smithy/core": "^3.27.0",
28
- "@smithy/fetch-http-handler": "^5.6.0",
29
- "@smithy/node-http-handler": "^4.9.0",
30
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/core": "^3.974.26",
23
+ "@aws-sdk/credential-provider-node": "^3.972.61",
24
+ "@aws-sdk/types": "^3.973.15",
25
+ "@smithy/core": "^3.29.0",
26
+ "@smithy/fetch-http-handler": "^5.6.2",
27
+ "@smithy/node-http-handler": "^4.9.2",
28
+ "@smithy/types": "^4.15.1",
31
29
  "tslib": "^2.6.2"
32
30
  },
33
31
  "devDependencies": {