@aws-sdk/client-observabilityadmin 3.775.0 → 3.782.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.
@@ -65,6 +65,7 @@ declare const GetTelemetryEvaluationStatusCommand_base: {
65
65
  * @throws {@link ObservabilityAdminServiceException}
66
66
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class GetTelemetryEvaluationStatusCommand extends GetTelemetryEvaluationStatusCommand_base {
@@ -70,6 +70,7 @@ declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
70
70
  * @throws {@link ObservabilityAdminServiceException}
71
71
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class GetTelemetryEvaluationStatusForOrganizationCommand extends GetTelemetryEvaluationStatusForOrganizationCommand_base {
@@ -96,6 +96,7 @@ declare const ListResourceTelemetryCommand_base: {
96
96
  * @throws {@link ObservabilityAdminServiceException}
97
97
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class ListResourceTelemetryCommand extends ListResourceTelemetryCommand_base {
@@ -99,6 +99,7 @@ declare const ListResourceTelemetryForOrganizationCommand_base: {
99
99
  * @throws {@link ObservabilityAdminServiceException}
100
100
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class ListResourceTelemetryForOrganizationCommand extends ListResourceTelemetryForOrganizationCommand_base {
@@ -66,6 +66,7 @@ declare const StartTelemetryEvaluationCommand_base: {
66
66
  * @throws {@link ObservabilityAdminServiceException}
67
67
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class StartTelemetryEvaluationCommand extends StartTelemetryEvaluationCommand_base {
@@ -66,6 +66,7 @@ declare const StartTelemetryEvaluationForOrganizationCommand_base: {
66
66
  * @throws {@link ObservabilityAdminServiceException}
67
67
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class StartTelemetryEvaluationForOrganizationCommand extends StartTelemetryEvaluationForOrganizationCommand_base {
@@ -66,6 +66,7 @@ declare const StopTelemetryEvaluationCommand_base: {
66
66
  * @throws {@link ObservabilityAdminServiceException}
67
67
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class StopTelemetryEvaluationCommand extends StopTelemetryEvaluationCommand_base {
@@ -66,6 +66,7 @@ declare const StopTelemetryEvaluationForOrganizationCommand_base: {
66
66
  * @throws {@link ObservabilityAdminServiceException}
67
67
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class StopTelemetryEvaluationForOrganizationCommand extends StopTelemetryEvaluationForOrganizationCommand_base {
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.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",