@aws-sdk/client-greengrass 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 +76 -75
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +75 -0
- package/dist-es/models/errors.js +33 -0
- package/dist-es/models/models_0.js +1 -108
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +187 -0
- package/dist-types/models/errors.d.ts +47 -0
- package/dist-types/models/models_0.d.ts +1 -233
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +98 -0
- package/dist-types/ts3.4/models/errors.d.ts +21 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -118
- 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
package/dist-cjs/index.js
CHANGED
|
@@ -117,33 +117,6 @@ let GreengrassServiceException$1 = class GreengrassServiceException extends smit
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
const EncodingType = {
|
|
121
|
-
binary: "binary",
|
|
122
|
-
json: "json",
|
|
123
|
-
};
|
|
124
|
-
const FunctionIsolationMode = {
|
|
125
|
-
GreengrassContainer: "GreengrassContainer",
|
|
126
|
-
NoContainer: "NoContainer",
|
|
127
|
-
};
|
|
128
|
-
const Permission = {
|
|
129
|
-
ro: "ro",
|
|
130
|
-
rw: "rw",
|
|
131
|
-
};
|
|
132
|
-
const LoggerComponent = {
|
|
133
|
-
GreengrassSystem: "GreengrassSystem",
|
|
134
|
-
Lambda: "Lambda",
|
|
135
|
-
};
|
|
136
|
-
const LoggerLevel = {
|
|
137
|
-
DEBUG: "DEBUG",
|
|
138
|
-
ERROR: "ERROR",
|
|
139
|
-
FATAL: "FATAL",
|
|
140
|
-
INFO: "INFO",
|
|
141
|
-
WARN: "WARN",
|
|
142
|
-
};
|
|
143
|
-
const LoggerType = {
|
|
144
|
-
AWSCloudWatch: "AWSCloudWatch",
|
|
145
|
-
FileSystem: "FileSystem",
|
|
146
|
-
};
|
|
147
120
|
let BadRequestException$1 = class BadRequestException extends GreengrassServiceException$1 {
|
|
148
121
|
name = "BadRequestException";
|
|
149
122
|
$fault = "client";
|
|
@@ -176,54 +149,6 @@ let InternalServerErrorException$1 = class InternalServerErrorException extends
|
|
|
176
149
|
this.Message = opts.Message;
|
|
177
150
|
}
|
|
178
151
|
};
|
|
179
|
-
const DeploymentType = {
|
|
180
|
-
ForceResetDeployment: "ForceResetDeployment",
|
|
181
|
-
NewDeployment: "NewDeployment",
|
|
182
|
-
Redeployment: "Redeployment",
|
|
183
|
-
ResetDeployment: "ResetDeployment",
|
|
184
|
-
};
|
|
185
|
-
const BulkDeploymentStatus = {
|
|
186
|
-
Completed: "Completed",
|
|
187
|
-
Failed: "Failed",
|
|
188
|
-
Initializing: "Initializing",
|
|
189
|
-
Running: "Running",
|
|
190
|
-
Stopped: "Stopped",
|
|
191
|
-
Stopping: "Stopping",
|
|
192
|
-
};
|
|
193
|
-
const ConfigurationSyncStatus = {
|
|
194
|
-
InSync: "InSync",
|
|
195
|
-
OutOfSync: "OutOfSync",
|
|
196
|
-
};
|
|
197
|
-
const SoftwareToUpdate = {
|
|
198
|
-
core: "core",
|
|
199
|
-
ota_agent: "ota_agent",
|
|
200
|
-
};
|
|
201
|
-
const UpdateAgentLogLevel = {
|
|
202
|
-
DEBUG: "DEBUG",
|
|
203
|
-
ERROR: "ERROR",
|
|
204
|
-
FATAL: "FATAL",
|
|
205
|
-
INFO: "INFO",
|
|
206
|
-
NONE: "NONE",
|
|
207
|
-
TRACE: "TRACE",
|
|
208
|
-
VERBOSE: "VERBOSE",
|
|
209
|
-
WARN: "WARN",
|
|
210
|
-
};
|
|
211
|
-
const UpdateTargetsArchitecture = {
|
|
212
|
-
aarch64: "aarch64",
|
|
213
|
-
armv6l: "armv6l",
|
|
214
|
-
armv7l: "armv7l",
|
|
215
|
-
x86_64: "x86_64",
|
|
216
|
-
};
|
|
217
|
-
const UpdateTargetsOperatingSystem = {
|
|
218
|
-
amazon_linux: "amazon_linux",
|
|
219
|
-
openwrt: "openwrt",
|
|
220
|
-
raspbian: "raspbian",
|
|
221
|
-
ubuntu: "ubuntu",
|
|
222
|
-
};
|
|
223
|
-
const Telemetry = {
|
|
224
|
-
Off: "Off",
|
|
225
|
-
On: "On",
|
|
226
|
-
};
|
|
227
152
|
|
|
228
153
|
const _A = "Arn";
|
|
229
154
|
const _AA = "AssociatedAt";
|
|
@@ -4585,6 +4510,82 @@ class Greengrass extends GreengrassClient {
|
|
|
4585
4510
|
}
|
|
4586
4511
|
smithyClient.createAggregatedClient(commands, Greengrass);
|
|
4587
4512
|
|
|
4513
|
+
const EncodingType = {
|
|
4514
|
+
binary: "binary",
|
|
4515
|
+
json: "json",
|
|
4516
|
+
};
|
|
4517
|
+
const FunctionIsolationMode = {
|
|
4518
|
+
GreengrassContainer: "GreengrassContainer",
|
|
4519
|
+
NoContainer: "NoContainer",
|
|
4520
|
+
};
|
|
4521
|
+
const Permission = {
|
|
4522
|
+
ro: "ro",
|
|
4523
|
+
rw: "rw",
|
|
4524
|
+
};
|
|
4525
|
+
const LoggerComponent = {
|
|
4526
|
+
GreengrassSystem: "GreengrassSystem",
|
|
4527
|
+
Lambda: "Lambda",
|
|
4528
|
+
};
|
|
4529
|
+
const LoggerLevel = {
|
|
4530
|
+
DEBUG: "DEBUG",
|
|
4531
|
+
ERROR: "ERROR",
|
|
4532
|
+
FATAL: "FATAL",
|
|
4533
|
+
INFO: "INFO",
|
|
4534
|
+
WARN: "WARN",
|
|
4535
|
+
};
|
|
4536
|
+
const LoggerType = {
|
|
4537
|
+
AWSCloudWatch: "AWSCloudWatch",
|
|
4538
|
+
FileSystem: "FileSystem",
|
|
4539
|
+
};
|
|
4540
|
+
const DeploymentType = {
|
|
4541
|
+
ForceResetDeployment: "ForceResetDeployment",
|
|
4542
|
+
NewDeployment: "NewDeployment",
|
|
4543
|
+
Redeployment: "Redeployment",
|
|
4544
|
+
ResetDeployment: "ResetDeployment",
|
|
4545
|
+
};
|
|
4546
|
+
const BulkDeploymentStatus = {
|
|
4547
|
+
Completed: "Completed",
|
|
4548
|
+
Failed: "Failed",
|
|
4549
|
+
Initializing: "Initializing",
|
|
4550
|
+
Running: "Running",
|
|
4551
|
+
Stopped: "Stopped",
|
|
4552
|
+
Stopping: "Stopping",
|
|
4553
|
+
};
|
|
4554
|
+
const ConfigurationSyncStatus = {
|
|
4555
|
+
InSync: "InSync",
|
|
4556
|
+
OutOfSync: "OutOfSync",
|
|
4557
|
+
};
|
|
4558
|
+
const SoftwareToUpdate = {
|
|
4559
|
+
core: "core",
|
|
4560
|
+
ota_agent: "ota_agent",
|
|
4561
|
+
};
|
|
4562
|
+
const UpdateAgentLogLevel = {
|
|
4563
|
+
DEBUG: "DEBUG",
|
|
4564
|
+
ERROR: "ERROR",
|
|
4565
|
+
FATAL: "FATAL",
|
|
4566
|
+
INFO: "INFO",
|
|
4567
|
+
NONE: "NONE",
|
|
4568
|
+
TRACE: "TRACE",
|
|
4569
|
+
VERBOSE: "VERBOSE",
|
|
4570
|
+
WARN: "WARN",
|
|
4571
|
+
};
|
|
4572
|
+
const UpdateTargetsArchitecture = {
|
|
4573
|
+
aarch64: "aarch64",
|
|
4574
|
+
armv6l: "armv6l",
|
|
4575
|
+
armv7l: "armv7l",
|
|
4576
|
+
x86_64: "x86_64",
|
|
4577
|
+
};
|
|
4578
|
+
const UpdateTargetsOperatingSystem = {
|
|
4579
|
+
amazon_linux: "amazon_linux",
|
|
4580
|
+
openwrt: "openwrt",
|
|
4581
|
+
raspbian: "raspbian",
|
|
4582
|
+
ubuntu: "ubuntu",
|
|
4583
|
+
};
|
|
4584
|
+
const Telemetry = {
|
|
4585
|
+
Off: "Off",
|
|
4586
|
+
On: "On",
|
|
4587
|
+
};
|
|
4588
|
+
|
|
4588
4589
|
Object.defineProperty(exports, "$Command", {
|
|
4589
4590
|
enumerable: true,
|
|
4590
4591
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./GreengrassClient";
|
|
2
2
|
export * from "./Greengrass";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
4
|
+
export * from "./models/enums";
|
|
5
|
+
export * from "./models/errors";
|
|
5
6
|
export { GreengrassServiceException } from "./models/GreengrassServiceException";
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
export const EncodingType = {
|
|
2
|
+
binary: "binary",
|
|
3
|
+
json: "json",
|
|
4
|
+
};
|
|
5
|
+
export const FunctionIsolationMode = {
|
|
6
|
+
GreengrassContainer: "GreengrassContainer",
|
|
7
|
+
NoContainer: "NoContainer",
|
|
8
|
+
};
|
|
9
|
+
export const Permission = {
|
|
10
|
+
ro: "ro",
|
|
11
|
+
rw: "rw",
|
|
12
|
+
};
|
|
13
|
+
export const LoggerComponent = {
|
|
14
|
+
GreengrassSystem: "GreengrassSystem",
|
|
15
|
+
Lambda: "Lambda",
|
|
16
|
+
};
|
|
17
|
+
export const LoggerLevel = {
|
|
18
|
+
DEBUG: "DEBUG",
|
|
19
|
+
ERROR: "ERROR",
|
|
20
|
+
FATAL: "FATAL",
|
|
21
|
+
INFO: "INFO",
|
|
22
|
+
WARN: "WARN",
|
|
23
|
+
};
|
|
24
|
+
export const LoggerType = {
|
|
25
|
+
AWSCloudWatch: "AWSCloudWatch",
|
|
26
|
+
FileSystem: "FileSystem",
|
|
27
|
+
};
|
|
28
|
+
export const DeploymentType = {
|
|
29
|
+
ForceResetDeployment: "ForceResetDeployment",
|
|
30
|
+
NewDeployment: "NewDeployment",
|
|
31
|
+
Redeployment: "Redeployment",
|
|
32
|
+
ResetDeployment: "ResetDeployment",
|
|
33
|
+
};
|
|
34
|
+
export const BulkDeploymentStatus = {
|
|
35
|
+
Completed: "Completed",
|
|
36
|
+
Failed: "Failed",
|
|
37
|
+
Initializing: "Initializing",
|
|
38
|
+
Running: "Running",
|
|
39
|
+
Stopped: "Stopped",
|
|
40
|
+
Stopping: "Stopping",
|
|
41
|
+
};
|
|
42
|
+
export const ConfigurationSyncStatus = {
|
|
43
|
+
InSync: "InSync",
|
|
44
|
+
OutOfSync: "OutOfSync",
|
|
45
|
+
};
|
|
46
|
+
export const SoftwareToUpdate = {
|
|
47
|
+
core: "core",
|
|
48
|
+
ota_agent: "ota_agent",
|
|
49
|
+
};
|
|
50
|
+
export const UpdateAgentLogLevel = {
|
|
51
|
+
DEBUG: "DEBUG",
|
|
52
|
+
ERROR: "ERROR",
|
|
53
|
+
FATAL: "FATAL",
|
|
54
|
+
INFO: "INFO",
|
|
55
|
+
NONE: "NONE",
|
|
56
|
+
TRACE: "TRACE",
|
|
57
|
+
VERBOSE: "VERBOSE",
|
|
58
|
+
WARN: "WARN",
|
|
59
|
+
};
|
|
60
|
+
export const UpdateTargetsArchitecture = {
|
|
61
|
+
aarch64: "aarch64",
|
|
62
|
+
armv6l: "armv6l",
|
|
63
|
+
armv7l: "armv7l",
|
|
64
|
+
x86_64: "x86_64",
|
|
65
|
+
};
|
|
66
|
+
export const UpdateTargetsOperatingSystem = {
|
|
67
|
+
amazon_linux: "amazon_linux",
|
|
68
|
+
openwrt: "openwrt",
|
|
69
|
+
raspbian: "raspbian",
|
|
70
|
+
ubuntu: "ubuntu",
|
|
71
|
+
};
|
|
72
|
+
export const Telemetry = {
|
|
73
|
+
Off: "Off",
|
|
74
|
+
On: "On",
|
|
75
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { GreengrassServiceException as __BaseException } from "./GreengrassServiceException";
|
|
2
|
+
export class BadRequestException extends __BaseException {
|
|
3
|
+
name = "BadRequestException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
ErrorDetails;
|
|
6
|
+
Message;
|
|
7
|
+
constructor(opts) {
|
|
8
|
+
super({
|
|
9
|
+
name: "BadRequestException",
|
|
10
|
+
$fault: "client",
|
|
11
|
+
...opts,
|
|
12
|
+
});
|
|
13
|
+
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
14
|
+
this.ErrorDetails = opts.ErrorDetails;
|
|
15
|
+
this.Message = opts.Message;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
export class InternalServerErrorException extends __BaseException {
|
|
19
|
+
name = "InternalServerErrorException";
|
|
20
|
+
$fault = "server";
|
|
21
|
+
ErrorDetails;
|
|
22
|
+
Message;
|
|
23
|
+
constructor(opts) {
|
|
24
|
+
super({
|
|
25
|
+
name: "InternalServerErrorException",
|
|
26
|
+
$fault: "server",
|
|
27
|
+
...opts,
|
|
28
|
+
});
|
|
29
|
+
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
30
|
+
this.ErrorDetails = opts.ErrorDetails;
|
|
31
|
+
this.Message = opts.Message;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -1,108 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const EncodingType = {
|
|
3
|
-
binary: "binary",
|
|
4
|
-
json: "json",
|
|
5
|
-
};
|
|
6
|
-
export const FunctionIsolationMode = {
|
|
7
|
-
GreengrassContainer: "GreengrassContainer",
|
|
8
|
-
NoContainer: "NoContainer",
|
|
9
|
-
};
|
|
10
|
-
export const Permission = {
|
|
11
|
-
ro: "ro",
|
|
12
|
-
rw: "rw",
|
|
13
|
-
};
|
|
14
|
-
export const LoggerComponent = {
|
|
15
|
-
GreengrassSystem: "GreengrassSystem",
|
|
16
|
-
Lambda: "Lambda",
|
|
17
|
-
};
|
|
18
|
-
export const LoggerLevel = {
|
|
19
|
-
DEBUG: "DEBUG",
|
|
20
|
-
ERROR: "ERROR",
|
|
21
|
-
FATAL: "FATAL",
|
|
22
|
-
INFO: "INFO",
|
|
23
|
-
WARN: "WARN",
|
|
24
|
-
};
|
|
25
|
-
export const LoggerType = {
|
|
26
|
-
AWSCloudWatch: "AWSCloudWatch",
|
|
27
|
-
FileSystem: "FileSystem",
|
|
28
|
-
};
|
|
29
|
-
export class BadRequestException extends __BaseException {
|
|
30
|
-
name = "BadRequestException";
|
|
31
|
-
$fault = "client";
|
|
32
|
-
ErrorDetails;
|
|
33
|
-
Message;
|
|
34
|
-
constructor(opts) {
|
|
35
|
-
super({
|
|
36
|
-
name: "BadRequestException",
|
|
37
|
-
$fault: "client",
|
|
38
|
-
...opts,
|
|
39
|
-
});
|
|
40
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
41
|
-
this.ErrorDetails = opts.ErrorDetails;
|
|
42
|
-
this.Message = opts.Message;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
export class InternalServerErrorException extends __BaseException {
|
|
46
|
-
name = "InternalServerErrorException";
|
|
47
|
-
$fault = "server";
|
|
48
|
-
ErrorDetails;
|
|
49
|
-
Message;
|
|
50
|
-
constructor(opts) {
|
|
51
|
-
super({
|
|
52
|
-
name: "InternalServerErrorException",
|
|
53
|
-
$fault: "server",
|
|
54
|
-
...opts,
|
|
55
|
-
});
|
|
56
|
-
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
57
|
-
this.ErrorDetails = opts.ErrorDetails;
|
|
58
|
-
this.Message = opts.Message;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
export const DeploymentType = {
|
|
62
|
-
ForceResetDeployment: "ForceResetDeployment",
|
|
63
|
-
NewDeployment: "NewDeployment",
|
|
64
|
-
Redeployment: "Redeployment",
|
|
65
|
-
ResetDeployment: "ResetDeployment",
|
|
66
|
-
};
|
|
67
|
-
export const BulkDeploymentStatus = {
|
|
68
|
-
Completed: "Completed",
|
|
69
|
-
Failed: "Failed",
|
|
70
|
-
Initializing: "Initializing",
|
|
71
|
-
Running: "Running",
|
|
72
|
-
Stopped: "Stopped",
|
|
73
|
-
Stopping: "Stopping",
|
|
74
|
-
};
|
|
75
|
-
export const ConfigurationSyncStatus = {
|
|
76
|
-
InSync: "InSync",
|
|
77
|
-
OutOfSync: "OutOfSync",
|
|
78
|
-
};
|
|
79
|
-
export const SoftwareToUpdate = {
|
|
80
|
-
core: "core",
|
|
81
|
-
ota_agent: "ota_agent",
|
|
82
|
-
};
|
|
83
|
-
export const UpdateAgentLogLevel = {
|
|
84
|
-
DEBUG: "DEBUG",
|
|
85
|
-
ERROR: "ERROR",
|
|
86
|
-
FATAL: "FATAL",
|
|
87
|
-
INFO: "INFO",
|
|
88
|
-
NONE: "NONE",
|
|
89
|
-
TRACE: "TRACE",
|
|
90
|
-
VERBOSE: "VERBOSE",
|
|
91
|
-
WARN: "WARN",
|
|
92
|
-
};
|
|
93
|
-
export const UpdateTargetsArchitecture = {
|
|
94
|
-
aarch64: "aarch64",
|
|
95
|
-
armv6l: "armv6l",
|
|
96
|
-
armv7l: "armv7l",
|
|
97
|
-
x86_64: "x86_64",
|
|
98
|
-
};
|
|
99
|
-
export const UpdateTargetsOperatingSystem = {
|
|
100
|
-
amazon_linux: "amazon_linux",
|
|
101
|
-
openwrt: "openwrt",
|
|
102
|
-
raspbian: "raspbian",
|
|
103
|
-
ubuntu: "ubuntu",
|
|
104
|
-
};
|
|
105
|
-
export const Telemetry = {
|
|
106
|
-
Off: "Off",
|
|
107
|
-
On: "On",
|
|
108
|
-
};
|
|
1
|
+
export {};
|
|
@@ -485,8 +485,8 @@ const _t = "tags";
|
|
|
485
485
|
const _tK = "tagKeys";
|
|
486
486
|
const n0 = "com.amazonaws.greengrass";
|
|
487
487
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
488
|
+
import { BadRequestException as __BadRequestException, InternalServerErrorException as __InternalServerErrorException, } from "../models/errors";
|
|
488
489
|
import { GreengrassServiceException as __GreengrassServiceException } from "../models/GreengrassServiceException";
|
|
489
|
-
import { BadRequestException as __BadRequestException, InternalServerErrorException as __InternalServerErrorException, } from "../models/index";
|
|
490
490
|
export var AssociateRoleToGroupRequest = [3, n0, _ARTGR, 0, [_GI, _RA], [[0, 1], 0]];
|
|
491
491
|
export var AssociateRoleToGroupResponse = [3, n0, _ARTGRs, 0, [_AA], [0]];
|
|
492
492
|
export var AssociateServiceRoleToAccountRequest = [3, n0, _ASRTAR, 0, [_RA], [0]];
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,5 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { GreengrassExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
-
export * from "./models";
|
|
12
|
+
export * from "./models/enums";
|
|
13
|
+
export * from "./models/errors";
|
|
14
|
+
export type * from "./models/models_0";
|
|
13
15
|
export { GreengrassServiceException } from "./models/GreengrassServiceException";
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const EncodingType: {
|
|
6
|
+
readonly binary: "binary";
|
|
7
|
+
readonly json: "json";
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @enum
|
|
16
|
+
*/
|
|
17
|
+
export declare const FunctionIsolationMode: {
|
|
18
|
+
readonly GreengrassContainer: "GreengrassContainer";
|
|
19
|
+
readonly NoContainer: "NoContainer";
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export type FunctionIsolationMode = (typeof FunctionIsolationMode)[keyof typeof FunctionIsolationMode];
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
* @enum
|
|
28
|
+
*/
|
|
29
|
+
export declare const Permission: {
|
|
30
|
+
readonly ro: "ro";
|
|
31
|
+
readonly rw: "rw";
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* @enum
|
|
40
|
+
*/
|
|
41
|
+
export declare const LoggerComponent: {
|
|
42
|
+
readonly GreengrassSystem: "GreengrassSystem";
|
|
43
|
+
readonly Lambda: "Lambda";
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
export type LoggerComponent = (typeof LoggerComponent)[keyof typeof LoggerComponent];
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
* @enum
|
|
52
|
+
*/
|
|
53
|
+
export declare const LoggerLevel: {
|
|
54
|
+
readonly DEBUG: "DEBUG";
|
|
55
|
+
readonly ERROR: "ERROR";
|
|
56
|
+
readonly FATAL: "FATAL";
|
|
57
|
+
readonly INFO: "INFO";
|
|
58
|
+
readonly WARN: "WARN";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export type LoggerLevel = (typeof LoggerLevel)[keyof typeof LoggerLevel];
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* @enum
|
|
67
|
+
*/
|
|
68
|
+
export declare const LoggerType: {
|
|
69
|
+
readonly AWSCloudWatch: "AWSCloudWatch";
|
|
70
|
+
readonly FileSystem: "FileSystem";
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export type LoggerType = (typeof LoggerType)[keyof typeof LoggerType];
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
* @enum
|
|
79
|
+
*/
|
|
80
|
+
export declare const DeploymentType: {
|
|
81
|
+
readonly ForceResetDeployment: "ForceResetDeployment";
|
|
82
|
+
readonly NewDeployment: "NewDeployment";
|
|
83
|
+
readonly Redeployment: "Redeployment";
|
|
84
|
+
readonly ResetDeployment: "ResetDeployment";
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType];
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
* @enum
|
|
93
|
+
*/
|
|
94
|
+
export declare const BulkDeploymentStatus: {
|
|
95
|
+
readonly Completed: "Completed";
|
|
96
|
+
readonly Failed: "Failed";
|
|
97
|
+
readonly Initializing: "Initializing";
|
|
98
|
+
readonly Running: "Running";
|
|
99
|
+
readonly Stopped: "Stopped";
|
|
100
|
+
readonly Stopping: "Stopping";
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export type BulkDeploymentStatus = (typeof BulkDeploymentStatus)[keyof typeof BulkDeploymentStatus];
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
* @enum
|
|
109
|
+
*/
|
|
110
|
+
export declare const ConfigurationSyncStatus: {
|
|
111
|
+
readonly InSync: "InSync";
|
|
112
|
+
readonly OutOfSync: "OutOfSync";
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
export type ConfigurationSyncStatus = (typeof ConfigurationSyncStatus)[keyof typeof ConfigurationSyncStatus];
|
|
118
|
+
/**
|
|
119
|
+
* @public
|
|
120
|
+
* @enum
|
|
121
|
+
*/
|
|
122
|
+
export declare const SoftwareToUpdate: {
|
|
123
|
+
readonly core: "core";
|
|
124
|
+
readonly ota_agent: "ota_agent";
|
|
125
|
+
};
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
export type SoftwareToUpdate = (typeof SoftwareToUpdate)[keyof typeof SoftwareToUpdate];
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
* @enum
|
|
133
|
+
*/
|
|
134
|
+
export declare const UpdateAgentLogLevel: {
|
|
135
|
+
readonly DEBUG: "DEBUG";
|
|
136
|
+
readonly ERROR: "ERROR";
|
|
137
|
+
readonly FATAL: "FATAL";
|
|
138
|
+
readonly INFO: "INFO";
|
|
139
|
+
readonly NONE: "NONE";
|
|
140
|
+
readonly TRACE: "TRACE";
|
|
141
|
+
readonly VERBOSE: "VERBOSE";
|
|
142
|
+
readonly WARN: "WARN";
|
|
143
|
+
};
|
|
144
|
+
/**
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
export type UpdateAgentLogLevel = (typeof UpdateAgentLogLevel)[keyof typeof UpdateAgentLogLevel];
|
|
148
|
+
/**
|
|
149
|
+
* @public
|
|
150
|
+
* @enum
|
|
151
|
+
*/
|
|
152
|
+
export declare const UpdateTargetsArchitecture: {
|
|
153
|
+
readonly aarch64: "aarch64";
|
|
154
|
+
readonly armv6l: "armv6l";
|
|
155
|
+
readonly armv7l: "armv7l";
|
|
156
|
+
readonly x86_64: "x86_64";
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
export type UpdateTargetsArchitecture = (typeof UpdateTargetsArchitecture)[keyof typeof UpdateTargetsArchitecture];
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
* @enum
|
|
165
|
+
*/
|
|
166
|
+
export declare const UpdateTargetsOperatingSystem: {
|
|
167
|
+
readonly amazon_linux: "amazon_linux";
|
|
168
|
+
readonly openwrt: "openwrt";
|
|
169
|
+
readonly raspbian: "raspbian";
|
|
170
|
+
readonly ubuntu: "ubuntu";
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
export type UpdateTargetsOperatingSystem = (typeof UpdateTargetsOperatingSystem)[keyof typeof UpdateTargetsOperatingSystem];
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
* @enum
|
|
179
|
+
*/
|
|
180
|
+
export declare const Telemetry: {
|
|
181
|
+
readonly Off: "Off";
|
|
182
|
+
readonly On: "On";
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
export type Telemetry = (typeof Telemetry)[keyof typeof Telemetry];
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { GreengrassServiceException as __BaseException } from "./GreengrassServiceException";
|
|
3
|
+
import { ErrorDetail } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* General error information.
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class BadRequestException extends __BaseException {
|
|
9
|
+
readonly name: "BadRequestException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
/**
|
|
12
|
+
* Details about the error.
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
ErrorDetails?: ErrorDetail[] | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* A message containing information about the error.
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
Message?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
24
|
+
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* General error information.
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export declare class InternalServerErrorException extends __BaseException {
|
|
31
|
+
readonly name: "InternalServerErrorException";
|
|
32
|
+
readonly $fault: "server";
|
|
33
|
+
/**
|
|
34
|
+
* Details about the error.
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
ErrorDetails?: ErrorDetail[] | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* A message containing information about the error.
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
Message?: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
46
|
+
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
47
|
+
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { GreengrassServiceException as __BaseException } from "./GreengrassServiceException";
|
|
1
|
+
import { BulkDeploymentStatus, ConfigurationSyncStatus, DeploymentType, EncodingType, FunctionIsolationMode, LoggerComponent, LoggerLevel, LoggerType, Permission, SoftwareToUpdate, Telemetry, UpdateAgentLogLevel, UpdateTargetsArchitecture, UpdateTargetsOperatingSystem } from "./enums";
|
|
3
2
|
/**
|
|
4
3
|
* Information about a Greengrass core's connectivity.
|
|
5
4
|
* @public
|
|
@@ -145,30 +144,6 @@ export interface Device {
|
|
|
145
144
|
*/
|
|
146
145
|
ThingArn: string | undefined;
|
|
147
146
|
}
|
|
148
|
-
/**
|
|
149
|
-
* @public
|
|
150
|
-
* @enum
|
|
151
|
-
*/
|
|
152
|
-
export declare const EncodingType: {
|
|
153
|
-
readonly binary: "binary";
|
|
154
|
-
readonly json: "json";
|
|
155
|
-
};
|
|
156
|
-
/**
|
|
157
|
-
* @public
|
|
158
|
-
*/
|
|
159
|
-
export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
|
|
160
|
-
/**
|
|
161
|
-
* @public
|
|
162
|
-
* @enum
|
|
163
|
-
*/
|
|
164
|
-
export declare const FunctionIsolationMode: {
|
|
165
|
-
readonly GreengrassContainer: "GreengrassContainer";
|
|
166
|
-
readonly NoContainer: "NoContainer";
|
|
167
|
-
};
|
|
168
|
-
/**
|
|
169
|
-
* @public
|
|
170
|
-
*/
|
|
171
|
-
export type FunctionIsolationMode = (typeof FunctionIsolationMode)[keyof typeof FunctionIsolationMode];
|
|
172
147
|
/**
|
|
173
148
|
* Specifies the user and group whose permissions are used when running the Lambda function. You can specify one or both values to override the default values. We recommend that you avoid running as root unless absolutely necessary to minimize the risk of unintended changes or malicious attacks. To run as root, you must set ''IsolationMode'' to ''NoContainer'' and update config.json in ''greengrass-root/config'' to set ''allowFunctionsToRunAsRoot'' to ''yes''.
|
|
174
149
|
* @public
|
|
@@ -201,18 +176,6 @@ export interface FunctionExecutionConfig {
|
|
|
201
176
|
*/
|
|
202
177
|
RunAs?: FunctionRunAsConfig | undefined;
|
|
203
178
|
}
|
|
204
|
-
/**
|
|
205
|
-
* @public
|
|
206
|
-
* @enum
|
|
207
|
-
*/
|
|
208
|
-
export declare const Permission: {
|
|
209
|
-
readonly ro: "ro";
|
|
210
|
-
readonly rw: "rw";
|
|
211
|
-
};
|
|
212
|
-
/**
|
|
213
|
-
* @public
|
|
214
|
-
*/
|
|
215
|
-
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
216
179
|
/**
|
|
217
180
|
* A policy used by the function to access a resource.
|
|
218
181
|
* @public
|
|
@@ -379,45 +342,6 @@ export interface GroupInformation {
|
|
|
379
342
|
*/
|
|
380
343
|
Name?: string | undefined;
|
|
381
344
|
}
|
|
382
|
-
/**
|
|
383
|
-
* @public
|
|
384
|
-
* @enum
|
|
385
|
-
*/
|
|
386
|
-
export declare const LoggerComponent: {
|
|
387
|
-
readonly GreengrassSystem: "GreengrassSystem";
|
|
388
|
-
readonly Lambda: "Lambda";
|
|
389
|
-
};
|
|
390
|
-
/**
|
|
391
|
-
* @public
|
|
392
|
-
*/
|
|
393
|
-
export type LoggerComponent = (typeof LoggerComponent)[keyof typeof LoggerComponent];
|
|
394
|
-
/**
|
|
395
|
-
* @public
|
|
396
|
-
* @enum
|
|
397
|
-
*/
|
|
398
|
-
export declare const LoggerLevel: {
|
|
399
|
-
readonly DEBUG: "DEBUG";
|
|
400
|
-
readonly ERROR: "ERROR";
|
|
401
|
-
readonly FATAL: "FATAL";
|
|
402
|
-
readonly INFO: "INFO";
|
|
403
|
-
readonly WARN: "WARN";
|
|
404
|
-
};
|
|
405
|
-
/**
|
|
406
|
-
* @public
|
|
407
|
-
*/
|
|
408
|
-
export type LoggerLevel = (typeof LoggerLevel)[keyof typeof LoggerLevel];
|
|
409
|
-
/**
|
|
410
|
-
* @public
|
|
411
|
-
* @enum
|
|
412
|
-
*/
|
|
413
|
-
export declare const LoggerType: {
|
|
414
|
-
readonly AWSCloudWatch: "AWSCloudWatch";
|
|
415
|
-
readonly FileSystem: "FileSystem";
|
|
416
|
-
};
|
|
417
|
-
/**
|
|
418
|
-
* @public
|
|
419
|
-
*/
|
|
420
|
-
export type LoggerType = (typeof LoggerType)[keyof typeof LoggerType];
|
|
421
345
|
/**
|
|
422
346
|
* Information about a logger
|
|
423
347
|
* @public
|
|
@@ -721,50 +645,6 @@ export interface ErrorDetail {
|
|
|
721
645
|
*/
|
|
722
646
|
DetailedErrorMessage?: string | undefined;
|
|
723
647
|
}
|
|
724
|
-
/**
|
|
725
|
-
* General error information.
|
|
726
|
-
* @public
|
|
727
|
-
*/
|
|
728
|
-
export declare class BadRequestException extends __BaseException {
|
|
729
|
-
readonly name: "BadRequestException";
|
|
730
|
-
readonly $fault: "client";
|
|
731
|
-
/**
|
|
732
|
-
* Details about the error.
|
|
733
|
-
* @public
|
|
734
|
-
*/
|
|
735
|
-
ErrorDetails?: ErrorDetail[] | undefined;
|
|
736
|
-
/**
|
|
737
|
-
* A message containing information about the error.
|
|
738
|
-
* @public
|
|
739
|
-
*/
|
|
740
|
-
Message?: string | undefined;
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
*/
|
|
744
|
-
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
745
|
-
}
|
|
746
|
-
/**
|
|
747
|
-
* General error information.
|
|
748
|
-
* @public
|
|
749
|
-
*/
|
|
750
|
-
export declare class InternalServerErrorException extends __BaseException {
|
|
751
|
-
readonly name: "InternalServerErrorException";
|
|
752
|
-
readonly $fault: "server";
|
|
753
|
-
/**
|
|
754
|
-
* Details about the error.
|
|
755
|
-
* @public
|
|
756
|
-
*/
|
|
757
|
-
ErrorDetails?: ErrorDetail[] | undefined;
|
|
758
|
-
/**
|
|
759
|
-
* A message containing information about the error.
|
|
760
|
-
* @public
|
|
761
|
-
*/
|
|
762
|
-
Message?: string | undefined;
|
|
763
|
-
/**
|
|
764
|
-
* @internal
|
|
765
|
-
*/
|
|
766
|
-
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
767
|
-
}
|
|
768
648
|
/**
|
|
769
649
|
* @public
|
|
770
650
|
*/
|
|
@@ -827,20 +707,6 @@ export interface BulkDeploymentMetrics {
|
|
|
827
707
|
*/
|
|
828
708
|
RetryAttempts?: number | undefined;
|
|
829
709
|
}
|
|
830
|
-
/**
|
|
831
|
-
* @public
|
|
832
|
-
* @enum
|
|
833
|
-
*/
|
|
834
|
-
export declare const DeploymentType: {
|
|
835
|
-
readonly ForceResetDeployment: "ForceResetDeployment";
|
|
836
|
-
readonly NewDeployment: "NewDeployment";
|
|
837
|
-
readonly Redeployment: "Redeployment";
|
|
838
|
-
readonly ResetDeployment: "ResetDeployment";
|
|
839
|
-
};
|
|
840
|
-
/**
|
|
841
|
-
* @public
|
|
842
|
-
*/
|
|
843
|
-
export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType];
|
|
844
710
|
/**
|
|
845
711
|
* Information about an individual group deployment in a bulk deployment operation.
|
|
846
712
|
* @public
|
|
@@ -887,34 +753,6 @@ export interface BulkDeploymentResult {
|
|
|
887
753
|
*/
|
|
888
754
|
GroupArn?: string | undefined;
|
|
889
755
|
}
|
|
890
|
-
/**
|
|
891
|
-
* @public
|
|
892
|
-
* @enum
|
|
893
|
-
*/
|
|
894
|
-
export declare const BulkDeploymentStatus: {
|
|
895
|
-
readonly Completed: "Completed";
|
|
896
|
-
readonly Failed: "Failed";
|
|
897
|
-
readonly Initializing: "Initializing";
|
|
898
|
-
readonly Running: "Running";
|
|
899
|
-
readonly Stopped: "Stopped";
|
|
900
|
-
readonly Stopping: "Stopping";
|
|
901
|
-
};
|
|
902
|
-
/**
|
|
903
|
-
* @public
|
|
904
|
-
*/
|
|
905
|
-
export type BulkDeploymentStatus = (typeof BulkDeploymentStatus)[keyof typeof BulkDeploymentStatus];
|
|
906
|
-
/**
|
|
907
|
-
* @public
|
|
908
|
-
* @enum
|
|
909
|
-
*/
|
|
910
|
-
export declare const ConfigurationSyncStatus: {
|
|
911
|
-
readonly InSync: "InSync";
|
|
912
|
-
readonly OutOfSync: "OutOfSync";
|
|
913
|
-
};
|
|
914
|
-
/**
|
|
915
|
-
* @public
|
|
916
|
-
*/
|
|
917
|
-
export type ConfigurationSyncStatus = (typeof ConfigurationSyncStatus)[keyof typeof ConfigurationSyncStatus];
|
|
918
756
|
/**
|
|
919
757
|
* Information about the connector definition version, which is a container for connectors.
|
|
920
758
|
* @public
|
|
@@ -1931,64 +1769,6 @@ export interface CreateResourceDefinitionVersionResponse {
|
|
|
1931
1769
|
*/
|
|
1932
1770
|
Version?: string | undefined;
|
|
1933
1771
|
}
|
|
1934
|
-
/**
|
|
1935
|
-
* @public
|
|
1936
|
-
* @enum
|
|
1937
|
-
*/
|
|
1938
|
-
export declare const SoftwareToUpdate: {
|
|
1939
|
-
readonly core: "core";
|
|
1940
|
-
readonly ota_agent: "ota_agent";
|
|
1941
|
-
};
|
|
1942
|
-
/**
|
|
1943
|
-
* @public
|
|
1944
|
-
*/
|
|
1945
|
-
export type SoftwareToUpdate = (typeof SoftwareToUpdate)[keyof typeof SoftwareToUpdate];
|
|
1946
|
-
/**
|
|
1947
|
-
* @public
|
|
1948
|
-
* @enum
|
|
1949
|
-
*/
|
|
1950
|
-
export declare const UpdateAgentLogLevel: {
|
|
1951
|
-
readonly DEBUG: "DEBUG";
|
|
1952
|
-
readonly ERROR: "ERROR";
|
|
1953
|
-
readonly FATAL: "FATAL";
|
|
1954
|
-
readonly INFO: "INFO";
|
|
1955
|
-
readonly NONE: "NONE";
|
|
1956
|
-
readonly TRACE: "TRACE";
|
|
1957
|
-
readonly VERBOSE: "VERBOSE";
|
|
1958
|
-
readonly WARN: "WARN";
|
|
1959
|
-
};
|
|
1960
|
-
/**
|
|
1961
|
-
* @public
|
|
1962
|
-
*/
|
|
1963
|
-
export type UpdateAgentLogLevel = (typeof UpdateAgentLogLevel)[keyof typeof UpdateAgentLogLevel];
|
|
1964
|
-
/**
|
|
1965
|
-
* @public
|
|
1966
|
-
* @enum
|
|
1967
|
-
*/
|
|
1968
|
-
export declare const UpdateTargetsArchitecture: {
|
|
1969
|
-
readonly aarch64: "aarch64";
|
|
1970
|
-
readonly armv6l: "armv6l";
|
|
1971
|
-
readonly armv7l: "armv7l";
|
|
1972
|
-
readonly x86_64: "x86_64";
|
|
1973
|
-
};
|
|
1974
|
-
/**
|
|
1975
|
-
* @public
|
|
1976
|
-
*/
|
|
1977
|
-
export type UpdateTargetsArchitecture = (typeof UpdateTargetsArchitecture)[keyof typeof UpdateTargetsArchitecture];
|
|
1978
|
-
/**
|
|
1979
|
-
* @public
|
|
1980
|
-
* @enum
|
|
1981
|
-
*/
|
|
1982
|
-
export declare const UpdateTargetsOperatingSystem: {
|
|
1983
|
-
readonly amazon_linux: "amazon_linux";
|
|
1984
|
-
readonly openwrt: "openwrt";
|
|
1985
|
-
readonly raspbian: "raspbian";
|
|
1986
|
-
readonly ubuntu: "ubuntu";
|
|
1987
|
-
};
|
|
1988
|
-
/**
|
|
1989
|
-
* @public
|
|
1990
|
-
*/
|
|
1991
|
-
export type UpdateTargetsOperatingSystem = (typeof UpdateTargetsOperatingSystem)[keyof typeof UpdateTargetsOperatingSystem];
|
|
1992
1772
|
/**
|
|
1993
1773
|
* @public
|
|
1994
1774
|
*/
|
|
@@ -3441,18 +3221,6 @@ export interface GetThingRuntimeConfigurationRequest {
|
|
|
3441
3221
|
*/
|
|
3442
3222
|
ThingName: string | undefined;
|
|
3443
3223
|
}
|
|
3444
|
-
/**
|
|
3445
|
-
* @public
|
|
3446
|
-
* @enum
|
|
3447
|
-
*/
|
|
3448
|
-
export declare const Telemetry: {
|
|
3449
|
-
readonly Off: "Off";
|
|
3450
|
-
readonly On: "On";
|
|
3451
|
-
};
|
|
3452
|
-
/**
|
|
3453
|
-
* @public
|
|
3454
|
-
*/
|
|
3455
|
-
export type Telemetry = (typeof Telemetry)[keyof typeof Telemetry];
|
|
3456
3224
|
/**
|
|
3457
3225
|
* Configuration settings for running telemetry.
|
|
3458
3226
|
* @public
|
|
@@ -4,5 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { GreengrassExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
-
export * from "./models";
|
|
7
|
+
export * from "./models/enums";
|
|
8
|
+
export * from "./models/errors";
|
|
9
|
+
export * from "./models/models_0";
|
|
8
10
|
export { GreengrassServiceException } from "./models/GreengrassServiceException";
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export declare const EncodingType: {
|
|
2
|
+
readonly binary: "binary";
|
|
3
|
+
readonly json: "json";
|
|
4
|
+
};
|
|
5
|
+
export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
|
|
6
|
+
export declare const FunctionIsolationMode: {
|
|
7
|
+
readonly GreengrassContainer: "GreengrassContainer";
|
|
8
|
+
readonly NoContainer: "NoContainer";
|
|
9
|
+
};
|
|
10
|
+
export type FunctionIsolationMode =
|
|
11
|
+
(typeof FunctionIsolationMode)[keyof typeof FunctionIsolationMode];
|
|
12
|
+
export declare const Permission: {
|
|
13
|
+
readonly ro: "ro";
|
|
14
|
+
readonly rw: "rw";
|
|
15
|
+
};
|
|
16
|
+
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
17
|
+
export declare const LoggerComponent: {
|
|
18
|
+
readonly GreengrassSystem: "GreengrassSystem";
|
|
19
|
+
readonly Lambda: "Lambda";
|
|
20
|
+
};
|
|
21
|
+
export type LoggerComponent =
|
|
22
|
+
(typeof LoggerComponent)[keyof typeof LoggerComponent];
|
|
23
|
+
export declare const LoggerLevel: {
|
|
24
|
+
readonly DEBUG: "DEBUG";
|
|
25
|
+
readonly ERROR: "ERROR";
|
|
26
|
+
readonly FATAL: "FATAL";
|
|
27
|
+
readonly INFO: "INFO";
|
|
28
|
+
readonly WARN: "WARN";
|
|
29
|
+
};
|
|
30
|
+
export type LoggerLevel = (typeof LoggerLevel)[keyof typeof LoggerLevel];
|
|
31
|
+
export declare const LoggerType: {
|
|
32
|
+
readonly AWSCloudWatch: "AWSCloudWatch";
|
|
33
|
+
readonly FileSystem: "FileSystem";
|
|
34
|
+
};
|
|
35
|
+
export type LoggerType = (typeof LoggerType)[keyof typeof LoggerType];
|
|
36
|
+
export declare const DeploymentType: {
|
|
37
|
+
readonly ForceResetDeployment: "ForceResetDeployment";
|
|
38
|
+
readonly NewDeployment: "NewDeployment";
|
|
39
|
+
readonly Redeployment: "Redeployment";
|
|
40
|
+
readonly ResetDeployment: "ResetDeployment";
|
|
41
|
+
};
|
|
42
|
+
export type DeploymentType =
|
|
43
|
+
(typeof DeploymentType)[keyof typeof DeploymentType];
|
|
44
|
+
export declare const BulkDeploymentStatus: {
|
|
45
|
+
readonly Completed: "Completed";
|
|
46
|
+
readonly Failed: "Failed";
|
|
47
|
+
readonly Initializing: "Initializing";
|
|
48
|
+
readonly Running: "Running";
|
|
49
|
+
readonly Stopped: "Stopped";
|
|
50
|
+
readonly Stopping: "Stopping";
|
|
51
|
+
};
|
|
52
|
+
export type BulkDeploymentStatus =
|
|
53
|
+
(typeof BulkDeploymentStatus)[keyof typeof BulkDeploymentStatus];
|
|
54
|
+
export declare const ConfigurationSyncStatus: {
|
|
55
|
+
readonly InSync: "InSync";
|
|
56
|
+
readonly OutOfSync: "OutOfSync";
|
|
57
|
+
};
|
|
58
|
+
export type ConfigurationSyncStatus =
|
|
59
|
+
(typeof ConfigurationSyncStatus)[keyof typeof ConfigurationSyncStatus];
|
|
60
|
+
export declare const SoftwareToUpdate: {
|
|
61
|
+
readonly core: "core";
|
|
62
|
+
readonly ota_agent: "ota_agent";
|
|
63
|
+
};
|
|
64
|
+
export type SoftwareToUpdate =
|
|
65
|
+
(typeof SoftwareToUpdate)[keyof typeof SoftwareToUpdate];
|
|
66
|
+
export declare const UpdateAgentLogLevel: {
|
|
67
|
+
readonly DEBUG: "DEBUG";
|
|
68
|
+
readonly ERROR: "ERROR";
|
|
69
|
+
readonly FATAL: "FATAL";
|
|
70
|
+
readonly INFO: "INFO";
|
|
71
|
+
readonly NONE: "NONE";
|
|
72
|
+
readonly TRACE: "TRACE";
|
|
73
|
+
readonly VERBOSE: "VERBOSE";
|
|
74
|
+
readonly WARN: "WARN";
|
|
75
|
+
};
|
|
76
|
+
export type UpdateAgentLogLevel =
|
|
77
|
+
(typeof UpdateAgentLogLevel)[keyof typeof UpdateAgentLogLevel];
|
|
78
|
+
export declare const UpdateTargetsArchitecture: {
|
|
79
|
+
readonly aarch64: "aarch64";
|
|
80
|
+
readonly armv6l: "armv6l";
|
|
81
|
+
readonly armv7l: "armv7l";
|
|
82
|
+
readonly x86_64: "x86_64";
|
|
83
|
+
};
|
|
84
|
+
export type UpdateTargetsArchitecture =
|
|
85
|
+
(typeof UpdateTargetsArchitecture)[keyof typeof UpdateTargetsArchitecture];
|
|
86
|
+
export declare const UpdateTargetsOperatingSystem: {
|
|
87
|
+
readonly amazon_linux: "amazon_linux";
|
|
88
|
+
readonly openwrt: "openwrt";
|
|
89
|
+
readonly raspbian: "raspbian";
|
|
90
|
+
readonly ubuntu: "ubuntu";
|
|
91
|
+
};
|
|
92
|
+
export type UpdateTargetsOperatingSystem =
|
|
93
|
+
(typeof UpdateTargetsOperatingSystem)[keyof typeof UpdateTargetsOperatingSystem];
|
|
94
|
+
export declare const Telemetry: {
|
|
95
|
+
readonly Off: "Off";
|
|
96
|
+
readonly On: "On";
|
|
97
|
+
};
|
|
98
|
+
export type Telemetry = (typeof Telemetry)[keyof typeof Telemetry];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { GreengrassServiceException as __BaseException } from "./GreengrassServiceException";
|
|
3
|
+
import { ErrorDetail } from "./models_0";
|
|
4
|
+
export declare class BadRequestException extends __BaseException {
|
|
5
|
+
readonly name: "BadRequestException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
ErrorDetails?: ErrorDetail[] | undefined;
|
|
8
|
+
Message?: string | undefined;
|
|
9
|
+
constructor(
|
|
10
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
export declare class InternalServerErrorException extends __BaseException {
|
|
14
|
+
readonly name: "InternalServerErrorException";
|
|
15
|
+
readonly $fault: "server";
|
|
16
|
+
ErrorDetails?: ErrorDetail[] | undefined;
|
|
17
|
+
Message?: string | undefined;
|
|
18
|
+
constructor(
|
|
19
|
+
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
BulkDeploymentStatus,
|
|
3
|
+
ConfigurationSyncStatus,
|
|
4
|
+
DeploymentType,
|
|
5
|
+
EncodingType,
|
|
6
|
+
FunctionIsolationMode,
|
|
7
|
+
LoggerComponent,
|
|
8
|
+
LoggerLevel,
|
|
9
|
+
LoggerType,
|
|
10
|
+
Permission,
|
|
11
|
+
SoftwareToUpdate,
|
|
12
|
+
Telemetry,
|
|
13
|
+
UpdateAgentLogLevel,
|
|
14
|
+
UpdateTargetsArchitecture,
|
|
15
|
+
UpdateTargetsOperatingSystem,
|
|
16
|
+
} from "./enums";
|
|
3
17
|
export interface ConnectivityInfo {
|
|
4
18
|
HostAddress?: string | undefined;
|
|
5
19
|
Id?: string | undefined;
|
|
@@ -33,17 +47,6 @@ export interface Device {
|
|
|
33
47
|
SyncShadow?: boolean | undefined;
|
|
34
48
|
ThingArn: string | undefined;
|
|
35
49
|
}
|
|
36
|
-
export declare const EncodingType: {
|
|
37
|
-
readonly binary: "binary";
|
|
38
|
-
readonly json: "json";
|
|
39
|
-
};
|
|
40
|
-
export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
|
|
41
|
-
export declare const FunctionIsolationMode: {
|
|
42
|
-
readonly GreengrassContainer: "GreengrassContainer";
|
|
43
|
-
readonly NoContainer: "NoContainer";
|
|
44
|
-
};
|
|
45
|
-
export type FunctionIsolationMode =
|
|
46
|
-
(typeof FunctionIsolationMode)[keyof typeof FunctionIsolationMode];
|
|
47
50
|
export interface FunctionRunAsConfig {
|
|
48
51
|
Gid?: number | undefined;
|
|
49
52
|
Uid?: number | undefined;
|
|
@@ -52,11 +55,6 @@ export interface FunctionExecutionConfig {
|
|
|
52
55
|
IsolationMode?: FunctionIsolationMode | undefined;
|
|
53
56
|
RunAs?: FunctionRunAsConfig | undefined;
|
|
54
57
|
}
|
|
55
|
-
export declare const Permission: {
|
|
56
|
-
readonly ro: "ro";
|
|
57
|
-
readonly rw: "rw";
|
|
58
|
-
};
|
|
59
|
-
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
60
58
|
export interface ResourceAccessPolicy {
|
|
61
59
|
Permission?: Permission | undefined;
|
|
62
60
|
ResourceId: string | undefined;
|
|
@@ -95,25 +93,6 @@ export interface GroupInformation {
|
|
|
95
93
|
LatestVersionArn?: string | undefined;
|
|
96
94
|
Name?: string | undefined;
|
|
97
95
|
}
|
|
98
|
-
export declare const LoggerComponent: {
|
|
99
|
-
readonly GreengrassSystem: "GreengrassSystem";
|
|
100
|
-
readonly Lambda: "Lambda";
|
|
101
|
-
};
|
|
102
|
-
export type LoggerComponent =
|
|
103
|
-
(typeof LoggerComponent)[keyof typeof LoggerComponent];
|
|
104
|
-
export declare const LoggerLevel: {
|
|
105
|
-
readonly DEBUG: "DEBUG";
|
|
106
|
-
readonly ERROR: "ERROR";
|
|
107
|
-
readonly FATAL: "FATAL";
|
|
108
|
-
readonly INFO: "INFO";
|
|
109
|
-
readonly WARN: "WARN";
|
|
110
|
-
};
|
|
111
|
-
export type LoggerLevel = (typeof LoggerLevel)[keyof typeof LoggerLevel];
|
|
112
|
-
export declare const LoggerType: {
|
|
113
|
-
readonly AWSCloudWatch: "AWSCloudWatch";
|
|
114
|
-
readonly FileSystem: "FileSystem";
|
|
115
|
-
};
|
|
116
|
-
export type LoggerType = (typeof LoggerType)[keyof typeof LoggerType];
|
|
117
96
|
export interface Logger {
|
|
118
97
|
Component: LoggerComponent | undefined;
|
|
119
98
|
Id: string | undefined;
|
|
@@ -193,24 +172,6 @@ export interface ErrorDetail {
|
|
|
193
172
|
DetailedErrorCode?: string | undefined;
|
|
194
173
|
DetailedErrorMessage?: string | undefined;
|
|
195
174
|
}
|
|
196
|
-
export declare class BadRequestException extends __BaseException {
|
|
197
|
-
readonly name: "BadRequestException";
|
|
198
|
-
readonly $fault: "client";
|
|
199
|
-
ErrorDetails?: ErrorDetail[] | undefined;
|
|
200
|
-
Message?: string | undefined;
|
|
201
|
-
constructor(
|
|
202
|
-
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
203
|
-
);
|
|
204
|
-
}
|
|
205
|
-
export declare class InternalServerErrorException extends __BaseException {
|
|
206
|
-
readonly name: "InternalServerErrorException";
|
|
207
|
-
readonly $fault: "server";
|
|
208
|
-
ErrorDetails?: ErrorDetail[] | undefined;
|
|
209
|
-
Message?: string | undefined;
|
|
210
|
-
constructor(
|
|
211
|
-
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
212
|
-
);
|
|
213
|
-
}
|
|
214
175
|
export interface AssociateServiceRoleToAccountRequest {
|
|
215
176
|
RoleArn: string | undefined;
|
|
216
177
|
}
|
|
@@ -227,14 +188,6 @@ export interface BulkDeploymentMetrics {
|
|
|
227
188
|
RecordsProcessed?: number | undefined;
|
|
228
189
|
RetryAttempts?: number | undefined;
|
|
229
190
|
}
|
|
230
|
-
export declare const DeploymentType: {
|
|
231
|
-
readonly ForceResetDeployment: "ForceResetDeployment";
|
|
232
|
-
readonly NewDeployment: "NewDeployment";
|
|
233
|
-
readonly Redeployment: "Redeployment";
|
|
234
|
-
readonly ResetDeployment: "ResetDeployment";
|
|
235
|
-
};
|
|
236
|
-
export type DeploymentType =
|
|
237
|
-
(typeof DeploymentType)[keyof typeof DeploymentType];
|
|
238
191
|
export interface BulkDeploymentResult {
|
|
239
192
|
CreatedAt?: string | undefined;
|
|
240
193
|
DeploymentArn?: string | undefined;
|
|
@@ -245,22 +198,6 @@ export interface BulkDeploymentResult {
|
|
|
245
198
|
ErrorMessage?: string | undefined;
|
|
246
199
|
GroupArn?: string | undefined;
|
|
247
200
|
}
|
|
248
|
-
export declare const BulkDeploymentStatus: {
|
|
249
|
-
readonly Completed: "Completed";
|
|
250
|
-
readonly Failed: "Failed";
|
|
251
|
-
readonly Initializing: "Initializing";
|
|
252
|
-
readonly Running: "Running";
|
|
253
|
-
readonly Stopped: "Stopped";
|
|
254
|
-
readonly Stopping: "Stopping";
|
|
255
|
-
};
|
|
256
|
-
export type BulkDeploymentStatus =
|
|
257
|
-
(typeof BulkDeploymentStatus)[keyof typeof BulkDeploymentStatus];
|
|
258
|
-
export declare const ConfigurationSyncStatus: {
|
|
259
|
-
readonly InSync: "InSync";
|
|
260
|
-
readonly OutOfSync: "OutOfSync";
|
|
261
|
-
};
|
|
262
|
-
export type ConfigurationSyncStatus =
|
|
263
|
-
(typeof ConfigurationSyncStatus)[keyof typeof ConfigurationSyncStatus];
|
|
264
201
|
export interface ConnectorDefinitionVersion {
|
|
265
202
|
Connectors?: Connector[] | undefined;
|
|
266
203
|
}
|
|
@@ -503,40 +440,6 @@ export interface CreateResourceDefinitionVersionResponse {
|
|
|
503
440
|
Id?: string | undefined;
|
|
504
441
|
Version?: string | undefined;
|
|
505
442
|
}
|
|
506
|
-
export declare const SoftwareToUpdate: {
|
|
507
|
-
readonly core: "core";
|
|
508
|
-
readonly ota_agent: "ota_agent";
|
|
509
|
-
};
|
|
510
|
-
export type SoftwareToUpdate =
|
|
511
|
-
(typeof SoftwareToUpdate)[keyof typeof SoftwareToUpdate];
|
|
512
|
-
export declare const UpdateAgentLogLevel: {
|
|
513
|
-
readonly DEBUG: "DEBUG";
|
|
514
|
-
readonly ERROR: "ERROR";
|
|
515
|
-
readonly FATAL: "FATAL";
|
|
516
|
-
readonly INFO: "INFO";
|
|
517
|
-
readonly NONE: "NONE";
|
|
518
|
-
readonly TRACE: "TRACE";
|
|
519
|
-
readonly VERBOSE: "VERBOSE";
|
|
520
|
-
readonly WARN: "WARN";
|
|
521
|
-
};
|
|
522
|
-
export type UpdateAgentLogLevel =
|
|
523
|
-
(typeof UpdateAgentLogLevel)[keyof typeof UpdateAgentLogLevel];
|
|
524
|
-
export declare const UpdateTargetsArchitecture: {
|
|
525
|
-
readonly aarch64: "aarch64";
|
|
526
|
-
readonly armv6l: "armv6l";
|
|
527
|
-
readonly armv7l: "armv7l";
|
|
528
|
-
readonly x86_64: "x86_64";
|
|
529
|
-
};
|
|
530
|
-
export type UpdateTargetsArchitecture =
|
|
531
|
-
(typeof UpdateTargetsArchitecture)[keyof typeof UpdateTargetsArchitecture];
|
|
532
|
-
export declare const UpdateTargetsOperatingSystem: {
|
|
533
|
-
readonly amazon_linux: "amazon_linux";
|
|
534
|
-
readonly openwrt: "openwrt";
|
|
535
|
-
readonly raspbian: "raspbian";
|
|
536
|
-
readonly ubuntu: "ubuntu";
|
|
537
|
-
};
|
|
538
|
-
export type UpdateTargetsOperatingSystem =
|
|
539
|
-
(typeof UpdateTargetsOperatingSystem)[keyof typeof UpdateTargetsOperatingSystem];
|
|
540
443
|
export interface CreateSoftwareUpdateJobRequest {
|
|
541
444
|
AmznClientToken?: string | undefined;
|
|
542
445
|
S3UrlSignerRole: string | undefined;
|
|
@@ -892,11 +795,6 @@ export interface GetSubscriptionDefinitionVersionResponse {
|
|
|
892
795
|
export interface GetThingRuntimeConfigurationRequest {
|
|
893
796
|
ThingName: string | undefined;
|
|
894
797
|
}
|
|
895
|
-
export declare const Telemetry: {
|
|
896
|
-
readonly Off: "Off";
|
|
897
|
-
readonly On: "On";
|
|
898
|
-
};
|
|
899
|
-
export type Telemetry = (typeof Telemetry)[keyof typeof Telemetry];
|
|
900
798
|
export interface TelemetryConfiguration {
|
|
901
799
|
ConfigurationSyncStatus?: ConfigurationSyncStatus | undefined;
|
|
902
800
|
Telemetry: Telemetry | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-greengrass",
|
|
3
3
|
"description": "AWS SDK for JavaScript Greengrass Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.935.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-greengrass",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|