@aws-sdk/client-greengrassv2 3.131.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +2 -2
- package/dist-cjs/commands/CancelDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateComponentVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/DeleteComponentCommand.js +1 -1
- package/dist-cjs/commands/DeleteCoreDeviceCommand.js +1 -1
- package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -1
- package/dist-cjs/commands/DescribeComponentCommand.js +2 -2
- package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -2
- package/dist-cjs/commands/GetComponentCommand.js +2 -2
- package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +2 -2
- package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -2
- package/dist-cjs/commands/GetCoreDeviceCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
- package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -2
- package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +2 -2
- package/dist-cjs/commands/ListComponentVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListCoreDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/ListInstalledComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -2
- package/dist-cjs/models/models_0.js +383 -573
- package/dist-cjs/protocols/Aws_restJson1.js +399 -774
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -3
- package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +3 -3
- package/dist-es/commands/CancelDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateComponentVersionCommand.js +3 -3
- package/dist-es/commands/CreateDeploymentCommand.js +3 -3
- package/dist-es/commands/DeleteComponentCommand.js +2 -2
- package/dist-es/commands/DeleteCoreDeviceCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
- package/dist-es/commands/DescribeComponentCommand.js +3 -3
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -3
- package/dist-es/commands/GetComponentCommand.js +3 -3
- package/dist-es/commands/GetComponentVersionArtifactCommand.js +3 -3
- package/dist-es/commands/GetConnectivityInfoCommand.js +3 -3
- package/dist-es/commands/GetCoreDeviceCommand.js +3 -3
- package/dist-es/commands/GetDeploymentCommand.js +3 -3
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -3
- package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +3 -3
- package/dist-es/commands/ListComponentVersionsCommand.js +3 -3
- package/dist-es/commands/ListComponentsCommand.js +3 -3
- package/dist-es/commands/ListCoreDevicesCommand.js +3 -3
- package/dist-es/commands/ListDeploymentsCommand.js +3 -3
- package/dist-es/commands/ListEffectiveDeploymentsCommand.js +3 -3
- package/dist-es/commands/ListInstalledComponentsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ResolveComponentCandidatesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -3
- package/dist-es/models/models_0.js +95 -380
- package/dist-es/protocols/Aws_restJson1.js +507 -765
- package/dist-types/models/models_0.d.ts +380 -570
- package/dist-types/ts3.4/models/models_0.d.ts +190 -380
- package/package.json +6 -6
|
@@ -12,10 +12,6 @@ export interface AssociateClientDeviceWithCoreDeviceEntry {
|
|
|
12
12
|
|
|
13
13
|
thingName: string | undefined;
|
|
14
14
|
}
|
|
15
|
-
export declare namespace AssociateClientDeviceWithCoreDeviceEntry {
|
|
16
|
-
|
|
17
|
-
const filterSensitiveLog: (obj: AssociateClientDeviceWithCoreDeviceEntry) => any;
|
|
18
|
-
}
|
|
19
15
|
|
|
20
16
|
export interface AssociateClientDeviceWithCoreDeviceErrorEntry {
|
|
21
17
|
|
|
@@ -25,10 +21,6 @@ export interface AssociateClientDeviceWithCoreDeviceErrorEntry {
|
|
|
25
21
|
|
|
26
22
|
message?: string;
|
|
27
23
|
}
|
|
28
|
-
export declare namespace AssociateClientDeviceWithCoreDeviceErrorEntry {
|
|
29
|
-
|
|
30
|
-
const filterSensitiveLog: (obj: AssociateClientDeviceWithCoreDeviceErrorEntry) => any;
|
|
31
|
-
}
|
|
32
24
|
|
|
33
25
|
export interface AssociatedClientDevice {
|
|
34
26
|
|
|
@@ -36,26 +28,14 @@ export interface AssociatedClientDevice {
|
|
|
36
28
|
|
|
37
29
|
associationTimestamp?: Date;
|
|
38
30
|
}
|
|
39
|
-
export declare namespace AssociatedClientDevice {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: AssociatedClientDevice) => any;
|
|
42
|
-
}
|
|
43
31
|
export interface AssociateServiceRoleToAccountRequest {
|
|
44
32
|
|
|
45
33
|
roleArn: string | undefined;
|
|
46
34
|
}
|
|
47
|
-
export declare namespace AssociateServiceRoleToAccountRequest {
|
|
48
|
-
|
|
49
|
-
const filterSensitiveLog: (obj: AssociateServiceRoleToAccountRequest) => any;
|
|
50
|
-
}
|
|
51
35
|
export interface AssociateServiceRoleToAccountResponse {
|
|
52
36
|
|
|
53
37
|
associatedAt?: string;
|
|
54
38
|
}
|
|
55
|
-
export declare namespace AssociateServiceRoleToAccountResponse {
|
|
56
|
-
|
|
57
|
-
const filterSensitiveLog: (obj: AssociateServiceRoleToAccountResponse) => any;
|
|
58
|
-
}
|
|
59
39
|
|
|
60
40
|
export declare class InternalServerException extends __BaseException {
|
|
61
41
|
readonly name: "InternalServerException";
|
|
@@ -72,10 +52,6 @@ export interface ValidationExceptionField {
|
|
|
72
52
|
|
|
73
53
|
message: string | undefined;
|
|
74
54
|
}
|
|
75
|
-
export declare namespace ValidationExceptionField {
|
|
76
|
-
|
|
77
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
78
|
-
}
|
|
79
55
|
export declare enum ValidationExceptionReason {
|
|
80
56
|
CANNOT_PARSE = "CANNOT_PARSE",
|
|
81
57
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
@@ -99,18 +75,10 @@ export interface BatchAssociateClientDeviceWithCoreDeviceRequest {
|
|
|
99
75
|
|
|
100
76
|
coreDeviceThingName: string | undefined;
|
|
101
77
|
}
|
|
102
|
-
export declare namespace BatchAssociateClientDeviceWithCoreDeviceRequest {
|
|
103
|
-
|
|
104
|
-
const filterSensitiveLog: (obj: BatchAssociateClientDeviceWithCoreDeviceRequest) => any;
|
|
105
|
-
}
|
|
106
78
|
export interface BatchAssociateClientDeviceWithCoreDeviceResponse {
|
|
107
79
|
|
|
108
80
|
errorEntries?: AssociateClientDeviceWithCoreDeviceErrorEntry[];
|
|
109
81
|
}
|
|
110
|
-
export declare namespace BatchAssociateClientDeviceWithCoreDeviceResponse {
|
|
111
|
-
|
|
112
|
-
const filterSensitiveLog: (obj: BatchAssociateClientDeviceWithCoreDeviceResponse) => any;
|
|
113
|
-
}
|
|
114
82
|
|
|
115
83
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
116
84
|
readonly name: "ResourceNotFoundException";
|
|
@@ -140,20 +108,12 @@ export interface DisassociateClientDeviceFromCoreDeviceEntry {
|
|
|
140
108
|
|
|
141
109
|
thingName: string | undefined;
|
|
142
110
|
}
|
|
143
|
-
export declare namespace DisassociateClientDeviceFromCoreDeviceEntry {
|
|
144
|
-
|
|
145
|
-
const filterSensitiveLog: (obj: DisassociateClientDeviceFromCoreDeviceEntry) => any;
|
|
146
|
-
}
|
|
147
111
|
export interface BatchDisassociateClientDeviceFromCoreDeviceRequest {
|
|
148
112
|
|
|
149
113
|
entries?: DisassociateClientDeviceFromCoreDeviceEntry[];
|
|
150
114
|
|
|
151
115
|
coreDeviceThingName: string | undefined;
|
|
152
116
|
}
|
|
153
|
-
export declare namespace BatchDisassociateClientDeviceFromCoreDeviceRequest {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: BatchDisassociateClientDeviceFromCoreDeviceRequest) => any;
|
|
156
|
-
}
|
|
157
117
|
|
|
158
118
|
export interface DisassociateClientDeviceFromCoreDeviceErrorEntry {
|
|
159
119
|
|
|
@@ -163,34 +123,18 @@ export interface DisassociateClientDeviceFromCoreDeviceErrorEntry {
|
|
|
163
123
|
|
|
164
124
|
message?: string;
|
|
165
125
|
}
|
|
166
|
-
export declare namespace DisassociateClientDeviceFromCoreDeviceErrorEntry {
|
|
167
|
-
|
|
168
|
-
const filterSensitiveLog: (obj: DisassociateClientDeviceFromCoreDeviceErrorEntry) => any;
|
|
169
|
-
}
|
|
170
126
|
export interface BatchDisassociateClientDeviceFromCoreDeviceResponse {
|
|
171
127
|
|
|
172
128
|
errorEntries?: DisassociateClientDeviceFromCoreDeviceErrorEntry[];
|
|
173
129
|
}
|
|
174
|
-
export declare namespace BatchDisassociateClientDeviceFromCoreDeviceResponse {
|
|
175
|
-
|
|
176
|
-
const filterSensitiveLog: (obj: BatchDisassociateClientDeviceFromCoreDeviceResponse) => any;
|
|
177
|
-
}
|
|
178
130
|
export interface CancelDeploymentRequest {
|
|
179
131
|
|
|
180
132
|
deploymentId: string | undefined;
|
|
181
133
|
}
|
|
182
|
-
export declare namespace CancelDeploymentRequest {
|
|
183
|
-
|
|
184
|
-
const filterSensitiveLog: (obj: CancelDeploymentRequest) => any;
|
|
185
|
-
}
|
|
186
134
|
export interface CancelDeploymentResponse {
|
|
187
135
|
|
|
188
136
|
message?: string;
|
|
189
137
|
}
|
|
190
|
-
export declare namespace CancelDeploymentResponse {
|
|
191
|
-
|
|
192
|
-
const filterSensitiveLog: (obj: CancelDeploymentResponse) => any;
|
|
193
|
-
}
|
|
194
138
|
|
|
195
139
|
export declare class ConflictException extends __BaseException {
|
|
196
140
|
readonly name: "ConflictException";
|
|
@@ -227,10 +171,6 @@ export interface CloudComponentStatus {
|
|
|
227
171
|
|
|
228
172
|
vendorGuidanceMessage?: string;
|
|
229
173
|
}
|
|
230
|
-
export declare namespace CloudComponentStatus {
|
|
231
|
-
|
|
232
|
-
const filterSensitiveLog: (obj: CloudComponentStatus) => any;
|
|
233
|
-
}
|
|
234
174
|
|
|
235
175
|
export interface ComponentPlatform {
|
|
236
176
|
|
|
@@ -238,10 +178,6 @@ export interface ComponentPlatform {
|
|
|
238
178
|
|
|
239
179
|
attributes?: Record<string, string>;
|
|
240
180
|
}
|
|
241
|
-
export declare namespace ComponentPlatform {
|
|
242
|
-
|
|
243
|
-
const filterSensitiveLog: (obj: ComponentPlatform) => any;
|
|
244
|
-
}
|
|
245
181
|
|
|
246
182
|
export interface ComponentLatestVersion {
|
|
247
183
|
|
|
@@ -257,10 +193,6 @@ export interface ComponentLatestVersion {
|
|
|
257
193
|
|
|
258
194
|
platforms?: ComponentPlatform[];
|
|
259
195
|
}
|
|
260
|
-
export declare namespace ComponentLatestVersion {
|
|
261
|
-
|
|
262
|
-
const filterSensitiveLog: (obj: ComponentLatestVersion) => any;
|
|
263
|
-
}
|
|
264
196
|
|
|
265
197
|
export interface Component {
|
|
266
198
|
|
|
@@ -270,10 +202,6 @@ export interface Component {
|
|
|
270
202
|
|
|
271
203
|
latestVersion?: ComponentLatestVersion;
|
|
272
204
|
}
|
|
273
|
-
export declare namespace Component {
|
|
274
|
-
|
|
275
|
-
const filterSensitiveLog: (obj: Component) => any;
|
|
276
|
-
}
|
|
277
205
|
|
|
278
206
|
export interface ComponentCandidate {
|
|
279
207
|
|
|
@@ -283,10 +211,6 @@ export interface ComponentCandidate {
|
|
|
283
211
|
|
|
284
212
|
versionRequirements?: Record<string, string>;
|
|
285
213
|
}
|
|
286
|
-
export declare namespace ComponentCandidate {
|
|
287
|
-
|
|
288
|
-
const filterSensitiveLog: (obj: ComponentCandidate) => any;
|
|
289
|
-
}
|
|
290
214
|
|
|
291
215
|
export interface ComponentConfigurationUpdate {
|
|
292
216
|
|
|
@@ -294,10 +218,6 @@ export interface ComponentConfigurationUpdate {
|
|
|
294
218
|
|
|
295
219
|
reset?: string[];
|
|
296
220
|
}
|
|
297
|
-
export declare namespace ComponentConfigurationUpdate {
|
|
298
|
-
|
|
299
|
-
const filterSensitiveLog: (obj: ComponentConfigurationUpdate) => any;
|
|
300
|
-
}
|
|
301
221
|
export declare enum ComponentDependencyType {
|
|
302
222
|
HARD = "HARD",
|
|
303
223
|
SOFT = "SOFT"
|
|
@@ -309,10 +229,6 @@ export interface ComponentDependencyRequirement {
|
|
|
309
229
|
|
|
310
230
|
dependencyType?: ComponentDependencyType | string;
|
|
311
231
|
}
|
|
312
|
-
export declare namespace ComponentDependencyRequirement {
|
|
313
|
-
|
|
314
|
-
const filterSensitiveLog: (obj: ComponentDependencyRequirement) => any;
|
|
315
|
-
}
|
|
316
232
|
|
|
317
233
|
export interface SystemResourceLimits {
|
|
318
234
|
|
|
@@ -320,10 +236,6 @@ export interface SystemResourceLimits {
|
|
|
320
236
|
|
|
321
237
|
cpus?: number;
|
|
322
238
|
}
|
|
323
|
-
export declare namespace SystemResourceLimits {
|
|
324
|
-
|
|
325
|
-
const filterSensitiveLog: (obj: SystemResourceLimits) => any;
|
|
326
|
-
}
|
|
327
239
|
|
|
328
240
|
export interface ComponentRunWith {
|
|
329
241
|
|
|
@@ -333,10 +245,6 @@ export interface ComponentRunWith {
|
|
|
333
245
|
|
|
334
246
|
windowsUser?: string;
|
|
335
247
|
}
|
|
336
|
-
export declare namespace ComponentRunWith {
|
|
337
|
-
|
|
338
|
-
const filterSensitiveLog: (obj: ComponentRunWith) => any;
|
|
339
|
-
}
|
|
340
248
|
|
|
341
249
|
export interface ComponentDeploymentSpecification {
|
|
342
250
|
|
|
@@ -346,10 +254,6 @@ export interface ComponentDeploymentSpecification {
|
|
|
346
254
|
|
|
347
255
|
runWith?: ComponentRunWith;
|
|
348
256
|
}
|
|
349
|
-
export declare namespace ComponentDeploymentSpecification {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: ComponentDeploymentSpecification) => any;
|
|
352
|
-
}
|
|
353
257
|
|
|
354
258
|
export interface ComponentVersionListItem {
|
|
355
259
|
|
|
@@ -359,10 +263,6 @@ export interface ComponentVersionListItem {
|
|
|
359
263
|
|
|
360
264
|
arn?: string;
|
|
361
265
|
}
|
|
362
|
-
export declare namespace ComponentVersionListItem {
|
|
363
|
-
|
|
364
|
-
const filterSensitiveLog: (obj: ComponentVersionListItem) => any;
|
|
365
|
-
}
|
|
366
266
|
export declare enum ComponentVisibilityScope {
|
|
367
267
|
PRIVATE = "PRIVATE",
|
|
368
268
|
PUBLIC = "PUBLIC"
|
|
@@ -378,10 +278,6 @@ export interface ConnectivityInfo {
|
|
|
378
278
|
|
|
379
279
|
metadata?: string;
|
|
380
280
|
}
|
|
381
|
-
export declare namespace ConnectivityInfo {
|
|
382
|
-
|
|
383
|
-
const filterSensitiveLog: (obj: ConnectivityInfo) => any;
|
|
384
|
-
}
|
|
385
281
|
export declare enum CoreDeviceStatus {
|
|
386
282
|
HEALTHY = "HEALTHY",
|
|
387
283
|
UNHEALTHY = "UNHEALTHY"
|
|
@@ -395,10 +291,6 @@ export interface CoreDevice {
|
|
|
395
291
|
|
|
396
292
|
lastStatusUpdateTimestamp?: Date;
|
|
397
293
|
}
|
|
398
|
-
export declare namespace CoreDevice {
|
|
399
|
-
|
|
400
|
-
const filterSensitiveLog: (obj: CoreDevice) => any;
|
|
401
|
-
}
|
|
402
294
|
export declare enum LambdaEventSourceType {
|
|
403
295
|
IOT_CORE = "IOT_CORE",
|
|
404
296
|
PUB_SUB = "PUB_SUB"
|
|
@@ -410,10 +302,6 @@ export interface LambdaEventSource {
|
|
|
410
302
|
|
|
411
303
|
type: LambdaEventSourceType | string | undefined;
|
|
412
304
|
}
|
|
413
|
-
export declare namespace LambdaEventSource {
|
|
414
|
-
|
|
415
|
-
const filterSensitiveLog: (obj: LambdaEventSource) => any;
|
|
416
|
-
}
|
|
417
305
|
export declare enum LambdaInputPayloadEncodingType {
|
|
418
306
|
BINARY = "binary",
|
|
419
307
|
JSON = "json"
|
|
@@ -431,10 +319,6 @@ export interface LambdaDeviceMount {
|
|
|
431
319
|
|
|
432
320
|
addGroupOwner?: boolean;
|
|
433
321
|
}
|
|
434
|
-
export declare namespace LambdaDeviceMount {
|
|
435
|
-
|
|
436
|
-
const filterSensitiveLog: (obj: LambdaDeviceMount) => any;
|
|
437
|
-
}
|
|
438
322
|
|
|
439
323
|
export interface LambdaVolumeMount {
|
|
440
324
|
|
|
@@ -446,10 +330,6 @@ export interface LambdaVolumeMount {
|
|
|
446
330
|
|
|
447
331
|
addGroupOwner?: boolean;
|
|
448
332
|
}
|
|
449
|
-
export declare namespace LambdaVolumeMount {
|
|
450
|
-
|
|
451
|
-
const filterSensitiveLog: (obj: LambdaVolumeMount) => any;
|
|
452
|
-
}
|
|
453
333
|
|
|
454
334
|
export interface LambdaContainerParams {
|
|
455
335
|
|
|
@@ -461,10 +341,6 @@ export interface LambdaContainerParams {
|
|
|
461
341
|
|
|
462
342
|
devices?: LambdaDeviceMount[];
|
|
463
343
|
}
|
|
464
|
-
export declare namespace LambdaContainerParams {
|
|
465
|
-
|
|
466
|
-
const filterSensitiveLog: (obj: LambdaContainerParams) => any;
|
|
467
|
-
}
|
|
468
344
|
export declare enum LambdaIsolationMode {
|
|
469
345
|
GREENGRASS_CONTAINER = "GreengrassContainer",
|
|
470
346
|
NO_CONTAINER = "NoContainer"
|
|
@@ -476,10 +352,6 @@ export interface LambdaLinuxProcessParams {
|
|
|
476
352
|
|
|
477
353
|
containerParams?: LambdaContainerParams;
|
|
478
354
|
}
|
|
479
|
-
export declare namespace LambdaLinuxProcessParams {
|
|
480
|
-
|
|
481
|
-
const filterSensitiveLog: (obj: LambdaLinuxProcessParams) => any;
|
|
482
|
-
}
|
|
483
355
|
|
|
484
356
|
export interface LambdaExecutionParameters {
|
|
485
357
|
|
|
@@ -505,10 +377,6 @@ export interface LambdaExecutionParameters {
|
|
|
505
377
|
|
|
506
378
|
linuxProcessParams?: LambdaLinuxProcessParams;
|
|
507
379
|
}
|
|
508
|
-
export declare namespace LambdaExecutionParameters {
|
|
509
|
-
|
|
510
|
-
const filterSensitiveLog: (obj: LambdaExecutionParameters) => any;
|
|
511
|
-
}
|
|
512
380
|
|
|
513
381
|
export interface LambdaFunctionRecipeSource {
|
|
514
382
|
|
|
@@ -524,10 +392,6 @@ export interface LambdaFunctionRecipeSource {
|
|
|
524
392
|
|
|
525
393
|
componentLambdaParameters?: LambdaExecutionParameters;
|
|
526
394
|
}
|
|
527
|
-
export declare namespace LambdaFunctionRecipeSource {
|
|
528
|
-
|
|
529
|
-
const filterSensitiveLog: (obj: LambdaFunctionRecipeSource) => any;
|
|
530
|
-
}
|
|
531
395
|
export interface CreateComponentVersionRequest {
|
|
532
396
|
|
|
533
397
|
inlineRecipe?: Uint8Array;
|
|
@@ -538,10 +402,6 @@ export interface CreateComponentVersionRequest {
|
|
|
538
402
|
|
|
539
403
|
clientToken?: string;
|
|
540
404
|
}
|
|
541
|
-
export declare namespace CreateComponentVersionRequest {
|
|
542
|
-
|
|
543
|
-
const filterSensitiveLog: (obj: CreateComponentVersionRequest) => any;
|
|
544
|
-
}
|
|
545
405
|
export interface CreateComponentVersionResponse {
|
|
546
406
|
|
|
547
407
|
arn?: string;
|
|
@@ -554,10 +414,6 @@ export interface CreateComponentVersionResponse {
|
|
|
554
414
|
|
|
555
415
|
status: CloudComponentStatus | undefined;
|
|
556
416
|
}
|
|
557
|
-
export declare namespace CreateComponentVersionResponse {
|
|
558
|
-
|
|
559
|
-
const filterSensitiveLog: (obj: CreateComponentVersionResponse) => any;
|
|
560
|
-
}
|
|
561
417
|
|
|
562
418
|
export declare class RequestAlreadyInProgressException extends __BaseException {
|
|
563
419
|
readonly name: "RequestAlreadyInProgressException";
|
|
@@ -591,19 +447,11 @@ export interface DeploymentComponentUpdatePolicy {
|
|
|
591
447
|
|
|
592
448
|
action?: DeploymentComponentUpdatePolicyAction | string;
|
|
593
449
|
}
|
|
594
|
-
export declare namespace DeploymentComponentUpdatePolicy {
|
|
595
|
-
|
|
596
|
-
const filterSensitiveLog: (obj: DeploymentComponentUpdatePolicy) => any;
|
|
597
|
-
}
|
|
598
450
|
|
|
599
451
|
export interface DeploymentConfigurationValidationPolicy {
|
|
600
452
|
|
|
601
453
|
timeoutInSeconds?: number;
|
|
602
454
|
}
|
|
603
|
-
export declare namespace DeploymentConfigurationValidationPolicy {
|
|
604
|
-
|
|
605
|
-
const filterSensitiveLog: (obj: DeploymentConfigurationValidationPolicy) => any;
|
|
606
|
-
}
|
|
607
455
|
export declare enum DeploymentFailureHandlingPolicy {
|
|
608
456
|
DO_NOTHING = "DO_NOTHING",
|
|
609
457
|
ROLLBACK = "ROLLBACK"
|
|
@@ -617,10 +465,6 @@ export interface DeploymentPolicies {
|
|
|
617
465
|
|
|
618
466
|
configurationValidationPolicy?: DeploymentConfigurationValidationPolicy;
|
|
619
467
|
}
|
|
620
|
-
export declare namespace DeploymentPolicies {
|
|
621
|
-
|
|
622
|
-
const filterSensitiveLog: (obj: DeploymentPolicies) => any;
|
|
623
|
-
}
|
|
624
468
|
export declare enum IoTJobAbortAction {
|
|
625
469
|
CANCEL = "CANCEL"
|
|
626
470
|
}
|
|
@@ -641,19 +485,11 @@ export interface IoTJobAbortCriteria {
|
|
|
641
485
|
|
|
642
486
|
minNumberOfExecutedThings: number | undefined;
|
|
643
487
|
}
|
|
644
|
-
export declare namespace IoTJobAbortCriteria {
|
|
645
|
-
|
|
646
|
-
const filterSensitiveLog: (obj: IoTJobAbortCriteria) => any;
|
|
647
|
-
}
|
|
648
488
|
|
|
649
489
|
export interface IoTJobAbortConfig {
|
|
650
490
|
|
|
651
491
|
criteriaList: IoTJobAbortCriteria[] | undefined;
|
|
652
492
|
}
|
|
653
|
-
export declare namespace IoTJobAbortConfig {
|
|
654
|
-
|
|
655
|
-
const filterSensitiveLog: (obj: IoTJobAbortConfig) => any;
|
|
656
|
-
}
|
|
657
493
|
|
|
658
494
|
export interface IoTJobRateIncreaseCriteria {
|
|
659
495
|
|
|
@@ -661,10 +497,6 @@ export interface IoTJobRateIncreaseCriteria {
|
|
|
661
497
|
|
|
662
498
|
numberOfSucceededThings?: number;
|
|
663
499
|
}
|
|
664
|
-
export declare namespace IoTJobRateIncreaseCriteria {
|
|
665
|
-
|
|
666
|
-
const filterSensitiveLog: (obj: IoTJobRateIncreaseCriteria) => any;
|
|
667
|
-
}
|
|
668
500
|
|
|
669
501
|
export interface IoTJobExponentialRolloutRate {
|
|
670
502
|
|
|
@@ -674,10 +506,6 @@ export interface IoTJobExponentialRolloutRate {
|
|
|
674
506
|
|
|
675
507
|
rateIncreaseCriteria: IoTJobRateIncreaseCriteria | undefined;
|
|
676
508
|
}
|
|
677
|
-
export declare namespace IoTJobExponentialRolloutRate {
|
|
678
|
-
|
|
679
|
-
const filterSensitiveLog: (obj: IoTJobExponentialRolloutRate) => any;
|
|
680
|
-
}
|
|
681
509
|
|
|
682
510
|
export interface IoTJobExecutionsRolloutConfig {
|
|
683
511
|
|
|
@@ -685,19 +513,11 @@ export interface IoTJobExecutionsRolloutConfig {
|
|
|
685
513
|
|
|
686
514
|
maximumPerMinute?: number;
|
|
687
515
|
}
|
|
688
|
-
export declare namespace IoTJobExecutionsRolloutConfig {
|
|
689
|
-
|
|
690
|
-
const filterSensitiveLog: (obj: IoTJobExecutionsRolloutConfig) => any;
|
|
691
|
-
}
|
|
692
516
|
|
|
693
517
|
export interface IoTJobTimeoutConfig {
|
|
694
518
|
|
|
695
519
|
inProgressTimeoutInMinutes?: number;
|
|
696
520
|
}
|
|
697
|
-
export declare namespace IoTJobTimeoutConfig {
|
|
698
|
-
|
|
699
|
-
const filterSensitiveLog: (obj: IoTJobTimeoutConfig) => any;
|
|
700
|
-
}
|
|
701
521
|
|
|
702
522
|
export interface DeploymentIoTJobConfiguration {
|
|
703
523
|
|
|
@@ -707,10 +527,6 @@ export interface DeploymentIoTJobConfiguration {
|
|
|
707
527
|
|
|
708
528
|
timeoutConfig?: IoTJobTimeoutConfig;
|
|
709
529
|
}
|
|
710
|
-
export declare namespace DeploymentIoTJobConfiguration {
|
|
711
|
-
|
|
712
|
-
const filterSensitiveLog: (obj: DeploymentIoTJobConfiguration) => any;
|
|
713
|
-
}
|
|
714
530
|
export interface CreateDeploymentRequest {
|
|
715
531
|
|
|
716
532
|
targetArn: string | undefined;
|
|
@@ -727,10 +543,6 @@ export interface CreateDeploymentRequest {
|
|
|
727
543
|
|
|
728
544
|
clientToken?: string;
|
|
729
545
|
}
|
|
730
|
-
export declare namespace CreateDeploymentRequest {
|
|
731
|
-
|
|
732
|
-
const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
733
|
-
}
|
|
734
546
|
export interface CreateDeploymentResponse {
|
|
735
547
|
|
|
736
548
|
deploymentId?: string;
|
|
@@ -739,34 +551,18 @@ export interface CreateDeploymentResponse {
|
|
|
739
551
|
|
|
740
552
|
iotJobArn?: string;
|
|
741
553
|
}
|
|
742
|
-
export declare namespace CreateDeploymentResponse {
|
|
743
|
-
|
|
744
|
-
const filterSensitiveLog: (obj: CreateDeploymentResponse) => any;
|
|
745
|
-
}
|
|
746
554
|
export interface DeleteComponentRequest {
|
|
747
555
|
|
|
748
556
|
arn: string | undefined;
|
|
749
557
|
}
|
|
750
|
-
export declare namespace DeleteComponentRequest {
|
|
751
|
-
|
|
752
|
-
const filterSensitiveLog: (obj: DeleteComponentRequest) => any;
|
|
753
|
-
}
|
|
754
558
|
export interface DeleteCoreDeviceRequest {
|
|
755
559
|
|
|
756
560
|
coreDeviceThingName: string | undefined;
|
|
757
561
|
}
|
|
758
|
-
export declare namespace DeleteCoreDeviceRequest {
|
|
759
|
-
|
|
760
|
-
const filterSensitiveLog: (obj: DeleteCoreDeviceRequest) => any;
|
|
761
|
-
}
|
|
762
562
|
export interface DeleteDeploymentRequest {
|
|
763
563
|
|
|
764
564
|
deploymentId: string | undefined;
|
|
765
565
|
}
|
|
766
|
-
export declare namespace DeleteDeploymentRequest {
|
|
767
|
-
|
|
768
|
-
const filterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
|
|
769
|
-
}
|
|
770
566
|
export declare enum DeploymentStatus {
|
|
771
567
|
ACTIVE = "ACTIVE",
|
|
772
568
|
CANCELED = "CANCELED",
|
|
@@ -791,10 +587,6 @@ export interface Deployment {
|
|
|
791
587
|
|
|
792
588
|
isLatestForTarget?: boolean;
|
|
793
589
|
}
|
|
794
|
-
export declare namespace Deployment {
|
|
795
|
-
|
|
796
|
-
const filterSensitiveLog: (obj: Deployment) => any;
|
|
797
|
-
}
|
|
798
590
|
export declare enum DeploymentHistoryFilter {
|
|
799
591
|
ALL = "ALL",
|
|
800
592
|
LATEST_ONLY = "LATEST_ONLY"
|
|
@@ -803,10 +595,6 @@ export interface DescribeComponentRequest {
|
|
|
803
595
|
|
|
804
596
|
arn: string | undefined;
|
|
805
597
|
}
|
|
806
|
-
export declare namespace DescribeComponentRequest {
|
|
807
|
-
|
|
808
|
-
const filterSensitiveLog: (obj: DescribeComponentRequest) => any;
|
|
809
|
-
}
|
|
810
598
|
export interface DescribeComponentResponse {
|
|
811
599
|
|
|
812
600
|
arn?: string;
|
|
@@ -827,24 +615,12 @@ export interface DescribeComponentResponse {
|
|
|
827
615
|
|
|
828
616
|
tags?: Record<string, string>;
|
|
829
617
|
}
|
|
830
|
-
export declare namespace DescribeComponentResponse {
|
|
831
|
-
|
|
832
|
-
const filterSensitiveLog: (obj: DescribeComponentResponse) => any;
|
|
833
|
-
}
|
|
834
618
|
export interface DisassociateServiceRoleFromAccountRequest {
|
|
835
619
|
}
|
|
836
|
-
export declare namespace DisassociateServiceRoleFromAccountRequest {
|
|
837
|
-
|
|
838
|
-
const filterSensitiveLog: (obj: DisassociateServiceRoleFromAccountRequest) => any;
|
|
839
|
-
}
|
|
840
620
|
export interface DisassociateServiceRoleFromAccountResponse {
|
|
841
621
|
|
|
842
622
|
disassociatedAt?: string;
|
|
843
623
|
}
|
|
844
|
-
export declare namespace DisassociateServiceRoleFromAccountResponse {
|
|
845
|
-
|
|
846
|
-
const filterSensitiveLog: (obj: DisassociateServiceRoleFromAccountResponse) => any;
|
|
847
|
-
}
|
|
848
624
|
export declare enum EffectiveDeploymentExecutionStatus {
|
|
849
625
|
CANCELED = "CANCELED",
|
|
850
626
|
COMPLETED = "COMPLETED",
|
|
@@ -877,10 +653,6 @@ export interface EffectiveDeployment {
|
|
|
877
653
|
|
|
878
654
|
modifiedTimestamp: Date | undefined;
|
|
879
655
|
}
|
|
880
|
-
export declare namespace EffectiveDeployment {
|
|
881
|
-
|
|
882
|
-
const filterSensitiveLog: (obj: EffectiveDeployment) => any;
|
|
883
|
-
}
|
|
884
656
|
export declare enum RecipeOutputFormat {
|
|
885
657
|
JSON = "JSON",
|
|
886
658
|
YAML = "YAML"
|
|
@@ -891,10 +663,6 @@ export interface GetComponentRequest {
|
|
|
891
663
|
|
|
892
664
|
arn: string | undefined;
|
|
893
665
|
}
|
|
894
|
-
export declare namespace GetComponentRequest {
|
|
895
|
-
|
|
896
|
-
const filterSensitiveLog: (obj: GetComponentRequest) => any;
|
|
897
|
-
}
|
|
898
666
|
export interface GetComponentResponse {
|
|
899
667
|
|
|
900
668
|
recipeOutputFormat: RecipeOutputFormat | string | undefined;
|
|
@@ -903,54 +671,30 @@ export interface GetComponentResponse {
|
|
|
903
671
|
|
|
904
672
|
tags?: Record<string, string>;
|
|
905
673
|
}
|
|
906
|
-
export declare namespace GetComponentResponse {
|
|
907
|
-
|
|
908
|
-
const filterSensitiveLog: (obj: GetComponentResponse) => any;
|
|
909
|
-
}
|
|
910
674
|
export interface GetComponentVersionArtifactRequest {
|
|
911
675
|
|
|
912
676
|
arn: string | undefined;
|
|
913
677
|
|
|
914
678
|
artifactName: string | undefined;
|
|
915
679
|
}
|
|
916
|
-
export declare namespace GetComponentVersionArtifactRequest {
|
|
917
|
-
|
|
918
|
-
const filterSensitiveLog: (obj: GetComponentVersionArtifactRequest) => any;
|
|
919
|
-
}
|
|
920
680
|
export interface GetComponentVersionArtifactResponse {
|
|
921
681
|
|
|
922
682
|
preSignedUrl: string | undefined;
|
|
923
683
|
}
|
|
924
|
-
export declare namespace GetComponentVersionArtifactResponse {
|
|
925
|
-
|
|
926
|
-
const filterSensitiveLog: (obj: GetComponentVersionArtifactResponse) => any;
|
|
927
|
-
}
|
|
928
684
|
export interface GetConnectivityInfoRequest {
|
|
929
685
|
|
|
930
686
|
thingName: string | undefined;
|
|
931
687
|
}
|
|
932
|
-
export declare namespace GetConnectivityInfoRequest {
|
|
933
|
-
|
|
934
|
-
const filterSensitiveLog: (obj: GetConnectivityInfoRequest) => any;
|
|
935
|
-
}
|
|
936
688
|
export interface GetConnectivityInfoResponse {
|
|
937
689
|
|
|
938
690
|
connectivityInfo?: ConnectivityInfo[];
|
|
939
691
|
|
|
940
692
|
message?: string;
|
|
941
693
|
}
|
|
942
|
-
export declare namespace GetConnectivityInfoResponse {
|
|
943
|
-
|
|
944
|
-
const filterSensitiveLog: (obj: GetConnectivityInfoResponse) => any;
|
|
945
|
-
}
|
|
946
694
|
export interface GetCoreDeviceRequest {
|
|
947
695
|
|
|
948
696
|
coreDeviceThingName: string | undefined;
|
|
949
697
|
}
|
|
950
|
-
export declare namespace GetCoreDeviceRequest {
|
|
951
|
-
|
|
952
|
-
const filterSensitiveLog: (obj: GetCoreDeviceRequest) => any;
|
|
953
|
-
}
|
|
954
698
|
export interface GetCoreDeviceResponse {
|
|
955
699
|
|
|
956
700
|
coreDeviceThingName?: string;
|
|
@@ -967,18 +711,10 @@ export interface GetCoreDeviceResponse {
|
|
|
967
711
|
|
|
968
712
|
tags?: Record<string, string>;
|
|
969
713
|
}
|
|
970
|
-
export declare namespace GetCoreDeviceResponse {
|
|
971
|
-
|
|
972
|
-
const filterSensitiveLog: (obj: GetCoreDeviceResponse) => any;
|
|
973
|
-
}
|
|
974
714
|
export interface GetDeploymentRequest {
|
|
975
715
|
|
|
976
716
|
deploymentId: string | undefined;
|
|
977
717
|
}
|
|
978
|
-
export declare namespace GetDeploymentRequest {
|
|
979
|
-
|
|
980
|
-
const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
981
|
-
}
|
|
982
718
|
export interface GetDeploymentResponse {
|
|
983
719
|
|
|
984
720
|
targetArn?: string;
|
|
@@ -1007,26 +743,14 @@ export interface GetDeploymentResponse {
|
|
|
1007
743
|
|
|
1008
744
|
tags?: Record<string, string>;
|
|
1009
745
|
}
|
|
1010
|
-
export declare namespace GetDeploymentResponse {
|
|
1011
|
-
|
|
1012
|
-
const filterSensitiveLog: (obj: GetDeploymentResponse) => any;
|
|
1013
|
-
}
|
|
1014
746
|
export interface GetServiceRoleForAccountRequest {
|
|
1015
747
|
}
|
|
1016
|
-
export declare namespace GetServiceRoleForAccountRequest {
|
|
1017
|
-
|
|
1018
|
-
const filterSensitiveLog: (obj: GetServiceRoleForAccountRequest) => any;
|
|
1019
|
-
}
|
|
1020
748
|
export interface GetServiceRoleForAccountResponse {
|
|
1021
749
|
|
|
1022
750
|
associatedAt?: string;
|
|
1023
751
|
|
|
1024
752
|
roleArn?: string;
|
|
1025
753
|
}
|
|
1026
|
-
export declare namespace GetServiceRoleForAccountResponse {
|
|
1027
|
-
|
|
1028
|
-
const filterSensitiveLog: (obj: GetServiceRoleForAccountResponse) => any;
|
|
1029
|
-
}
|
|
1030
754
|
export interface ListClientDevicesAssociatedWithCoreDeviceRequest {
|
|
1031
755
|
|
|
1032
756
|
coreDeviceThingName: string | undefined;
|
|
@@ -1035,20 +759,12 @@ export interface ListClientDevicesAssociatedWithCoreDeviceRequest {
|
|
|
1035
759
|
|
|
1036
760
|
nextToken?: string;
|
|
1037
761
|
}
|
|
1038
|
-
export declare namespace ListClientDevicesAssociatedWithCoreDeviceRequest {
|
|
1039
|
-
|
|
1040
|
-
const filterSensitiveLog: (obj: ListClientDevicesAssociatedWithCoreDeviceRequest) => any;
|
|
1041
|
-
}
|
|
1042
762
|
export interface ListClientDevicesAssociatedWithCoreDeviceResponse {
|
|
1043
763
|
|
|
1044
764
|
associatedClientDevices?: AssociatedClientDevice[];
|
|
1045
765
|
|
|
1046
766
|
nextToken?: string;
|
|
1047
767
|
}
|
|
1048
|
-
export declare namespace ListClientDevicesAssociatedWithCoreDeviceResponse {
|
|
1049
|
-
|
|
1050
|
-
const filterSensitiveLog: (obj: ListClientDevicesAssociatedWithCoreDeviceResponse) => any;
|
|
1051
|
-
}
|
|
1052
768
|
export interface ListComponentsRequest {
|
|
1053
769
|
|
|
1054
770
|
scope?: ComponentVisibilityScope | string;
|
|
@@ -1057,20 +773,12 @@ export interface ListComponentsRequest {
|
|
|
1057
773
|
|
|
1058
774
|
nextToken?: string;
|
|
1059
775
|
}
|
|
1060
|
-
export declare namespace ListComponentsRequest {
|
|
1061
|
-
|
|
1062
|
-
const filterSensitiveLog: (obj: ListComponentsRequest) => any;
|
|
1063
|
-
}
|
|
1064
776
|
export interface ListComponentsResponse {
|
|
1065
777
|
|
|
1066
778
|
components?: Component[];
|
|
1067
779
|
|
|
1068
780
|
nextToken?: string;
|
|
1069
781
|
}
|
|
1070
|
-
export declare namespace ListComponentsResponse {
|
|
1071
|
-
|
|
1072
|
-
const filterSensitiveLog: (obj: ListComponentsResponse) => any;
|
|
1073
|
-
}
|
|
1074
782
|
export interface ListComponentVersionsRequest {
|
|
1075
783
|
|
|
1076
784
|
arn: string | undefined;
|
|
@@ -1079,20 +787,12 @@ export interface ListComponentVersionsRequest {
|
|
|
1079
787
|
|
|
1080
788
|
nextToken?: string;
|
|
1081
789
|
}
|
|
1082
|
-
export declare namespace ListComponentVersionsRequest {
|
|
1083
|
-
|
|
1084
|
-
const filterSensitiveLog: (obj: ListComponentVersionsRequest) => any;
|
|
1085
|
-
}
|
|
1086
790
|
export interface ListComponentVersionsResponse {
|
|
1087
791
|
|
|
1088
792
|
componentVersions?: ComponentVersionListItem[];
|
|
1089
793
|
|
|
1090
794
|
nextToken?: string;
|
|
1091
795
|
}
|
|
1092
|
-
export declare namespace ListComponentVersionsResponse {
|
|
1093
|
-
|
|
1094
|
-
const filterSensitiveLog: (obj: ListComponentVersionsResponse) => any;
|
|
1095
|
-
}
|
|
1096
796
|
export interface ListCoreDevicesRequest {
|
|
1097
797
|
|
|
1098
798
|
thingGroupArn?: string;
|
|
@@ -1103,20 +803,12 @@ export interface ListCoreDevicesRequest {
|
|
|
1103
803
|
|
|
1104
804
|
nextToken?: string;
|
|
1105
805
|
}
|
|
1106
|
-
export declare namespace ListCoreDevicesRequest {
|
|
1107
|
-
|
|
1108
|
-
const filterSensitiveLog: (obj: ListCoreDevicesRequest) => any;
|
|
1109
|
-
}
|
|
1110
806
|
export interface ListCoreDevicesResponse {
|
|
1111
807
|
|
|
1112
808
|
coreDevices?: CoreDevice[];
|
|
1113
809
|
|
|
1114
810
|
nextToken?: string;
|
|
1115
811
|
}
|
|
1116
|
-
export declare namespace ListCoreDevicesResponse {
|
|
1117
|
-
|
|
1118
|
-
const filterSensitiveLog: (obj: ListCoreDevicesResponse) => any;
|
|
1119
|
-
}
|
|
1120
812
|
export interface ListDeploymentsRequest {
|
|
1121
813
|
|
|
1122
814
|
targetArn?: string;
|
|
@@ -1127,20 +819,12 @@ export interface ListDeploymentsRequest {
|
|
|
1127
819
|
|
|
1128
820
|
nextToken?: string;
|
|
1129
821
|
}
|
|
1130
|
-
export declare namespace ListDeploymentsRequest {
|
|
1131
|
-
|
|
1132
|
-
const filterSensitiveLog: (obj: ListDeploymentsRequest) => any;
|
|
1133
|
-
}
|
|
1134
822
|
export interface ListDeploymentsResponse {
|
|
1135
823
|
|
|
1136
824
|
deployments?: Deployment[];
|
|
1137
825
|
|
|
1138
826
|
nextToken?: string;
|
|
1139
827
|
}
|
|
1140
|
-
export declare namespace ListDeploymentsResponse {
|
|
1141
|
-
|
|
1142
|
-
const filterSensitiveLog: (obj: ListDeploymentsResponse) => any;
|
|
1143
|
-
}
|
|
1144
828
|
export interface ListEffectiveDeploymentsRequest {
|
|
1145
829
|
|
|
1146
830
|
coreDeviceThingName: string | undefined;
|
|
@@ -1149,20 +833,12 @@ export interface ListEffectiveDeploymentsRequest {
|
|
|
1149
833
|
|
|
1150
834
|
nextToken?: string;
|
|
1151
835
|
}
|
|
1152
|
-
export declare namespace ListEffectiveDeploymentsRequest {
|
|
1153
|
-
|
|
1154
|
-
const filterSensitiveLog: (obj: ListEffectiveDeploymentsRequest) => any;
|
|
1155
|
-
}
|
|
1156
836
|
export interface ListEffectiveDeploymentsResponse {
|
|
1157
837
|
|
|
1158
838
|
effectiveDeployments?: EffectiveDeployment[];
|
|
1159
839
|
|
|
1160
840
|
nextToken?: string;
|
|
1161
841
|
}
|
|
1162
|
-
export declare namespace ListEffectiveDeploymentsResponse {
|
|
1163
|
-
|
|
1164
|
-
const filterSensitiveLog: (obj: ListEffectiveDeploymentsResponse) => any;
|
|
1165
|
-
}
|
|
1166
842
|
export interface ListInstalledComponentsRequest {
|
|
1167
843
|
|
|
1168
844
|
coreDeviceThingName: string | undefined;
|
|
@@ -1171,10 +847,6 @@ export interface ListInstalledComponentsRequest {
|
|
|
1171
847
|
|
|
1172
848
|
nextToken?: string;
|
|
1173
849
|
}
|
|
1174
|
-
export declare namespace ListInstalledComponentsRequest {
|
|
1175
|
-
|
|
1176
|
-
const filterSensitiveLog: (obj: ListInstalledComponentsRequest) => any;
|
|
1177
|
-
}
|
|
1178
850
|
export declare enum InstalledComponentLifecycleState {
|
|
1179
851
|
BROKEN = "BROKEN",
|
|
1180
852
|
ERRORED = "ERRORED",
|
|
@@ -1198,46 +870,26 @@ export interface InstalledComponent {
|
|
|
1198
870
|
|
|
1199
871
|
isRoot?: boolean;
|
|
1200
872
|
}
|
|
1201
|
-
export declare namespace InstalledComponent {
|
|
1202
|
-
|
|
1203
|
-
const filterSensitiveLog: (obj: InstalledComponent) => any;
|
|
1204
|
-
}
|
|
1205
873
|
export interface ListInstalledComponentsResponse {
|
|
1206
874
|
|
|
1207
875
|
installedComponents?: InstalledComponent[];
|
|
1208
876
|
|
|
1209
877
|
nextToken?: string;
|
|
1210
878
|
}
|
|
1211
|
-
export declare namespace ListInstalledComponentsResponse {
|
|
1212
|
-
|
|
1213
|
-
const filterSensitiveLog: (obj: ListInstalledComponentsResponse) => any;
|
|
1214
|
-
}
|
|
1215
879
|
export interface ListTagsForResourceRequest {
|
|
1216
880
|
|
|
1217
881
|
resourceArn: string | undefined;
|
|
1218
882
|
}
|
|
1219
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1220
|
-
|
|
1221
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1222
|
-
}
|
|
1223
883
|
export interface ListTagsForResourceResponse {
|
|
1224
884
|
|
|
1225
885
|
tags?: Record<string, string>;
|
|
1226
886
|
}
|
|
1227
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1228
|
-
|
|
1229
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1230
|
-
}
|
|
1231
887
|
export interface ResolveComponentCandidatesRequest {
|
|
1232
888
|
|
|
1233
889
|
platform?: ComponentPlatform;
|
|
1234
890
|
|
|
1235
891
|
componentCandidates?: ComponentCandidate[];
|
|
1236
892
|
}
|
|
1237
|
-
export declare namespace ResolveComponentCandidatesRequest {
|
|
1238
|
-
|
|
1239
|
-
const filterSensitiveLog: (obj: ResolveComponentCandidatesRequest) => any;
|
|
1240
|
-
}
|
|
1241
893
|
|
|
1242
894
|
export interface ResolvedComponentVersion {
|
|
1243
895
|
|
|
@@ -1253,67 +905,225 @@ export interface ResolvedComponentVersion {
|
|
|
1253
905
|
|
|
1254
906
|
message?: string;
|
|
1255
907
|
}
|
|
1256
|
-
export declare namespace ResolvedComponentVersion {
|
|
1257
|
-
|
|
1258
|
-
const filterSensitiveLog: (obj: ResolvedComponentVersion) => any;
|
|
1259
|
-
}
|
|
1260
908
|
export interface ResolveComponentCandidatesResponse {
|
|
1261
909
|
|
|
1262
910
|
resolvedComponentVersions?: ResolvedComponentVersion[];
|
|
1263
911
|
}
|
|
1264
|
-
export declare namespace ResolveComponentCandidatesResponse {
|
|
1265
|
-
|
|
1266
|
-
const filterSensitiveLog: (obj: ResolveComponentCandidatesResponse) => any;
|
|
1267
|
-
}
|
|
1268
912
|
export interface TagResourceRequest {
|
|
1269
913
|
|
|
1270
914
|
resourceArn: string | undefined;
|
|
1271
915
|
|
|
1272
916
|
tags: Record<string, string> | undefined;
|
|
1273
917
|
}
|
|
1274
|
-
export declare namespace TagResourceRequest {
|
|
1275
|
-
|
|
1276
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1277
|
-
}
|
|
1278
918
|
export interface TagResourceResponse {
|
|
1279
919
|
}
|
|
1280
|
-
export declare namespace TagResourceResponse {
|
|
1281
|
-
|
|
1282
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1283
|
-
}
|
|
1284
920
|
export interface UntagResourceRequest {
|
|
1285
921
|
|
|
1286
922
|
resourceArn: string | undefined;
|
|
1287
923
|
|
|
1288
924
|
tagKeys: string[] | undefined;
|
|
1289
925
|
}
|
|
1290
|
-
export declare namespace UntagResourceRequest {
|
|
1291
|
-
|
|
1292
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1293
|
-
}
|
|
1294
926
|
export interface UntagResourceResponse {
|
|
1295
927
|
}
|
|
1296
|
-
export declare namespace UntagResourceResponse {
|
|
1297
|
-
|
|
1298
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1299
|
-
}
|
|
1300
928
|
export interface UpdateConnectivityInfoRequest {
|
|
1301
929
|
|
|
1302
930
|
thingName: string | undefined;
|
|
1303
931
|
|
|
1304
932
|
connectivityInfo: ConnectivityInfo[] | undefined;
|
|
1305
933
|
}
|
|
1306
|
-
export declare namespace UpdateConnectivityInfoRequest {
|
|
1307
|
-
|
|
1308
|
-
const filterSensitiveLog: (obj: UpdateConnectivityInfoRequest) => any;
|
|
1309
|
-
}
|
|
1310
934
|
export interface UpdateConnectivityInfoResponse {
|
|
1311
935
|
|
|
1312
936
|
version?: string;
|
|
1313
937
|
|
|
1314
938
|
message?: string;
|
|
1315
939
|
}
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
940
|
+
|
|
941
|
+
export declare const AssociateClientDeviceWithCoreDeviceEntryFilterSensitiveLog: (obj: AssociateClientDeviceWithCoreDeviceEntry) => any;
|
|
942
|
+
|
|
943
|
+
export declare const AssociateClientDeviceWithCoreDeviceErrorEntryFilterSensitiveLog: (obj: AssociateClientDeviceWithCoreDeviceErrorEntry) => any;
|
|
944
|
+
|
|
945
|
+
export declare const AssociatedClientDeviceFilterSensitiveLog: (obj: AssociatedClientDevice) => any;
|
|
946
|
+
|
|
947
|
+
export declare const AssociateServiceRoleToAccountRequestFilterSensitiveLog: (obj: AssociateServiceRoleToAccountRequest) => any;
|
|
948
|
+
|
|
949
|
+
export declare const AssociateServiceRoleToAccountResponseFilterSensitiveLog: (obj: AssociateServiceRoleToAccountResponse) => any;
|
|
950
|
+
|
|
951
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
952
|
+
|
|
953
|
+
export declare const BatchAssociateClientDeviceWithCoreDeviceRequestFilterSensitiveLog: (obj: BatchAssociateClientDeviceWithCoreDeviceRequest) => any;
|
|
954
|
+
|
|
955
|
+
export declare const BatchAssociateClientDeviceWithCoreDeviceResponseFilterSensitiveLog: (obj: BatchAssociateClientDeviceWithCoreDeviceResponse) => any;
|
|
956
|
+
|
|
957
|
+
export declare const DisassociateClientDeviceFromCoreDeviceEntryFilterSensitiveLog: (obj: DisassociateClientDeviceFromCoreDeviceEntry) => any;
|
|
958
|
+
|
|
959
|
+
export declare const BatchDisassociateClientDeviceFromCoreDeviceRequestFilterSensitiveLog: (obj: BatchDisassociateClientDeviceFromCoreDeviceRequest) => any;
|
|
960
|
+
|
|
961
|
+
export declare const DisassociateClientDeviceFromCoreDeviceErrorEntryFilterSensitiveLog: (obj: DisassociateClientDeviceFromCoreDeviceErrorEntry) => any;
|
|
962
|
+
|
|
963
|
+
export declare const BatchDisassociateClientDeviceFromCoreDeviceResponseFilterSensitiveLog: (obj: BatchDisassociateClientDeviceFromCoreDeviceResponse) => any;
|
|
964
|
+
|
|
965
|
+
export declare const CancelDeploymentRequestFilterSensitiveLog: (obj: CancelDeploymentRequest) => any;
|
|
966
|
+
|
|
967
|
+
export declare const CancelDeploymentResponseFilterSensitiveLog: (obj: CancelDeploymentResponse) => any;
|
|
968
|
+
|
|
969
|
+
export declare const CloudComponentStatusFilterSensitiveLog: (obj: CloudComponentStatus) => any;
|
|
970
|
+
|
|
971
|
+
export declare const ComponentPlatformFilterSensitiveLog: (obj: ComponentPlatform) => any;
|
|
972
|
+
|
|
973
|
+
export declare const ComponentLatestVersionFilterSensitiveLog: (obj: ComponentLatestVersion) => any;
|
|
974
|
+
|
|
975
|
+
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
976
|
+
|
|
977
|
+
export declare const ComponentCandidateFilterSensitiveLog: (obj: ComponentCandidate) => any;
|
|
978
|
+
|
|
979
|
+
export declare const ComponentConfigurationUpdateFilterSensitiveLog: (obj: ComponentConfigurationUpdate) => any;
|
|
980
|
+
|
|
981
|
+
export declare const ComponentDependencyRequirementFilterSensitiveLog: (obj: ComponentDependencyRequirement) => any;
|
|
982
|
+
|
|
983
|
+
export declare const SystemResourceLimitsFilterSensitiveLog: (obj: SystemResourceLimits) => any;
|
|
984
|
+
|
|
985
|
+
export declare const ComponentRunWithFilterSensitiveLog: (obj: ComponentRunWith) => any;
|
|
986
|
+
|
|
987
|
+
export declare const ComponentDeploymentSpecificationFilterSensitiveLog: (obj: ComponentDeploymentSpecification) => any;
|
|
988
|
+
|
|
989
|
+
export declare const ComponentVersionListItemFilterSensitiveLog: (obj: ComponentVersionListItem) => any;
|
|
990
|
+
|
|
991
|
+
export declare const ConnectivityInfoFilterSensitiveLog: (obj: ConnectivityInfo) => any;
|
|
992
|
+
|
|
993
|
+
export declare const CoreDeviceFilterSensitiveLog: (obj: CoreDevice) => any;
|
|
994
|
+
|
|
995
|
+
export declare const LambdaEventSourceFilterSensitiveLog: (obj: LambdaEventSource) => any;
|
|
996
|
+
|
|
997
|
+
export declare const LambdaDeviceMountFilterSensitiveLog: (obj: LambdaDeviceMount) => any;
|
|
998
|
+
|
|
999
|
+
export declare const LambdaVolumeMountFilterSensitiveLog: (obj: LambdaVolumeMount) => any;
|
|
1000
|
+
|
|
1001
|
+
export declare const LambdaContainerParamsFilterSensitiveLog: (obj: LambdaContainerParams) => any;
|
|
1002
|
+
|
|
1003
|
+
export declare const LambdaLinuxProcessParamsFilterSensitiveLog: (obj: LambdaLinuxProcessParams) => any;
|
|
1004
|
+
|
|
1005
|
+
export declare const LambdaExecutionParametersFilterSensitiveLog: (obj: LambdaExecutionParameters) => any;
|
|
1006
|
+
|
|
1007
|
+
export declare const LambdaFunctionRecipeSourceFilterSensitiveLog: (obj: LambdaFunctionRecipeSource) => any;
|
|
1008
|
+
|
|
1009
|
+
export declare const CreateComponentVersionRequestFilterSensitiveLog: (obj: CreateComponentVersionRequest) => any;
|
|
1010
|
+
|
|
1011
|
+
export declare const CreateComponentVersionResponseFilterSensitiveLog: (obj: CreateComponentVersionResponse) => any;
|
|
1012
|
+
|
|
1013
|
+
export declare const DeploymentComponentUpdatePolicyFilterSensitiveLog: (obj: DeploymentComponentUpdatePolicy) => any;
|
|
1014
|
+
|
|
1015
|
+
export declare const DeploymentConfigurationValidationPolicyFilterSensitiveLog: (obj: DeploymentConfigurationValidationPolicy) => any;
|
|
1016
|
+
|
|
1017
|
+
export declare const DeploymentPoliciesFilterSensitiveLog: (obj: DeploymentPolicies) => any;
|
|
1018
|
+
|
|
1019
|
+
export declare const IoTJobAbortCriteriaFilterSensitiveLog: (obj: IoTJobAbortCriteria) => any;
|
|
1020
|
+
|
|
1021
|
+
export declare const IoTJobAbortConfigFilterSensitiveLog: (obj: IoTJobAbortConfig) => any;
|
|
1022
|
+
|
|
1023
|
+
export declare const IoTJobRateIncreaseCriteriaFilterSensitiveLog: (obj: IoTJobRateIncreaseCriteria) => any;
|
|
1024
|
+
|
|
1025
|
+
export declare const IoTJobExponentialRolloutRateFilterSensitiveLog: (obj: IoTJobExponentialRolloutRate) => any;
|
|
1026
|
+
|
|
1027
|
+
export declare const IoTJobExecutionsRolloutConfigFilterSensitiveLog: (obj: IoTJobExecutionsRolloutConfig) => any;
|
|
1028
|
+
|
|
1029
|
+
export declare const IoTJobTimeoutConfigFilterSensitiveLog: (obj: IoTJobTimeoutConfig) => any;
|
|
1030
|
+
|
|
1031
|
+
export declare const DeploymentIoTJobConfigurationFilterSensitiveLog: (obj: DeploymentIoTJobConfiguration) => any;
|
|
1032
|
+
|
|
1033
|
+
export declare const CreateDeploymentRequestFilterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
1034
|
+
|
|
1035
|
+
export declare const CreateDeploymentResponseFilterSensitiveLog: (obj: CreateDeploymentResponse) => any;
|
|
1036
|
+
|
|
1037
|
+
export declare const DeleteComponentRequestFilterSensitiveLog: (obj: DeleteComponentRequest) => any;
|
|
1038
|
+
|
|
1039
|
+
export declare const DeleteCoreDeviceRequestFilterSensitiveLog: (obj: DeleteCoreDeviceRequest) => any;
|
|
1040
|
+
|
|
1041
|
+
export declare const DeleteDeploymentRequestFilterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
|
|
1042
|
+
|
|
1043
|
+
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
1044
|
+
|
|
1045
|
+
export declare const DescribeComponentRequestFilterSensitiveLog: (obj: DescribeComponentRequest) => any;
|
|
1046
|
+
|
|
1047
|
+
export declare const DescribeComponentResponseFilterSensitiveLog: (obj: DescribeComponentResponse) => any;
|
|
1048
|
+
|
|
1049
|
+
export declare const DisassociateServiceRoleFromAccountRequestFilterSensitiveLog: (obj: DisassociateServiceRoleFromAccountRequest) => any;
|
|
1050
|
+
|
|
1051
|
+
export declare const DisassociateServiceRoleFromAccountResponseFilterSensitiveLog: (obj: DisassociateServiceRoleFromAccountResponse) => any;
|
|
1052
|
+
|
|
1053
|
+
export declare const EffectiveDeploymentFilterSensitiveLog: (obj: EffectiveDeployment) => any;
|
|
1054
|
+
|
|
1055
|
+
export declare const GetComponentRequestFilterSensitiveLog: (obj: GetComponentRequest) => any;
|
|
1056
|
+
|
|
1057
|
+
export declare const GetComponentResponseFilterSensitiveLog: (obj: GetComponentResponse) => any;
|
|
1058
|
+
|
|
1059
|
+
export declare const GetComponentVersionArtifactRequestFilterSensitiveLog: (obj: GetComponentVersionArtifactRequest) => any;
|
|
1060
|
+
|
|
1061
|
+
export declare const GetComponentVersionArtifactResponseFilterSensitiveLog: (obj: GetComponentVersionArtifactResponse) => any;
|
|
1062
|
+
|
|
1063
|
+
export declare const GetConnectivityInfoRequestFilterSensitiveLog: (obj: GetConnectivityInfoRequest) => any;
|
|
1064
|
+
|
|
1065
|
+
export declare const GetConnectivityInfoResponseFilterSensitiveLog: (obj: GetConnectivityInfoResponse) => any;
|
|
1066
|
+
|
|
1067
|
+
export declare const GetCoreDeviceRequestFilterSensitiveLog: (obj: GetCoreDeviceRequest) => any;
|
|
1068
|
+
|
|
1069
|
+
export declare const GetCoreDeviceResponseFilterSensitiveLog: (obj: GetCoreDeviceResponse) => any;
|
|
1070
|
+
|
|
1071
|
+
export declare const GetDeploymentRequestFilterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
1072
|
+
|
|
1073
|
+
export declare const GetDeploymentResponseFilterSensitiveLog: (obj: GetDeploymentResponse) => any;
|
|
1074
|
+
|
|
1075
|
+
export declare const GetServiceRoleForAccountRequestFilterSensitiveLog: (obj: GetServiceRoleForAccountRequest) => any;
|
|
1076
|
+
|
|
1077
|
+
export declare const GetServiceRoleForAccountResponseFilterSensitiveLog: (obj: GetServiceRoleForAccountResponse) => any;
|
|
1078
|
+
|
|
1079
|
+
export declare const ListClientDevicesAssociatedWithCoreDeviceRequestFilterSensitiveLog: (obj: ListClientDevicesAssociatedWithCoreDeviceRequest) => any;
|
|
1080
|
+
|
|
1081
|
+
export declare const ListClientDevicesAssociatedWithCoreDeviceResponseFilterSensitiveLog: (obj: ListClientDevicesAssociatedWithCoreDeviceResponse) => any;
|
|
1082
|
+
|
|
1083
|
+
export declare const ListComponentsRequestFilterSensitiveLog: (obj: ListComponentsRequest) => any;
|
|
1084
|
+
|
|
1085
|
+
export declare const ListComponentsResponseFilterSensitiveLog: (obj: ListComponentsResponse) => any;
|
|
1086
|
+
|
|
1087
|
+
export declare const ListComponentVersionsRequestFilterSensitiveLog: (obj: ListComponentVersionsRequest) => any;
|
|
1088
|
+
|
|
1089
|
+
export declare const ListComponentVersionsResponseFilterSensitiveLog: (obj: ListComponentVersionsResponse) => any;
|
|
1090
|
+
|
|
1091
|
+
export declare const ListCoreDevicesRequestFilterSensitiveLog: (obj: ListCoreDevicesRequest) => any;
|
|
1092
|
+
|
|
1093
|
+
export declare const ListCoreDevicesResponseFilterSensitiveLog: (obj: ListCoreDevicesResponse) => any;
|
|
1094
|
+
|
|
1095
|
+
export declare const ListDeploymentsRequestFilterSensitiveLog: (obj: ListDeploymentsRequest) => any;
|
|
1096
|
+
|
|
1097
|
+
export declare const ListDeploymentsResponseFilterSensitiveLog: (obj: ListDeploymentsResponse) => any;
|
|
1098
|
+
|
|
1099
|
+
export declare const ListEffectiveDeploymentsRequestFilterSensitiveLog: (obj: ListEffectiveDeploymentsRequest) => any;
|
|
1100
|
+
|
|
1101
|
+
export declare const ListEffectiveDeploymentsResponseFilterSensitiveLog: (obj: ListEffectiveDeploymentsResponse) => any;
|
|
1102
|
+
|
|
1103
|
+
export declare const ListInstalledComponentsRequestFilterSensitiveLog: (obj: ListInstalledComponentsRequest) => any;
|
|
1104
|
+
|
|
1105
|
+
export declare const InstalledComponentFilterSensitiveLog: (obj: InstalledComponent) => any;
|
|
1106
|
+
|
|
1107
|
+
export declare const ListInstalledComponentsResponseFilterSensitiveLog: (obj: ListInstalledComponentsResponse) => any;
|
|
1108
|
+
|
|
1109
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1110
|
+
|
|
1111
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1112
|
+
|
|
1113
|
+
export declare const ResolveComponentCandidatesRequestFilterSensitiveLog: (obj: ResolveComponentCandidatesRequest) => any;
|
|
1114
|
+
|
|
1115
|
+
export declare const ResolvedComponentVersionFilterSensitiveLog: (obj: ResolvedComponentVersion) => any;
|
|
1116
|
+
|
|
1117
|
+
export declare const ResolveComponentCandidatesResponseFilterSensitiveLog: (obj: ResolveComponentCandidatesResponse) => any;
|
|
1118
|
+
|
|
1119
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1120
|
+
|
|
1121
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1122
|
+
|
|
1123
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1124
|
+
|
|
1125
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1126
|
+
|
|
1127
|
+
export declare const UpdateConnectivityInfoRequestFilterSensitiveLog: (obj: UpdateConnectivityInfoRequest) => any;
|
|
1128
|
+
|
|
1129
|
+
export declare const UpdateConnectivityInfoResponseFilterSensitiveLog: (obj: UpdateConnectivityInfoResponse) => any;
|