@aws-sdk/client-iot-wireless 3.51.0 → 3.54.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/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/IoTWirelessServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +110 -6
- package/dist-cjs/protocols/Aws_restJson1.js +891 -3643
- package/dist-es/index.js +1 -0
- package/dist-es/models/IoTWirelessServiceException.js +12 -0
- package/dist-es/models/models_0.js +98 -1
- package/dist-es/protocols/Aws_restJson1.js +2023 -3999
- package/dist-types/IoTWirelessClient.d.ts +2 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/IoTWirelessServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +51 -22
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/IoTWirelessServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +37 -22
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +33 -33
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput } from "./commands/AssociateAwsAccountWithPartnerAccountCommand";
|
|
10
10
|
import { AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput } from "./commands/AssociateMulticastGroupWithFuotaTaskCommand";
|
|
11
11
|
import { AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput } from "./commands/AssociateWirelessDeviceWithFuotaTaskCommand";
|
|
@@ -115,7 +115,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
115
115
|
* A function that can calculate the length of a request body.
|
|
116
116
|
* @internal
|
|
117
117
|
*/
|
|
118
|
-
bodyLengthChecker?:
|
|
118
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
119
119
|
/**
|
|
120
120
|
* A function that converts a stream into an array of bytes.
|
|
121
121
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from IoTWireless service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class IoTWirelessServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p>Session keys for ABP v1.1</p>
|
|
4
5
|
*/
|
|
@@ -86,10 +87,14 @@ export declare namespace AbpV1_1 {
|
|
|
86
87
|
/**
|
|
87
88
|
* <p>User does not have permission to perform this action.</p>
|
|
88
89
|
*/
|
|
89
|
-
export
|
|
90
|
-
name: "AccessDeniedException";
|
|
91
|
-
$fault: "client";
|
|
90
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
91
|
+
readonly name: "AccessDeniedException";
|
|
92
|
+
readonly $fault: "client";
|
|
92
93
|
Message?: string;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
93
98
|
}
|
|
94
99
|
/**
|
|
95
100
|
* <p>Information about a Sidewalk account.</p>
|
|
@@ -168,9 +173,9 @@ export declare namespace AssociateAwsAccountWithPartnerAccountResponse {
|
|
|
168
173
|
/**
|
|
169
174
|
* <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
|
|
170
175
|
*/
|
|
171
|
-
export
|
|
172
|
-
name: "ConflictException";
|
|
173
|
-
$fault: "client";
|
|
176
|
+
export declare class ConflictException extends __BaseException {
|
|
177
|
+
readonly name: "ConflictException";
|
|
178
|
+
readonly $fault: "client";
|
|
174
179
|
Message?: string;
|
|
175
180
|
/**
|
|
176
181
|
* <p>Id of the resource in the conflicting operation.</p>
|
|
@@ -180,21 +185,29 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
180
185
|
* <p>Type of the resource in the conflicting operation.</p>
|
|
181
186
|
*/
|
|
182
187
|
ResourceType?: string;
|
|
188
|
+
/**
|
|
189
|
+
* @internal
|
|
190
|
+
*/
|
|
191
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
183
192
|
}
|
|
184
193
|
/**
|
|
185
194
|
* <p>An unexpected error occurred while processing a request.</p>
|
|
186
195
|
*/
|
|
187
|
-
export
|
|
188
|
-
name: "InternalServerException";
|
|
189
|
-
$fault: "server";
|
|
196
|
+
export declare class InternalServerException extends __BaseException {
|
|
197
|
+
readonly name: "InternalServerException";
|
|
198
|
+
readonly $fault: "server";
|
|
190
199
|
Message?: string;
|
|
200
|
+
/**
|
|
201
|
+
* @internal
|
|
202
|
+
*/
|
|
203
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
191
204
|
}
|
|
192
205
|
/**
|
|
193
206
|
* <p>Resource does not exist.</p>
|
|
194
207
|
*/
|
|
195
|
-
export
|
|
196
|
-
name: "ResourceNotFoundException";
|
|
197
|
-
$fault: "client";
|
|
208
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
209
|
+
readonly name: "ResourceNotFoundException";
|
|
210
|
+
readonly $fault: "client";
|
|
198
211
|
Message?: string;
|
|
199
212
|
/**
|
|
200
213
|
* <p>Id of the not found resource.</p>
|
|
@@ -204,22 +217,34 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
204
217
|
* <p>Type of the font found resource.</p>
|
|
205
218
|
*/
|
|
206
219
|
ResourceType?: string;
|
|
220
|
+
/**
|
|
221
|
+
* @internal
|
|
222
|
+
*/
|
|
223
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
207
224
|
}
|
|
208
225
|
/**
|
|
209
226
|
* <p>The request was denied because it exceeded the allowed API request rate.</p>
|
|
210
227
|
*/
|
|
211
|
-
export
|
|
212
|
-
name: "ThrottlingException";
|
|
213
|
-
$fault: "client";
|
|
228
|
+
export declare class ThrottlingException extends __BaseException {
|
|
229
|
+
readonly name: "ThrottlingException";
|
|
230
|
+
readonly $fault: "client";
|
|
214
231
|
Message?: string;
|
|
232
|
+
/**
|
|
233
|
+
* @internal
|
|
234
|
+
*/
|
|
235
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
215
236
|
}
|
|
216
237
|
/**
|
|
217
238
|
* <p>The input did not meet the specified constraints.</p>
|
|
218
239
|
*/
|
|
219
|
-
export
|
|
220
|
-
name: "ValidationException";
|
|
221
|
-
$fault: "client";
|
|
240
|
+
export declare class ValidationException extends __BaseException {
|
|
241
|
+
readonly name: "ValidationException";
|
|
242
|
+
readonly $fault: "client";
|
|
222
243
|
Message?: string;
|
|
244
|
+
/**
|
|
245
|
+
* @internal
|
|
246
|
+
*/
|
|
247
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
223
248
|
}
|
|
224
249
|
export interface AssociateMulticastGroupWithFuotaTaskRequest {
|
|
225
250
|
/**
|
|
@@ -3993,14 +4018,18 @@ export declare namespace TagResourceResponse {
|
|
|
3993
4018
|
/**
|
|
3994
4019
|
* <p>The request was denied because the resource can't have any more tags.</p>
|
|
3995
4020
|
*/
|
|
3996
|
-
export
|
|
3997
|
-
name: "TooManyTagsException";
|
|
3998
|
-
$fault: "client";
|
|
4021
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
4022
|
+
readonly name: "TooManyTagsException";
|
|
4023
|
+
readonly $fault: "client";
|
|
3999
4024
|
Message?: string;
|
|
4000
4025
|
/**
|
|
4001
4026
|
* <p>Name of the resource that exceeds maximum number of tags allowed.</p>
|
|
4002
4027
|
*/
|
|
4003
4028
|
ResourceName?: string;
|
|
4029
|
+
/**
|
|
4030
|
+
* @internal
|
|
4031
|
+
*/
|
|
4032
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
4004
4033
|
}
|
|
4005
4034
|
export interface TestWirelessDeviceRequest {
|
|
4006
4035
|
/**
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput } from "./commands/AssociateAwsAccountWithPartnerAccountCommand";
|
|
10
10
|
import { AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput } from "./commands/AssociateMulticastGroupWithFuotaTaskCommand";
|
|
11
11
|
import { AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput } from "./commands/AssociateWirelessDeviceWithFuotaTaskCommand";
|
|
@@ -103,7 +103,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
103
103
|
|
|
104
104
|
urlParser?: __UrlParser;
|
|
105
105
|
|
|
106
|
-
bodyLengthChecker?:
|
|
106
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
107
107
|
|
|
108
108
|
streamCollector?: __StreamCollector;
|
|
109
109
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class IoTWirelessServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
|
|
2
3
|
|
|
3
4
|
export interface SessionKeysAbpV1_0_x {
|
|
4
5
|
|
|
@@ -48,10 +49,12 @@ export declare namespace AbpV1_1 {
|
|
|
48
49
|
const filterSensitiveLog: (obj: AbpV1_1) => any;
|
|
49
50
|
}
|
|
50
51
|
|
|
51
|
-
export
|
|
52
|
-
name: "AccessDeniedException";
|
|
53
|
-
$fault: "client";
|
|
52
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
53
|
+
readonly name: "AccessDeniedException";
|
|
54
|
+
readonly $fault: "client";
|
|
54
55
|
Message?: string;
|
|
56
|
+
|
|
57
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
55
58
|
}
|
|
56
59
|
|
|
57
60
|
export interface SidewalkAccountInfo {
|
|
@@ -98,42 +101,52 @@ export declare namespace AssociateAwsAccountWithPartnerAccountResponse {
|
|
|
98
101
|
const filterSensitiveLog: (obj: AssociateAwsAccountWithPartnerAccountResponse) => any;
|
|
99
102
|
}
|
|
100
103
|
|
|
101
|
-
export
|
|
102
|
-
name: "ConflictException";
|
|
103
|
-
$fault: "client";
|
|
104
|
+
export declare class ConflictException extends __BaseException {
|
|
105
|
+
readonly name: "ConflictException";
|
|
106
|
+
readonly $fault: "client";
|
|
104
107
|
Message?: string;
|
|
105
108
|
|
|
106
109
|
ResourceId?: string;
|
|
107
110
|
|
|
108
111
|
ResourceType?: string;
|
|
112
|
+
|
|
113
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
109
114
|
}
|
|
110
115
|
|
|
111
|
-
export
|
|
112
|
-
name: "InternalServerException";
|
|
113
|
-
$fault: "server";
|
|
116
|
+
export declare class InternalServerException extends __BaseException {
|
|
117
|
+
readonly name: "InternalServerException";
|
|
118
|
+
readonly $fault: "server";
|
|
114
119
|
Message?: string;
|
|
120
|
+
|
|
121
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
115
122
|
}
|
|
116
123
|
|
|
117
|
-
export
|
|
118
|
-
name: "ResourceNotFoundException";
|
|
119
|
-
$fault: "client";
|
|
124
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
125
|
+
readonly name: "ResourceNotFoundException";
|
|
126
|
+
readonly $fault: "client";
|
|
120
127
|
Message?: string;
|
|
121
128
|
|
|
122
129
|
ResourceId?: string;
|
|
123
130
|
|
|
124
131
|
ResourceType?: string;
|
|
132
|
+
|
|
133
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
125
134
|
}
|
|
126
135
|
|
|
127
|
-
export
|
|
128
|
-
name: "ThrottlingException";
|
|
129
|
-
$fault: "client";
|
|
136
|
+
export declare class ThrottlingException extends __BaseException {
|
|
137
|
+
readonly name: "ThrottlingException";
|
|
138
|
+
readonly $fault: "client";
|
|
130
139
|
Message?: string;
|
|
140
|
+
|
|
141
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
131
142
|
}
|
|
132
143
|
|
|
133
|
-
export
|
|
134
|
-
name: "ValidationException";
|
|
135
|
-
$fault: "client";
|
|
144
|
+
export declare class ValidationException extends __BaseException {
|
|
145
|
+
readonly name: "ValidationException";
|
|
146
|
+
readonly $fault: "client";
|
|
136
147
|
Message?: string;
|
|
148
|
+
|
|
149
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
137
150
|
}
|
|
138
151
|
export interface AssociateMulticastGroupWithFuotaTaskRequest {
|
|
139
152
|
|
|
@@ -2456,12 +2469,14 @@ export declare namespace TagResourceResponse {
|
|
|
2456
2469
|
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2457
2470
|
}
|
|
2458
2471
|
|
|
2459
|
-
export
|
|
2460
|
-
name: "TooManyTagsException";
|
|
2461
|
-
$fault: "client";
|
|
2472
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
2473
|
+
readonly name: "TooManyTagsException";
|
|
2474
|
+
readonly $fault: "client";
|
|
2462
2475
|
Message?: string;
|
|
2463
2476
|
|
|
2464
2477
|
ResourceName?: string;
|
|
2478
|
+
|
|
2479
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
2465
2480
|
}
|
|
2466
2481
|
export interface TestWirelessDeviceRequest {
|
|
2467
2482
|
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: IoTWirelessClientConfig) => {
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
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.54.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "rimraf ./dist-*"
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"main": "./dist-cjs/index.js",
|
|
15
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -18,41 +18,41 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.54.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.54.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.54.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.54.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.54.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.54.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.54.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.54.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.54.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.54.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.54.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.54.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.54.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.54.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.54.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.54.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.54.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.54.0",
|
|
39
|
+
"@aws-sdk/types": "3.54.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.54.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.54.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.54.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.54.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.54.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.54.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.54.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|