@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.
- package/dist-cjs/index.js +182 -181
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +181 -0
- package/dist-es/models/errors.js +173 -0
- package/dist-es/models/models_0.js +1 -354
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +445 -0
- package/dist-types/models/errors.d.ts +168 -0
- package/dist-types/models/models_0.d.ts +1 -613
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +237 -0
- package/dist-types/ts3.4/models/errors.d.ts +98 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -335
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { IoTManagedIntegrationsServiceException as __BaseException } from "./IoTManagedIntegrationsServiceException";
|
|
2
|
+
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
name = "AccessDeniedException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
Message;
|
|
6
|
+
constructor(opts) {
|
|
7
|
+
super({
|
|
8
|
+
name: "AccessDeniedException",
|
|
9
|
+
$fault: "client",
|
|
10
|
+
...opts,
|
|
11
|
+
});
|
|
12
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
+
this.Message = opts.Message;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export class ConflictException extends __BaseException {
|
|
17
|
+
name = "ConflictException";
|
|
18
|
+
$fault = "client";
|
|
19
|
+
Message;
|
|
20
|
+
constructor(opts) {
|
|
21
|
+
super({
|
|
22
|
+
name: "ConflictException",
|
|
23
|
+
$fault: "client",
|
|
24
|
+
...opts,
|
|
25
|
+
});
|
|
26
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
27
|
+
this.Message = opts.Message;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export class InternalServerException extends __BaseException {
|
|
31
|
+
name = "InternalServerException";
|
|
32
|
+
$fault = "server";
|
|
33
|
+
Message;
|
|
34
|
+
constructor(opts) {
|
|
35
|
+
super({
|
|
36
|
+
name: "InternalServerException",
|
|
37
|
+
$fault: "server",
|
|
38
|
+
...opts,
|
|
39
|
+
});
|
|
40
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
41
|
+
this.Message = opts.Message;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
45
|
+
name = "ResourceNotFoundException";
|
|
46
|
+
$fault = "client";
|
|
47
|
+
Message;
|
|
48
|
+
ResourceId;
|
|
49
|
+
ResourceType;
|
|
50
|
+
constructor(opts) {
|
|
51
|
+
super({
|
|
52
|
+
name: "ResourceNotFoundException",
|
|
53
|
+
$fault: "client",
|
|
54
|
+
...opts,
|
|
55
|
+
});
|
|
56
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
57
|
+
this.Message = opts.Message;
|
|
58
|
+
this.ResourceId = opts.ResourceId;
|
|
59
|
+
this.ResourceType = opts.ResourceType;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
export class ServiceUnavailableException extends __BaseException {
|
|
63
|
+
name = "ServiceUnavailableException";
|
|
64
|
+
$fault = "server";
|
|
65
|
+
Message;
|
|
66
|
+
constructor(opts) {
|
|
67
|
+
super({
|
|
68
|
+
name: "ServiceUnavailableException",
|
|
69
|
+
$fault: "server",
|
|
70
|
+
...opts,
|
|
71
|
+
});
|
|
72
|
+
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
73
|
+
this.Message = opts.Message;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
export class ThrottlingException extends __BaseException {
|
|
77
|
+
name = "ThrottlingException";
|
|
78
|
+
$fault = "client";
|
|
79
|
+
Message;
|
|
80
|
+
constructor(opts) {
|
|
81
|
+
super({
|
|
82
|
+
name: "ThrottlingException",
|
|
83
|
+
$fault: "client",
|
|
84
|
+
...opts,
|
|
85
|
+
});
|
|
86
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
87
|
+
this.Message = opts.Message;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
export class UnauthorizedException extends __BaseException {
|
|
91
|
+
name = "UnauthorizedException";
|
|
92
|
+
$fault = "client";
|
|
93
|
+
Message;
|
|
94
|
+
constructor(opts) {
|
|
95
|
+
super({
|
|
96
|
+
name: "UnauthorizedException",
|
|
97
|
+
$fault: "client",
|
|
98
|
+
...opts,
|
|
99
|
+
});
|
|
100
|
+
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
101
|
+
this.Message = opts.Message;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
export class ValidationException extends __BaseException {
|
|
105
|
+
name = "ValidationException";
|
|
106
|
+
$fault = "client";
|
|
107
|
+
Message;
|
|
108
|
+
constructor(opts) {
|
|
109
|
+
super({
|
|
110
|
+
name: "ValidationException",
|
|
111
|
+
$fault: "client",
|
|
112
|
+
...opts,
|
|
113
|
+
});
|
|
114
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
115
|
+
this.Message = opts.Message;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
119
|
+
name = "ServiceQuotaExceededException";
|
|
120
|
+
$fault = "client";
|
|
121
|
+
Message;
|
|
122
|
+
constructor(opts) {
|
|
123
|
+
super({
|
|
124
|
+
name: "ServiceQuotaExceededException",
|
|
125
|
+
$fault: "client",
|
|
126
|
+
...opts,
|
|
127
|
+
});
|
|
128
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
129
|
+
this.Message = opts.Message;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
export class LimitExceededException extends __BaseException {
|
|
133
|
+
name = "LimitExceededException";
|
|
134
|
+
$fault = "client";
|
|
135
|
+
Message;
|
|
136
|
+
constructor(opts) {
|
|
137
|
+
super({
|
|
138
|
+
name: "LimitExceededException",
|
|
139
|
+
$fault: "client",
|
|
140
|
+
...opts,
|
|
141
|
+
});
|
|
142
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
143
|
+
this.Message = opts.Message;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
export class InternalFailureException extends __BaseException {
|
|
147
|
+
name = "InternalFailureException";
|
|
148
|
+
$fault = "server";
|
|
149
|
+
Message;
|
|
150
|
+
constructor(opts) {
|
|
151
|
+
super({
|
|
152
|
+
name: "InternalFailureException",
|
|
153
|
+
$fault: "server",
|
|
154
|
+
...opts,
|
|
155
|
+
});
|
|
156
|
+
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
157
|
+
this.Message = opts.Message;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
export class InvalidRequestException extends __BaseException {
|
|
161
|
+
name = "InvalidRequestException";
|
|
162
|
+
$fault = "client";
|
|
163
|
+
Message;
|
|
164
|
+
constructor(opts) {
|
|
165
|
+
super({
|
|
166
|
+
name: "InvalidRequestException",
|
|
167
|
+
$fault: "client",
|
|
168
|
+
...opts,
|
|
169
|
+
});
|
|
170
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
171
|
+
this.Message = opts.Message;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
@@ -1,354 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const AbortCriteriaAction = {
|
|
3
|
-
CANCEL: "CANCEL",
|
|
4
|
-
};
|
|
5
|
-
export const AbortCriteriaFailureType = {
|
|
6
|
-
ALL: "ALL",
|
|
7
|
-
FAILED: "FAILED",
|
|
8
|
-
REJECTED: "REJECTED",
|
|
9
|
-
TIMED_OUT: "TIMED_OUT",
|
|
10
|
-
};
|
|
11
|
-
export class AccessDeniedException extends __BaseException {
|
|
12
|
-
name = "AccessDeniedException";
|
|
13
|
-
$fault = "client";
|
|
14
|
-
Message;
|
|
15
|
-
constructor(opts) {
|
|
16
|
-
super({
|
|
17
|
-
name: "AccessDeniedException",
|
|
18
|
-
$fault: "client",
|
|
19
|
-
...opts,
|
|
20
|
-
});
|
|
21
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
22
|
-
this.Message = opts.Message;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
export const AssociationState = {
|
|
26
|
-
ASSOCIATION_DELETING: "ASSOCIATION_DELETING",
|
|
27
|
-
ASSOCIATION_FAILED: "ASSOCIATION_FAILED",
|
|
28
|
-
ASSOCIATION_IN_PROGRESS: "ASSOCIATION_IN_PROGRESS",
|
|
29
|
-
ASSOCIATION_SUCCEEDED: "ASSOCIATION_SUCCEEDED",
|
|
30
|
-
REFRESH_TOKEN_EXPIRED: "REFRESH_TOKEN_EXPIRED",
|
|
31
|
-
};
|
|
32
|
-
export class ConflictException extends __BaseException {
|
|
33
|
-
name = "ConflictException";
|
|
34
|
-
$fault = "client";
|
|
35
|
-
Message;
|
|
36
|
-
constructor(opts) {
|
|
37
|
-
super({
|
|
38
|
-
name: "ConflictException",
|
|
39
|
-
$fault: "client",
|
|
40
|
-
...opts,
|
|
41
|
-
});
|
|
42
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
43
|
-
this.Message = opts.Message;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
export class InternalServerException extends __BaseException {
|
|
47
|
-
name = "InternalServerException";
|
|
48
|
-
$fault = "server";
|
|
49
|
-
Message;
|
|
50
|
-
constructor(opts) {
|
|
51
|
-
super({
|
|
52
|
-
name: "InternalServerException",
|
|
53
|
-
$fault: "server",
|
|
54
|
-
...opts,
|
|
55
|
-
});
|
|
56
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
57
|
-
this.Message = opts.Message;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
61
|
-
name = "ResourceNotFoundException";
|
|
62
|
-
$fault = "client";
|
|
63
|
-
Message;
|
|
64
|
-
ResourceId;
|
|
65
|
-
ResourceType;
|
|
66
|
-
constructor(opts) {
|
|
67
|
-
super({
|
|
68
|
-
name: "ResourceNotFoundException",
|
|
69
|
-
$fault: "client",
|
|
70
|
-
...opts,
|
|
71
|
-
});
|
|
72
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
73
|
-
this.Message = opts.Message;
|
|
74
|
-
this.ResourceId = opts.ResourceId;
|
|
75
|
-
this.ResourceType = opts.ResourceType;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
export class ServiceUnavailableException extends __BaseException {
|
|
79
|
-
name = "ServiceUnavailableException";
|
|
80
|
-
$fault = "server";
|
|
81
|
-
Message;
|
|
82
|
-
constructor(opts) {
|
|
83
|
-
super({
|
|
84
|
-
name: "ServiceUnavailableException",
|
|
85
|
-
$fault: "server",
|
|
86
|
-
...opts,
|
|
87
|
-
});
|
|
88
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
89
|
-
this.Message = opts.Message;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
export class ThrottlingException extends __BaseException {
|
|
93
|
-
name = "ThrottlingException";
|
|
94
|
-
$fault = "client";
|
|
95
|
-
Message;
|
|
96
|
-
constructor(opts) {
|
|
97
|
-
super({
|
|
98
|
-
name: "ThrottlingException",
|
|
99
|
-
$fault: "client",
|
|
100
|
-
...opts,
|
|
101
|
-
});
|
|
102
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
103
|
-
this.Message = opts.Message;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
export class UnauthorizedException extends __BaseException {
|
|
107
|
-
name = "UnauthorizedException";
|
|
108
|
-
$fault = "client";
|
|
109
|
-
Message;
|
|
110
|
-
constructor(opts) {
|
|
111
|
-
super({
|
|
112
|
-
name: "UnauthorizedException",
|
|
113
|
-
$fault: "client",
|
|
114
|
-
...opts,
|
|
115
|
-
});
|
|
116
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
117
|
-
this.Message = opts.Message;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
export class ValidationException extends __BaseException {
|
|
121
|
-
name = "ValidationException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "ValidationException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
export const TokenEndpointAuthenticationScheme = {
|
|
135
|
-
HTTP_BASIC: "HTTP_BASIC",
|
|
136
|
-
REQUEST_BODY_CREDENTIALS: "REQUEST_BODY_CREDENTIALS",
|
|
137
|
-
};
|
|
138
|
-
export const AuthMaterialType = {
|
|
139
|
-
CUSTOM_PROTOCOL_QR_BAR_CODE: "CUSTOM_PROTOCOL_QR_BAR_CODE",
|
|
140
|
-
DISCOVERED_DEVICE: "DISCOVERED_DEVICE",
|
|
141
|
-
WIFI_SETUP_QR_BAR_CODE: "WIFI_SETUP_QR_BAR_CODE",
|
|
142
|
-
ZIGBEE_QR_BAR_CODE: "ZIGBEE_QR_BAR_CODE",
|
|
143
|
-
ZWAVE_QR_BAR_CODE: "ZWAVE_QR_BAR_CODE",
|
|
144
|
-
};
|
|
145
|
-
export const AuthType = {
|
|
146
|
-
OAUTH: "OAUTH",
|
|
147
|
-
};
|
|
148
|
-
export const SchemaVersionFormat = {
|
|
149
|
-
AWS: "AWS",
|
|
150
|
-
CONNECTOR: "CONNECTOR",
|
|
151
|
-
ZCL: "ZCL",
|
|
152
|
-
};
|
|
153
|
-
export const EndpointType = {
|
|
154
|
-
LAMBDA: "LAMBDA",
|
|
155
|
-
};
|
|
156
|
-
export const CloudConnectorType = {
|
|
157
|
-
LISTED: "LISTED",
|
|
158
|
-
UNLISTED: "UNLISTED",
|
|
159
|
-
};
|
|
160
|
-
export const ConfigurationState = {
|
|
161
|
-
ENABLED: "ENABLED",
|
|
162
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
163
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
164
|
-
};
|
|
165
|
-
export const ConnectorEventOperation = {
|
|
166
|
-
DEVICE_COMMAND_REQUEST: "DEVICE_COMMAND_REQUEST",
|
|
167
|
-
DEVICE_COMMAND_RESPONSE: "DEVICE_COMMAND_RESPONSE",
|
|
168
|
-
DEVICE_DISCOVERY: "DEVICE_DISCOVERY",
|
|
169
|
-
DEVICE_EVENT: "DEVICE_EVENT",
|
|
170
|
-
};
|
|
171
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
172
|
-
name = "ServiceQuotaExceededException";
|
|
173
|
-
$fault = "client";
|
|
174
|
-
Message;
|
|
175
|
-
constructor(opts) {
|
|
176
|
-
super({
|
|
177
|
-
name: "ServiceQuotaExceededException",
|
|
178
|
-
$fault: "client",
|
|
179
|
-
...opts,
|
|
180
|
-
});
|
|
181
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
182
|
-
this.Message = opts.Message;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
export const DeliveryDestinationType = {
|
|
186
|
-
KINESIS: "KINESIS",
|
|
187
|
-
};
|
|
188
|
-
export const LogLevel = {
|
|
189
|
-
DEBUG: "DEBUG",
|
|
190
|
-
ERROR: "ERROR",
|
|
191
|
-
INFO: "INFO",
|
|
192
|
-
WARN: "WARN",
|
|
193
|
-
};
|
|
194
|
-
export const Role = {
|
|
195
|
-
CONTROLLER: "CONTROLLER",
|
|
196
|
-
DEVICE: "DEVICE",
|
|
197
|
-
};
|
|
198
|
-
export const EventType = {
|
|
199
|
-
ACCOUNT_ASSOCIATION: "ACCOUNT_ASSOCIATION",
|
|
200
|
-
CONNECTOR_ASSOCIATION: "CONNECTOR_ASSOCIATION",
|
|
201
|
-
CONNECTOR_ERROR_REPORT: "CONNECTOR_ERROR_REPORT",
|
|
202
|
-
DEVICE_COMMAND: "DEVICE_COMMAND",
|
|
203
|
-
DEVICE_COMMAND_REQUEST: "DEVICE_COMMAND_REQUEST",
|
|
204
|
-
DEVICE_DISCOVERY_STATUS: "DEVICE_DISCOVERY_STATUS",
|
|
205
|
-
DEVICE_EVENT: "DEVICE_EVENT",
|
|
206
|
-
DEVICE_LIFE_CYCLE: "DEVICE_LIFE_CYCLE",
|
|
207
|
-
DEVICE_OTA: "DEVICE_OTA",
|
|
208
|
-
DEVICE_STATE: "DEVICE_STATE",
|
|
209
|
-
};
|
|
210
|
-
export const OtaMechanism = {
|
|
211
|
-
PUSH: "PUSH",
|
|
212
|
-
};
|
|
213
|
-
export const SchedulingConfigEndBehavior = {
|
|
214
|
-
CANCEL: "CANCEL",
|
|
215
|
-
FORCE_CANCEL: "FORCE_CANCEL",
|
|
216
|
-
STOP_ROLLOUT: "STOP_ROLLOUT",
|
|
217
|
-
};
|
|
218
|
-
export const RetryCriteriaFailureType = {
|
|
219
|
-
ALL: "ALL",
|
|
220
|
-
FAILED: "FAILED",
|
|
221
|
-
TIMED_OUT: "TIMED_OUT",
|
|
222
|
-
};
|
|
223
|
-
export const OtaType = {
|
|
224
|
-
CONTINUOUS: "CONTINUOUS",
|
|
225
|
-
ONE_TIME: "ONE_TIME",
|
|
226
|
-
};
|
|
227
|
-
export const OtaProtocol = {
|
|
228
|
-
HTTP: "HTTP",
|
|
229
|
-
};
|
|
230
|
-
export const ProvisioningType = {
|
|
231
|
-
FLEET_PROVISIONING: "FLEET_PROVISIONING",
|
|
232
|
-
JITR: "JITR",
|
|
233
|
-
};
|
|
234
|
-
export class LimitExceededException extends __BaseException {
|
|
235
|
-
name = "LimitExceededException";
|
|
236
|
-
$fault = "client";
|
|
237
|
-
Message;
|
|
238
|
-
constructor(opts) {
|
|
239
|
-
super({
|
|
240
|
-
name: "LimitExceededException",
|
|
241
|
-
$fault: "client",
|
|
242
|
-
...opts,
|
|
243
|
-
});
|
|
244
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
245
|
-
this.Message = opts.Message;
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
export const DiscoveryType = {
|
|
249
|
-
CLOUD: "CLOUD",
|
|
250
|
-
CUSTOM: "CUSTOM",
|
|
251
|
-
ZIGBEE: "ZIGBEE",
|
|
252
|
-
ZWAVE: "ZWAVE",
|
|
253
|
-
};
|
|
254
|
-
export const DeviceDiscoveryStatus = {
|
|
255
|
-
FAILED: "FAILED",
|
|
256
|
-
RUNNING: "RUNNING",
|
|
257
|
-
SUCCEEDED: "SUCCEEDED",
|
|
258
|
-
TIMED_OUT: "TIMED_OUT",
|
|
259
|
-
};
|
|
260
|
-
export const DiscoveryModification = {
|
|
261
|
-
DISCOVERED: "DISCOVERED",
|
|
262
|
-
NO_CHANGE: "NO_CHANGE",
|
|
263
|
-
UPDATED: "UPDATED",
|
|
264
|
-
};
|
|
265
|
-
export const DiscoveryAuthMaterialType = {
|
|
266
|
-
ZWAVE_INSTALL_CODE: "ZWAVE_INSTALL_CODE",
|
|
267
|
-
};
|
|
268
|
-
export const DisconnectReasonValue = {
|
|
269
|
-
AUTH_ERROR: "AUTH_ERROR",
|
|
270
|
-
CLIENT_ERROR: "CLIENT_ERROR",
|
|
271
|
-
CLIENT_INITIATED_DISCONNECT: "CLIENT_INITIATED_DISCONNECT",
|
|
272
|
-
CONNECTION_LOST: "CONNECTION_LOST",
|
|
273
|
-
CUSTOMAUTH_TTL_EXPIRATION: "CUSTOMAUTH_TTL_EXPIRATION",
|
|
274
|
-
DUPLICATE_CLIENTID: "DUPLICATE_CLIENTID",
|
|
275
|
-
FORBIDDEN_ACCESS: "FORBIDDEN_ACCESS",
|
|
276
|
-
MQTT_KEEP_ALIVE_TIMEOUT: "MQTT_KEEP_ALIVE_TIMEOUT",
|
|
277
|
-
NONE: "NONE",
|
|
278
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
279
|
-
SERVER_INITIATED_DISCONNECT: "SERVER_INITIATED_DISCONNECT",
|
|
280
|
-
THROTTLED: "THROTTLED",
|
|
281
|
-
UNKNOWN: "UNKNOWN",
|
|
282
|
-
WEBSOCKET_TTL_EXPIRATION: "WEBSOCKET_TTL_EXPIRATION",
|
|
283
|
-
};
|
|
284
|
-
export const EncryptionType = {
|
|
285
|
-
CUSTOMER_KEY_ENCRYPTION: "CUSTOMER_KEY_ENCRYPTION",
|
|
286
|
-
MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION: "MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION",
|
|
287
|
-
};
|
|
288
|
-
export class InternalFailureException extends __BaseException {
|
|
289
|
-
name = "InternalFailureException";
|
|
290
|
-
$fault = "server";
|
|
291
|
-
Message;
|
|
292
|
-
constructor(opts) {
|
|
293
|
-
super({
|
|
294
|
-
name: "InternalFailureException",
|
|
295
|
-
$fault: "server",
|
|
296
|
-
...opts,
|
|
297
|
-
});
|
|
298
|
-
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
299
|
-
this.Message = opts.Message;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
export const HubNetworkMode = {
|
|
303
|
-
NETWORK_WIDE_EXCLUSION: "NETWORK_WIDE_EXCLUSION",
|
|
304
|
-
STANDARD: "STANDARD",
|
|
305
|
-
};
|
|
306
|
-
export const ProvisioningStatus = {
|
|
307
|
-
ACTIVATED: "ACTIVATED",
|
|
308
|
-
DELETED: "DELETED",
|
|
309
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
310
|
-
DELETION_FAILED: "DELETION_FAILED",
|
|
311
|
-
DISCOVERED: "DISCOVERED",
|
|
312
|
-
ISOLATED: "ISOLATED",
|
|
313
|
-
PRE_ASSOCIATED: "PRE_ASSOCIATED",
|
|
314
|
-
UNASSOCIATED: "UNASSOCIATED",
|
|
315
|
-
};
|
|
316
|
-
export const OtaStatus = {
|
|
317
|
-
CANCELED: "CANCELED",
|
|
318
|
-
COMPLETED: "COMPLETED",
|
|
319
|
-
DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS",
|
|
320
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
321
|
-
SCHEDULED: "SCHEDULED",
|
|
322
|
-
};
|
|
323
|
-
export const SchemaVersionType = {
|
|
324
|
-
CAPABILITY: "capability",
|
|
325
|
-
DEFINITION: "definition",
|
|
326
|
-
};
|
|
327
|
-
export const SchemaVersionVisibility = {
|
|
328
|
-
PRIVATE: "PRIVATE",
|
|
329
|
-
PUBLIC: "PUBLIC",
|
|
330
|
-
};
|
|
331
|
-
export class InvalidRequestException extends __BaseException {
|
|
332
|
-
name = "InvalidRequestException";
|
|
333
|
-
$fault = "client";
|
|
334
|
-
Message;
|
|
335
|
-
constructor(opts) {
|
|
336
|
-
super({
|
|
337
|
-
name: "InvalidRequestException",
|
|
338
|
-
$fault: "client",
|
|
339
|
-
...opts,
|
|
340
|
-
});
|
|
341
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
342
|
-
this.Message = opts.Message;
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
export const OtaTaskExecutionStatus = {
|
|
346
|
-
CANCELED: "CANCELED",
|
|
347
|
-
FAILED: "FAILED",
|
|
348
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
349
|
-
QUEUED: "QUEUED",
|
|
350
|
-
REJECTED: "REJECTED",
|
|
351
|
-
REMOVED: "REMOVED",
|
|
352
|
-
SUCCEEDED: "SUCCEEDED",
|
|
353
|
-
TIMED_OUT: "TIMED_OUT",
|
|
354
|
-
};
|
|
1
|
+
export {};
|
|
@@ -573,7 +573,7 @@ const _vI = "versionId";
|
|
|
573
573
|
const _va = "value";
|
|
574
574
|
const n0 = "com.amazonaws.iotmanagedintegrations";
|
|
575
575
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
576
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalFailureException as __InternalFailureException, InternalServerException as __InternalServerException, InvalidRequestException as __InvalidRequestException, LimitExceededException as __LimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/
|
|
576
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalFailureException as __InternalFailureException, InternalServerException as __InternalServerException, InvalidRequestException as __InvalidRequestException, LimitExceededException as __LimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/errors";
|
|
577
577
|
import { IoTManagedIntegrationsServiceException as __IoTManagedIntegrationsServiceException } from "../models/IoTManagedIntegrationsServiceException";
|
|
578
578
|
export var AuthMaterialString = [0, n0, _AMS, 8, 0];
|
|
579
579
|
export var Brand = [0, n0, _B, 8, 0];
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,5 +10,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
10
10
|
export type { IoTManagedIntegrationsExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
|
-
export * from "./models";
|
|
13
|
+
export * from "./models/enums";
|
|
14
|
+
export * from "./models/errors";
|
|
15
|
+
export type * from "./models/models_0";
|
|
14
16
|
export { IoTManagedIntegrationsServiceException } from "./models/IoTManagedIntegrationsServiceException";
|