@aws-sdk/client-iot 3.535.0 → 3.536.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.
|
@@ -32,6 +32,8 @@ declare const AttachPrincipalPolicyCommand_base: {
|
|
|
32
32
|
* <b>Note:</b> This action is deprecated and works as
|
|
33
33
|
* expected for backward compatibility, but we won't add enhancements. Use <a>AttachPolicy</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">AttachPrincipalPolicy</a> action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @deprecated
|
|
35
37
|
* @example
|
|
36
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
39
|
* ```javascript
|
|
@@ -79,7 +81,6 @@ declare const AttachPrincipalPolicyCommand_base: {
|
|
|
79
81
|
* <p>Base exception class for all service exceptions from IoT service.</p>
|
|
80
82
|
*
|
|
81
83
|
* @public
|
|
82
|
-
* @deprecated
|
|
83
84
|
*/
|
|
84
85
|
export declare class AttachPrincipalPolicyCommand extends AttachPrincipalPolicyCommand_base {
|
|
85
86
|
}
|
|
@@ -31,6 +31,8 @@ declare const DetachPrincipalPolicyCommand_base: {
|
|
|
31
31
|
* <b>Note:</b> This action is deprecated and works as
|
|
32
32
|
* expected for backward compatibility, but we won't add enhancements. Use <a>DetachPolicy</a> instead.</p>
|
|
33
33
|
* <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>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -75,7 +77,6 @@ declare const DetachPrincipalPolicyCommand_base: {
|
|
|
75
77
|
* <p>Base exception class for all service exceptions from IoT service.</p>
|
|
76
78
|
*
|
|
77
79
|
* @public
|
|
78
|
-
* @deprecated
|
|
79
80
|
*/
|
|
80
81
|
export declare class DetachPrincipalPolicyCommand extends DetachPrincipalPolicyCommand_base {
|
|
81
82
|
}
|
|
@@ -31,6 +31,8 @@ declare const ListPolicyPrincipalsCommand_base: {
|
|
|
31
31
|
* <b>Note:</b> This action is deprecated and works as
|
|
32
32
|
* expected for backward compatibility, but we won't add enhancements. Use <a>ListTargetsForPolicy</a> instead.</p>
|
|
33
33
|
* <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>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -82,7 +84,6 @@ declare const ListPolicyPrincipalsCommand_base: {
|
|
|
82
84
|
* <p>Base exception class for all service exceptions from IoT service.</p>
|
|
83
85
|
*
|
|
84
86
|
* @public
|
|
85
|
-
* @deprecated
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListPolicyPrincipalsCommand extends ListPolicyPrincipalsCommand_base {
|
|
88
89
|
}
|
|
@@ -32,6 +32,8 @@ declare const ListPrincipalPoliciesCommand_base: {
|
|
|
32
32
|
* <b>Note:</b> This action is deprecated and works as
|
|
33
33
|
* expected for backward compatibility, but we won't add enhancements. Use <a>ListAttachedPolicies</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">ListPrincipalPolicies</a> action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @deprecated
|
|
35
37
|
* @example
|
|
36
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
39
|
* ```javascript
|
|
@@ -86,7 +88,6 @@ declare const ListPrincipalPoliciesCommand_base: {
|
|
|
86
88
|
* <p>Base exception class for all service exceptions from IoT service.</p>
|
|
87
89
|
*
|
|
88
90
|
* @public
|
|
89
|
-
* @deprecated
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListPrincipalPoliciesCommand extends ListPrincipalPoliciesCommand_base {
|
|
92
93
|
}
|
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.536.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",
|