@aws-sdk/client-iot-data-plane 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/IoTDataPlane.d.ts +0 -7
- package/dist-types/ts3.4/IoTDataPlaneClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/DeleteThingShadowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRetainedMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetThingShadowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNamedShadowsForThingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRetainedMessagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateThingShadowCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/IoTDataPlaneServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -63
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-iot-data-plane
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-iot-data-plane
|
|
@@ -28,7 +28,6 @@ import {
|
|
|
28
28
|
UpdateThingShadowCommandOutput,
|
|
29
29
|
} from "./commands/UpdateThingShadowCommand";
|
|
30
30
|
import { IoTDataPlaneClient } from "./IoTDataPlaneClient";
|
|
31
|
-
|
|
32
31
|
export declare class IoTDataPlane extends IoTDataPlaneClient {
|
|
33
32
|
deleteThingShadow(
|
|
34
33
|
args: DeleteThingShadowCommandInput,
|
|
@@ -43,7 +42,6 @@ export declare class IoTDataPlane extends IoTDataPlaneClient {
|
|
|
43
42
|
options: __HttpHandlerOptions,
|
|
44
43
|
cb: (err: any, data?: DeleteThingShadowCommandOutput) => void
|
|
45
44
|
): void;
|
|
46
|
-
|
|
47
45
|
getRetainedMessage(
|
|
48
46
|
args: GetRetainedMessageCommandInput,
|
|
49
47
|
options?: __HttpHandlerOptions
|
|
@@ -57,7 +55,6 @@ export declare class IoTDataPlane extends IoTDataPlaneClient {
|
|
|
57
55
|
options: __HttpHandlerOptions,
|
|
58
56
|
cb: (err: any, data?: GetRetainedMessageCommandOutput) => void
|
|
59
57
|
): void;
|
|
60
|
-
|
|
61
58
|
getThingShadow(
|
|
62
59
|
args: GetThingShadowCommandInput,
|
|
63
60
|
options?: __HttpHandlerOptions
|
|
@@ -71,7 +68,6 @@ export declare class IoTDataPlane extends IoTDataPlaneClient {
|
|
|
71
68
|
options: __HttpHandlerOptions,
|
|
72
69
|
cb: (err: any, data?: GetThingShadowCommandOutput) => void
|
|
73
70
|
): void;
|
|
74
|
-
|
|
75
71
|
listNamedShadowsForThing(
|
|
76
72
|
args: ListNamedShadowsForThingCommandInput,
|
|
77
73
|
options?: __HttpHandlerOptions
|
|
@@ -85,7 +81,6 @@ export declare class IoTDataPlane extends IoTDataPlaneClient {
|
|
|
85
81
|
options: __HttpHandlerOptions,
|
|
86
82
|
cb: (err: any, data?: ListNamedShadowsForThingCommandOutput) => void
|
|
87
83
|
): void;
|
|
88
|
-
|
|
89
84
|
listRetainedMessages(
|
|
90
85
|
args: ListRetainedMessagesCommandInput,
|
|
91
86
|
options?: __HttpHandlerOptions
|
|
@@ -99,7 +94,6 @@ export declare class IoTDataPlane extends IoTDataPlaneClient {
|
|
|
99
94
|
options: __HttpHandlerOptions,
|
|
100
95
|
cb: (err: any, data?: ListRetainedMessagesCommandOutput) => void
|
|
101
96
|
): void;
|
|
102
|
-
|
|
103
97
|
publish(
|
|
104
98
|
args: PublishCommandInput,
|
|
105
99
|
options?: __HttpHandlerOptions
|
|
@@ -113,7 +107,6 @@ export declare class IoTDataPlane extends IoTDataPlaneClient {
|
|
|
113
107
|
options: __HttpHandlerOptions,
|
|
114
108
|
cb: (err: any, data?: PublishCommandOutput) => void
|
|
115
109
|
): void;
|
|
116
|
-
|
|
117
110
|
updateThingShadow(
|
|
118
111
|
args: UpdateThingShadowCommandInput,
|
|
119
112
|
options?: __HttpHandlerOptions
|
|
@@ -89,47 +89,26 @@ export declare type ServiceOutputTypes =
|
|
|
89
89
|
export interface ClientDefaults
|
|
90
90
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
91
91
|
requestHandler?: __HttpHandler;
|
|
92
|
-
|
|
93
92
|
sha256?: __HashConstructor;
|
|
94
|
-
|
|
95
93
|
urlParser?: __UrlParser;
|
|
96
|
-
|
|
97
94
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
98
|
-
|
|
99
95
|
streamCollector?: __StreamCollector;
|
|
100
|
-
|
|
101
96
|
base64Decoder?: __Decoder;
|
|
102
|
-
|
|
103
97
|
base64Encoder?: __Encoder;
|
|
104
|
-
|
|
105
98
|
utf8Decoder?: __Decoder;
|
|
106
|
-
|
|
107
99
|
utf8Encoder?: __Encoder;
|
|
108
|
-
|
|
109
100
|
runtime?: string;
|
|
110
|
-
|
|
111
101
|
disableHostPrefix?: boolean;
|
|
112
|
-
|
|
113
102
|
maxAttempts?: number | __Provider<number>;
|
|
114
|
-
|
|
115
103
|
retryMode?: string | __Provider<string>;
|
|
116
|
-
|
|
117
104
|
logger?: __Logger;
|
|
118
|
-
|
|
119
105
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
120
|
-
|
|
121
106
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
122
|
-
|
|
123
107
|
serviceId?: string;
|
|
124
|
-
|
|
125
108
|
region?: string | __Provider<string>;
|
|
126
|
-
|
|
127
109
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
128
|
-
|
|
129
110
|
regionInfoProvider?: RegionInfoProvider;
|
|
130
|
-
|
|
131
111
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
132
|
-
|
|
133
112
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
134
113
|
}
|
|
135
114
|
declare type IoTDataPlaneClientConfigType = Partial<
|
|
@@ -142,7 +121,6 @@ declare type IoTDataPlaneClientConfigType = Partial<
|
|
|
142
121
|
HostHeaderInputConfig &
|
|
143
122
|
AwsAuthInputConfig &
|
|
144
123
|
UserAgentInputConfig;
|
|
145
|
-
|
|
146
124
|
export interface IoTDataPlaneClientConfig
|
|
147
125
|
extends IoTDataPlaneClientConfigType {}
|
|
148
126
|
declare type IoTDataPlaneClientResolvedConfigType =
|
|
@@ -154,10 +132,8 @@ declare type IoTDataPlaneClientResolvedConfigType =
|
|
|
154
132
|
HostHeaderResolvedConfig &
|
|
155
133
|
AwsAuthResolvedConfig &
|
|
156
134
|
UserAgentResolvedConfig;
|
|
157
|
-
|
|
158
135
|
export interface IoTDataPlaneClientResolvedConfig
|
|
159
136
|
extends IoTDataPlaneClientResolvedConfigType {}
|
|
160
|
-
|
|
161
137
|
export declare class IoTDataPlaneClient extends __Client<
|
|
162
138
|
__HttpHandlerOptions,
|
|
163
139
|
ServiceInputTypes,
|
|
@@ -166,7 +142,6 @@ export declare class IoTDataPlaneClient extends __Client<
|
|
|
166
142
|
> {
|
|
167
143
|
readonly config: IoTDataPlaneClientResolvedConfig;
|
|
168
144
|
constructor(configuration: IoTDataPlaneClientConfig);
|
|
169
|
-
|
|
170
145
|
destroy(): void;
|
|
171
146
|
}
|
|
172
147
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface DeleteThingShadowCommandInput
|
|
|
19
19
|
export interface DeleteThingShadowCommandOutput
|
|
20
20
|
extends DeleteThingShadowResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteThingShadowCommand extends $Command<
|
|
24
23
|
DeleteThingShadowCommandInput,
|
|
25
24
|
DeleteThingShadowCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteThingShadowCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteThingShadowCommandInput;
|
|
29
28
|
constructor(input: DeleteThingShadowCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTDataPlaneClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRetainedMessageCommandInput
|
|
|
19
19
|
export interface GetRetainedMessageCommandOutput
|
|
20
20
|
extends GetRetainedMessageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRetainedMessageCommand extends $Command<
|
|
24
23
|
GetRetainedMessageCommandInput,
|
|
25
24
|
GetRetainedMessageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRetainedMessageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRetainedMessageCommandInput;
|
|
29
28
|
constructor(input: GetRetainedMessageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTDataPlaneClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetThingShadowCommandInput extends GetThingShadowRequest {}
|
|
|
18
18
|
export interface GetThingShadowCommandOutput
|
|
19
19
|
extends GetThingShadowResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetThingShadowCommand extends $Command<
|
|
23
22
|
GetThingShadowCommandInput,
|
|
24
23
|
GetThingShadowCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetThingShadowCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetThingShadowCommandInput;
|
|
28
27
|
constructor(input: GetThingShadowCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IoTDataPlaneClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListNamedShadowsForThingCommandInput
|
|
|
19
19
|
export interface ListNamedShadowsForThingCommandOutput
|
|
20
20
|
extends ListNamedShadowsForThingResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListNamedShadowsForThingCommand extends $Command<
|
|
24
23
|
ListNamedShadowsForThingCommandInput,
|
|
25
24
|
ListNamedShadowsForThingCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListNamedShadowsForThingCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListNamedShadowsForThingCommandInput;
|
|
29
28
|
constructor(input: ListNamedShadowsForThingCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTDataPlaneClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRetainedMessagesCommandInput
|
|
|
19
19
|
export interface ListRetainedMessagesCommandOutput
|
|
20
20
|
extends ListRetainedMessagesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRetainedMessagesCommand extends $Command<
|
|
24
23
|
ListRetainedMessagesCommandInput,
|
|
25
24
|
ListRetainedMessagesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRetainedMessagesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRetainedMessagesCommandInput;
|
|
29
28
|
constructor(input: ListRetainedMessagesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTDataPlaneClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { PublishRequest } from "../models/models_0";
|
|
14
14
|
export interface PublishCommandInput extends PublishRequest {}
|
|
15
15
|
export interface PublishCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class PublishCommand extends $Command<
|
|
18
17
|
PublishCommandInput,
|
|
19
18
|
PublishCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class PublishCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: PublishCommandInput;
|
|
23
22
|
constructor(input: PublishCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: IoTDataPlaneClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateThingShadowCommandInput
|
|
|
19
19
|
export interface UpdateThingShadowCommandOutput
|
|
20
20
|
extends UpdateThingShadowResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateThingShadowCommand extends $Command<
|
|
24
23
|
UpdateThingShadowCommandInput,
|
|
25
24
|
UpdateThingShadowCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateThingShadowCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateThingShadowCommandInput;
|
|
29
28
|
constructor(input: UpdateThingShadowCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTDataPlaneClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class IoTDataPlaneServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,90 +1,69 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { IoTDataPlaneServiceException as __BaseException } from "./IoTDataPlaneServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class ConflictException extends __BaseException {
|
|
5
4
|
readonly name: "ConflictException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
9
7
|
}
|
|
10
|
-
|
|
11
8
|
export interface DeleteThingShadowRequest {
|
|
12
9
|
thingName: string | undefined;
|
|
13
|
-
|
|
14
10
|
shadowName?: string;
|
|
15
11
|
}
|
|
16
|
-
|
|
17
12
|
export interface DeleteThingShadowResponse {
|
|
18
13
|
payload: Uint8Array | undefined;
|
|
19
14
|
}
|
|
20
|
-
|
|
21
15
|
export declare class InternalFailureException extends __BaseException {
|
|
22
16
|
readonly name: "InternalFailureException";
|
|
23
17
|
readonly $fault: "server";
|
|
24
|
-
|
|
25
18
|
constructor(
|
|
26
19
|
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
27
20
|
);
|
|
28
21
|
}
|
|
29
|
-
|
|
30
22
|
export declare class InvalidRequestException extends __BaseException {
|
|
31
23
|
readonly name: "InvalidRequestException";
|
|
32
24
|
readonly $fault: "client";
|
|
33
|
-
|
|
34
25
|
constructor(
|
|
35
26
|
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
36
27
|
);
|
|
37
28
|
}
|
|
38
|
-
|
|
39
29
|
export declare class MethodNotAllowedException extends __BaseException {
|
|
40
30
|
readonly name: "MethodNotAllowedException";
|
|
41
31
|
readonly $fault: "client";
|
|
42
|
-
|
|
43
32
|
constructor(
|
|
44
33
|
opts: __ExceptionOptionType<MethodNotAllowedException, __BaseException>
|
|
45
34
|
);
|
|
46
35
|
}
|
|
47
|
-
|
|
48
36
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
49
37
|
readonly name: "ResourceNotFoundException";
|
|
50
38
|
readonly $fault: "client";
|
|
51
|
-
|
|
52
39
|
constructor(
|
|
53
40
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
54
41
|
);
|
|
55
42
|
}
|
|
56
|
-
|
|
57
43
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
58
44
|
readonly name: "ServiceUnavailableException";
|
|
59
45
|
readonly $fault: "server";
|
|
60
|
-
|
|
61
46
|
constructor(
|
|
62
47
|
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
63
48
|
);
|
|
64
49
|
}
|
|
65
|
-
|
|
66
50
|
export declare class ThrottlingException extends __BaseException {
|
|
67
51
|
readonly name: "ThrottlingException";
|
|
68
52
|
readonly $fault: "client";
|
|
69
|
-
|
|
70
53
|
constructor(
|
|
71
54
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
72
55
|
);
|
|
73
56
|
}
|
|
74
|
-
|
|
75
57
|
export declare class UnauthorizedException extends __BaseException {
|
|
76
58
|
readonly name: "UnauthorizedException";
|
|
77
59
|
readonly $fault: "client";
|
|
78
|
-
|
|
79
60
|
constructor(
|
|
80
61
|
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
81
62
|
);
|
|
82
63
|
}
|
|
83
|
-
|
|
84
64
|
export declare class UnsupportedDocumentEncodingException extends __BaseException {
|
|
85
65
|
readonly name: "UnsupportedDocumentEncodingException";
|
|
86
66
|
readonly $fault: "client";
|
|
87
|
-
|
|
88
67
|
constructor(
|
|
89
68
|
opts: __ExceptionOptionType<
|
|
90
69
|
UnsupportedDocumentEncodingException,
|
|
@@ -92,148 +71,106 @@ export declare class UnsupportedDocumentEncodingException extends __BaseExceptio
|
|
|
92
71
|
>
|
|
93
72
|
);
|
|
94
73
|
}
|
|
95
|
-
|
|
96
74
|
export interface GetRetainedMessageRequest {
|
|
97
75
|
topic: string | undefined;
|
|
98
76
|
}
|
|
99
|
-
|
|
100
77
|
export interface GetRetainedMessageResponse {
|
|
101
78
|
topic?: string;
|
|
102
|
-
|
|
103
79
|
payload?: Uint8Array;
|
|
104
|
-
|
|
105
80
|
qos?: number;
|
|
106
|
-
|
|
107
81
|
lastModifiedTime?: number;
|
|
108
82
|
}
|
|
109
|
-
|
|
110
83
|
export interface GetThingShadowRequest {
|
|
111
84
|
thingName: string | undefined;
|
|
112
|
-
|
|
113
85
|
shadowName?: string;
|
|
114
86
|
}
|
|
115
|
-
|
|
116
87
|
export interface GetThingShadowResponse {
|
|
117
88
|
payload?: Uint8Array;
|
|
118
89
|
}
|
|
119
90
|
export interface ListNamedShadowsForThingRequest {
|
|
120
91
|
thingName: string | undefined;
|
|
121
|
-
|
|
122
92
|
nextToken?: string;
|
|
123
|
-
|
|
124
93
|
pageSize?: number;
|
|
125
94
|
}
|
|
126
95
|
export interface ListNamedShadowsForThingResponse {
|
|
127
96
|
results?: string[];
|
|
128
|
-
|
|
129
97
|
nextToken?: string;
|
|
130
|
-
|
|
131
98
|
timestamp?: number;
|
|
132
99
|
}
|
|
133
100
|
export interface ListRetainedMessagesRequest {
|
|
134
101
|
nextToken?: string;
|
|
135
|
-
|
|
136
102
|
maxResults?: number;
|
|
137
103
|
}
|
|
138
|
-
|
|
139
104
|
export interface RetainedMessageSummary {
|
|
140
105
|
topic?: string;
|
|
141
|
-
|
|
142
106
|
payloadSize?: number;
|
|
143
|
-
|
|
144
107
|
qos?: number;
|
|
145
|
-
|
|
146
108
|
lastModifiedTime?: number;
|
|
147
109
|
}
|
|
148
110
|
export interface ListRetainedMessagesResponse {
|
|
149
111
|
retainedTopics?: RetainedMessageSummary[];
|
|
150
|
-
|
|
151
112
|
nextToken?: string;
|
|
152
113
|
}
|
|
153
|
-
|
|
154
114
|
export interface PublishRequest {
|
|
155
115
|
topic: string | undefined;
|
|
156
|
-
|
|
157
116
|
qos?: number;
|
|
158
|
-
|
|
159
117
|
retain?: boolean;
|
|
160
|
-
|
|
161
118
|
payload?: Uint8Array;
|
|
162
119
|
}
|
|
163
|
-
|
|
164
120
|
export declare class RequestEntityTooLargeException extends __BaseException {
|
|
165
121
|
readonly name: "RequestEntityTooLargeException";
|
|
166
122
|
readonly $fault: "client";
|
|
167
|
-
|
|
168
123
|
constructor(
|
|
169
124
|
opts: __ExceptionOptionType<RequestEntityTooLargeException, __BaseException>
|
|
170
125
|
);
|
|
171
126
|
}
|
|
172
|
-
|
|
173
127
|
export interface UpdateThingShadowRequest {
|
|
174
128
|
thingName: string | undefined;
|
|
175
|
-
|
|
176
129
|
shadowName?: string;
|
|
177
|
-
|
|
178
130
|
payload: Uint8Array | undefined;
|
|
179
131
|
}
|
|
180
|
-
|
|
181
132
|
export interface UpdateThingShadowResponse {
|
|
182
133
|
payload?: Uint8Array;
|
|
183
134
|
}
|
|
184
|
-
|
|
185
135
|
export declare const DeleteThingShadowRequestFilterSensitiveLog: (
|
|
186
136
|
obj: DeleteThingShadowRequest
|
|
187
137
|
) => any;
|
|
188
|
-
|
|
189
138
|
export declare const DeleteThingShadowResponseFilterSensitiveLog: (
|
|
190
139
|
obj: DeleteThingShadowResponse
|
|
191
140
|
) => any;
|
|
192
|
-
|
|
193
141
|
export declare const GetRetainedMessageRequestFilterSensitiveLog: (
|
|
194
142
|
obj: GetRetainedMessageRequest
|
|
195
143
|
) => any;
|
|
196
|
-
|
|
197
144
|
export declare const GetRetainedMessageResponseFilterSensitiveLog: (
|
|
198
145
|
obj: GetRetainedMessageResponse
|
|
199
146
|
) => any;
|
|
200
|
-
|
|
201
147
|
export declare const GetThingShadowRequestFilterSensitiveLog: (
|
|
202
148
|
obj: GetThingShadowRequest
|
|
203
149
|
) => any;
|
|
204
|
-
|
|
205
150
|
export declare const GetThingShadowResponseFilterSensitiveLog: (
|
|
206
151
|
obj: GetThingShadowResponse
|
|
207
152
|
) => any;
|
|
208
|
-
|
|
209
153
|
export declare const ListNamedShadowsForThingRequestFilterSensitiveLog: (
|
|
210
154
|
obj: ListNamedShadowsForThingRequest
|
|
211
155
|
) => any;
|
|
212
|
-
|
|
213
156
|
export declare const ListNamedShadowsForThingResponseFilterSensitiveLog: (
|
|
214
157
|
obj: ListNamedShadowsForThingResponse
|
|
215
158
|
) => any;
|
|
216
|
-
|
|
217
159
|
export declare const ListRetainedMessagesRequestFilterSensitiveLog: (
|
|
218
160
|
obj: ListRetainedMessagesRequest
|
|
219
161
|
) => any;
|
|
220
|
-
|
|
221
162
|
export declare const RetainedMessageSummaryFilterSensitiveLog: (
|
|
222
163
|
obj: RetainedMessageSummary
|
|
223
164
|
) => any;
|
|
224
|
-
|
|
225
165
|
export declare const ListRetainedMessagesResponseFilterSensitiveLog: (
|
|
226
166
|
obj: ListRetainedMessagesResponse
|
|
227
167
|
) => any;
|
|
228
|
-
|
|
229
168
|
export declare const PublishRequestFilterSensitiveLog: (
|
|
230
169
|
obj: PublishRequest
|
|
231
170
|
) => any;
|
|
232
|
-
|
|
233
171
|
export declare const UpdateThingShadowRequestFilterSensitiveLog: (
|
|
234
172
|
obj: UpdateThingShadowRequest
|
|
235
173
|
) => any;
|
|
236
|
-
|
|
237
174
|
export declare const UpdateThingShadowResponseFilterSensitiveLog: (
|
|
238
175
|
obj: UpdateThingShadowResponse
|
|
239
176
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { IoTDataPlaneClientConfig } from "./IoTDataPlaneClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: IoTDataPlaneClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { IoTDataPlaneClientConfig } from "./IoTDataPlaneClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: IoTDataPlaneClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-data-plane",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Data Plane Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|