@aws-sdk/client-iotthingsgraph 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/IoTThingsGraph.d.ts +634 -180
- package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +340 -108
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +993 -897
- package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,107 +1,425 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateEntityToThingCommandInput,
|
|
8
|
+
AssociateEntityToThingCommandOutput,
|
|
9
|
+
} from "../commands/AssociateEntityToThingCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateFlowTemplateCommandInput,
|
|
12
|
+
CreateFlowTemplateCommandOutput,
|
|
13
|
+
} from "../commands/CreateFlowTemplateCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateSystemInstanceCommandInput,
|
|
16
|
+
CreateSystemInstanceCommandOutput,
|
|
17
|
+
} from "../commands/CreateSystemInstanceCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateSystemTemplateCommandInput,
|
|
20
|
+
CreateSystemTemplateCommandOutput,
|
|
21
|
+
} from "../commands/CreateSystemTemplateCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteFlowTemplateCommandInput,
|
|
24
|
+
DeleteFlowTemplateCommandOutput,
|
|
25
|
+
} from "../commands/DeleteFlowTemplateCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteNamespaceCommandInput,
|
|
28
|
+
DeleteNamespaceCommandOutput,
|
|
29
|
+
} from "../commands/DeleteNamespaceCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteSystemInstanceCommandInput,
|
|
32
|
+
DeleteSystemInstanceCommandOutput,
|
|
33
|
+
} from "../commands/DeleteSystemInstanceCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteSystemTemplateCommandInput,
|
|
36
|
+
DeleteSystemTemplateCommandOutput,
|
|
37
|
+
} from "../commands/DeleteSystemTemplateCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeploySystemInstanceCommandInput,
|
|
40
|
+
DeploySystemInstanceCommandOutput,
|
|
41
|
+
} from "../commands/DeploySystemInstanceCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeprecateFlowTemplateCommandInput,
|
|
44
|
+
DeprecateFlowTemplateCommandOutput,
|
|
45
|
+
} from "../commands/DeprecateFlowTemplateCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeprecateSystemTemplateCommandInput,
|
|
48
|
+
DeprecateSystemTemplateCommandOutput,
|
|
49
|
+
} from "../commands/DeprecateSystemTemplateCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribeNamespaceCommandInput,
|
|
52
|
+
DescribeNamespaceCommandOutput,
|
|
53
|
+
} from "../commands/DescribeNamespaceCommand";
|
|
54
|
+
import {
|
|
55
|
+
DissociateEntityFromThingCommandInput,
|
|
56
|
+
DissociateEntityFromThingCommandOutput,
|
|
57
|
+
} from "../commands/DissociateEntityFromThingCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetEntitiesCommandInput,
|
|
60
|
+
GetEntitiesCommandOutput,
|
|
61
|
+
} from "../commands/GetEntitiesCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetFlowTemplateCommandInput,
|
|
64
|
+
GetFlowTemplateCommandOutput,
|
|
65
|
+
} from "../commands/GetFlowTemplateCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetFlowTemplateRevisionsCommandInput,
|
|
68
|
+
GetFlowTemplateRevisionsCommandOutput,
|
|
69
|
+
} from "../commands/GetFlowTemplateRevisionsCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetNamespaceDeletionStatusCommandInput,
|
|
72
|
+
GetNamespaceDeletionStatusCommandOutput,
|
|
73
|
+
} from "../commands/GetNamespaceDeletionStatusCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetSystemInstanceCommandInput,
|
|
76
|
+
GetSystemInstanceCommandOutput,
|
|
77
|
+
} from "../commands/GetSystemInstanceCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetSystemTemplateCommandInput,
|
|
80
|
+
GetSystemTemplateCommandOutput,
|
|
81
|
+
} from "../commands/GetSystemTemplateCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetSystemTemplateRevisionsCommandInput,
|
|
84
|
+
GetSystemTemplateRevisionsCommandOutput,
|
|
85
|
+
} from "../commands/GetSystemTemplateRevisionsCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetUploadStatusCommandInput,
|
|
88
|
+
GetUploadStatusCommandOutput,
|
|
89
|
+
} from "../commands/GetUploadStatusCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListFlowExecutionMessagesCommandInput,
|
|
92
|
+
ListFlowExecutionMessagesCommandOutput,
|
|
93
|
+
} from "../commands/ListFlowExecutionMessagesCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListTagsForResourceCommandInput,
|
|
96
|
+
ListTagsForResourceCommandOutput,
|
|
97
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
98
|
+
import {
|
|
99
|
+
SearchEntitiesCommandInput,
|
|
100
|
+
SearchEntitiesCommandOutput,
|
|
101
|
+
} from "../commands/SearchEntitiesCommand";
|
|
102
|
+
import {
|
|
103
|
+
SearchFlowExecutionsCommandInput,
|
|
104
|
+
SearchFlowExecutionsCommandOutput,
|
|
105
|
+
} from "../commands/SearchFlowExecutionsCommand";
|
|
106
|
+
import {
|
|
107
|
+
SearchFlowTemplatesCommandInput,
|
|
108
|
+
SearchFlowTemplatesCommandOutput,
|
|
109
|
+
} from "../commands/SearchFlowTemplatesCommand";
|
|
110
|
+
import {
|
|
111
|
+
SearchSystemInstancesCommandInput,
|
|
112
|
+
SearchSystemInstancesCommandOutput,
|
|
113
|
+
} from "../commands/SearchSystemInstancesCommand";
|
|
114
|
+
import {
|
|
115
|
+
SearchSystemTemplatesCommandInput,
|
|
116
|
+
SearchSystemTemplatesCommandOutput,
|
|
117
|
+
} from "../commands/SearchSystemTemplatesCommand";
|
|
118
|
+
import {
|
|
119
|
+
SearchThingsCommandInput,
|
|
120
|
+
SearchThingsCommandOutput,
|
|
121
|
+
} from "../commands/SearchThingsCommand";
|
|
122
|
+
import {
|
|
123
|
+
TagResourceCommandInput,
|
|
124
|
+
TagResourceCommandOutput,
|
|
125
|
+
} from "../commands/TagResourceCommand";
|
|
126
|
+
import {
|
|
127
|
+
UndeploySystemInstanceCommandInput,
|
|
128
|
+
UndeploySystemInstanceCommandOutput,
|
|
129
|
+
} from "../commands/UndeploySystemInstanceCommand";
|
|
130
|
+
import {
|
|
131
|
+
UntagResourceCommandInput,
|
|
132
|
+
UntagResourceCommandOutput,
|
|
133
|
+
} from "../commands/UntagResourceCommand";
|
|
134
|
+
import {
|
|
135
|
+
UpdateFlowTemplateCommandInput,
|
|
136
|
+
UpdateFlowTemplateCommandOutput,
|
|
137
|
+
} from "../commands/UpdateFlowTemplateCommand";
|
|
138
|
+
import {
|
|
139
|
+
UpdateSystemTemplateCommandInput,
|
|
140
|
+
UpdateSystemTemplateCommandOutput,
|
|
141
|
+
} from "../commands/UpdateSystemTemplateCommand";
|
|
142
|
+
import {
|
|
143
|
+
UploadEntityDefinitionsCommandInput,
|
|
144
|
+
UploadEntityDefinitionsCommandOutput,
|
|
145
|
+
} from "../commands/UploadEntityDefinitionsCommand";
|
|
146
|
+
export declare const serializeAws_json1_1AssociateEntityToThingCommand: (
|
|
147
|
+
input: AssociateEntityToThingCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_json1_1CreateFlowTemplateCommand: (
|
|
151
|
+
input: CreateFlowTemplateCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_json1_1CreateSystemInstanceCommand: (
|
|
155
|
+
input: CreateSystemInstanceCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_json1_1CreateSystemTemplateCommand: (
|
|
159
|
+
input: CreateSystemTemplateCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_json1_1DeleteFlowTemplateCommand: (
|
|
163
|
+
input: DeleteFlowTemplateCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_json1_1DeleteNamespaceCommand: (
|
|
167
|
+
input: DeleteNamespaceCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_json1_1DeleteSystemInstanceCommand: (
|
|
171
|
+
input: DeleteSystemInstanceCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_json1_1DeleteSystemTemplateCommand: (
|
|
175
|
+
input: DeleteSystemTemplateCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_json1_1DeploySystemInstanceCommand: (
|
|
179
|
+
input: DeploySystemInstanceCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_json1_1DeprecateFlowTemplateCommand: (
|
|
183
|
+
input: DeprecateFlowTemplateCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_json1_1DeprecateSystemTemplateCommand: (
|
|
187
|
+
input: DeprecateSystemTemplateCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_json1_1DescribeNamespaceCommand: (
|
|
191
|
+
input: DescribeNamespaceCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_json1_1DissociateEntityFromThingCommand: (
|
|
195
|
+
input: DissociateEntityFromThingCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_json1_1GetEntitiesCommand: (
|
|
199
|
+
input: GetEntitiesCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_1GetFlowTemplateCommand: (
|
|
203
|
+
input: GetFlowTemplateCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_1GetFlowTemplateRevisionsCommand: (
|
|
207
|
+
input: GetFlowTemplateRevisionsCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_1GetNamespaceDeletionStatusCommand: (
|
|
211
|
+
input: GetNamespaceDeletionStatusCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_1GetSystemInstanceCommand: (
|
|
215
|
+
input: GetSystemInstanceCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_1GetSystemTemplateCommand: (
|
|
219
|
+
input: GetSystemTemplateCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1GetSystemTemplateRevisionsCommand: (
|
|
223
|
+
input: GetSystemTemplateRevisionsCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1GetUploadStatusCommand: (
|
|
227
|
+
input: GetUploadStatusCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1ListFlowExecutionMessagesCommand: (
|
|
231
|
+
input: ListFlowExecutionMessagesCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
235
|
+
input: ListTagsForResourceCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1SearchEntitiesCommand: (
|
|
239
|
+
input: SearchEntitiesCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1SearchFlowExecutionsCommand: (
|
|
243
|
+
input: SearchFlowExecutionsCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1SearchFlowTemplatesCommand: (
|
|
247
|
+
input: SearchFlowTemplatesCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1SearchSystemInstancesCommand: (
|
|
251
|
+
input: SearchSystemInstancesCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1SearchSystemTemplatesCommand: (
|
|
255
|
+
input: SearchSystemTemplatesCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1SearchThingsCommand: (
|
|
259
|
+
input: SearchThingsCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
263
|
+
input: TagResourceCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1UndeploySystemInstanceCommand: (
|
|
267
|
+
input: UndeploySystemInstanceCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
271
|
+
input: UntagResourceCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1UpdateFlowTemplateCommand: (
|
|
275
|
+
input: UpdateFlowTemplateCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1UpdateSystemTemplateCommand: (
|
|
279
|
+
input: UpdateSystemTemplateCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1UploadEntityDefinitionsCommand: (
|
|
283
|
+
input: UploadEntityDefinitionsCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const deserializeAws_json1_1AssociateEntityToThingCommand: (
|
|
287
|
+
output: __HttpResponse,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<AssociateEntityToThingCommandOutput>;
|
|
290
|
+
export declare const deserializeAws_json1_1CreateFlowTemplateCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<CreateFlowTemplateCommandOutput>;
|
|
294
|
+
export declare const deserializeAws_json1_1CreateSystemInstanceCommand: (
|
|
295
|
+
output: __HttpResponse,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<CreateSystemInstanceCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_json1_1CreateSystemTemplateCommand: (
|
|
299
|
+
output: __HttpResponse,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<CreateSystemTemplateCommandOutput>;
|
|
302
|
+
export declare const deserializeAws_json1_1DeleteFlowTemplateCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<DeleteFlowTemplateCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_json1_1DeleteNamespaceCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<DeleteNamespaceCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_json1_1DeleteSystemInstanceCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<DeleteSystemInstanceCommandOutput>;
|
|
314
|
+
export declare const deserializeAws_json1_1DeleteSystemTemplateCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<DeleteSystemTemplateCommandOutput>;
|
|
318
|
+
export declare const deserializeAws_json1_1DeploySystemInstanceCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<DeploySystemInstanceCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_json1_1DeprecateFlowTemplateCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<DeprecateFlowTemplateCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_json1_1DeprecateSystemTemplateCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<DeprecateSystemTemplateCommandOutput>;
|
|
330
|
+
export declare const deserializeAws_json1_1DescribeNamespaceCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<DescribeNamespaceCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_json1_1DissociateEntityFromThingCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<DissociateEntityFromThingCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_json1_1GetEntitiesCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<GetEntitiesCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_json1_1GetFlowTemplateCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<GetFlowTemplateCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_json1_1GetFlowTemplateRevisionsCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<GetFlowTemplateRevisionsCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_json1_1GetNamespaceDeletionStatusCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<GetNamespaceDeletionStatusCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_json1_1GetSystemInstanceCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<GetSystemInstanceCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_json1_1GetSystemTemplateCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<GetSystemTemplateCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_json1_1GetSystemTemplateRevisionsCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<GetSystemTemplateRevisionsCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_json1_1GetUploadStatusCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<GetUploadStatusCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_json1_1ListFlowExecutionMessagesCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<ListFlowExecutionMessagesCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_json1_1SearchEntitiesCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<SearchEntitiesCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_json1_1SearchFlowExecutionsCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<SearchFlowExecutionsCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_json1_1SearchFlowTemplatesCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<SearchFlowTemplatesCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_json1_1SearchSystemInstancesCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<SearchSystemInstancesCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_1SearchSystemTemplatesCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<SearchSystemTemplatesCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_1SearchThingsCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<SearchThingsCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<TagResourceCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_json1_1UndeploySystemInstanceCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<UndeploySystemInstanceCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_json1_1UpdateFlowTemplateCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<UpdateFlowTemplateCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_json1_1UpdateSystemTemplateCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<UpdateSystemTemplateCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_1UploadEntityDefinitionsCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<UploadEntityDefinitionsCommandOutput>;
|