@aws-sdk/client-iot-managed-integrations 3.934.0 → 3.935.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.
@@ -0,0 +1,445 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AbortCriteriaAction: {
6
+ readonly CANCEL: "CANCEL";
7
+ };
8
+ /**
9
+ * @public
10
+ */
11
+ export type AbortCriteriaAction = (typeof AbortCriteriaAction)[keyof typeof AbortCriteriaAction];
12
+ /**
13
+ * @public
14
+ * @enum
15
+ */
16
+ export declare const AbortCriteriaFailureType: {
17
+ readonly ALL: "ALL";
18
+ readonly FAILED: "FAILED";
19
+ readonly REJECTED: "REJECTED";
20
+ readonly TIMED_OUT: "TIMED_OUT";
21
+ };
22
+ /**
23
+ * @public
24
+ */
25
+ export type AbortCriteriaFailureType = (typeof AbortCriteriaFailureType)[keyof typeof AbortCriteriaFailureType];
26
+ /**
27
+ * @public
28
+ * @enum
29
+ */
30
+ export declare const AssociationState: {
31
+ readonly ASSOCIATION_DELETING: "ASSOCIATION_DELETING";
32
+ readonly ASSOCIATION_FAILED: "ASSOCIATION_FAILED";
33
+ readonly ASSOCIATION_IN_PROGRESS: "ASSOCIATION_IN_PROGRESS";
34
+ readonly ASSOCIATION_SUCCEEDED: "ASSOCIATION_SUCCEEDED";
35
+ readonly REFRESH_TOKEN_EXPIRED: "REFRESH_TOKEN_EXPIRED";
36
+ };
37
+ /**
38
+ * @public
39
+ */
40
+ export type AssociationState = (typeof AssociationState)[keyof typeof AssociationState];
41
+ /**
42
+ * @public
43
+ * @enum
44
+ */
45
+ export declare const TokenEndpointAuthenticationScheme: {
46
+ readonly HTTP_BASIC: "HTTP_BASIC";
47
+ readonly REQUEST_BODY_CREDENTIALS: "REQUEST_BODY_CREDENTIALS";
48
+ };
49
+ /**
50
+ * @public
51
+ */
52
+ export type TokenEndpointAuthenticationScheme = (typeof TokenEndpointAuthenticationScheme)[keyof typeof TokenEndpointAuthenticationScheme];
53
+ /**
54
+ * @public
55
+ * @enum
56
+ */
57
+ export declare const AuthMaterialType: {
58
+ readonly CUSTOM_PROTOCOL_QR_BAR_CODE: "CUSTOM_PROTOCOL_QR_BAR_CODE";
59
+ readonly DISCOVERED_DEVICE: "DISCOVERED_DEVICE";
60
+ readonly WIFI_SETUP_QR_BAR_CODE: "WIFI_SETUP_QR_BAR_CODE";
61
+ readonly ZIGBEE_QR_BAR_CODE: "ZIGBEE_QR_BAR_CODE";
62
+ readonly ZWAVE_QR_BAR_CODE: "ZWAVE_QR_BAR_CODE";
63
+ };
64
+ /**
65
+ * @public
66
+ */
67
+ export type AuthMaterialType = (typeof AuthMaterialType)[keyof typeof AuthMaterialType];
68
+ /**
69
+ * @public
70
+ * @enum
71
+ */
72
+ export declare const AuthType: {
73
+ readonly OAUTH: "OAUTH";
74
+ };
75
+ /**
76
+ * @public
77
+ */
78
+ export type AuthType = (typeof AuthType)[keyof typeof AuthType];
79
+ /**
80
+ * @public
81
+ * @enum
82
+ */
83
+ export declare const SchemaVersionFormat: {
84
+ readonly AWS: "AWS";
85
+ readonly CONNECTOR: "CONNECTOR";
86
+ readonly ZCL: "ZCL";
87
+ };
88
+ /**
89
+ * @public
90
+ */
91
+ export type SchemaVersionFormat = (typeof SchemaVersionFormat)[keyof typeof SchemaVersionFormat];
92
+ /**
93
+ * @public
94
+ * @enum
95
+ */
96
+ export declare const EndpointType: {
97
+ readonly LAMBDA: "LAMBDA";
98
+ };
99
+ /**
100
+ * @public
101
+ */
102
+ export type EndpointType = (typeof EndpointType)[keyof typeof EndpointType];
103
+ /**
104
+ * @public
105
+ * @enum
106
+ */
107
+ export declare const CloudConnectorType: {
108
+ readonly LISTED: "LISTED";
109
+ readonly UNLISTED: "UNLISTED";
110
+ };
111
+ /**
112
+ * @public
113
+ */
114
+ export type CloudConnectorType = (typeof CloudConnectorType)[keyof typeof CloudConnectorType];
115
+ /**
116
+ * @public
117
+ * @enum
118
+ */
119
+ export declare const ConfigurationState: {
120
+ readonly ENABLED: "ENABLED";
121
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
122
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
123
+ };
124
+ /**
125
+ * @public
126
+ */
127
+ export type ConfigurationState = (typeof ConfigurationState)[keyof typeof ConfigurationState];
128
+ /**
129
+ * @public
130
+ * @enum
131
+ */
132
+ export declare const ConnectorEventOperation: {
133
+ readonly DEVICE_COMMAND_REQUEST: "DEVICE_COMMAND_REQUEST";
134
+ readonly DEVICE_COMMAND_RESPONSE: "DEVICE_COMMAND_RESPONSE";
135
+ readonly DEVICE_DISCOVERY: "DEVICE_DISCOVERY";
136
+ readonly DEVICE_EVENT: "DEVICE_EVENT";
137
+ };
138
+ /**
139
+ * @public
140
+ */
141
+ export type ConnectorEventOperation = (typeof ConnectorEventOperation)[keyof typeof ConnectorEventOperation];
142
+ /**
143
+ * @public
144
+ * @enum
145
+ */
146
+ export declare const DeliveryDestinationType: {
147
+ readonly KINESIS: "KINESIS";
148
+ };
149
+ /**
150
+ * @public
151
+ */
152
+ export type DeliveryDestinationType = (typeof DeliveryDestinationType)[keyof typeof DeliveryDestinationType];
153
+ /**
154
+ * @public
155
+ * @enum
156
+ */
157
+ export declare const LogLevel: {
158
+ readonly DEBUG: "DEBUG";
159
+ readonly ERROR: "ERROR";
160
+ readonly INFO: "INFO";
161
+ readonly WARN: "WARN";
162
+ };
163
+ /**
164
+ * @public
165
+ */
166
+ export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
167
+ /**
168
+ * @public
169
+ * @enum
170
+ */
171
+ export declare const Role: {
172
+ readonly CONTROLLER: "CONTROLLER";
173
+ readonly DEVICE: "DEVICE";
174
+ };
175
+ /**
176
+ * @public
177
+ */
178
+ export type Role = (typeof Role)[keyof typeof Role];
179
+ /**
180
+ * @public
181
+ * @enum
182
+ */
183
+ export declare const EventType: {
184
+ readonly ACCOUNT_ASSOCIATION: "ACCOUNT_ASSOCIATION";
185
+ readonly CONNECTOR_ASSOCIATION: "CONNECTOR_ASSOCIATION";
186
+ readonly CONNECTOR_ERROR_REPORT: "CONNECTOR_ERROR_REPORT";
187
+ readonly DEVICE_COMMAND: "DEVICE_COMMAND";
188
+ readonly DEVICE_COMMAND_REQUEST: "DEVICE_COMMAND_REQUEST";
189
+ readonly DEVICE_DISCOVERY_STATUS: "DEVICE_DISCOVERY_STATUS";
190
+ readonly DEVICE_EVENT: "DEVICE_EVENT";
191
+ readonly DEVICE_LIFE_CYCLE: "DEVICE_LIFE_CYCLE";
192
+ readonly DEVICE_OTA: "DEVICE_OTA";
193
+ readonly DEVICE_STATE: "DEVICE_STATE";
194
+ };
195
+ /**
196
+ * @public
197
+ */
198
+ export type EventType = (typeof EventType)[keyof typeof EventType];
199
+ /**
200
+ * @public
201
+ * @enum
202
+ */
203
+ export declare const OtaMechanism: {
204
+ readonly PUSH: "PUSH";
205
+ };
206
+ /**
207
+ * @public
208
+ */
209
+ export type OtaMechanism = (typeof OtaMechanism)[keyof typeof OtaMechanism];
210
+ /**
211
+ * @public
212
+ * @enum
213
+ */
214
+ export declare const SchedulingConfigEndBehavior: {
215
+ readonly CANCEL: "CANCEL";
216
+ readonly FORCE_CANCEL: "FORCE_CANCEL";
217
+ readonly STOP_ROLLOUT: "STOP_ROLLOUT";
218
+ };
219
+ /**
220
+ * @public
221
+ */
222
+ export type SchedulingConfigEndBehavior = (typeof SchedulingConfigEndBehavior)[keyof typeof SchedulingConfigEndBehavior];
223
+ /**
224
+ * @public
225
+ * @enum
226
+ */
227
+ export declare const RetryCriteriaFailureType: {
228
+ readonly ALL: "ALL";
229
+ readonly FAILED: "FAILED";
230
+ readonly TIMED_OUT: "TIMED_OUT";
231
+ };
232
+ /**
233
+ * @public
234
+ */
235
+ export type RetryCriteriaFailureType = (typeof RetryCriteriaFailureType)[keyof typeof RetryCriteriaFailureType];
236
+ /**
237
+ * @public
238
+ * @enum
239
+ */
240
+ export declare const OtaType: {
241
+ readonly CONTINUOUS: "CONTINUOUS";
242
+ readonly ONE_TIME: "ONE_TIME";
243
+ };
244
+ /**
245
+ * @public
246
+ */
247
+ export type OtaType = (typeof OtaType)[keyof typeof OtaType];
248
+ /**
249
+ * @public
250
+ * @enum
251
+ */
252
+ export declare const OtaProtocol: {
253
+ readonly HTTP: "HTTP";
254
+ };
255
+ /**
256
+ * @public
257
+ */
258
+ export type OtaProtocol = (typeof OtaProtocol)[keyof typeof OtaProtocol];
259
+ /**
260
+ * @public
261
+ * @enum
262
+ */
263
+ export declare const ProvisioningType: {
264
+ readonly FLEET_PROVISIONING: "FLEET_PROVISIONING";
265
+ readonly JITR: "JITR";
266
+ };
267
+ /**
268
+ * @public
269
+ */
270
+ export type ProvisioningType = (typeof ProvisioningType)[keyof typeof ProvisioningType];
271
+ /**
272
+ * @public
273
+ * @enum
274
+ */
275
+ export declare const DiscoveryType: {
276
+ readonly CLOUD: "CLOUD";
277
+ readonly CUSTOM: "CUSTOM";
278
+ readonly ZIGBEE: "ZIGBEE";
279
+ readonly ZWAVE: "ZWAVE";
280
+ };
281
+ /**
282
+ * @public
283
+ */
284
+ export type DiscoveryType = (typeof DiscoveryType)[keyof typeof DiscoveryType];
285
+ /**
286
+ * @public
287
+ * @enum
288
+ */
289
+ export declare const DeviceDiscoveryStatus: {
290
+ readonly FAILED: "FAILED";
291
+ readonly RUNNING: "RUNNING";
292
+ readonly SUCCEEDED: "SUCCEEDED";
293
+ readonly TIMED_OUT: "TIMED_OUT";
294
+ };
295
+ /**
296
+ * @public
297
+ */
298
+ export type DeviceDiscoveryStatus = (typeof DeviceDiscoveryStatus)[keyof typeof DeviceDiscoveryStatus];
299
+ /**
300
+ * @public
301
+ * @enum
302
+ */
303
+ export declare const DiscoveryModification: {
304
+ readonly DISCOVERED: "DISCOVERED";
305
+ readonly NO_CHANGE: "NO_CHANGE";
306
+ readonly UPDATED: "UPDATED";
307
+ };
308
+ /**
309
+ * @public
310
+ */
311
+ export type DiscoveryModification = (typeof DiscoveryModification)[keyof typeof DiscoveryModification];
312
+ /**
313
+ * @public
314
+ * @enum
315
+ */
316
+ export declare const DiscoveryAuthMaterialType: {
317
+ readonly ZWAVE_INSTALL_CODE: "ZWAVE_INSTALL_CODE";
318
+ };
319
+ /**
320
+ * @public
321
+ */
322
+ export type DiscoveryAuthMaterialType = (typeof DiscoveryAuthMaterialType)[keyof typeof DiscoveryAuthMaterialType];
323
+ /**
324
+ * @public
325
+ * @enum
326
+ */
327
+ export declare const DisconnectReasonValue: {
328
+ readonly AUTH_ERROR: "AUTH_ERROR";
329
+ readonly CLIENT_ERROR: "CLIENT_ERROR";
330
+ readonly CLIENT_INITIATED_DISCONNECT: "CLIENT_INITIATED_DISCONNECT";
331
+ readonly CONNECTION_LOST: "CONNECTION_LOST";
332
+ readonly CUSTOMAUTH_TTL_EXPIRATION: "CUSTOMAUTH_TTL_EXPIRATION";
333
+ readonly DUPLICATE_CLIENTID: "DUPLICATE_CLIENTID";
334
+ readonly FORBIDDEN_ACCESS: "FORBIDDEN_ACCESS";
335
+ readonly MQTT_KEEP_ALIVE_TIMEOUT: "MQTT_KEEP_ALIVE_TIMEOUT";
336
+ readonly NONE: "NONE";
337
+ readonly SERVER_ERROR: "SERVER_ERROR";
338
+ readonly SERVER_INITIATED_DISCONNECT: "SERVER_INITIATED_DISCONNECT";
339
+ readonly THROTTLED: "THROTTLED";
340
+ readonly UNKNOWN: "UNKNOWN";
341
+ readonly WEBSOCKET_TTL_EXPIRATION: "WEBSOCKET_TTL_EXPIRATION";
342
+ };
343
+ /**
344
+ * @public
345
+ */
346
+ export type DisconnectReasonValue = (typeof DisconnectReasonValue)[keyof typeof DisconnectReasonValue];
347
+ /**
348
+ * @public
349
+ * @enum
350
+ */
351
+ export declare const EncryptionType: {
352
+ readonly CUSTOMER_KEY_ENCRYPTION: "CUSTOMER_KEY_ENCRYPTION";
353
+ readonly MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION: "MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION";
354
+ };
355
+ /**
356
+ * @public
357
+ */
358
+ export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
359
+ /**
360
+ * @public
361
+ * @enum
362
+ */
363
+ export declare const HubNetworkMode: {
364
+ readonly NETWORK_WIDE_EXCLUSION: "NETWORK_WIDE_EXCLUSION";
365
+ readonly STANDARD: "STANDARD";
366
+ };
367
+ /**
368
+ * @public
369
+ */
370
+ export type HubNetworkMode = (typeof HubNetworkMode)[keyof typeof HubNetworkMode];
371
+ /**
372
+ * @public
373
+ * @enum
374
+ */
375
+ export declare const ProvisioningStatus: {
376
+ readonly ACTIVATED: "ACTIVATED";
377
+ readonly DELETED: "DELETED";
378
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
379
+ readonly DELETION_FAILED: "DELETION_FAILED";
380
+ readonly DISCOVERED: "DISCOVERED";
381
+ readonly ISOLATED: "ISOLATED";
382
+ readonly PRE_ASSOCIATED: "PRE_ASSOCIATED";
383
+ readonly UNASSOCIATED: "UNASSOCIATED";
384
+ };
385
+ /**
386
+ * @public
387
+ */
388
+ export type ProvisioningStatus = (typeof ProvisioningStatus)[keyof typeof ProvisioningStatus];
389
+ /**
390
+ * @public
391
+ * @enum
392
+ */
393
+ export declare const OtaStatus: {
394
+ readonly CANCELED: "CANCELED";
395
+ readonly COMPLETED: "COMPLETED";
396
+ readonly DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS";
397
+ readonly IN_PROGRESS: "IN_PROGRESS";
398
+ readonly SCHEDULED: "SCHEDULED";
399
+ };
400
+ /**
401
+ * @public
402
+ */
403
+ export type OtaStatus = (typeof OtaStatus)[keyof typeof OtaStatus];
404
+ /**
405
+ * @public
406
+ * @enum
407
+ */
408
+ export declare const SchemaVersionType: {
409
+ readonly CAPABILITY: "capability";
410
+ readonly DEFINITION: "definition";
411
+ };
412
+ /**
413
+ * @public
414
+ */
415
+ export type SchemaVersionType = (typeof SchemaVersionType)[keyof typeof SchemaVersionType];
416
+ /**
417
+ * @public
418
+ * @enum
419
+ */
420
+ export declare const SchemaVersionVisibility: {
421
+ readonly PRIVATE: "PRIVATE";
422
+ readonly PUBLIC: "PUBLIC";
423
+ };
424
+ /**
425
+ * @public
426
+ */
427
+ export type SchemaVersionVisibility = (typeof SchemaVersionVisibility)[keyof typeof SchemaVersionVisibility];
428
+ /**
429
+ * @public
430
+ * @enum
431
+ */
432
+ export declare const OtaTaskExecutionStatus: {
433
+ readonly CANCELED: "CANCELED";
434
+ readonly FAILED: "FAILED";
435
+ readonly IN_PROGRESS: "IN_PROGRESS";
436
+ readonly QUEUED: "QUEUED";
437
+ readonly REJECTED: "REJECTED";
438
+ readonly REMOVED: "REMOVED";
439
+ readonly SUCCEEDED: "SUCCEEDED";
440
+ readonly TIMED_OUT: "TIMED_OUT";
441
+ };
442
+ /**
443
+ * @public
444
+ */
445
+ export type OtaTaskExecutionStatus = (typeof OtaTaskExecutionStatus)[keyof typeof OtaTaskExecutionStatus];
@@ -0,0 +1,168 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { IoTManagedIntegrationsServiceException as __BaseException } from "./IoTManagedIntegrationsServiceException";
3
+ /**
4
+ * <p>User is not authorized.</p>
5
+ * @public
6
+ */
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
+ Message?: string | undefined;
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
15
+ }
16
+ /**
17
+ * <p>There is a conflict with the request.</p>
18
+ * @public
19
+ */
20
+ export declare class ConflictException extends __BaseException {
21
+ readonly name: "ConflictException";
22
+ readonly $fault: "client";
23
+ Message?: string | undefined;
24
+ /**
25
+ * @internal
26
+ */
27
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
28
+ }
29
+ /**
30
+ * <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
31
+ * @public
32
+ */
33
+ export declare class InternalServerException extends __BaseException {
34
+ readonly name: "InternalServerException";
35
+ readonly $fault: "server";
36
+ Message?: string | undefined;
37
+ /**
38
+ * @internal
39
+ */
40
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
41
+ }
42
+ /**
43
+ * <p>The specified resource does not exist.</p>
44
+ * @public
45
+ */
46
+ export declare class ResourceNotFoundException extends __BaseException {
47
+ readonly name: "ResourceNotFoundException";
48
+ readonly $fault: "client";
49
+ Message?: string | undefined;
50
+ /**
51
+ * Id of the affected resource
52
+ * @public
53
+ */
54
+ ResourceId?: string | undefined;
55
+ /**
56
+ * Type of the affected resource
57
+ * @public
58
+ */
59
+ ResourceType?: string | undefined;
60
+ /**
61
+ * @internal
62
+ */
63
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
64
+ }
65
+ /**
66
+ * <p>The service is temporarily unavailable.</p>
67
+ * @public
68
+ */
69
+ export declare class ServiceUnavailableException extends __BaseException {
70
+ readonly name: "ServiceUnavailableException";
71
+ readonly $fault: "server";
72
+ Message?: string | undefined;
73
+ /**
74
+ * @internal
75
+ */
76
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
77
+ }
78
+ /**
79
+ * <p>The rate exceeds the limit.</p>
80
+ * @public
81
+ */
82
+ export declare class ThrottlingException extends __BaseException {
83
+ readonly name: "ThrottlingException";
84
+ readonly $fault: "client";
85
+ Message?: string | undefined;
86
+ /**
87
+ * @internal
88
+ */
89
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
90
+ }
91
+ /**
92
+ * <p>You are not authorized to perform this operation.</p>
93
+ * @public
94
+ */
95
+ export declare class UnauthorizedException extends __BaseException {
96
+ readonly name: "UnauthorizedException";
97
+ readonly $fault: "client";
98
+ Message?: string | undefined;
99
+ /**
100
+ * @internal
101
+ */
102
+ constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
103
+ }
104
+ /**
105
+ * <p>A validation error occurred when performing the API request.</p>
106
+ * @public
107
+ */
108
+ export declare class ValidationException extends __BaseException {
109
+ readonly name: "ValidationException";
110
+ readonly $fault: "client";
111
+ Message?: string | undefined;
112
+ /**
113
+ * @internal
114
+ */
115
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
116
+ }
117
+ /**
118
+ * <p>The service quota has been exceeded for this request.</p>
119
+ * @public
120
+ */
121
+ export declare class ServiceQuotaExceededException extends __BaseException {
122
+ readonly name: "ServiceQuotaExceededException";
123
+ readonly $fault: "client";
124
+ Message?: string | undefined;
125
+ /**
126
+ * @internal
127
+ */
128
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
129
+ }
130
+ /**
131
+ * <p>The request exceeds a service limit or quota. Adjust your request parameters and try again.</p>
132
+ * @public
133
+ */
134
+ export declare class LimitExceededException extends __BaseException {
135
+ readonly name: "LimitExceededException";
136
+ readonly $fault: "client";
137
+ Message?: string | undefined;
138
+ /**
139
+ * @internal
140
+ */
141
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
142
+ }
143
+ /**
144
+ * <p>An unexpected error has occurred.</p>
145
+ * @public
146
+ */
147
+ export declare class InternalFailureException extends __BaseException {
148
+ readonly name: "InternalFailureException";
149
+ readonly $fault: "server";
150
+ Message?: string | undefined;
151
+ /**
152
+ * @internal
153
+ */
154
+ constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
155
+ }
156
+ /**
157
+ * <p>The request is not valid.</p>
158
+ * @public
159
+ */
160
+ export declare class InvalidRequestException extends __BaseException {
161
+ readonly name: "InvalidRequestException";
162
+ readonly $fault: "client";
163
+ Message?: string | undefined;
164
+ /**
165
+ * @internal
166
+ */
167
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
168
+ }