@aws-sdk/client-iotthingsgraph 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateEntityToThingCommand.js +2 -2
- package/dist-cjs/commands/CreateFlowTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateSystemInstanceCommand.js +2 -2
- package/dist-cjs/commands/CreateSystemTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteFlowTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteSystemInstanceCommand.js +2 -2
- package/dist-cjs/commands/DeleteSystemTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeploySystemInstanceCommand.js +2 -2
- package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +2 -2
- package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DissociateEntityFromThingCommand.js +2 -2
- package/dist-cjs/commands/GetEntitiesCommand.js +2 -2
- package/dist-cjs/commands/GetFlowTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +2 -2
- package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +2 -2
- package/dist-cjs/commands/GetSystemInstanceCommand.js +2 -2
- package/dist-cjs/commands/GetSystemTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +2 -2
- package/dist-cjs/commands/GetUploadStatusCommand.js +2 -2
- package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/SearchEntitiesCommand.js +2 -2
- package/dist-cjs/commands/SearchFlowExecutionsCommand.js +2 -2
- package/dist-cjs/commands/SearchFlowTemplatesCommand.js +2 -2
- package/dist-cjs/commands/SearchSystemInstancesCommand.js +2 -2
- package/dist-cjs/commands/SearchSystemTemplatesCommand.js +2 -2
- package/dist-cjs/commands/SearchThingsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UndeploySystemInstanceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFlowTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateSystemTemplateCommand.js +2 -2
- package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +355 -531
- package/dist-es/commands/AssociateEntityToThingCommand.js +3 -3
- package/dist-es/commands/CreateFlowTemplateCommand.js +3 -3
- package/dist-es/commands/CreateSystemInstanceCommand.js +3 -3
- package/dist-es/commands/CreateSystemTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteFlowTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-es/commands/DeleteSystemInstanceCommand.js +3 -3
- package/dist-es/commands/DeleteSystemTemplateCommand.js +3 -3
- package/dist-es/commands/DeploySystemInstanceCommand.js +3 -3
- package/dist-es/commands/DeprecateFlowTemplateCommand.js +3 -3
- package/dist-es/commands/DeprecateSystemTemplateCommand.js +3 -3
- package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-es/commands/DissociateEntityFromThingCommand.js +3 -3
- package/dist-es/commands/GetEntitiesCommand.js +3 -3
- package/dist-es/commands/GetFlowTemplateCommand.js +3 -3
- package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +3 -3
- package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +3 -3
- package/dist-es/commands/GetSystemInstanceCommand.js +3 -3
- package/dist-es/commands/GetSystemTemplateCommand.js +3 -3
- package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +3 -3
- package/dist-es/commands/GetUploadStatusCommand.js +3 -3
- package/dist-es/commands/ListFlowExecutionMessagesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/SearchEntitiesCommand.js +3 -3
- package/dist-es/commands/SearchFlowExecutionsCommand.js +3 -3
- package/dist-es/commands/SearchFlowTemplatesCommand.js +3 -3
- package/dist-es/commands/SearchSystemInstancesCommand.js +3 -3
- package/dist-es/commands/SearchSystemTemplatesCommand.js +3 -3
- package/dist-es/commands/SearchThingsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UndeploySystemInstanceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFlowTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateSystemTemplateCommand.js +3 -3
- package/dist-es/commands/UploadEntityDefinitionsCommand.js +3 -3
- package/dist-es/models/models_0.js +88 -352
- package/dist-types/models/models_0.d.ts +352 -528
- package/dist-types/ts3.4/models/models_0.d.ts +176 -352
- package/package.json +7 -7
|
@@ -8,16 +8,8 @@ export interface AssociateEntityToThingRequest {
|
|
|
8
8
|
|
|
9
9
|
namespaceVersion?: number;
|
|
10
10
|
}
|
|
11
|
-
export declare namespace AssociateEntityToThingRequest {
|
|
12
|
-
|
|
13
|
-
const filterSensitiveLog: (obj: AssociateEntityToThingRequest) => any;
|
|
14
|
-
}
|
|
15
11
|
export interface AssociateEntityToThingResponse {
|
|
16
12
|
}
|
|
17
|
-
export declare namespace AssociateEntityToThingResponse {
|
|
18
|
-
|
|
19
|
-
const filterSensitiveLog: (obj: AssociateEntityToThingResponse) => any;
|
|
20
|
-
}
|
|
21
13
|
|
|
22
14
|
export declare class InternalFailureException extends __BaseException {
|
|
23
15
|
readonly name: "InternalFailureException";
|
|
@@ -56,20 +48,12 @@ export interface DefinitionDocument {
|
|
|
56
48
|
|
|
57
49
|
text: string | undefined;
|
|
58
50
|
}
|
|
59
|
-
export declare namespace DefinitionDocument {
|
|
60
|
-
|
|
61
|
-
const filterSensitiveLog: (obj: DefinitionDocument) => any;
|
|
62
|
-
}
|
|
63
51
|
export interface CreateFlowTemplateRequest {
|
|
64
52
|
|
|
65
53
|
definition: DefinitionDocument | undefined;
|
|
66
54
|
|
|
67
55
|
compatibleNamespaceVersion?: number;
|
|
68
56
|
}
|
|
69
|
-
export declare namespace CreateFlowTemplateRequest {
|
|
70
|
-
|
|
71
|
-
const filterSensitiveLog: (obj: CreateFlowTemplateRequest) => any;
|
|
72
|
-
}
|
|
73
57
|
|
|
74
58
|
export interface FlowTemplateSummary {
|
|
75
59
|
|
|
@@ -81,18 +65,10 @@ export interface FlowTemplateSummary {
|
|
|
81
65
|
|
|
82
66
|
createdAt?: Date;
|
|
83
67
|
}
|
|
84
|
-
export declare namespace FlowTemplateSummary {
|
|
85
|
-
|
|
86
|
-
const filterSensitiveLog: (obj: FlowTemplateSummary) => any;
|
|
87
|
-
}
|
|
88
68
|
export interface CreateFlowTemplateResponse {
|
|
89
69
|
|
|
90
70
|
summary?: FlowTemplateSummary;
|
|
91
71
|
}
|
|
92
|
-
export declare namespace CreateFlowTemplateResponse {
|
|
93
|
-
|
|
94
|
-
const filterSensitiveLog: (obj: CreateFlowTemplateResponse) => any;
|
|
95
|
-
}
|
|
96
72
|
|
|
97
73
|
export declare class LimitExceededException extends __BaseException {
|
|
98
74
|
readonly name: "LimitExceededException";
|
|
@@ -114,10 +90,6 @@ export interface MetricsConfiguration {
|
|
|
114
90
|
|
|
115
91
|
metricRuleRoleArn?: string;
|
|
116
92
|
}
|
|
117
|
-
export declare namespace MetricsConfiguration {
|
|
118
|
-
|
|
119
|
-
const filterSensitiveLog: (obj: MetricsConfiguration) => any;
|
|
120
|
-
}
|
|
121
93
|
|
|
122
94
|
export interface Tag {
|
|
123
95
|
|
|
@@ -125,10 +97,6 @@ export interface Tag {
|
|
|
125
97
|
|
|
126
98
|
value: string | undefined;
|
|
127
99
|
}
|
|
128
|
-
export declare namespace Tag {
|
|
129
|
-
|
|
130
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
131
|
-
}
|
|
132
100
|
export declare enum DeploymentTarget {
|
|
133
101
|
CLOUD = "CLOUD",
|
|
134
102
|
GREENGRASS = "GREENGRASS"
|
|
@@ -149,10 +117,6 @@ export interface CreateSystemInstanceRequest {
|
|
|
149
117
|
|
|
150
118
|
flowActionsRoleArn?: string;
|
|
151
119
|
}
|
|
152
|
-
export declare namespace CreateSystemInstanceRequest {
|
|
153
|
-
|
|
154
|
-
const filterSensitiveLog: (obj: CreateSystemInstanceRequest) => any;
|
|
155
|
-
}
|
|
156
120
|
export declare enum SystemInstanceDeploymentStatus {
|
|
157
121
|
BOOTSTRAP = "BOOTSTRAP",
|
|
158
122
|
DELETED_IN_TARGET = "DELETED_IN_TARGET",
|
|
@@ -184,28 +148,16 @@ export interface SystemInstanceSummary {
|
|
|
184
148
|
|
|
185
149
|
greengrassGroupVersionId?: string;
|
|
186
150
|
}
|
|
187
|
-
export declare namespace SystemInstanceSummary {
|
|
188
|
-
|
|
189
|
-
const filterSensitiveLog: (obj: SystemInstanceSummary) => any;
|
|
190
|
-
}
|
|
191
151
|
export interface CreateSystemInstanceResponse {
|
|
192
152
|
|
|
193
153
|
summary?: SystemInstanceSummary;
|
|
194
154
|
}
|
|
195
|
-
export declare namespace CreateSystemInstanceResponse {
|
|
196
|
-
|
|
197
|
-
const filterSensitiveLog: (obj: CreateSystemInstanceResponse) => any;
|
|
198
|
-
}
|
|
199
155
|
export interface CreateSystemTemplateRequest {
|
|
200
156
|
|
|
201
157
|
definition: DefinitionDocument | undefined;
|
|
202
158
|
|
|
203
159
|
compatibleNamespaceVersion?: number;
|
|
204
160
|
}
|
|
205
|
-
export declare namespace CreateSystemTemplateRequest {
|
|
206
|
-
|
|
207
|
-
const filterSensitiveLog: (obj: CreateSystemTemplateRequest) => any;
|
|
208
|
-
}
|
|
209
161
|
|
|
210
162
|
export interface SystemTemplateSummary {
|
|
211
163
|
|
|
@@ -217,32 +169,16 @@ export interface SystemTemplateSummary {
|
|
|
217
169
|
|
|
218
170
|
createdAt?: Date;
|
|
219
171
|
}
|
|
220
|
-
export declare namespace SystemTemplateSummary {
|
|
221
|
-
|
|
222
|
-
const filterSensitiveLog: (obj: SystemTemplateSummary) => any;
|
|
223
|
-
}
|
|
224
172
|
export interface CreateSystemTemplateResponse {
|
|
225
173
|
|
|
226
174
|
summary?: SystemTemplateSummary;
|
|
227
175
|
}
|
|
228
|
-
export declare namespace CreateSystemTemplateResponse {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: CreateSystemTemplateResponse) => any;
|
|
231
|
-
}
|
|
232
176
|
export interface DeleteFlowTemplateRequest {
|
|
233
177
|
|
|
234
178
|
id: string | undefined;
|
|
235
179
|
}
|
|
236
|
-
export declare namespace DeleteFlowTemplateRequest {
|
|
237
|
-
|
|
238
|
-
const filterSensitiveLog: (obj: DeleteFlowTemplateRequest) => any;
|
|
239
|
-
}
|
|
240
180
|
export interface DeleteFlowTemplateResponse {
|
|
241
181
|
}
|
|
242
|
-
export declare namespace DeleteFlowTemplateResponse {
|
|
243
|
-
|
|
244
|
-
const filterSensitiveLog: (obj: DeleteFlowTemplateResponse) => any;
|
|
245
|
-
}
|
|
246
182
|
|
|
247
183
|
export declare class ResourceInUseException extends __BaseException {
|
|
248
184
|
readonly name: "ResourceInUseException";
|
|
@@ -252,48 +188,24 @@ export declare class ResourceInUseException extends __BaseException {
|
|
|
252
188
|
}
|
|
253
189
|
export interface DeleteNamespaceRequest {
|
|
254
190
|
}
|
|
255
|
-
export declare namespace DeleteNamespaceRequest {
|
|
256
|
-
|
|
257
|
-
const filterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
|
|
258
|
-
}
|
|
259
191
|
export interface DeleteNamespaceResponse {
|
|
260
192
|
|
|
261
193
|
namespaceArn?: string;
|
|
262
194
|
|
|
263
195
|
namespaceName?: string;
|
|
264
196
|
}
|
|
265
|
-
export declare namespace DeleteNamespaceResponse {
|
|
266
|
-
|
|
267
|
-
const filterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
|
|
268
|
-
}
|
|
269
197
|
export interface DeleteSystemInstanceRequest {
|
|
270
198
|
|
|
271
199
|
id?: string;
|
|
272
200
|
}
|
|
273
|
-
export declare namespace DeleteSystemInstanceRequest {
|
|
274
|
-
|
|
275
|
-
const filterSensitiveLog: (obj: DeleteSystemInstanceRequest) => any;
|
|
276
|
-
}
|
|
277
201
|
export interface DeleteSystemInstanceResponse {
|
|
278
202
|
}
|
|
279
|
-
export declare namespace DeleteSystemInstanceResponse {
|
|
280
|
-
|
|
281
|
-
const filterSensitiveLog: (obj: DeleteSystemInstanceResponse) => any;
|
|
282
|
-
}
|
|
283
203
|
export interface DeleteSystemTemplateRequest {
|
|
284
204
|
|
|
285
205
|
id: string | undefined;
|
|
286
206
|
}
|
|
287
|
-
export declare namespace DeleteSystemTemplateRequest {
|
|
288
|
-
|
|
289
|
-
const filterSensitiveLog: (obj: DeleteSystemTemplateRequest) => any;
|
|
290
|
-
}
|
|
291
207
|
export interface DeleteSystemTemplateResponse {
|
|
292
208
|
}
|
|
293
|
-
export declare namespace DeleteSystemTemplateResponse {
|
|
294
|
-
|
|
295
|
-
const filterSensitiveLog: (obj: DeleteSystemTemplateResponse) => any;
|
|
296
|
-
}
|
|
297
209
|
|
|
298
210
|
export interface DependencyRevision {
|
|
299
211
|
|
|
@@ -301,64 +213,32 @@ export interface DependencyRevision {
|
|
|
301
213
|
|
|
302
214
|
revisionNumber?: number;
|
|
303
215
|
}
|
|
304
|
-
export declare namespace DependencyRevision {
|
|
305
|
-
|
|
306
|
-
const filterSensitiveLog: (obj: DependencyRevision) => any;
|
|
307
|
-
}
|
|
308
216
|
export interface DeploySystemInstanceRequest {
|
|
309
217
|
|
|
310
218
|
id?: string;
|
|
311
219
|
}
|
|
312
|
-
export declare namespace DeploySystemInstanceRequest {
|
|
313
|
-
|
|
314
|
-
const filterSensitiveLog: (obj: DeploySystemInstanceRequest) => any;
|
|
315
|
-
}
|
|
316
220
|
export interface DeploySystemInstanceResponse {
|
|
317
221
|
|
|
318
222
|
summary: SystemInstanceSummary | undefined;
|
|
319
223
|
|
|
320
224
|
greengrassDeploymentId?: string;
|
|
321
225
|
}
|
|
322
|
-
export declare namespace DeploySystemInstanceResponse {
|
|
323
|
-
|
|
324
|
-
const filterSensitiveLog: (obj: DeploySystemInstanceResponse) => any;
|
|
325
|
-
}
|
|
326
226
|
export interface DeprecateFlowTemplateRequest {
|
|
327
227
|
|
|
328
228
|
id: string | undefined;
|
|
329
229
|
}
|
|
330
|
-
export declare namespace DeprecateFlowTemplateRequest {
|
|
331
|
-
|
|
332
|
-
const filterSensitiveLog: (obj: DeprecateFlowTemplateRequest) => any;
|
|
333
|
-
}
|
|
334
230
|
export interface DeprecateFlowTemplateResponse {
|
|
335
231
|
}
|
|
336
|
-
export declare namespace DeprecateFlowTemplateResponse {
|
|
337
|
-
|
|
338
|
-
const filterSensitiveLog: (obj: DeprecateFlowTemplateResponse) => any;
|
|
339
|
-
}
|
|
340
232
|
export interface DeprecateSystemTemplateRequest {
|
|
341
233
|
|
|
342
234
|
id: string | undefined;
|
|
343
235
|
}
|
|
344
|
-
export declare namespace DeprecateSystemTemplateRequest {
|
|
345
|
-
|
|
346
|
-
const filterSensitiveLog: (obj: DeprecateSystemTemplateRequest) => any;
|
|
347
|
-
}
|
|
348
236
|
export interface DeprecateSystemTemplateResponse {
|
|
349
237
|
}
|
|
350
|
-
export declare namespace DeprecateSystemTemplateResponse {
|
|
351
|
-
|
|
352
|
-
const filterSensitiveLog: (obj: DeprecateSystemTemplateResponse) => any;
|
|
353
|
-
}
|
|
354
238
|
export interface DescribeNamespaceRequest {
|
|
355
239
|
|
|
356
240
|
namespaceName?: string;
|
|
357
241
|
}
|
|
358
|
-
export declare namespace DescribeNamespaceRequest {
|
|
359
|
-
|
|
360
|
-
const filterSensitiveLog: (obj: DescribeNamespaceRequest) => any;
|
|
361
|
-
}
|
|
362
242
|
export interface DescribeNamespaceResponse {
|
|
363
243
|
|
|
364
244
|
namespaceArn?: string;
|
|
@@ -371,10 +251,6 @@ export interface DescribeNamespaceResponse {
|
|
|
371
251
|
|
|
372
252
|
namespaceVersion?: number;
|
|
373
253
|
}
|
|
374
|
-
export declare namespace DescribeNamespaceResponse {
|
|
375
|
-
|
|
376
|
-
const filterSensitiveLog: (obj: DescribeNamespaceResponse) => any;
|
|
377
|
-
}
|
|
378
254
|
export declare enum EntityType {
|
|
379
255
|
ACTION = "ACTION",
|
|
380
256
|
CAPABILITY = "CAPABILITY",
|
|
@@ -393,16 +269,8 @@ export interface DissociateEntityFromThingRequest {
|
|
|
393
269
|
|
|
394
270
|
entityType: EntityType | string | undefined;
|
|
395
271
|
}
|
|
396
|
-
export declare namespace DissociateEntityFromThingRequest {
|
|
397
|
-
|
|
398
|
-
const filterSensitiveLog: (obj: DissociateEntityFromThingRequest) => any;
|
|
399
|
-
}
|
|
400
272
|
export interface DissociateEntityFromThingResponse {
|
|
401
273
|
}
|
|
402
|
-
export declare namespace DissociateEntityFromThingResponse {
|
|
403
|
-
|
|
404
|
-
const filterSensitiveLog: (obj: DissociateEntityFromThingResponse) => any;
|
|
405
|
-
}
|
|
406
274
|
|
|
407
275
|
export interface EntityDescription {
|
|
408
276
|
|
|
@@ -416,10 +284,6 @@ export interface EntityDescription {
|
|
|
416
284
|
|
|
417
285
|
definition?: DefinitionDocument;
|
|
418
286
|
}
|
|
419
|
-
export declare namespace EntityDescription {
|
|
420
|
-
|
|
421
|
-
const filterSensitiveLog: (obj: EntityDescription) => any;
|
|
422
|
-
}
|
|
423
287
|
export declare enum EntityFilterName {
|
|
424
288
|
NAME = "NAME",
|
|
425
289
|
NAMESPACE = "NAMESPACE",
|
|
@@ -433,10 +297,6 @@ export interface EntityFilter {
|
|
|
433
297
|
|
|
434
298
|
value?: string[];
|
|
435
299
|
}
|
|
436
|
-
export declare namespace EntityFilter {
|
|
437
|
-
|
|
438
|
-
const filterSensitiveLog: (obj: EntityFilter) => any;
|
|
439
|
-
}
|
|
440
300
|
export declare enum FlowExecutionEventType {
|
|
441
301
|
ACKNOWLEDGE_TASK_MESSAGE = "ACKNOWLEDGE_TASK_MESSAGE",
|
|
442
302
|
ACTIVITY_FAILED = "ACTIVITY_FAILED",
|
|
@@ -467,10 +327,6 @@ export interface FlowExecutionMessage {
|
|
|
467
327
|
|
|
468
328
|
payload?: string;
|
|
469
329
|
}
|
|
470
|
-
export declare namespace FlowExecutionMessage {
|
|
471
|
-
|
|
472
|
-
const filterSensitiveLog: (obj: FlowExecutionMessage) => any;
|
|
473
|
-
}
|
|
474
330
|
export declare enum FlowExecutionStatus {
|
|
475
331
|
ABORTED = "ABORTED",
|
|
476
332
|
FAILED = "FAILED",
|
|
@@ -492,10 +348,6 @@ export interface FlowExecutionSummary {
|
|
|
492
348
|
|
|
493
349
|
updatedAt?: Date;
|
|
494
350
|
}
|
|
495
|
-
export declare namespace FlowExecutionSummary {
|
|
496
|
-
|
|
497
|
-
const filterSensitiveLog: (obj: FlowExecutionSummary) => any;
|
|
498
|
-
}
|
|
499
351
|
|
|
500
352
|
export interface FlowTemplateDescription {
|
|
501
353
|
|
|
@@ -505,10 +357,6 @@ export interface FlowTemplateDescription {
|
|
|
505
357
|
|
|
506
358
|
validatedNamespaceVersion?: number;
|
|
507
359
|
}
|
|
508
|
-
export declare namespace FlowTemplateDescription {
|
|
509
|
-
|
|
510
|
-
const filterSensitiveLog: (obj: FlowTemplateDescription) => any;
|
|
511
|
-
}
|
|
512
360
|
export declare enum FlowTemplateFilterName {
|
|
513
361
|
DEVICE_MODEL_ID = "DEVICE_MODEL_ID"
|
|
514
362
|
}
|
|
@@ -519,46 +367,26 @@ export interface FlowTemplateFilter {
|
|
|
519
367
|
|
|
520
368
|
value: string[] | undefined;
|
|
521
369
|
}
|
|
522
|
-
export declare namespace FlowTemplateFilter {
|
|
523
|
-
|
|
524
|
-
const filterSensitiveLog: (obj: FlowTemplateFilter) => any;
|
|
525
|
-
}
|
|
526
370
|
export interface GetEntitiesRequest {
|
|
527
371
|
|
|
528
372
|
ids: string[] | undefined;
|
|
529
373
|
|
|
530
374
|
namespaceVersion?: number;
|
|
531
375
|
}
|
|
532
|
-
export declare namespace GetEntitiesRequest {
|
|
533
|
-
|
|
534
|
-
const filterSensitiveLog: (obj: GetEntitiesRequest) => any;
|
|
535
|
-
}
|
|
536
376
|
export interface GetEntitiesResponse {
|
|
537
377
|
|
|
538
378
|
descriptions?: EntityDescription[];
|
|
539
379
|
}
|
|
540
|
-
export declare namespace GetEntitiesResponse {
|
|
541
|
-
|
|
542
|
-
const filterSensitiveLog: (obj: GetEntitiesResponse) => any;
|
|
543
|
-
}
|
|
544
380
|
export interface GetFlowTemplateRequest {
|
|
545
381
|
|
|
546
382
|
id: string | undefined;
|
|
547
383
|
|
|
548
384
|
revisionNumber?: number;
|
|
549
385
|
}
|
|
550
|
-
export declare namespace GetFlowTemplateRequest {
|
|
551
|
-
|
|
552
|
-
const filterSensitiveLog: (obj: GetFlowTemplateRequest) => any;
|
|
553
|
-
}
|
|
554
386
|
export interface GetFlowTemplateResponse {
|
|
555
387
|
|
|
556
388
|
description?: FlowTemplateDescription;
|
|
557
389
|
}
|
|
558
|
-
export declare namespace GetFlowTemplateResponse {
|
|
559
|
-
|
|
560
|
-
const filterSensitiveLog: (obj: GetFlowTemplateResponse) => any;
|
|
561
|
-
}
|
|
562
390
|
export interface GetFlowTemplateRevisionsRequest {
|
|
563
391
|
|
|
564
392
|
id: string | undefined;
|
|
@@ -567,26 +395,14 @@ export interface GetFlowTemplateRevisionsRequest {
|
|
|
567
395
|
|
|
568
396
|
maxResults?: number;
|
|
569
397
|
}
|
|
570
|
-
export declare namespace GetFlowTemplateRevisionsRequest {
|
|
571
|
-
|
|
572
|
-
const filterSensitiveLog: (obj: GetFlowTemplateRevisionsRequest) => any;
|
|
573
|
-
}
|
|
574
398
|
export interface GetFlowTemplateRevisionsResponse {
|
|
575
399
|
|
|
576
400
|
summaries?: FlowTemplateSummary[];
|
|
577
401
|
|
|
578
402
|
nextToken?: string;
|
|
579
403
|
}
|
|
580
|
-
export declare namespace GetFlowTemplateRevisionsResponse {
|
|
581
|
-
|
|
582
|
-
const filterSensitiveLog: (obj: GetFlowTemplateRevisionsResponse) => any;
|
|
583
|
-
}
|
|
584
404
|
export interface GetNamespaceDeletionStatusRequest {
|
|
585
405
|
}
|
|
586
|
-
export declare namespace GetNamespaceDeletionStatusRequest {
|
|
587
|
-
|
|
588
|
-
const filterSensitiveLog: (obj: GetNamespaceDeletionStatusRequest) => any;
|
|
589
|
-
}
|
|
590
406
|
export declare enum NamespaceDeletionStatusErrorCodes {
|
|
591
407
|
VALIDATION_FAILED = "VALIDATION_FAILED"
|
|
592
408
|
}
|
|
@@ -607,18 +423,10 @@ export interface GetNamespaceDeletionStatusResponse {
|
|
|
607
423
|
|
|
608
424
|
errorMessage?: string;
|
|
609
425
|
}
|
|
610
|
-
export declare namespace GetNamespaceDeletionStatusResponse {
|
|
611
|
-
|
|
612
|
-
const filterSensitiveLog: (obj: GetNamespaceDeletionStatusResponse) => any;
|
|
613
|
-
}
|
|
614
426
|
export interface GetSystemInstanceRequest {
|
|
615
427
|
|
|
616
428
|
id: string | undefined;
|
|
617
429
|
}
|
|
618
|
-
export declare namespace GetSystemInstanceRequest {
|
|
619
|
-
|
|
620
|
-
const filterSensitiveLog: (obj: GetSystemInstanceRequest) => any;
|
|
621
|
-
}
|
|
622
430
|
|
|
623
431
|
export interface SystemInstanceDescription {
|
|
624
432
|
|
|
@@ -636,28 +444,16 @@ export interface SystemInstanceDescription {
|
|
|
636
444
|
|
|
637
445
|
flowActionsRoleArn?: string;
|
|
638
446
|
}
|
|
639
|
-
export declare namespace SystemInstanceDescription {
|
|
640
|
-
|
|
641
|
-
const filterSensitiveLog: (obj: SystemInstanceDescription) => any;
|
|
642
|
-
}
|
|
643
447
|
export interface GetSystemInstanceResponse {
|
|
644
448
|
|
|
645
449
|
description?: SystemInstanceDescription;
|
|
646
450
|
}
|
|
647
|
-
export declare namespace GetSystemInstanceResponse {
|
|
648
|
-
|
|
649
|
-
const filterSensitiveLog: (obj: GetSystemInstanceResponse) => any;
|
|
650
|
-
}
|
|
651
451
|
export interface GetSystemTemplateRequest {
|
|
652
452
|
|
|
653
453
|
id: string | undefined;
|
|
654
454
|
|
|
655
455
|
revisionNumber?: number;
|
|
656
456
|
}
|
|
657
|
-
export declare namespace GetSystemTemplateRequest {
|
|
658
|
-
|
|
659
|
-
const filterSensitiveLog: (obj: GetSystemTemplateRequest) => any;
|
|
660
|
-
}
|
|
661
457
|
|
|
662
458
|
export interface SystemTemplateDescription {
|
|
663
459
|
|
|
@@ -667,18 +463,10 @@ export interface SystemTemplateDescription {
|
|
|
667
463
|
|
|
668
464
|
validatedNamespaceVersion?: number;
|
|
669
465
|
}
|
|
670
|
-
export declare namespace SystemTemplateDescription {
|
|
671
|
-
|
|
672
|
-
const filterSensitiveLog: (obj: SystemTemplateDescription) => any;
|
|
673
|
-
}
|
|
674
466
|
export interface GetSystemTemplateResponse {
|
|
675
467
|
|
|
676
468
|
description?: SystemTemplateDescription;
|
|
677
469
|
}
|
|
678
|
-
export declare namespace GetSystemTemplateResponse {
|
|
679
|
-
|
|
680
|
-
const filterSensitiveLog: (obj: GetSystemTemplateResponse) => any;
|
|
681
|
-
}
|
|
682
470
|
export interface GetSystemTemplateRevisionsRequest {
|
|
683
471
|
|
|
684
472
|
id: string | undefined;
|
|
@@ -687,28 +475,16 @@ export interface GetSystemTemplateRevisionsRequest {
|
|
|
687
475
|
|
|
688
476
|
maxResults?: number;
|
|
689
477
|
}
|
|
690
|
-
export declare namespace GetSystemTemplateRevisionsRequest {
|
|
691
|
-
|
|
692
|
-
const filterSensitiveLog: (obj: GetSystemTemplateRevisionsRequest) => any;
|
|
693
|
-
}
|
|
694
478
|
export interface GetSystemTemplateRevisionsResponse {
|
|
695
479
|
|
|
696
480
|
summaries?: SystemTemplateSummary[];
|
|
697
481
|
|
|
698
482
|
nextToken?: string;
|
|
699
483
|
}
|
|
700
|
-
export declare namespace GetSystemTemplateRevisionsResponse {
|
|
701
|
-
|
|
702
|
-
const filterSensitiveLog: (obj: GetSystemTemplateRevisionsResponse) => any;
|
|
703
|
-
}
|
|
704
484
|
export interface GetUploadStatusRequest {
|
|
705
485
|
|
|
706
486
|
uploadId: string | undefined;
|
|
707
487
|
}
|
|
708
|
-
export declare namespace GetUploadStatusRequest {
|
|
709
|
-
|
|
710
|
-
const filterSensitiveLog: (obj: GetUploadStatusRequest) => any;
|
|
711
|
-
}
|
|
712
488
|
export declare enum UploadStatus {
|
|
713
489
|
FAILED = "FAILED",
|
|
714
490
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -730,10 +506,6 @@ export interface GetUploadStatusResponse {
|
|
|
730
506
|
|
|
731
507
|
createdDate: Date | undefined;
|
|
732
508
|
}
|
|
733
|
-
export declare namespace GetUploadStatusResponse {
|
|
734
|
-
|
|
735
|
-
const filterSensitiveLog: (obj: GetUploadStatusResponse) => any;
|
|
736
|
-
}
|
|
737
509
|
export interface ListFlowExecutionMessagesRequest {
|
|
738
510
|
|
|
739
511
|
flowExecutionId: string | undefined;
|
|
@@ -742,20 +514,12 @@ export interface ListFlowExecutionMessagesRequest {
|
|
|
742
514
|
|
|
743
515
|
maxResults?: number;
|
|
744
516
|
}
|
|
745
|
-
export declare namespace ListFlowExecutionMessagesRequest {
|
|
746
|
-
|
|
747
|
-
const filterSensitiveLog: (obj: ListFlowExecutionMessagesRequest) => any;
|
|
748
|
-
}
|
|
749
517
|
export interface ListFlowExecutionMessagesResponse {
|
|
750
518
|
|
|
751
519
|
messages?: FlowExecutionMessage[];
|
|
752
520
|
|
|
753
521
|
nextToken?: string;
|
|
754
522
|
}
|
|
755
|
-
export declare namespace ListFlowExecutionMessagesResponse {
|
|
756
|
-
|
|
757
|
-
const filterSensitiveLog: (obj: ListFlowExecutionMessagesResponse) => any;
|
|
758
|
-
}
|
|
759
523
|
export interface ListTagsForResourceRequest {
|
|
760
524
|
|
|
761
525
|
maxResults?: number;
|
|
@@ -764,20 +528,12 @@ export interface ListTagsForResourceRequest {
|
|
|
764
528
|
|
|
765
529
|
nextToken?: string;
|
|
766
530
|
}
|
|
767
|
-
export declare namespace ListTagsForResourceRequest {
|
|
768
|
-
|
|
769
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
770
|
-
}
|
|
771
531
|
export interface ListTagsForResourceResponse {
|
|
772
532
|
|
|
773
533
|
tags?: Tag[];
|
|
774
534
|
|
|
775
535
|
nextToken?: string;
|
|
776
536
|
}
|
|
777
|
-
export declare namespace ListTagsForResourceResponse {
|
|
778
|
-
|
|
779
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
780
|
-
}
|
|
781
537
|
export interface SearchEntitiesRequest {
|
|
782
538
|
|
|
783
539
|
entityTypes: (EntityType | string)[] | undefined;
|
|
@@ -790,20 +546,12 @@ export interface SearchEntitiesRequest {
|
|
|
790
546
|
|
|
791
547
|
namespaceVersion?: number;
|
|
792
548
|
}
|
|
793
|
-
export declare namespace SearchEntitiesRequest {
|
|
794
|
-
|
|
795
|
-
const filterSensitiveLog: (obj: SearchEntitiesRequest) => any;
|
|
796
|
-
}
|
|
797
549
|
export interface SearchEntitiesResponse {
|
|
798
550
|
|
|
799
551
|
descriptions?: EntityDescription[];
|
|
800
552
|
|
|
801
553
|
nextToken?: string;
|
|
802
554
|
}
|
|
803
|
-
export declare namespace SearchEntitiesResponse {
|
|
804
|
-
|
|
805
|
-
const filterSensitiveLog: (obj: SearchEntitiesResponse) => any;
|
|
806
|
-
}
|
|
807
555
|
export interface SearchFlowExecutionsRequest {
|
|
808
556
|
|
|
809
557
|
systemInstanceId: string | undefined;
|
|
@@ -818,20 +566,12 @@ export interface SearchFlowExecutionsRequest {
|
|
|
818
566
|
|
|
819
567
|
maxResults?: number;
|
|
820
568
|
}
|
|
821
|
-
export declare namespace SearchFlowExecutionsRequest {
|
|
822
|
-
|
|
823
|
-
const filterSensitiveLog: (obj: SearchFlowExecutionsRequest) => any;
|
|
824
|
-
}
|
|
825
569
|
export interface SearchFlowExecutionsResponse {
|
|
826
570
|
|
|
827
571
|
summaries?: FlowExecutionSummary[];
|
|
828
572
|
|
|
829
573
|
nextToken?: string;
|
|
830
574
|
}
|
|
831
|
-
export declare namespace SearchFlowExecutionsResponse {
|
|
832
|
-
|
|
833
|
-
const filterSensitiveLog: (obj: SearchFlowExecutionsResponse) => any;
|
|
834
|
-
}
|
|
835
575
|
export interface SearchFlowTemplatesRequest {
|
|
836
576
|
|
|
837
577
|
filters?: FlowTemplateFilter[];
|
|
@@ -840,20 +580,12 @@ export interface SearchFlowTemplatesRequest {
|
|
|
840
580
|
|
|
841
581
|
maxResults?: number;
|
|
842
582
|
}
|
|
843
|
-
export declare namespace SearchFlowTemplatesRequest {
|
|
844
|
-
|
|
845
|
-
const filterSensitiveLog: (obj: SearchFlowTemplatesRequest) => any;
|
|
846
|
-
}
|
|
847
583
|
export interface SearchFlowTemplatesResponse {
|
|
848
584
|
|
|
849
585
|
summaries?: FlowTemplateSummary[];
|
|
850
586
|
|
|
851
587
|
nextToken?: string;
|
|
852
588
|
}
|
|
853
|
-
export declare namespace SearchFlowTemplatesResponse {
|
|
854
|
-
|
|
855
|
-
const filterSensitiveLog: (obj: SearchFlowTemplatesResponse) => any;
|
|
856
|
-
}
|
|
857
589
|
export declare enum SystemInstanceFilterName {
|
|
858
590
|
GREENGRASS_GROUP_NAME = "GREENGRASS_GROUP_NAME",
|
|
859
591
|
STATUS = "STATUS",
|
|
@@ -866,10 +598,6 @@ export interface SystemInstanceFilter {
|
|
|
866
598
|
|
|
867
599
|
value?: string[];
|
|
868
600
|
}
|
|
869
|
-
export declare namespace SystemInstanceFilter {
|
|
870
|
-
|
|
871
|
-
const filterSensitiveLog: (obj: SystemInstanceFilter) => any;
|
|
872
|
-
}
|
|
873
601
|
export interface SearchSystemInstancesRequest {
|
|
874
602
|
|
|
875
603
|
filters?: SystemInstanceFilter[];
|
|
@@ -878,20 +606,12 @@ export interface SearchSystemInstancesRequest {
|
|
|
878
606
|
|
|
879
607
|
maxResults?: number;
|
|
880
608
|
}
|
|
881
|
-
export declare namespace SearchSystemInstancesRequest {
|
|
882
|
-
|
|
883
|
-
const filterSensitiveLog: (obj: SearchSystemInstancesRequest) => any;
|
|
884
|
-
}
|
|
885
609
|
export interface SearchSystemInstancesResponse {
|
|
886
610
|
|
|
887
611
|
summaries?: SystemInstanceSummary[];
|
|
888
612
|
|
|
889
613
|
nextToken?: string;
|
|
890
614
|
}
|
|
891
|
-
export declare namespace SearchSystemInstancesResponse {
|
|
892
|
-
|
|
893
|
-
const filterSensitiveLog: (obj: SearchSystemInstancesResponse) => any;
|
|
894
|
-
}
|
|
895
615
|
export declare enum SystemTemplateFilterName {
|
|
896
616
|
FLOW_TEMPLATE_ID = "FLOW_TEMPLATE_ID"
|
|
897
617
|
}
|
|
@@ -902,10 +622,6 @@ export interface SystemTemplateFilter {
|
|
|
902
622
|
|
|
903
623
|
value: string[] | undefined;
|
|
904
624
|
}
|
|
905
|
-
export declare namespace SystemTemplateFilter {
|
|
906
|
-
|
|
907
|
-
const filterSensitiveLog: (obj: SystemTemplateFilter) => any;
|
|
908
|
-
}
|
|
909
625
|
export interface SearchSystemTemplatesRequest {
|
|
910
626
|
|
|
911
627
|
filters?: SystemTemplateFilter[];
|
|
@@ -914,20 +630,12 @@ export interface SearchSystemTemplatesRequest {
|
|
|
914
630
|
|
|
915
631
|
maxResults?: number;
|
|
916
632
|
}
|
|
917
|
-
export declare namespace SearchSystemTemplatesRequest {
|
|
918
|
-
|
|
919
|
-
const filterSensitiveLog: (obj: SearchSystemTemplatesRequest) => any;
|
|
920
|
-
}
|
|
921
633
|
export interface SearchSystemTemplatesResponse {
|
|
922
634
|
|
|
923
635
|
summaries?: SystemTemplateSummary[];
|
|
924
636
|
|
|
925
637
|
nextToken?: string;
|
|
926
638
|
}
|
|
927
|
-
export declare namespace SearchSystemTemplatesResponse {
|
|
928
|
-
|
|
929
|
-
const filterSensitiveLog: (obj: SearchSystemTemplatesResponse) => any;
|
|
930
|
-
}
|
|
931
639
|
export interface SearchThingsRequest {
|
|
932
640
|
|
|
933
641
|
entityId: string | undefined;
|
|
@@ -938,10 +646,6 @@ export interface SearchThingsRequest {
|
|
|
938
646
|
|
|
939
647
|
namespaceVersion?: number;
|
|
940
648
|
}
|
|
941
|
-
export declare namespace SearchThingsRequest {
|
|
942
|
-
|
|
943
|
-
const filterSensitiveLog: (obj: SearchThingsRequest) => any;
|
|
944
|
-
}
|
|
945
649
|
|
|
946
650
|
export interface Thing {
|
|
947
651
|
|
|
@@ -949,68 +653,36 @@ export interface Thing {
|
|
|
949
653
|
|
|
950
654
|
thingName?: string;
|
|
951
655
|
}
|
|
952
|
-
export declare namespace Thing {
|
|
953
|
-
|
|
954
|
-
const filterSensitiveLog: (obj: Thing) => any;
|
|
955
|
-
}
|
|
956
656
|
export interface SearchThingsResponse {
|
|
957
657
|
|
|
958
658
|
things?: Thing[];
|
|
959
659
|
|
|
960
660
|
nextToken?: string;
|
|
961
661
|
}
|
|
962
|
-
export declare namespace SearchThingsResponse {
|
|
963
|
-
|
|
964
|
-
const filterSensitiveLog: (obj: SearchThingsResponse) => any;
|
|
965
|
-
}
|
|
966
662
|
export interface TagResourceRequest {
|
|
967
663
|
|
|
968
664
|
resourceArn: string | undefined;
|
|
969
665
|
|
|
970
666
|
tags: Tag[] | undefined;
|
|
971
667
|
}
|
|
972
|
-
export declare namespace TagResourceRequest {
|
|
973
|
-
|
|
974
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
975
|
-
}
|
|
976
668
|
export interface TagResourceResponse {
|
|
977
669
|
}
|
|
978
|
-
export declare namespace TagResourceResponse {
|
|
979
|
-
|
|
980
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
981
|
-
}
|
|
982
670
|
export interface UndeploySystemInstanceRequest {
|
|
983
671
|
|
|
984
672
|
id?: string;
|
|
985
673
|
}
|
|
986
|
-
export declare namespace UndeploySystemInstanceRequest {
|
|
987
|
-
|
|
988
|
-
const filterSensitiveLog: (obj: UndeploySystemInstanceRequest) => any;
|
|
989
|
-
}
|
|
990
674
|
export interface UndeploySystemInstanceResponse {
|
|
991
675
|
|
|
992
676
|
summary?: SystemInstanceSummary;
|
|
993
677
|
}
|
|
994
|
-
export declare namespace UndeploySystemInstanceResponse {
|
|
995
|
-
|
|
996
|
-
const filterSensitiveLog: (obj: UndeploySystemInstanceResponse) => any;
|
|
997
|
-
}
|
|
998
678
|
export interface UntagResourceRequest {
|
|
999
679
|
|
|
1000
680
|
resourceArn: string | undefined;
|
|
1001
681
|
|
|
1002
682
|
tagKeys: string[] | undefined;
|
|
1003
683
|
}
|
|
1004
|
-
export declare namespace UntagResourceRequest {
|
|
1005
|
-
|
|
1006
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1007
|
-
}
|
|
1008
684
|
export interface UntagResourceResponse {
|
|
1009
685
|
}
|
|
1010
|
-
export declare namespace UntagResourceResponse {
|
|
1011
|
-
|
|
1012
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1013
|
-
}
|
|
1014
686
|
export interface UpdateFlowTemplateRequest {
|
|
1015
687
|
|
|
1016
688
|
id: string | undefined;
|
|
@@ -1019,18 +691,10 @@ export interface UpdateFlowTemplateRequest {
|
|
|
1019
691
|
|
|
1020
692
|
compatibleNamespaceVersion?: number;
|
|
1021
693
|
}
|
|
1022
|
-
export declare namespace UpdateFlowTemplateRequest {
|
|
1023
|
-
|
|
1024
|
-
const filterSensitiveLog: (obj: UpdateFlowTemplateRequest) => any;
|
|
1025
|
-
}
|
|
1026
694
|
export interface UpdateFlowTemplateResponse {
|
|
1027
695
|
|
|
1028
696
|
summary?: FlowTemplateSummary;
|
|
1029
697
|
}
|
|
1030
|
-
export declare namespace UpdateFlowTemplateResponse {
|
|
1031
|
-
|
|
1032
|
-
const filterSensitiveLog: (obj: UpdateFlowTemplateResponse) => any;
|
|
1033
|
-
}
|
|
1034
698
|
export interface UpdateSystemTemplateRequest {
|
|
1035
699
|
|
|
1036
700
|
id: string | undefined;
|
|
@@ -1039,18 +703,10 @@ export interface UpdateSystemTemplateRequest {
|
|
|
1039
703
|
|
|
1040
704
|
compatibleNamespaceVersion?: number;
|
|
1041
705
|
}
|
|
1042
|
-
export declare namespace UpdateSystemTemplateRequest {
|
|
1043
|
-
|
|
1044
|
-
const filterSensitiveLog: (obj: UpdateSystemTemplateRequest) => any;
|
|
1045
|
-
}
|
|
1046
706
|
export interface UpdateSystemTemplateResponse {
|
|
1047
707
|
|
|
1048
708
|
summary?: SystemTemplateSummary;
|
|
1049
709
|
}
|
|
1050
|
-
export declare namespace UpdateSystemTemplateResponse {
|
|
1051
|
-
|
|
1052
|
-
const filterSensitiveLog: (obj: UpdateSystemTemplateResponse) => any;
|
|
1053
|
-
}
|
|
1054
710
|
export interface UploadEntityDefinitionsRequest {
|
|
1055
711
|
|
|
1056
712
|
document?: DefinitionDocument;
|
|
@@ -1059,15 +715,183 @@ export interface UploadEntityDefinitionsRequest {
|
|
|
1059
715
|
|
|
1060
716
|
deprecateExistingEntities?: boolean;
|
|
1061
717
|
}
|
|
1062
|
-
export declare namespace UploadEntityDefinitionsRequest {
|
|
1063
|
-
|
|
1064
|
-
const filterSensitiveLog: (obj: UploadEntityDefinitionsRequest) => any;
|
|
1065
|
-
}
|
|
1066
718
|
export interface UploadEntityDefinitionsResponse {
|
|
1067
719
|
|
|
1068
720
|
uploadId: string | undefined;
|
|
1069
721
|
}
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
722
|
+
|
|
723
|
+
export declare const AssociateEntityToThingRequestFilterSensitiveLog: (obj: AssociateEntityToThingRequest) => any;
|
|
724
|
+
|
|
725
|
+
export declare const AssociateEntityToThingResponseFilterSensitiveLog: (obj: AssociateEntityToThingResponse) => any;
|
|
726
|
+
|
|
727
|
+
export declare const DefinitionDocumentFilterSensitiveLog: (obj: DefinitionDocument) => any;
|
|
728
|
+
|
|
729
|
+
export declare const CreateFlowTemplateRequestFilterSensitiveLog: (obj: CreateFlowTemplateRequest) => any;
|
|
730
|
+
|
|
731
|
+
export declare const FlowTemplateSummaryFilterSensitiveLog: (obj: FlowTemplateSummary) => any;
|
|
732
|
+
|
|
733
|
+
export declare const CreateFlowTemplateResponseFilterSensitiveLog: (obj: CreateFlowTemplateResponse) => any;
|
|
734
|
+
|
|
735
|
+
export declare const MetricsConfigurationFilterSensitiveLog: (obj: MetricsConfiguration) => any;
|
|
736
|
+
|
|
737
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
738
|
+
|
|
739
|
+
export declare const CreateSystemInstanceRequestFilterSensitiveLog: (obj: CreateSystemInstanceRequest) => any;
|
|
740
|
+
|
|
741
|
+
export declare const SystemInstanceSummaryFilterSensitiveLog: (obj: SystemInstanceSummary) => any;
|
|
742
|
+
|
|
743
|
+
export declare const CreateSystemInstanceResponseFilterSensitiveLog: (obj: CreateSystemInstanceResponse) => any;
|
|
744
|
+
|
|
745
|
+
export declare const CreateSystemTemplateRequestFilterSensitiveLog: (obj: CreateSystemTemplateRequest) => any;
|
|
746
|
+
|
|
747
|
+
export declare const SystemTemplateSummaryFilterSensitiveLog: (obj: SystemTemplateSummary) => any;
|
|
748
|
+
|
|
749
|
+
export declare const CreateSystemTemplateResponseFilterSensitiveLog: (obj: CreateSystemTemplateResponse) => any;
|
|
750
|
+
|
|
751
|
+
export declare const DeleteFlowTemplateRequestFilterSensitiveLog: (obj: DeleteFlowTemplateRequest) => any;
|
|
752
|
+
|
|
753
|
+
export declare const DeleteFlowTemplateResponseFilterSensitiveLog: (obj: DeleteFlowTemplateResponse) => any;
|
|
754
|
+
|
|
755
|
+
export declare const DeleteNamespaceRequestFilterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
|
|
756
|
+
|
|
757
|
+
export declare const DeleteNamespaceResponseFilterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
|
|
758
|
+
|
|
759
|
+
export declare const DeleteSystemInstanceRequestFilterSensitiveLog: (obj: DeleteSystemInstanceRequest) => any;
|
|
760
|
+
|
|
761
|
+
export declare const DeleteSystemInstanceResponseFilterSensitiveLog: (obj: DeleteSystemInstanceResponse) => any;
|
|
762
|
+
|
|
763
|
+
export declare const DeleteSystemTemplateRequestFilterSensitiveLog: (obj: DeleteSystemTemplateRequest) => any;
|
|
764
|
+
|
|
765
|
+
export declare const DeleteSystemTemplateResponseFilterSensitiveLog: (obj: DeleteSystemTemplateResponse) => any;
|
|
766
|
+
|
|
767
|
+
export declare const DependencyRevisionFilterSensitiveLog: (obj: DependencyRevision) => any;
|
|
768
|
+
|
|
769
|
+
export declare const DeploySystemInstanceRequestFilterSensitiveLog: (obj: DeploySystemInstanceRequest) => any;
|
|
770
|
+
|
|
771
|
+
export declare const DeploySystemInstanceResponseFilterSensitiveLog: (obj: DeploySystemInstanceResponse) => any;
|
|
772
|
+
|
|
773
|
+
export declare const DeprecateFlowTemplateRequestFilterSensitiveLog: (obj: DeprecateFlowTemplateRequest) => any;
|
|
774
|
+
|
|
775
|
+
export declare const DeprecateFlowTemplateResponseFilterSensitiveLog: (obj: DeprecateFlowTemplateResponse) => any;
|
|
776
|
+
|
|
777
|
+
export declare const DeprecateSystemTemplateRequestFilterSensitiveLog: (obj: DeprecateSystemTemplateRequest) => any;
|
|
778
|
+
|
|
779
|
+
export declare const DeprecateSystemTemplateResponseFilterSensitiveLog: (obj: DeprecateSystemTemplateResponse) => any;
|
|
780
|
+
|
|
781
|
+
export declare const DescribeNamespaceRequestFilterSensitiveLog: (obj: DescribeNamespaceRequest) => any;
|
|
782
|
+
|
|
783
|
+
export declare const DescribeNamespaceResponseFilterSensitiveLog: (obj: DescribeNamespaceResponse) => any;
|
|
784
|
+
|
|
785
|
+
export declare const DissociateEntityFromThingRequestFilterSensitiveLog: (obj: DissociateEntityFromThingRequest) => any;
|
|
786
|
+
|
|
787
|
+
export declare const DissociateEntityFromThingResponseFilterSensitiveLog: (obj: DissociateEntityFromThingResponse) => any;
|
|
788
|
+
|
|
789
|
+
export declare const EntityDescriptionFilterSensitiveLog: (obj: EntityDescription) => any;
|
|
790
|
+
|
|
791
|
+
export declare const EntityFilterFilterSensitiveLog: (obj: EntityFilter) => any;
|
|
792
|
+
|
|
793
|
+
export declare const FlowExecutionMessageFilterSensitiveLog: (obj: FlowExecutionMessage) => any;
|
|
794
|
+
|
|
795
|
+
export declare const FlowExecutionSummaryFilterSensitiveLog: (obj: FlowExecutionSummary) => any;
|
|
796
|
+
|
|
797
|
+
export declare const FlowTemplateDescriptionFilterSensitiveLog: (obj: FlowTemplateDescription) => any;
|
|
798
|
+
|
|
799
|
+
export declare const FlowTemplateFilterFilterSensitiveLog: (obj: FlowTemplateFilter) => any;
|
|
800
|
+
|
|
801
|
+
export declare const GetEntitiesRequestFilterSensitiveLog: (obj: GetEntitiesRequest) => any;
|
|
802
|
+
|
|
803
|
+
export declare const GetEntitiesResponseFilterSensitiveLog: (obj: GetEntitiesResponse) => any;
|
|
804
|
+
|
|
805
|
+
export declare const GetFlowTemplateRequestFilterSensitiveLog: (obj: GetFlowTemplateRequest) => any;
|
|
806
|
+
|
|
807
|
+
export declare const GetFlowTemplateResponseFilterSensitiveLog: (obj: GetFlowTemplateResponse) => any;
|
|
808
|
+
|
|
809
|
+
export declare const GetFlowTemplateRevisionsRequestFilterSensitiveLog: (obj: GetFlowTemplateRevisionsRequest) => any;
|
|
810
|
+
|
|
811
|
+
export declare const GetFlowTemplateRevisionsResponseFilterSensitiveLog: (obj: GetFlowTemplateRevisionsResponse) => any;
|
|
812
|
+
|
|
813
|
+
export declare const GetNamespaceDeletionStatusRequestFilterSensitiveLog: (obj: GetNamespaceDeletionStatusRequest) => any;
|
|
814
|
+
|
|
815
|
+
export declare const GetNamespaceDeletionStatusResponseFilterSensitiveLog: (obj: GetNamespaceDeletionStatusResponse) => any;
|
|
816
|
+
|
|
817
|
+
export declare const GetSystemInstanceRequestFilterSensitiveLog: (obj: GetSystemInstanceRequest) => any;
|
|
818
|
+
|
|
819
|
+
export declare const SystemInstanceDescriptionFilterSensitiveLog: (obj: SystemInstanceDescription) => any;
|
|
820
|
+
|
|
821
|
+
export declare const GetSystemInstanceResponseFilterSensitiveLog: (obj: GetSystemInstanceResponse) => any;
|
|
822
|
+
|
|
823
|
+
export declare const GetSystemTemplateRequestFilterSensitiveLog: (obj: GetSystemTemplateRequest) => any;
|
|
824
|
+
|
|
825
|
+
export declare const SystemTemplateDescriptionFilterSensitiveLog: (obj: SystemTemplateDescription) => any;
|
|
826
|
+
|
|
827
|
+
export declare const GetSystemTemplateResponseFilterSensitiveLog: (obj: GetSystemTemplateResponse) => any;
|
|
828
|
+
|
|
829
|
+
export declare const GetSystemTemplateRevisionsRequestFilterSensitiveLog: (obj: GetSystemTemplateRevisionsRequest) => any;
|
|
830
|
+
|
|
831
|
+
export declare const GetSystemTemplateRevisionsResponseFilterSensitiveLog: (obj: GetSystemTemplateRevisionsResponse) => any;
|
|
832
|
+
|
|
833
|
+
export declare const GetUploadStatusRequestFilterSensitiveLog: (obj: GetUploadStatusRequest) => any;
|
|
834
|
+
|
|
835
|
+
export declare const GetUploadStatusResponseFilterSensitiveLog: (obj: GetUploadStatusResponse) => any;
|
|
836
|
+
|
|
837
|
+
export declare const ListFlowExecutionMessagesRequestFilterSensitiveLog: (obj: ListFlowExecutionMessagesRequest) => any;
|
|
838
|
+
|
|
839
|
+
export declare const ListFlowExecutionMessagesResponseFilterSensitiveLog: (obj: ListFlowExecutionMessagesResponse) => any;
|
|
840
|
+
|
|
841
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
842
|
+
|
|
843
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
844
|
+
|
|
845
|
+
export declare const SearchEntitiesRequestFilterSensitiveLog: (obj: SearchEntitiesRequest) => any;
|
|
846
|
+
|
|
847
|
+
export declare const SearchEntitiesResponseFilterSensitiveLog: (obj: SearchEntitiesResponse) => any;
|
|
848
|
+
|
|
849
|
+
export declare const SearchFlowExecutionsRequestFilterSensitiveLog: (obj: SearchFlowExecutionsRequest) => any;
|
|
850
|
+
|
|
851
|
+
export declare const SearchFlowExecutionsResponseFilterSensitiveLog: (obj: SearchFlowExecutionsResponse) => any;
|
|
852
|
+
|
|
853
|
+
export declare const SearchFlowTemplatesRequestFilterSensitiveLog: (obj: SearchFlowTemplatesRequest) => any;
|
|
854
|
+
|
|
855
|
+
export declare const SearchFlowTemplatesResponseFilterSensitiveLog: (obj: SearchFlowTemplatesResponse) => any;
|
|
856
|
+
|
|
857
|
+
export declare const SystemInstanceFilterFilterSensitiveLog: (obj: SystemInstanceFilter) => any;
|
|
858
|
+
|
|
859
|
+
export declare const SearchSystemInstancesRequestFilterSensitiveLog: (obj: SearchSystemInstancesRequest) => any;
|
|
860
|
+
|
|
861
|
+
export declare const SearchSystemInstancesResponseFilterSensitiveLog: (obj: SearchSystemInstancesResponse) => any;
|
|
862
|
+
|
|
863
|
+
export declare const SystemTemplateFilterFilterSensitiveLog: (obj: SystemTemplateFilter) => any;
|
|
864
|
+
|
|
865
|
+
export declare const SearchSystemTemplatesRequestFilterSensitiveLog: (obj: SearchSystemTemplatesRequest) => any;
|
|
866
|
+
|
|
867
|
+
export declare const SearchSystemTemplatesResponseFilterSensitiveLog: (obj: SearchSystemTemplatesResponse) => any;
|
|
868
|
+
|
|
869
|
+
export declare const SearchThingsRequestFilterSensitiveLog: (obj: SearchThingsRequest) => any;
|
|
870
|
+
|
|
871
|
+
export declare const ThingFilterSensitiveLog: (obj: Thing) => any;
|
|
872
|
+
|
|
873
|
+
export declare const SearchThingsResponseFilterSensitiveLog: (obj: SearchThingsResponse) => any;
|
|
874
|
+
|
|
875
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
876
|
+
|
|
877
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
878
|
+
|
|
879
|
+
export declare const UndeploySystemInstanceRequestFilterSensitiveLog: (obj: UndeploySystemInstanceRequest) => any;
|
|
880
|
+
|
|
881
|
+
export declare const UndeploySystemInstanceResponseFilterSensitiveLog: (obj: UndeploySystemInstanceResponse) => any;
|
|
882
|
+
|
|
883
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
884
|
+
|
|
885
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
886
|
+
|
|
887
|
+
export declare const UpdateFlowTemplateRequestFilterSensitiveLog: (obj: UpdateFlowTemplateRequest) => any;
|
|
888
|
+
|
|
889
|
+
export declare const UpdateFlowTemplateResponseFilterSensitiveLog: (obj: UpdateFlowTemplateResponse) => any;
|
|
890
|
+
|
|
891
|
+
export declare const UpdateSystemTemplateRequestFilterSensitiveLog: (obj: UpdateSystemTemplateRequest) => any;
|
|
892
|
+
|
|
893
|
+
export declare const UpdateSystemTemplateResponseFilterSensitiveLog: (obj: UpdateSystemTemplateResponse) => any;
|
|
894
|
+
|
|
895
|
+
export declare const UploadEntityDefinitionsRequestFilterSensitiveLog: (obj: UploadEntityDefinitionsRequest) => any;
|
|
896
|
+
|
|
897
|
+
export declare const UploadEntityDefinitionsResponseFilterSensitiveLog: (obj: UploadEntityDefinitionsResponse) => any;
|