@aws-sdk/client-iotthingsgraph 3.169.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.
Files changed (62) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IoTThingsGraph.d.ts +599 -180
  3. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +315 -108
  4. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/index.d.ts +35 -35
  40. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  41. package/dist-types/ts3.4/index.d.ts +6 -6
  42. package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +7 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +754 -897
  45. package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  62. package/package.json +34 -34
@@ -1,108 +1,315 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
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
- import { AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput } from "./commands/AssociateEntityToThingCommand";
10
- import { CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput } from "./commands/CreateFlowTemplateCommand";
11
- import { CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput } from "./commands/CreateSystemInstanceCommand";
12
- import { CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput } from "./commands/CreateSystemTemplateCommand";
13
- import { DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput } from "./commands/DeleteFlowTemplateCommand";
14
- import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
15
- import { DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput } from "./commands/DeleteSystemInstanceCommand";
16
- import { DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput } from "./commands/DeleteSystemTemplateCommand";
17
- import { DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput } from "./commands/DeploySystemInstanceCommand";
18
- import { DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput } from "./commands/DeprecateFlowTemplateCommand";
19
- import { DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput } from "./commands/DeprecateSystemTemplateCommand";
20
- import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
21
- import { DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput } from "./commands/DissociateEntityFromThingCommand";
22
- import { GetEntitiesCommandInput, GetEntitiesCommandOutput } from "./commands/GetEntitiesCommand";
23
- import { GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput } from "./commands/GetFlowTemplateCommand";
24
- import { GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput } from "./commands/GetFlowTemplateRevisionsCommand";
25
- import { GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput } from "./commands/GetNamespaceDeletionStatusCommand";
26
- import { GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput } from "./commands/GetSystemInstanceCommand";
27
- import { GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput } from "./commands/GetSystemTemplateCommand";
28
- import { GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput } from "./commands/GetSystemTemplateRevisionsCommand";
29
- import { GetUploadStatusCommandInput, GetUploadStatusCommandOutput } from "./commands/GetUploadStatusCommand";
30
- import { ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput } from "./commands/ListFlowExecutionMessagesCommand";
31
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
32
- import { SearchEntitiesCommandInput, SearchEntitiesCommandOutput } from "./commands/SearchEntitiesCommand";
33
- import { SearchFlowExecutionsCommandInput, SearchFlowExecutionsCommandOutput } from "./commands/SearchFlowExecutionsCommand";
34
- import { SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput } from "./commands/SearchFlowTemplatesCommand";
35
- import { SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput } from "./commands/SearchSystemInstancesCommand";
36
- import { SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput } from "./commands/SearchSystemTemplatesCommand";
37
- import { SearchThingsCommandInput, SearchThingsCommandOutput } from "./commands/SearchThingsCommand";
38
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
39
- import { UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput } from "./commands/UndeploySystemInstanceCommand";
40
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
41
- import { UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput } from "./commands/UpdateFlowTemplateCommand";
42
- import { UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput } from "./commands/UpdateSystemTemplateCommand";
43
- import { UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput } from "./commands/UploadEntityDefinitionsCommand";
44
- export declare type ServiceInputTypes = AssociateEntityToThingCommandInput | CreateFlowTemplateCommandInput | CreateSystemInstanceCommandInput | CreateSystemTemplateCommandInput | DeleteFlowTemplateCommandInput | DeleteNamespaceCommandInput | DeleteSystemInstanceCommandInput | DeleteSystemTemplateCommandInput | DeploySystemInstanceCommandInput | DeprecateFlowTemplateCommandInput | DeprecateSystemTemplateCommandInput | DescribeNamespaceCommandInput | DissociateEntityFromThingCommandInput | GetEntitiesCommandInput | GetFlowTemplateCommandInput | GetFlowTemplateRevisionsCommandInput | GetNamespaceDeletionStatusCommandInput | GetSystemInstanceCommandInput | GetSystemTemplateCommandInput | GetSystemTemplateRevisionsCommandInput | GetUploadStatusCommandInput | ListFlowExecutionMessagesCommandInput | ListTagsForResourceCommandInput | SearchEntitiesCommandInput | SearchFlowExecutionsCommandInput | SearchFlowTemplatesCommandInput | SearchSystemInstancesCommandInput | SearchSystemTemplatesCommandInput | SearchThingsCommandInput | TagResourceCommandInput | UndeploySystemInstanceCommandInput | UntagResourceCommandInput | UpdateFlowTemplateCommandInput | UpdateSystemTemplateCommandInput | UploadEntityDefinitionsCommandInput;
45
- export declare type ServiceOutputTypes = AssociateEntityToThingCommandOutput | CreateFlowTemplateCommandOutput | CreateSystemInstanceCommandOutput | CreateSystemTemplateCommandOutput | DeleteFlowTemplateCommandOutput | DeleteNamespaceCommandOutput | DeleteSystemInstanceCommandOutput | DeleteSystemTemplateCommandOutput | DeploySystemInstanceCommandOutput | DeprecateFlowTemplateCommandOutput | DeprecateSystemTemplateCommandOutput | DescribeNamespaceCommandOutput | DissociateEntityFromThingCommandOutput | GetEntitiesCommandOutput | GetFlowTemplateCommandOutput | GetFlowTemplateRevisionsCommandOutput | GetNamespaceDeletionStatusCommandOutput | GetSystemInstanceCommandOutput | GetSystemTemplateCommandOutput | GetSystemTemplateRevisionsCommandOutput | GetUploadStatusCommandOutput | ListFlowExecutionMessagesCommandOutput | ListTagsForResourceCommandOutput | SearchEntitiesCommandOutput | SearchFlowExecutionsCommandOutput | SearchFlowTemplatesCommandOutput | SearchSystemInstancesCommandOutput | SearchSystemTemplatesCommandOutput | SearchThingsCommandOutput | TagResourceCommandOutput | UndeploySystemInstanceCommandOutput | UntagResourceCommandOutput | UpdateFlowTemplateCommandOutput | UpdateSystemTemplateCommandOutput | UploadEntityDefinitionsCommandOutput;
46
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
47
-
48
- requestHandler?: __HttpHandler;
49
-
50
- sha256?: __HashConstructor;
51
-
52
- urlParser?: __UrlParser;
53
-
54
- bodyLengthChecker?: __BodyLengthCalculator;
55
-
56
- streamCollector?: __StreamCollector;
57
-
58
- base64Decoder?: __Decoder;
59
-
60
- base64Encoder?: __Encoder;
61
-
62
- utf8Decoder?: __Decoder;
63
-
64
- utf8Encoder?: __Encoder;
65
-
66
- runtime?: string;
67
-
68
- disableHostPrefix?: boolean;
69
-
70
- maxAttempts?: number | __Provider<number>;
71
-
72
- retryMode?: string | __Provider<string>;
73
-
74
- logger?: __Logger;
75
-
76
- useDualstackEndpoint?: boolean | __Provider<boolean>;
77
-
78
- useFipsEndpoint?: boolean | __Provider<boolean>;
79
-
80
- serviceId?: string;
81
-
82
- region?: string | __Provider<string>;
83
-
84
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
85
-
86
- regionInfoProvider?: RegionInfoProvider;
87
-
88
- defaultUserAgentProvider?: Provider<__UserAgent>;
89
-
90
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
91
- }
92
- declare type IoTThingsGraphClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
93
-
94
- export interface IoTThingsGraphClientConfig extends IoTThingsGraphClientConfigType {
95
- }
96
- declare type IoTThingsGraphClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
97
-
98
- export interface IoTThingsGraphClientResolvedConfig extends IoTThingsGraphClientResolvedConfigType {
99
- }
100
-
101
- export declare class IoTThingsGraphClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTThingsGraphClientResolvedConfig> {
102
-
103
- readonly config: IoTThingsGraphClientResolvedConfig;
104
- constructor(configuration: IoTThingsGraphClientConfig);
105
-
106
- destroy(): void;
107
- }
108
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateEntityToThingCommandInput,
47
+ AssociateEntityToThingCommandOutput,
48
+ } from "./commands/AssociateEntityToThingCommand";
49
+ import {
50
+ CreateFlowTemplateCommandInput,
51
+ CreateFlowTemplateCommandOutput,
52
+ } from "./commands/CreateFlowTemplateCommand";
53
+ import {
54
+ CreateSystemInstanceCommandInput,
55
+ CreateSystemInstanceCommandOutput,
56
+ } from "./commands/CreateSystemInstanceCommand";
57
+ import {
58
+ CreateSystemTemplateCommandInput,
59
+ CreateSystemTemplateCommandOutput,
60
+ } from "./commands/CreateSystemTemplateCommand";
61
+ import {
62
+ DeleteFlowTemplateCommandInput,
63
+ DeleteFlowTemplateCommandOutput,
64
+ } from "./commands/DeleteFlowTemplateCommand";
65
+ import {
66
+ DeleteNamespaceCommandInput,
67
+ DeleteNamespaceCommandOutput,
68
+ } from "./commands/DeleteNamespaceCommand";
69
+ import {
70
+ DeleteSystemInstanceCommandInput,
71
+ DeleteSystemInstanceCommandOutput,
72
+ } from "./commands/DeleteSystemInstanceCommand";
73
+ import {
74
+ DeleteSystemTemplateCommandInput,
75
+ DeleteSystemTemplateCommandOutput,
76
+ } from "./commands/DeleteSystemTemplateCommand";
77
+ import {
78
+ DeploySystemInstanceCommandInput,
79
+ DeploySystemInstanceCommandOutput,
80
+ } from "./commands/DeploySystemInstanceCommand";
81
+ import {
82
+ DeprecateFlowTemplateCommandInput,
83
+ DeprecateFlowTemplateCommandOutput,
84
+ } from "./commands/DeprecateFlowTemplateCommand";
85
+ import {
86
+ DeprecateSystemTemplateCommandInput,
87
+ DeprecateSystemTemplateCommandOutput,
88
+ } from "./commands/DeprecateSystemTemplateCommand";
89
+ import {
90
+ DescribeNamespaceCommandInput,
91
+ DescribeNamespaceCommandOutput,
92
+ } from "./commands/DescribeNamespaceCommand";
93
+ import {
94
+ DissociateEntityFromThingCommandInput,
95
+ DissociateEntityFromThingCommandOutput,
96
+ } from "./commands/DissociateEntityFromThingCommand";
97
+ import {
98
+ GetEntitiesCommandInput,
99
+ GetEntitiesCommandOutput,
100
+ } from "./commands/GetEntitiesCommand";
101
+ import {
102
+ GetFlowTemplateCommandInput,
103
+ GetFlowTemplateCommandOutput,
104
+ } from "./commands/GetFlowTemplateCommand";
105
+ import {
106
+ GetFlowTemplateRevisionsCommandInput,
107
+ GetFlowTemplateRevisionsCommandOutput,
108
+ } from "./commands/GetFlowTemplateRevisionsCommand";
109
+ import {
110
+ GetNamespaceDeletionStatusCommandInput,
111
+ GetNamespaceDeletionStatusCommandOutput,
112
+ } from "./commands/GetNamespaceDeletionStatusCommand";
113
+ import {
114
+ GetSystemInstanceCommandInput,
115
+ GetSystemInstanceCommandOutput,
116
+ } from "./commands/GetSystemInstanceCommand";
117
+ import {
118
+ GetSystemTemplateCommandInput,
119
+ GetSystemTemplateCommandOutput,
120
+ } from "./commands/GetSystemTemplateCommand";
121
+ import {
122
+ GetSystemTemplateRevisionsCommandInput,
123
+ GetSystemTemplateRevisionsCommandOutput,
124
+ } from "./commands/GetSystemTemplateRevisionsCommand";
125
+ import {
126
+ GetUploadStatusCommandInput,
127
+ GetUploadStatusCommandOutput,
128
+ } from "./commands/GetUploadStatusCommand";
129
+ import {
130
+ ListFlowExecutionMessagesCommandInput,
131
+ ListFlowExecutionMessagesCommandOutput,
132
+ } from "./commands/ListFlowExecutionMessagesCommand";
133
+ import {
134
+ ListTagsForResourceCommandInput,
135
+ ListTagsForResourceCommandOutput,
136
+ } from "./commands/ListTagsForResourceCommand";
137
+ import {
138
+ SearchEntitiesCommandInput,
139
+ SearchEntitiesCommandOutput,
140
+ } from "./commands/SearchEntitiesCommand";
141
+ import {
142
+ SearchFlowExecutionsCommandInput,
143
+ SearchFlowExecutionsCommandOutput,
144
+ } from "./commands/SearchFlowExecutionsCommand";
145
+ import {
146
+ SearchFlowTemplatesCommandInput,
147
+ SearchFlowTemplatesCommandOutput,
148
+ } from "./commands/SearchFlowTemplatesCommand";
149
+ import {
150
+ SearchSystemInstancesCommandInput,
151
+ SearchSystemInstancesCommandOutput,
152
+ } from "./commands/SearchSystemInstancesCommand";
153
+ import {
154
+ SearchSystemTemplatesCommandInput,
155
+ SearchSystemTemplatesCommandOutput,
156
+ } from "./commands/SearchSystemTemplatesCommand";
157
+ import {
158
+ SearchThingsCommandInput,
159
+ SearchThingsCommandOutput,
160
+ } from "./commands/SearchThingsCommand";
161
+ import {
162
+ TagResourceCommandInput,
163
+ TagResourceCommandOutput,
164
+ } from "./commands/TagResourceCommand";
165
+ import {
166
+ UndeploySystemInstanceCommandInput,
167
+ UndeploySystemInstanceCommandOutput,
168
+ } from "./commands/UndeploySystemInstanceCommand";
169
+ import {
170
+ UntagResourceCommandInput,
171
+ UntagResourceCommandOutput,
172
+ } from "./commands/UntagResourceCommand";
173
+ import {
174
+ UpdateFlowTemplateCommandInput,
175
+ UpdateFlowTemplateCommandOutput,
176
+ } from "./commands/UpdateFlowTemplateCommand";
177
+ import {
178
+ UpdateSystemTemplateCommandInput,
179
+ UpdateSystemTemplateCommandOutput,
180
+ } from "./commands/UpdateSystemTemplateCommand";
181
+ import {
182
+ UploadEntityDefinitionsCommandInput,
183
+ UploadEntityDefinitionsCommandOutput,
184
+ } from "./commands/UploadEntityDefinitionsCommand";
185
+ export declare type ServiceInputTypes =
186
+ | AssociateEntityToThingCommandInput
187
+ | CreateFlowTemplateCommandInput
188
+ | CreateSystemInstanceCommandInput
189
+ | CreateSystemTemplateCommandInput
190
+ | DeleteFlowTemplateCommandInput
191
+ | DeleteNamespaceCommandInput
192
+ | DeleteSystemInstanceCommandInput
193
+ | DeleteSystemTemplateCommandInput
194
+ | DeploySystemInstanceCommandInput
195
+ | DeprecateFlowTemplateCommandInput
196
+ | DeprecateSystemTemplateCommandInput
197
+ | DescribeNamespaceCommandInput
198
+ | DissociateEntityFromThingCommandInput
199
+ | GetEntitiesCommandInput
200
+ | GetFlowTemplateCommandInput
201
+ | GetFlowTemplateRevisionsCommandInput
202
+ | GetNamespaceDeletionStatusCommandInput
203
+ | GetSystemInstanceCommandInput
204
+ | GetSystemTemplateCommandInput
205
+ | GetSystemTemplateRevisionsCommandInput
206
+ | GetUploadStatusCommandInput
207
+ | ListFlowExecutionMessagesCommandInput
208
+ | ListTagsForResourceCommandInput
209
+ | SearchEntitiesCommandInput
210
+ | SearchFlowExecutionsCommandInput
211
+ | SearchFlowTemplatesCommandInput
212
+ | SearchSystemInstancesCommandInput
213
+ | SearchSystemTemplatesCommandInput
214
+ | SearchThingsCommandInput
215
+ | TagResourceCommandInput
216
+ | UndeploySystemInstanceCommandInput
217
+ | UntagResourceCommandInput
218
+ | UpdateFlowTemplateCommandInput
219
+ | UpdateSystemTemplateCommandInput
220
+ | UploadEntityDefinitionsCommandInput;
221
+ export declare type ServiceOutputTypes =
222
+ | AssociateEntityToThingCommandOutput
223
+ | CreateFlowTemplateCommandOutput
224
+ | CreateSystemInstanceCommandOutput
225
+ | CreateSystemTemplateCommandOutput
226
+ | DeleteFlowTemplateCommandOutput
227
+ | DeleteNamespaceCommandOutput
228
+ | DeleteSystemInstanceCommandOutput
229
+ | DeleteSystemTemplateCommandOutput
230
+ | DeploySystemInstanceCommandOutput
231
+ | DeprecateFlowTemplateCommandOutput
232
+ | DeprecateSystemTemplateCommandOutput
233
+ | DescribeNamespaceCommandOutput
234
+ | DissociateEntityFromThingCommandOutput
235
+ | GetEntitiesCommandOutput
236
+ | GetFlowTemplateCommandOutput
237
+ | GetFlowTemplateRevisionsCommandOutput
238
+ | GetNamespaceDeletionStatusCommandOutput
239
+ | GetSystemInstanceCommandOutput
240
+ | GetSystemTemplateCommandOutput
241
+ | GetSystemTemplateRevisionsCommandOutput
242
+ | GetUploadStatusCommandOutput
243
+ | ListFlowExecutionMessagesCommandOutput
244
+ | ListTagsForResourceCommandOutput
245
+ | SearchEntitiesCommandOutput
246
+ | SearchFlowExecutionsCommandOutput
247
+ | SearchFlowTemplatesCommandOutput
248
+ | SearchSystemInstancesCommandOutput
249
+ | SearchSystemTemplatesCommandOutput
250
+ | SearchThingsCommandOutput
251
+ | TagResourceCommandOutput
252
+ | UndeploySystemInstanceCommandOutput
253
+ | UntagResourceCommandOutput
254
+ | UpdateFlowTemplateCommandOutput
255
+ | UpdateSystemTemplateCommandOutput
256
+ | UploadEntityDefinitionsCommandOutput;
257
+ export interface ClientDefaults
258
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
259
+ requestHandler?: __HttpHandler;
260
+ sha256?: __HashConstructor;
261
+ urlParser?: __UrlParser;
262
+ bodyLengthChecker?: __BodyLengthCalculator;
263
+ streamCollector?: __StreamCollector;
264
+ base64Decoder?: __Decoder;
265
+ base64Encoder?: __Encoder;
266
+ utf8Decoder?: __Decoder;
267
+ utf8Encoder?: __Encoder;
268
+ runtime?: string;
269
+ disableHostPrefix?: boolean;
270
+ maxAttempts?: number | __Provider<number>;
271
+ retryMode?: string | __Provider<string>;
272
+ logger?: __Logger;
273
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
274
+ useFipsEndpoint?: boolean | __Provider<boolean>;
275
+ serviceId?: string;
276
+ region?: string | __Provider<string>;
277
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
278
+ regionInfoProvider?: RegionInfoProvider;
279
+ defaultUserAgentProvider?: Provider<__UserAgent>;
280
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
281
+ }
282
+ declare type IoTThingsGraphClientConfigType = Partial<
283
+ __SmithyConfiguration<__HttpHandlerOptions>
284
+ > &
285
+ ClientDefaults &
286
+ RegionInputConfig &
287
+ EndpointsInputConfig &
288
+ RetryInputConfig &
289
+ HostHeaderInputConfig &
290
+ AwsAuthInputConfig &
291
+ UserAgentInputConfig;
292
+ export interface IoTThingsGraphClientConfig
293
+ extends IoTThingsGraphClientConfigType {}
294
+ declare type IoTThingsGraphClientResolvedConfigType =
295
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
296
+ Required<ClientDefaults> &
297
+ RegionResolvedConfig &
298
+ EndpointsResolvedConfig &
299
+ RetryResolvedConfig &
300
+ HostHeaderResolvedConfig &
301
+ AwsAuthResolvedConfig &
302
+ UserAgentResolvedConfig;
303
+ export interface IoTThingsGraphClientResolvedConfig
304
+ extends IoTThingsGraphClientResolvedConfigType {}
305
+ export declare class IoTThingsGraphClient extends __Client<
306
+ __HttpHandlerOptions,
307
+ ServiceInputTypes,
308
+ ServiceOutputTypes,
309
+ IoTThingsGraphClientResolvedConfig
310
+ > {
311
+ readonly config: IoTThingsGraphClientResolvedConfig;
312
+ constructor(configuration: IoTThingsGraphClientConfig);
313
+ destroy(): void;
314
+ }
315
+ export {};
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { AssociateEntityToThingRequest, AssociateEntityToThingResponse } from "../models/models_0";
5
- export interface AssociateEntityToThingCommandInput extends AssociateEntityToThingRequest {
6
- }
7
- export interface AssociateEntityToThingCommandOutput extends AssociateEntityToThingResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateEntityToThingCommand extends $Command<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: AssociateEntityToThingCommandInput;
12
- constructor(input: AssociateEntityToThingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTThingsGraphClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTThingsGraphClient";
13
+ import {
14
+ AssociateEntityToThingRequest,
15
+ AssociateEntityToThingResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociateEntityToThingCommandInput
18
+ extends AssociateEntityToThingRequest {}
19
+ export interface AssociateEntityToThingCommandOutput
20
+ extends AssociateEntityToThingResponse,
21
+ __MetadataBearer {}
22
+ export declare class AssociateEntityToThingCommand extends $Command<
23
+ AssociateEntityToThingCommandInput,
24
+ AssociateEntityToThingCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: AssociateEntityToThingCommandInput;
28
+ constructor(input: AssociateEntityToThingCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AssociateEntityToThingCommandInput,
35
+ AssociateEntityToThingCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { CreateFlowTemplateRequest, CreateFlowTemplateResponse } from "../models/models_0";
5
- export interface CreateFlowTemplateCommandInput extends CreateFlowTemplateRequest {
6
- }
7
- export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFlowTemplateCommand extends $Command<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: CreateFlowTemplateCommandInput;
12
- constructor(input: CreateFlowTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTThingsGraphClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTThingsGraphClient";
13
+ import {
14
+ CreateFlowTemplateRequest,
15
+ CreateFlowTemplateResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateFlowTemplateCommandInput
18
+ extends CreateFlowTemplateRequest {}
19
+ export interface CreateFlowTemplateCommandOutput
20
+ extends CreateFlowTemplateResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateFlowTemplateCommand extends $Command<
23
+ CreateFlowTemplateCommandInput,
24
+ CreateFlowTemplateCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: CreateFlowTemplateCommandInput;
28
+ constructor(input: CreateFlowTemplateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { CreateSystemInstanceRequest, CreateSystemInstanceResponse } from "../models/models_0";
5
- export interface CreateSystemInstanceCommandInput extends CreateSystemInstanceRequest {
6
- }
7
- export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSystemInstanceCommand extends $Command<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: CreateSystemInstanceCommandInput;
12
- constructor(input: CreateSystemInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTThingsGraphClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTThingsGraphClient";
13
+ import {
14
+ CreateSystemInstanceRequest,
15
+ CreateSystemInstanceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateSystemInstanceCommandInput
18
+ extends CreateSystemInstanceRequest {}
19
+ export interface CreateSystemInstanceCommandOutput
20
+ extends CreateSystemInstanceResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateSystemInstanceCommand extends $Command<
23
+ CreateSystemInstanceCommandInput,
24
+ CreateSystemInstanceCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: CreateSystemInstanceCommandInput;
28
+ constructor(input: CreateSystemInstanceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateSystemInstanceCommandInput,
35
+ CreateSystemInstanceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }