@aws-sdk/client-cloudwatch 3.743.0 → 3.744.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.
- package/dist-types/models/models_0.d.ts +24 -24
- package/package.json +13 -13
|
@@ -460,30 +460,30 @@ export type AnomalyDetectorStateValue = (typeof AnomalyDetectorStateValue)[keyof
|
|
|
460
460
|
*/
|
|
461
461
|
export interface AnomalyDetector {
|
|
462
462
|
/**
|
|
463
|
-
* @deprecated
|
|
464
|
-
*
|
|
465
463
|
* <p>The namespace of the metric associated with the anomaly detection model.</p>
|
|
464
|
+
*
|
|
465
|
+
* @deprecated
|
|
466
466
|
* @public
|
|
467
467
|
*/
|
|
468
468
|
Namespace?: string | undefined;
|
|
469
469
|
/**
|
|
470
|
-
* @deprecated
|
|
471
|
-
*
|
|
472
470
|
* <p>The name of the metric associated with the anomaly detection model.</p>
|
|
471
|
+
*
|
|
472
|
+
* @deprecated
|
|
473
473
|
* @public
|
|
474
474
|
*/
|
|
475
475
|
MetricName?: string | undefined;
|
|
476
476
|
/**
|
|
477
|
-
* @deprecated
|
|
478
|
-
*
|
|
479
477
|
* <p>The metric dimensions associated with the anomaly detection model.</p>
|
|
478
|
+
*
|
|
479
|
+
* @deprecated
|
|
480
480
|
* @public
|
|
481
481
|
*/
|
|
482
482
|
Dimensions?: Dimension[] | undefined;
|
|
483
483
|
/**
|
|
484
|
-
* @deprecated
|
|
485
|
-
*
|
|
486
484
|
* <p>The statistic associated with the anomaly detection model.</p>
|
|
485
|
+
*
|
|
486
|
+
* @deprecated
|
|
487
487
|
* @public
|
|
488
488
|
*/
|
|
489
489
|
Stat?: string | undefined;
|
|
@@ -876,30 +876,30 @@ export declare class ResourceNotFound extends __BaseException {
|
|
|
876
876
|
*/
|
|
877
877
|
export interface DeleteAnomalyDetectorInput {
|
|
878
878
|
/**
|
|
879
|
-
* @deprecated
|
|
880
|
-
*
|
|
881
879
|
* <p>The namespace associated with the anomaly detection model to delete.</p>
|
|
880
|
+
*
|
|
881
|
+
* @deprecated
|
|
882
882
|
* @public
|
|
883
883
|
*/
|
|
884
884
|
Namespace?: string | undefined;
|
|
885
885
|
/**
|
|
886
|
-
* @deprecated
|
|
887
|
-
*
|
|
888
886
|
* <p>The metric name associated with the anomaly detection model to delete.</p>
|
|
887
|
+
*
|
|
888
|
+
* @deprecated
|
|
889
889
|
* @public
|
|
890
890
|
*/
|
|
891
891
|
MetricName?: string | undefined;
|
|
892
892
|
/**
|
|
893
|
-
* @deprecated
|
|
894
|
-
*
|
|
895
893
|
* <p>The metric dimensions associated with the anomaly detection model to delete.</p>
|
|
894
|
+
*
|
|
895
|
+
* @deprecated
|
|
896
896
|
* @public
|
|
897
897
|
*/
|
|
898
898
|
Dimensions?: Dimension[] | undefined;
|
|
899
899
|
/**
|
|
900
|
-
* @deprecated
|
|
901
|
-
*
|
|
902
900
|
* <p>The statistic associated with the anomaly detection model to delete.</p>
|
|
901
|
+
*
|
|
902
|
+
* @deprecated
|
|
903
903
|
* @public
|
|
904
904
|
*/
|
|
905
905
|
Stat?: string | undefined;
|
|
@@ -3160,30 +3160,30 @@ export interface ListTagsForResourceOutput {
|
|
|
3160
3160
|
*/
|
|
3161
3161
|
export interface PutAnomalyDetectorInput {
|
|
3162
3162
|
/**
|
|
3163
|
-
* @deprecated
|
|
3164
|
-
*
|
|
3165
3163
|
* <p>The namespace of the metric to create the anomaly detection model for.</p>
|
|
3164
|
+
*
|
|
3165
|
+
* @deprecated
|
|
3166
3166
|
* @public
|
|
3167
3167
|
*/
|
|
3168
3168
|
Namespace?: string | undefined;
|
|
3169
3169
|
/**
|
|
3170
|
-
* @deprecated
|
|
3171
|
-
*
|
|
3172
3170
|
* <p>The name of the metric to create the anomaly detection model for.</p>
|
|
3171
|
+
*
|
|
3172
|
+
* @deprecated
|
|
3173
3173
|
* @public
|
|
3174
3174
|
*/
|
|
3175
3175
|
MetricName?: string | undefined;
|
|
3176
3176
|
/**
|
|
3177
|
-
* @deprecated
|
|
3178
|
-
*
|
|
3179
3177
|
* <p>The metric dimensions to create the anomaly detection model for.</p>
|
|
3178
|
+
*
|
|
3179
|
+
* @deprecated
|
|
3180
3180
|
* @public
|
|
3181
3181
|
*/
|
|
3182
3182
|
Dimensions?: Dimension[] | undefined;
|
|
3183
3183
|
/**
|
|
3184
|
-
* @deprecated
|
|
3185
|
-
*
|
|
3186
3184
|
* <p>The statistic to use for the metric and the anomaly detection model.</p>
|
|
3185
|
+
*
|
|
3186
|
+
* @deprecated
|
|
3187
3187
|
* @public
|
|
3188
3188
|
*/
|
|
3189
3189
|
Stat?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudwatch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.744.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.744.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.744.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.744.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.744.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
|
-
"@smithy/middleware-compression": "^4.0.
|
|
39
|
+
"@smithy/middleware-compression": "^4.0.3",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
42
|
-
"@smithy/middleware-retry": "^4.0.
|
|
43
|
-
"@smithy/middleware-serde": "^4.0.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.0.3",
|
|
42
|
+
"@smithy/middleware-retry": "^4.0.4",
|
|
43
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
44
44
|
"@smithy/middleware-stack": "^4.0.1",
|
|
45
45
|
"@smithy/node-config-provider": "^4.0.1",
|
|
46
46
|
"@smithy/node-http-handler": "^4.0.2",
|
|
47
47
|
"@smithy/protocol-http": "^5.0.1",
|
|
48
|
-
"@smithy/smithy-client": "^4.1.
|
|
48
|
+
"@smithy/smithy-client": "^4.1.3",
|
|
49
49
|
"@smithy/types": "^4.1.0",
|
|
50
50
|
"@smithy/url-parser": "^4.0.1",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.4",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.4",
|
|
56
56
|
"@smithy/util-endpoints": "^3.0.1",
|
|
57
57
|
"@smithy/util-middleware": "^4.0.1",
|
|
58
58
|
"@smithy/util-retry": "^4.0.1",
|