@aws-sdk/client-iot-wireless 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.
@@ -3761,6 +3761,7 @@ export interface GetPartnerAccountResponse {
3761
3761
  AccountLinked?: boolean | undefined;
3762
3762
  }
3763
3763
  /**
3764
+ * @deprecated This operation is no longer supported.
3764
3765
  * @public
3765
3766
  */
3766
3767
  export interface GetPositionRequest {
@@ -3776,6 +3777,7 @@ export interface GetPositionRequest {
3776
3777
  ResourceType: PositionResourceType | undefined;
3777
3778
  }
3778
3779
  /**
3780
+ * @deprecated This operation is no longer supported.
3779
3781
  * @public
3780
3782
  */
3781
3783
  export interface GetPositionResponse {
@@ -3814,6 +3816,7 @@ export interface GetPositionResponse {
3814
3816
  Timestamp?: string | undefined;
3815
3817
  }
3816
3818
  /**
3819
+ * @deprecated This operation is no longer supported.
3817
3820
  * @public
3818
3821
  */
3819
3822
  export interface GetPositionConfigurationRequest {
@@ -3866,6 +3869,7 @@ export interface PositionSolverDetails {
3866
3869
  SemtechGnss?: SemtechGnssDetail | undefined;
3867
3870
  }
3868
3871
  /**
3872
+ * @deprecated This operation is no longer supported.
3869
3873
  * @public
3870
3874
  */
3871
3875
  export interface GetPositionConfigurationResponse {
@@ -5364,6 +5368,7 @@ export interface ListPartnerAccountsResponse {
5364
5368
  Sidewalk?: SidewalkAccountInfoWithFingerprint[] | undefined;
5365
5369
  }
5366
5370
  /**
5371
+ * @deprecated This operation is no longer supported.
5367
5372
  * @public
5368
5373
  */
5369
5374
  export interface ListPositionConfigurationsRequest {
@@ -5413,6 +5418,7 @@ export interface PositionConfigurationItem {
5413
5418
  Destination?: string | undefined;
5414
5419
  }
5415
5420
  /**
5421
+ * @deprecated This operation is no longer supported.
5416
5422
  * @public
5417
5423
  */
5418
5424
  export interface ListPositionConfigurationsResponse {
@@ -6008,6 +6014,7 @@ export interface PositionSolverConfigurations {
6008
6014
  SemtechGnss?: SemtechGnssConfiguration | undefined;
6009
6015
  }
6010
6016
  /**
6017
+ * @deprecated This operation is no longer supported.
6011
6018
  * @public
6012
6019
  */
6013
6020
  export interface PutPositionConfigurationRequest {
@@ -6036,6 +6043,7 @@ export interface PutPositionConfigurationRequest {
6036
6043
  Destination?: string | undefined;
6037
6044
  }
6038
6045
  /**
6046
+ * @deprecated This operation is no longer supported.
6039
6047
  * @public
6040
6048
  */
6041
6049
  export interface PutPositionConfigurationResponse {
@@ -621,6 +621,7 @@ export interface UpdatePartnerAccountRequest {
621
621
  export interface UpdatePartnerAccountResponse {
622
622
  }
623
623
  /**
624
+ * @deprecated This operation is no longer supported.
624
625
  * @public
625
626
  */
626
627
  export interface UpdatePositionRequest {
@@ -641,6 +642,7 @@ export interface UpdatePositionRequest {
641
642
  Position: number[] | undefined;
642
643
  }
643
644
  /**
645
+ * @deprecated This operation is no longer supported.
644
646
  * @public
645
647
  */
646
648
  export interface UpdatePositionResponse {
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.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-wireless",
@@ -21,43 +21,43 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.17",
25
- "@aws-sdk/credential-provider-node": "^3.972.16",
26
- "@aws-sdk/middleware-host-header": "^3.972.6",
27
- "@aws-sdk/middleware-logger": "^3.972.6",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.6",
29
- "@aws-sdk/middleware-user-agent": "^3.972.17",
30
- "@aws-sdk/region-config-resolver": "^3.972.6",
31
- "@aws-sdk/types": "^3.973.4",
32
- "@aws-sdk/util-endpoints": "^3.996.3",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.6",
34
- "@aws-sdk/util-user-agent-node": "^3.973.2",
35
- "@smithy/config-resolver": "^4.4.9",
36
- "@smithy/core": "^3.23.7",
37
- "@smithy/fetch-http-handler": "^5.3.12",
38
- "@smithy/hash-node": "^4.2.10",
39
- "@smithy/invalid-dependency": "^4.2.10",
40
- "@smithy/middleware-content-length": "^4.2.10",
41
- "@smithy/middleware-endpoint": "^4.4.21",
42
- "@smithy/middleware-retry": "^4.4.38",
43
- "@smithy/middleware-serde": "^4.2.11",
44
- "@smithy/middleware-stack": "^4.2.10",
45
- "@smithy/node-config-provider": "^4.3.10",
46
- "@smithy/node-http-handler": "^4.4.13",
47
- "@smithy/protocol-http": "^5.3.10",
48
- "@smithy/smithy-client": "^4.12.1",
24
+ "@aws-sdk/core": "^3.973.18",
25
+ "@aws-sdk/credential-provider-node": "^3.972.17",
26
+ "@aws-sdk/middleware-host-header": "^3.972.7",
27
+ "@aws-sdk/middleware-logger": "^3.972.7",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.18",
30
+ "@aws-sdk/region-config-resolver": "^3.972.7",
31
+ "@aws-sdk/types": "^3.973.5",
32
+ "@aws-sdk/util-endpoints": "^3.996.4",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.7",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.3",
35
+ "@smithy/config-resolver": "^4.4.10",
36
+ "@smithy/core": "^3.23.8",
37
+ "@smithy/fetch-http-handler": "^5.3.13",
38
+ "@smithy/hash-node": "^4.2.11",
39
+ "@smithy/invalid-dependency": "^4.2.11",
40
+ "@smithy/middleware-content-length": "^4.2.11",
41
+ "@smithy/middleware-endpoint": "^4.4.22",
42
+ "@smithy/middleware-retry": "^4.4.39",
43
+ "@smithy/middleware-serde": "^4.2.12",
44
+ "@smithy/middleware-stack": "^4.2.11",
45
+ "@smithy/node-config-provider": "^4.3.11",
46
+ "@smithy/node-http-handler": "^4.4.14",
47
+ "@smithy/protocol-http": "^5.3.11",
48
+ "@smithy/smithy-client": "^4.12.2",
49
49
  "@smithy/types": "^4.13.0",
50
- "@smithy/url-parser": "^4.2.10",
51
- "@smithy/util-base64": "^4.3.1",
52
- "@smithy/util-body-length-browser": "^4.2.1",
53
- "@smithy/util-body-length-node": "^4.2.2",
54
- "@smithy/util-defaults-mode-browser": "^4.3.37",
55
- "@smithy/util-defaults-mode-node": "^4.2.40",
56
- "@smithy/util-endpoints": "^3.3.1",
57
- "@smithy/util-middleware": "^4.2.10",
58
- "@smithy/util-retry": "^4.2.10",
59
- "@smithy/util-stream": "^4.5.16",
60
- "@smithy/util-utf8": "^4.2.1",
50
+ "@smithy/url-parser": "^4.2.11",
51
+ "@smithy/util-base64": "^4.3.2",
52
+ "@smithy/util-body-length-browser": "^4.2.2",
53
+ "@smithy/util-body-length-node": "^4.2.3",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.38",
55
+ "@smithy/util-defaults-mode-node": "^4.2.41",
56
+ "@smithy/util-endpoints": "^3.3.2",
57
+ "@smithy/util-middleware": "^4.2.11",
58
+ "@smithy/util-retry": "^4.2.11",
59
+ "@smithy/util-stream": "^4.5.17",
60
+ "@smithy/util-utf8": "^4.2.2",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
@@ -72,7 +72,7 @@
72
72
  "node": ">=20.0.0"
73
73
  },
74
74
  "typesVersions": {
75
- "<4.0": {
75
+ "<4.5": {
76
76
  "dist-types/*": [
77
77
  "dist-types/ts3.4/*"
78
78
  ]