@aws-sdk/client-iot-wireless 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.
- package/dist-types/commands/GetPositionCommand.d.ts +2 -1
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePositionCommand.d.ts +2 -1
- package/package.json +1 -1
|
@@ -31,6 +31,8 @@ declare const GetPositionCommand_base: {
|
|
|
31
31
|
* <p>This action is no longer supported. Calls to retrieve the position information
|
|
32
32
|
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a> API operation instead.</p>
|
|
33
33
|
* </important>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated This operation is no longer supported.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -84,7 +86,6 @@ declare const GetPositionCommand_base: {
|
|
|
84
86
|
* <p>Base exception class for all service exceptions from IoTWireless service.</p>
|
|
85
87
|
*
|
|
86
88
|
* @public
|
|
87
|
-
* @deprecated This operation is no longer supported.
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetPositionCommand extends GetPositionCommand_base {
|
|
90
91
|
}
|
|
@@ -31,6 +31,8 @@ declare const GetPositionConfigurationCommand_base: {
|
|
|
31
31
|
* <p>This action is no longer supported. Calls to retrieve the position configuration
|
|
32
32
|
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a> API operation instead.</p>
|
|
33
33
|
* </important>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated This operation is no longer supported.
|
|
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 GetPositionConfigurationCommand_base: {
|
|
|
82
84
|
* <p>Base exception class for all service exceptions from IoTWireless service.</p>
|
|
83
85
|
*
|
|
84
86
|
* @public
|
|
85
|
-
* @deprecated This operation is no longer supported.
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetPositionConfigurationCommand extends GetPositionConfigurationCommand_base {
|
|
88
89
|
}
|
|
@@ -31,6 +31,8 @@ declare const ListPositionConfigurationsCommand_base: {
|
|
|
31
31
|
* <p>This action is no longer supported. Calls to retrieve position information should
|
|
32
32
|
* use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a> API operation instead.</p>
|
|
33
33
|
* </important>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated This operation is no longer supported.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -87,7 +89,6 @@ declare const ListPositionConfigurationsCommand_base: {
|
|
|
87
89
|
* <p>Base exception class for all service exceptions from IoTWireless service.</p>
|
|
88
90
|
*
|
|
89
91
|
* @public
|
|
90
|
-
* @deprecated This operation is no longer supported.
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListPositionConfigurationsCommand extends ListPositionConfigurationsCommand_base {
|
|
93
94
|
}
|
|
@@ -31,6 +31,8 @@ declare const PutPositionConfigurationCommand_base: {
|
|
|
31
31
|
* <p>This action is no longer supported. Calls to update the position configuration
|
|
32
32
|
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_UpdateResourcePosition.html">UpdateResourcePosition</a> API operation instead.</p>
|
|
33
33
|
* </important>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated This operation is no longer supported.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -79,7 +81,6 @@ declare const PutPositionConfigurationCommand_base: {
|
|
|
79
81
|
* <p>Base exception class for all service exceptions from IoTWireless service.</p>
|
|
80
82
|
*
|
|
81
83
|
* @public
|
|
82
|
-
* @deprecated This operation is no longer supported.
|
|
83
84
|
*/
|
|
84
85
|
export declare class PutPositionConfigurationCommand extends PutPositionConfigurationCommand_base {
|
|
85
86
|
}
|
|
@@ -31,6 +31,8 @@ declare const UpdatePositionCommand_base: {
|
|
|
31
31
|
* <p>This action is no longer supported. Calls to update the position information
|
|
32
32
|
* should use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_UpdateResourcePosition.html">UpdateResourcePosition</a> API operation instead.</p>
|
|
33
33
|
* </important>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated This operation is no longer supported.
|
|
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 UpdatePositionCommand_base: {
|
|
|
75
77
|
* <p>Base exception class for all service exceptions from IoTWireless service.</p>
|
|
76
78
|
*
|
|
77
79
|
* @public
|
|
78
|
-
* @deprecated This operation is no longer supported.
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdatePositionCommand extends UpdatePositionCommand_base {
|
|
81
82
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-wireless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Wireless 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-wireless",
|