@aws-sdk/client-iot 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.
|
@@ -6419,14 +6419,14 @@ export interface CreateSecurityProfileRequest {
|
|
|
6419
6419
|
*/
|
|
6420
6420
|
alertTargets?: Partial<Record<AlertTargetType, AlertTarget>> | undefined;
|
|
6421
6421
|
/**
|
|
6422
|
-
* @deprecated
|
|
6423
|
-
*
|
|
6424
6422
|
* <p>
|
|
6425
6423
|
* <i>Please use <a>CreateSecurityProfileRequest$additionalMetricsToRetainV2</a> instead.</i>
|
|
6426
6424
|
* </p>
|
|
6427
6425
|
* <p>A list of metrics whose data is retained (stored). By default, data is retained
|
|
6428
6426
|
* for any metric used in the profile's <code>behaviors</code>, but it is also retained for
|
|
6429
6427
|
* any metric specified here. Can be used with custom metrics; cannot be used with dimensions.</p>
|
|
6428
|
+
*
|
|
6429
|
+
* @deprecated
|
|
6430
6430
|
* @public
|
|
6431
6431
|
*/
|
|
6432
6432
|
additionalMetricsToRetain?: string[] | undefined;
|
|
@@ -3293,8 +3293,6 @@ export interface DescribeSecurityProfileResponse {
|
|
|
3293
3293
|
*/
|
|
3294
3294
|
alertTargets?: Partial<Record<AlertTargetType, AlertTarget>> | undefined;
|
|
3295
3295
|
/**
|
|
3296
|
-
* @deprecated
|
|
3297
|
-
*
|
|
3298
3296
|
* <p>
|
|
3299
3297
|
* <i>Please use
|
|
3300
3298
|
* <a>DescribeSecurityProfileResponse$additionalMetricsToRetainV2</a>
|
|
@@ -3305,6 +3303,8 @@ export interface DescribeSecurityProfileResponse {
|
|
|
3305
3303
|
* used in the profile's <code>behaviors</code>, but
|
|
3306
3304
|
* it is
|
|
3307
3305
|
* also retained for any metric specified here.</p>
|
|
3306
|
+
*
|
|
3307
|
+
* @deprecated
|
|
3308
3308
|
* @public
|
|
3309
3309
|
*/
|
|
3310
3310
|
additionalMetricsToRetain?: string[] | undefined;
|
|
@@ -3297,11 +3297,11 @@ export interface RegisterCertificateRequest {
|
|
|
3297
3297
|
*/
|
|
3298
3298
|
caCertificatePem?: string | undefined;
|
|
3299
3299
|
/**
|
|
3300
|
-
* @deprecated
|
|
3301
|
-
*
|
|
3302
3300
|
* <p>A boolean value that specifies if the certificate is set to active.</p>
|
|
3303
3301
|
* <p>Valid values: <code>ACTIVE | INACTIVE</code>
|
|
3304
3302
|
* </p>
|
|
3303
|
+
*
|
|
3304
|
+
* @deprecated
|
|
3305
3305
|
* @public
|
|
3306
3306
|
*/
|
|
3307
3307
|
setAsActive?: boolean | undefined;
|
|
@@ -5318,8 +5318,6 @@ export interface UpdateSecurityProfileRequest {
|
|
|
5318
5318
|
*/
|
|
5319
5319
|
alertTargets?: Partial<Record<AlertTargetType, AlertTarget>> | undefined;
|
|
5320
5320
|
/**
|
|
5321
|
-
* @deprecated
|
|
5322
|
-
*
|
|
5323
5321
|
* <p>
|
|
5324
5322
|
* <i>Please use
|
|
5325
5323
|
* <a>UpdateSecurityProfileRequest$additionalMetricsToRetainV2</a>
|
|
@@ -5330,6 +5328,8 @@ export interface UpdateSecurityProfileRequest {
|
|
|
5330
5328
|
* used in the profile's <code>behaviors</code>, but
|
|
5331
5329
|
* it is
|
|
5332
5330
|
* also retained for any metric specified here. Can be used with custom metrics; cannot be used with dimensions.</p>
|
|
5331
|
+
*
|
|
5332
|
+
* @deprecated
|
|
5333
5333
|
* @public
|
|
5334
5334
|
*/
|
|
5335
5335
|
additionalMetricsToRetain?: string[] | undefined;
|
|
@@ -5405,8 +5405,6 @@ export interface UpdateSecurityProfileResponse {
|
|
|
5405
5405
|
*/
|
|
5406
5406
|
alertTargets?: Partial<Record<AlertTargetType, AlertTarget>> | undefined;
|
|
5407
5407
|
/**
|
|
5408
|
-
* @deprecated
|
|
5409
|
-
*
|
|
5410
5408
|
* <p>
|
|
5411
5409
|
* <i>Please use
|
|
5412
5410
|
* <a>UpdateSecurityProfileResponse$additionalMetricsToRetainV2</a>
|
|
@@ -5417,6 +5415,8 @@ export interface UpdateSecurityProfileResponse {
|
|
|
5417
5415
|
* used in the security profile's <code>behaviors</code>, but
|
|
5418
5416
|
* it is
|
|
5419
5417
|
* also retained for any metric specified here.</p>
|
|
5418
|
+
*
|
|
5419
|
+
* @deprecated
|
|
5420
5420
|
* @public
|
|
5421
5421
|
*/
|
|
5422
5422
|
additionalMetricsToRetain?: string[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot 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-iot",
|
|
@@ -20,38 +20,38 @@
|
|
|
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
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.4",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.3",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.4",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.4",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|