@aws-sdk/client-iot 3.1002.0 → 3.1003.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.
@@ -34,7 +34,7 @@ declare const AttachPrincipalPolicyCommand_base: {
34
34
  * expected for backward compatibility, but we won't add enhancements. Use <a>AttachPolicy</a> instead.</p>
35
35
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">AttachPrincipalPolicy</a> action.</p>
36
36
  *
37
- * @deprecated deprecated
37
+ * @deprecated deprecated.
38
38
  * @example
39
39
  * Use a bare-bones client and the command you need to make an API call.
40
40
  * ```javascript
@@ -33,7 +33,7 @@ declare const DetachPrincipalPolicyCommand_base: {
33
33
  * expected for backward compatibility, but we won't add enhancements. Use <a>DetachPolicy</a> instead.</p>
34
34
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DetachPrincipalPolicy</a> action.</p>
35
35
  *
36
- * @deprecated deprecated
36
+ * @deprecated deprecated.
37
37
  * @example
38
38
  * Use a bare-bones client and the command you need to make an API call.
39
39
  * ```javascript
@@ -33,7 +33,7 @@ declare const ListPolicyPrincipalsCommand_base: {
33
33
  * expected for backward compatibility, but we won't add enhancements. Use <a>ListTargetsForPolicy</a> instead.</p>
34
34
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListPolicyPrincipals</a> action.</p>
35
35
  *
36
- * @deprecated deprecated
36
+ * @deprecated deprecated.
37
37
  * @example
38
38
  * Use a bare-bones client and the command you need to make an API call.
39
39
  * ```javascript
@@ -34,7 +34,7 @@ declare const ListPrincipalPoliciesCommand_base: {
34
34
  * expected for backward compatibility, but we won't add enhancements. Use <a>ListAttachedPolicies</a> instead.</p>
35
35
  * <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListPrincipalPolicies</a> action.</p>
36
36
  *
37
- * @deprecated deprecated
37
+ * @deprecated deprecated.
38
38
  * @example
39
39
  * Use a bare-bones client and the command you need to make an API call.
40
40
  * ```javascript
@@ -1111,7 +1111,7 @@ export interface RegisterCertificateRequest {
1111
1111
  * <p>Valid values: <code>ACTIVE | INACTIVE</code>
1112
1112
  * </p>
1113
1113
  *
1114
- * @deprecated deprecated
1114
+ * @deprecated deprecated.
1115
1115
  * @public
1116
1116
  */
1117
1117
  setAsActive?: boolean | 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.1002.0",
4
+ "version": "3.1003.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 client-iot",
@@ -23,42 +23,42 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.17",
27
- "@aws-sdk/credential-provider-node": "^3.972.16",
28
- "@aws-sdk/middleware-host-header": "^3.972.6",
29
- "@aws-sdk/middleware-logger": "^3.972.6",
30
- "@aws-sdk/middleware-recursion-detection": "^3.972.6",
31
- "@aws-sdk/middleware-user-agent": "^3.972.17",
32
- "@aws-sdk/region-config-resolver": "^3.972.6",
33
- "@aws-sdk/types": "^3.973.4",
34
- "@aws-sdk/util-endpoints": "^3.996.3",
35
- "@aws-sdk/util-user-agent-browser": "^3.972.6",
36
- "@aws-sdk/util-user-agent-node": "^3.973.2",
37
- "@smithy/config-resolver": "^4.4.9",
38
- "@smithy/core": "^3.23.7",
39
- "@smithy/fetch-http-handler": "^5.3.12",
40
- "@smithy/hash-node": "^4.2.10",
41
- "@smithy/invalid-dependency": "^4.2.10",
42
- "@smithy/middleware-content-length": "^4.2.10",
43
- "@smithy/middleware-endpoint": "^4.4.21",
44
- "@smithy/middleware-retry": "^4.4.38",
45
- "@smithy/middleware-serde": "^4.2.11",
46
- "@smithy/middleware-stack": "^4.2.10",
47
- "@smithy/node-config-provider": "^4.3.10",
48
- "@smithy/node-http-handler": "^4.4.13",
49
- "@smithy/protocol-http": "^5.3.10",
50
- "@smithy/smithy-client": "^4.12.1",
26
+ "@aws-sdk/core": "^3.973.18",
27
+ "@aws-sdk/credential-provider-node": "^3.972.17",
28
+ "@aws-sdk/middleware-host-header": "^3.972.7",
29
+ "@aws-sdk/middleware-logger": "^3.972.7",
30
+ "@aws-sdk/middleware-recursion-detection": "^3.972.7",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.18",
32
+ "@aws-sdk/region-config-resolver": "^3.972.7",
33
+ "@aws-sdk/types": "^3.973.5",
34
+ "@aws-sdk/util-endpoints": "^3.996.4",
35
+ "@aws-sdk/util-user-agent-browser": "^3.972.7",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.3",
37
+ "@smithy/config-resolver": "^4.4.10",
38
+ "@smithy/core": "^3.23.8",
39
+ "@smithy/fetch-http-handler": "^5.3.13",
40
+ "@smithy/hash-node": "^4.2.11",
41
+ "@smithy/invalid-dependency": "^4.2.11",
42
+ "@smithy/middleware-content-length": "^4.2.11",
43
+ "@smithy/middleware-endpoint": "^4.4.22",
44
+ "@smithy/middleware-retry": "^4.4.39",
45
+ "@smithy/middleware-serde": "^4.2.12",
46
+ "@smithy/middleware-stack": "^4.2.11",
47
+ "@smithy/node-config-provider": "^4.3.11",
48
+ "@smithy/node-http-handler": "^4.4.14",
49
+ "@smithy/protocol-http": "^5.3.11",
50
+ "@smithy/smithy-client": "^4.12.2",
51
51
  "@smithy/types": "^4.13.0",
52
- "@smithy/url-parser": "^4.2.10",
53
- "@smithy/util-base64": "^4.3.1",
54
- "@smithy/util-body-length-browser": "^4.2.1",
55
- "@smithy/util-body-length-node": "^4.2.2",
56
- "@smithy/util-defaults-mode-browser": "^4.3.37",
57
- "@smithy/util-defaults-mode-node": "^4.2.40",
58
- "@smithy/util-endpoints": "^3.3.1",
59
- "@smithy/util-middleware": "^4.2.10",
60
- "@smithy/util-retry": "^4.2.10",
61
- "@smithy/util-utf8": "^4.2.1",
52
+ "@smithy/url-parser": "^4.2.11",
53
+ "@smithy/util-base64": "^4.3.2",
54
+ "@smithy/util-body-length-browser": "^4.2.2",
55
+ "@smithy/util-body-length-node": "^4.2.3",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.38",
57
+ "@smithy/util-defaults-mode-node": "^4.2.41",
58
+ "@smithy/util-endpoints": "^3.3.2",
59
+ "@smithy/util-middleware": "^4.2.11",
60
+ "@smithy/util-retry": "^4.2.11",
61
+ "@smithy/util-utf8": "^4.2.2",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {
@@ -73,7 +73,7 @@
73
73
  "node": ">=20.0.0"
74
74
  },
75
75
  "typesVersions": {
76
- "<4.0": {
76
+ "<4.5": {
77
77
  "dist-types/*": [
78
78
  "dist-types/ts3.4/*"
79
79
  ]