aws-sdk-core 2.9.32 → 2.9.34

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7808b823ff127610fa930c73231d391f14fec511
4
- data.tar.gz: a6097e51777484d8bf4e55eca4ec39fd4901312a
3
+ metadata.gz: 72a0ff5732c3722fb2c58007f1b265fd3f5440ad
4
+ data.tar.gz: 05300852bf1954a5dcb5f469c3ed93918c1c033e
5
5
  SHA512:
6
- metadata.gz: 6f0cb4c74c8bfc9419e3dca62b46dd2957b5259cfb729043b33b7b4fa236a83862afdd78be0fb6733c98efe65bef904696e6cba1234b6673c5e1b0192f0fd907
7
- data.tar.gz: a47dd9661aead176786503204388dbfefcf2683e72cbdf59725bc8a56c078fc0fb60c265157afe1a4d6d03647a3ef8d8e7bd0396dc88aa1099ad343562efecf2
6
+ metadata.gz: 2ed05432b25b84f505095577a0d0545e867a5c0c4a106250c118b6c226029f981929dde4ed25d54d6b18730adf3f16e35100122e55db5ea5dc926b9249997022
7
+ data.tar.gz: ec1acff704f6deaa1de99dce321c7b4b21228d3b30afe7dddb677baad3fd44726b7adf97b0d9b73d6e8a9715b0e93c9b70300e49b3da165686a4cf43056360ec
@@ -530,7 +530,8 @@
530
530
  "type":{"shape":"EnvironmentType"},
531
531
  "image":{"shape":"NonEmptyString"},
532
532
  "computeType":{"shape":"ComputeType"},
533
- "environmentVariables":{"shape":"EnvironmentVariables"}
533
+ "environmentVariables":{"shape":"EnvironmentVariables"},
534
+ "privilegedMode":{"shape":"WrapperBoolean"}
534
535
  }
535
536
  },
536
537
  "ProjectName":{
@@ -666,7 +667,7 @@
666
667
  "TimeOut":{
667
668
  "type":"integer",
668
669
  "max":480,
669
- "min":1
670
+ "min":5
670
671
  },
671
672
  "Timestamp":{"type":"timestamp"},
672
673
  "UpdateProjectInput":{
@@ -696,6 +697,7 @@
696
697
  "min":1,
697
698
  "pattern":"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=@+\\\\-]*)$"
698
699
  },
700
+ "WrapperBoolean":{"type":"boolean"},
699
701
  "WrapperInt":{"type":"integer"},
700
702
  "WrapperLong":{"type":"long"}
701
703
  }
@@ -703,7 +703,7 @@
703
703
  ],
704
704
  "FromArn": "",
705
705
  "RawMessage": {
706
- "Data": "From: sender@example.com\nTo: recipient@example.com\nSubject: Test email (contains an attachment)\nMIME-Version: 1.0\nContent-type: Multipart/Mixed; boundary=\"NextPart\"\n\n--NextPart\nContent-Type: text/plain\n\nThis is the message body.\n\n--NextPart\nContent-Type: text/plain;\nContent-Disposition: attachment; filename=\"attachment.txt\"\n\nThis is the text in the attachment.\n\n--NextPart--"
706
+ "Data": "From: sender@example.com\\nTo: recipient@example.com\\nSubject: Test email (contains an attachment)\\nMIME-Version: 1.0\\nContent-type: Multipart/Mixed; boundary=\"NextPart\"\\n\\n--NextPart\\nContent-Type: text/plain\\n\\nThis is the message body.\\n\\n--NextPart\\nContent-Type: text/plain;\\nContent-Disposition: attachment; filename=\"attachment.txt\"\\n\\nThis is the text in the attachment.\\n\\n--NextPart--"
707
707
  },
708
708
  "ReturnPathArn": "",
709
709
  "Source": "",
@@ -0,0 +1,3451 @@
1
+ {
2
+ "metadata" : {
3
+ "apiVersion" : "2017-06-07",
4
+ "endpointPrefix" : "greengrass",
5
+ "signingName" : "greengrass",
6
+ "serviceFullName" : "AWS Greengrass",
7
+ "protocol" : "rest-json",
8
+ "jsonVersion" : "1.1",
9
+ "uid" : "greengrass-2017-06-07",
10
+ "signatureVersion" : "v4"
11
+ },
12
+ "operations" : {
13
+ "AssociateRoleToGroup" : {
14
+ "name" : "AssociateRoleToGroup",
15
+ "http" : {
16
+ "method" : "PUT",
17
+ "requestUri" : "/greengrass/groups/{GroupId}/role",
18
+ "responseCode" : 200
19
+ },
20
+ "input" : {
21
+ "shape" : "AssociateRoleToGroupRequest"
22
+ },
23
+ "output" : {
24
+ "shape" : "AssociateRoleToGroupResponse"
25
+ },
26
+ "errors" : [ {
27
+ "shape" : "BadRequestException"
28
+ }, {
29
+ "shape" : "InternalServerErrorException"
30
+ } ]
31
+ },
32
+ "AssociateServiceRoleToAccount" : {
33
+ "name" : "AssociateServiceRoleToAccount",
34
+ "http" : {
35
+ "method" : "PUT",
36
+ "requestUri" : "/greengrass/servicerole",
37
+ "responseCode" : 200
38
+ },
39
+ "input" : {
40
+ "shape" : "AssociateServiceRoleToAccountRequest"
41
+ },
42
+ "output" : {
43
+ "shape" : "AssociateServiceRoleToAccountResponse"
44
+ },
45
+ "errors" : [ {
46
+ "shape" : "BadRequestException"
47
+ }, {
48
+ "shape" : "InternalServerErrorException"
49
+ } ]
50
+ },
51
+ "CreateCoreDefinition" : {
52
+ "name" : "CreateCoreDefinition",
53
+ "http" : {
54
+ "method" : "POST",
55
+ "requestUri" : "/greengrass/definition/cores",
56
+ "responseCode" : 200
57
+ },
58
+ "input" : {
59
+ "shape" : "CreateCoreDefinitionRequest"
60
+ },
61
+ "output" : {
62
+ "shape" : "CreateCoreDefinitionResponse"
63
+ },
64
+ "errors" : [ {
65
+ "shape" : "BadRequestException"
66
+ } ]
67
+ },
68
+ "CreateCoreDefinitionVersion" : {
69
+ "name" : "CreateCoreDefinitionVersion",
70
+ "http" : {
71
+ "method" : "POST",
72
+ "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}/versions",
73
+ "responseCode" : 200
74
+ },
75
+ "input" : {
76
+ "shape" : "CreateCoreDefinitionVersionRequest"
77
+ },
78
+ "output" : {
79
+ "shape" : "CreateCoreDefinitionVersionResponse"
80
+ },
81
+ "errors" : [ {
82
+ "shape" : "BadRequestException"
83
+ } ]
84
+ },
85
+ "CreateDeployment" : {
86
+ "name" : "CreateDeployment",
87
+ "http" : {
88
+ "method" : "POST",
89
+ "requestUri" : "/greengrass/groups/{GroupId}/deployments",
90
+ "responseCode" : 200
91
+ },
92
+ "input" : {
93
+ "shape" : "CreateDeploymentRequest"
94
+ },
95
+ "output" : {
96
+ "shape" : "CreateDeploymentResponse"
97
+ },
98
+ "errors" : [ {
99
+ "shape" : "BadRequestException"
100
+ } ]
101
+ },
102
+ "CreateDeviceDefinition" : {
103
+ "name" : "CreateDeviceDefinition",
104
+ "http" : {
105
+ "method" : "POST",
106
+ "requestUri" : "/greengrass/definition/devices",
107
+ "responseCode" : 200
108
+ },
109
+ "input" : {
110
+ "shape" : "CreateDeviceDefinitionRequest"
111
+ },
112
+ "output" : {
113
+ "shape" : "CreateDeviceDefinitionResponse"
114
+ },
115
+ "errors" : [ {
116
+ "shape" : "BadRequestException"
117
+ } ]
118
+ },
119
+ "CreateDeviceDefinitionVersion" : {
120
+ "name" : "CreateDeviceDefinitionVersion",
121
+ "http" : {
122
+ "method" : "POST",
123
+ "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}/versions",
124
+ "responseCode" : 200
125
+ },
126
+ "input" : {
127
+ "shape" : "CreateDeviceDefinitionVersionRequest"
128
+ },
129
+ "output" : {
130
+ "shape" : "CreateDeviceDefinitionVersionResponse"
131
+ },
132
+ "errors" : [ {
133
+ "shape" : "BadRequestException"
134
+ } ]
135
+ },
136
+ "CreateFunctionDefinition" : {
137
+ "name" : "CreateFunctionDefinition",
138
+ "http" : {
139
+ "method" : "POST",
140
+ "requestUri" : "/greengrass/definition/functions",
141
+ "responseCode" : 200
142
+ },
143
+ "input" : {
144
+ "shape" : "CreateFunctionDefinitionRequest"
145
+ },
146
+ "output" : {
147
+ "shape" : "CreateFunctionDefinitionResponse"
148
+ },
149
+ "errors" : [ {
150
+ "shape" : "BadRequestException"
151
+ } ]
152
+ },
153
+ "CreateFunctionDefinitionVersion" : {
154
+ "name" : "CreateFunctionDefinitionVersion",
155
+ "http" : {
156
+ "method" : "POST",
157
+ "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}/versions",
158
+ "responseCode" : 200
159
+ },
160
+ "input" : {
161
+ "shape" : "CreateFunctionDefinitionVersionRequest"
162
+ },
163
+ "output" : {
164
+ "shape" : "CreateFunctionDefinitionVersionResponse"
165
+ },
166
+ "errors" : [ {
167
+ "shape" : "BadRequestException"
168
+ } ]
169
+ },
170
+ "CreateGroup" : {
171
+ "name" : "CreateGroup",
172
+ "http" : {
173
+ "method" : "POST",
174
+ "requestUri" : "/greengrass/groups",
175
+ "responseCode" : 200
176
+ },
177
+ "input" : {
178
+ "shape" : "CreateGroupRequest"
179
+ },
180
+ "output" : {
181
+ "shape" : "CreateGroupResponse"
182
+ },
183
+ "errors" : [ {
184
+ "shape" : "BadRequestException"
185
+ } ]
186
+ },
187
+ "CreateGroupCertificateAuthority" : {
188
+ "name" : "CreateGroupCertificateAuthority",
189
+ "http" : {
190
+ "method" : "POST",
191
+ "requestUri" : "/greengrass/groups/{GroupId}/certificateauthorities",
192
+ "responseCode" : 200
193
+ },
194
+ "input" : {
195
+ "shape" : "CreateGroupCertificateAuthorityRequest"
196
+ },
197
+ "output" : {
198
+ "shape" : "CreateGroupCertificateAuthorityResponse"
199
+ },
200
+ "errors" : [ {
201
+ "shape" : "BadRequestException"
202
+ }, {
203
+ "shape" : "InternalServerErrorException"
204
+ } ]
205
+ },
206
+ "CreateGroupVersion" : {
207
+ "name" : "CreateGroupVersion",
208
+ "http" : {
209
+ "method" : "POST",
210
+ "requestUri" : "/greengrass/groups/{GroupId}/versions",
211
+ "responseCode" : 200
212
+ },
213
+ "input" : {
214
+ "shape" : "CreateGroupVersionRequest"
215
+ },
216
+ "output" : {
217
+ "shape" : "CreateGroupVersionResponse"
218
+ },
219
+ "errors" : [ {
220
+ "shape" : "BadRequestException"
221
+ } ]
222
+ },
223
+ "CreateLoggerDefinition" : {
224
+ "name" : "CreateLoggerDefinition",
225
+ "http" : {
226
+ "method" : "POST",
227
+ "requestUri" : "/greengrass/definition/loggers",
228
+ "responseCode" : 200
229
+ },
230
+ "input" : {
231
+ "shape" : "CreateLoggerDefinitionRequest"
232
+ },
233
+ "output" : {
234
+ "shape" : "CreateLoggerDefinitionResponse"
235
+ },
236
+ "errors" : [ {
237
+ "shape" : "BadRequestException"
238
+ } ]
239
+ },
240
+ "CreateLoggerDefinitionVersion" : {
241
+ "name" : "CreateLoggerDefinitionVersion",
242
+ "http" : {
243
+ "method" : "POST",
244
+ "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}/versions",
245
+ "responseCode" : 200
246
+ },
247
+ "input" : {
248
+ "shape" : "CreateLoggerDefinitionVersionRequest"
249
+ },
250
+ "output" : {
251
+ "shape" : "CreateLoggerDefinitionVersionResponse"
252
+ },
253
+ "errors" : [ {
254
+ "shape" : "BadRequestException"
255
+ } ]
256
+ },
257
+ "CreateSubscriptionDefinition" : {
258
+ "name" : "CreateSubscriptionDefinition",
259
+ "http" : {
260
+ "method" : "POST",
261
+ "requestUri" : "/greengrass/definition/subscriptions",
262
+ "responseCode" : 200
263
+ },
264
+ "input" : {
265
+ "shape" : "CreateSubscriptionDefinitionRequest"
266
+ },
267
+ "output" : {
268
+ "shape" : "CreateSubscriptionDefinitionResponse"
269
+ },
270
+ "errors" : [ {
271
+ "shape" : "BadRequestException"
272
+ } ]
273
+ },
274
+ "CreateSubscriptionDefinitionVersion" : {
275
+ "name" : "CreateSubscriptionDefinitionVersion",
276
+ "http" : {
277
+ "method" : "POST",
278
+ "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions",
279
+ "responseCode" : 200
280
+ },
281
+ "input" : {
282
+ "shape" : "CreateSubscriptionDefinitionVersionRequest"
283
+ },
284
+ "output" : {
285
+ "shape" : "CreateSubscriptionDefinitionVersionResponse"
286
+ },
287
+ "errors" : [ {
288
+ "shape" : "BadRequestException"
289
+ } ]
290
+ },
291
+ "DeleteCoreDefinition" : {
292
+ "name" : "DeleteCoreDefinition",
293
+ "http" : {
294
+ "method" : "DELETE",
295
+ "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}",
296
+ "responseCode" : 200
297
+ },
298
+ "input" : {
299
+ "shape" : "DeleteCoreDefinitionRequest"
300
+ },
301
+ "output" : {
302
+ "shape" : "DeleteCoreDefinitionResponse"
303
+ },
304
+ "errors" : [ {
305
+ "shape" : "BadRequestException"
306
+ } ]
307
+ },
308
+ "DeleteDeviceDefinition" : {
309
+ "name" : "DeleteDeviceDefinition",
310
+ "http" : {
311
+ "method" : "DELETE",
312
+ "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}",
313
+ "responseCode" : 200
314
+ },
315
+ "input" : {
316
+ "shape" : "DeleteDeviceDefinitionRequest"
317
+ },
318
+ "output" : {
319
+ "shape" : "DeleteDeviceDefinitionResponse"
320
+ },
321
+ "errors" : [ {
322
+ "shape" : "BadRequestException"
323
+ } ]
324
+ },
325
+ "DeleteFunctionDefinition" : {
326
+ "name" : "DeleteFunctionDefinition",
327
+ "http" : {
328
+ "method" : "DELETE",
329
+ "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}",
330
+ "responseCode" : 200
331
+ },
332
+ "input" : {
333
+ "shape" : "DeleteFunctionDefinitionRequest"
334
+ },
335
+ "output" : {
336
+ "shape" : "DeleteFunctionDefinitionResponse"
337
+ },
338
+ "errors" : [ {
339
+ "shape" : "BadRequestException"
340
+ } ]
341
+ },
342
+ "DeleteGroup" : {
343
+ "name" : "DeleteGroup",
344
+ "http" : {
345
+ "method" : "DELETE",
346
+ "requestUri" : "/greengrass/groups/{GroupId}",
347
+ "responseCode" : 200
348
+ },
349
+ "input" : {
350
+ "shape" : "DeleteGroupRequest"
351
+ },
352
+ "output" : {
353
+ "shape" : "DeleteGroupResponse"
354
+ },
355
+ "errors" : [ {
356
+ "shape" : "BadRequestException"
357
+ } ]
358
+ },
359
+ "DeleteLoggerDefinition" : {
360
+ "name" : "DeleteLoggerDefinition",
361
+ "http" : {
362
+ "method" : "DELETE",
363
+ "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}",
364
+ "responseCode" : 200
365
+ },
366
+ "input" : {
367
+ "shape" : "DeleteLoggerDefinitionRequest"
368
+ },
369
+ "output" : {
370
+ "shape" : "DeleteLoggerDefinitionResponse"
371
+ },
372
+ "errors" : [ {
373
+ "shape" : "BadRequestException"
374
+ } ]
375
+ },
376
+ "DeleteSubscriptionDefinition" : {
377
+ "name" : "DeleteSubscriptionDefinition",
378
+ "http" : {
379
+ "method" : "DELETE",
380
+ "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}",
381
+ "responseCode" : 200
382
+ },
383
+ "input" : {
384
+ "shape" : "DeleteSubscriptionDefinitionRequest"
385
+ },
386
+ "output" : {
387
+ "shape" : "DeleteSubscriptionDefinitionResponse"
388
+ },
389
+ "errors" : [ {
390
+ "shape" : "BadRequestException"
391
+ } ]
392
+ },
393
+ "DisassociateRoleFromGroup" : {
394
+ "name" : "DisassociateRoleFromGroup",
395
+ "http" : {
396
+ "method" : "DELETE",
397
+ "requestUri" : "/greengrass/groups/{GroupId}/role",
398
+ "responseCode" : 200
399
+ },
400
+ "input" : {
401
+ "shape" : "DisassociateRoleFromGroupRequest"
402
+ },
403
+ "output" : {
404
+ "shape" : "DisassociateRoleFromGroupResponse"
405
+ },
406
+ "errors" : [ {
407
+ "shape" : "BadRequestException"
408
+ }, {
409
+ "shape" : "InternalServerErrorException"
410
+ } ]
411
+ },
412
+ "DisassociateServiceRoleFromAccount" : {
413
+ "name" : "DisassociateServiceRoleFromAccount",
414
+ "http" : {
415
+ "method" : "DELETE",
416
+ "requestUri" : "/greengrass/servicerole",
417
+ "responseCode" : 200
418
+ },
419
+ "input" : {
420
+ "shape" : "DisassociateServiceRoleFromAccountRequest"
421
+ },
422
+ "output" : {
423
+ "shape" : "DisassociateServiceRoleFromAccountResponse"
424
+ },
425
+ "errors" : [ {
426
+ "shape" : "InternalServerErrorException"
427
+ } ]
428
+ },
429
+ "GetAssociatedRole" : {
430
+ "name" : "GetAssociatedRole",
431
+ "http" : {
432
+ "method" : "GET",
433
+ "requestUri" : "/greengrass/groups/{GroupId}/role",
434
+ "responseCode" : 200
435
+ },
436
+ "input" : {
437
+ "shape" : "GetAssociatedRoleRequest"
438
+ },
439
+ "output" : {
440
+ "shape" : "GetAssociatedRoleResponse"
441
+ },
442
+ "errors" : [ {
443
+ "shape" : "BadRequestException"
444
+ }, {
445
+ "shape" : "InternalServerErrorException"
446
+ } ]
447
+ },
448
+ "GetConnectivityInfo" : {
449
+ "name" : "GetConnectivityInfo",
450
+ "http" : {
451
+ "method" : "GET",
452
+ "requestUri" : "/greengrass/things/{ThingName}/connectivityInfo",
453
+ "responseCode" : 200
454
+ },
455
+ "input" : {
456
+ "shape" : "GetConnectivityInfoRequest"
457
+ },
458
+ "output" : {
459
+ "shape" : "GetConnectivityInfoResponse"
460
+ },
461
+ "errors" : [ {
462
+ "shape" : "BadRequestException"
463
+ }, {
464
+ "shape" : "InternalServerErrorException"
465
+ } ]
466
+ },
467
+ "GetCoreDefinition" : {
468
+ "name" : "GetCoreDefinition",
469
+ "http" : {
470
+ "method" : "GET",
471
+ "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}",
472
+ "responseCode" : 200
473
+ },
474
+ "input" : {
475
+ "shape" : "GetCoreDefinitionRequest"
476
+ },
477
+ "output" : {
478
+ "shape" : "GetCoreDefinitionResponse"
479
+ },
480
+ "errors" : [ {
481
+ "shape" : "BadRequestException"
482
+ } ]
483
+ },
484
+ "GetCoreDefinitionVersion" : {
485
+ "name" : "GetCoreDefinitionVersion",
486
+ "http" : {
487
+ "method" : "GET",
488
+ "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}/versions/{CoreDefinitionVersionId}",
489
+ "responseCode" : 200
490
+ },
491
+ "input" : {
492
+ "shape" : "GetCoreDefinitionVersionRequest"
493
+ },
494
+ "output" : {
495
+ "shape" : "GetCoreDefinitionVersionResponse"
496
+ },
497
+ "errors" : [ {
498
+ "shape" : "BadRequestException"
499
+ } ]
500
+ },
501
+ "GetDeploymentStatus" : {
502
+ "name" : "GetDeploymentStatus",
503
+ "http" : {
504
+ "method" : "GET",
505
+ "requestUri" : "/greengrass/groups/{GroupId}/deployments/{DeploymentId}/status",
506
+ "responseCode" : 200
507
+ },
508
+ "input" : {
509
+ "shape" : "GetDeploymentStatusRequest"
510
+ },
511
+ "output" : {
512
+ "shape" : "GetDeploymentStatusResponse"
513
+ },
514
+ "errors" : [ {
515
+ "shape" : "BadRequestException"
516
+ } ]
517
+ },
518
+ "GetDeviceDefinition" : {
519
+ "name" : "GetDeviceDefinition",
520
+ "http" : {
521
+ "method" : "GET",
522
+ "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}",
523
+ "responseCode" : 200
524
+ },
525
+ "input" : {
526
+ "shape" : "GetDeviceDefinitionRequest"
527
+ },
528
+ "output" : {
529
+ "shape" : "GetDeviceDefinitionResponse"
530
+ },
531
+ "errors" : [ {
532
+ "shape" : "BadRequestException"
533
+ } ]
534
+ },
535
+ "GetDeviceDefinitionVersion" : {
536
+ "name" : "GetDeviceDefinitionVersion",
537
+ "http" : {
538
+ "method" : "GET",
539
+ "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}/versions/{DeviceDefinitionVersionId}",
540
+ "responseCode" : 200
541
+ },
542
+ "input" : {
543
+ "shape" : "GetDeviceDefinitionVersionRequest"
544
+ },
545
+ "output" : {
546
+ "shape" : "GetDeviceDefinitionVersionResponse"
547
+ },
548
+ "errors" : [ {
549
+ "shape" : "BadRequestException"
550
+ } ]
551
+ },
552
+ "GetFunctionDefinition" : {
553
+ "name" : "GetFunctionDefinition",
554
+ "http" : {
555
+ "method" : "GET",
556
+ "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}",
557
+ "responseCode" : 200
558
+ },
559
+ "input" : {
560
+ "shape" : "GetFunctionDefinitionRequest"
561
+ },
562
+ "output" : {
563
+ "shape" : "GetFunctionDefinitionResponse"
564
+ },
565
+ "errors" : [ {
566
+ "shape" : "BadRequestException"
567
+ } ]
568
+ },
569
+ "GetFunctionDefinitionVersion" : {
570
+ "name" : "GetFunctionDefinitionVersion",
571
+ "http" : {
572
+ "method" : "GET",
573
+ "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}/versions/{FunctionDefinitionVersionId}",
574
+ "responseCode" : 200
575
+ },
576
+ "input" : {
577
+ "shape" : "GetFunctionDefinitionVersionRequest"
578
+ },
579
+ "output" : {
580
+ "shape" : "GetFunctionDefinitionVersionResponse"
581
+ },
582
+ "errors" : [ {
583
+ "shape" : "BadRequestException"
584
+ } ]
585
+ },
586
+ "GetGroup" : {
587
+ "name" : "GetGroup",
588
+ "http" : {
589
+ "method" : "GET",
590
+ "requestUri" : "/greengrass/groups/{GroupId}",
591
+ "responseCode" : 200
592
+ },
593
+ "input" : {
594
+ "shape" : "GetGroupRequest"
595
+ },
596
+ "output" : {
597
+ "shape" : "GetGroupResponse"
598
+ },
599
+ "errors" : [ {
600
+ "shape" : "BadRequestException"
601
+ } ]
602
+ },
603
+ "GetGroupCertificateAuthority" : {
604
+ "name" : "GetGroupCertificateAuthority",
605
+ "http" : {
606
+ "method" : "GET",
607
+ "requestUri" : "/greengrass/groups/{GroupId}/certificateauthorities/{CertificateAuthorityId}",
608
+ "responseCode" : 200
609
+ },
610
+ "input" : {
611
+ "shape" : "GetGroupCertificateAuthorityRequest"
612
+ },
613
+ "output" : {
614
+ "shape" : "GetGroupCertificateAuthorityResponse"
615
+ },
616
+ "errors" : [ {
617
+ "shape" : "BadRequestException"
618
+ }, {
619
+ "shape" : "InternalServerErrorException"
620
+ } ]
621
+ },
622
+ "GetGroupCertificateConfiguration" : {
623
+ "name" : "GetGroupCertificateConfiguration",
624
+ "http" : {
625
+ "method" : "GET",
626
+ "requestUri" : "/greengrass/groups/{GroupId}/certificateauthorities/configuration/expiry",
627
+ "responseCode" : 200
628
+ },
629
+ "input" : {
630
+ "shape" : "GetGroupCertificateConfigurationRequest"
631
+ },
632
+ "output" : {
633
+ "shape" : "GetGroupCertificateConfigurationResponse"
634
+ },
635
+ "errors" : [ {
636
+ "shape" : "BadRequestException"
637
+ }, {
638
+ "shape" : "InternalServerErrorException"
639
+ } ]
640
+ },
641
+ "GetGroupVersion" : {
642
+ "name" : "GetGroupVersion",
643
+ "http" : {
644
+ "method" : "GET",
645
+ "requestUri" : "/greengrass/groups/{GroupId}/versions/{GroupVersionId}",
646
+ "responseCode" : 200
647
+ },
648
+ "input" : {
649
+ "shape" : "GetGroupVersionRequest"
650
+ },
651
+ "output" : {
652
+ "shape" : "GetGroupVersionResponse"
653
+ },
654
+ "errors" : [ {
655
+ "shape" : "BadRequestException"
656
+ } ]
657
+ },
658
+ "GetLoggerDefinition" : {
659
+ "name" : "GetLoggerDefinition",
660
+ "http" : {
661
+ "method" : "GET",
662
+ "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}",
663
+ "responseCode" : 200
664
+ },
665
+ "input" : {
666
+ "shape" : "GetLoggerDefinitionRequest"
667
+ },
668
+ "output" : {
669
+ "shape" : "GetLoggerDefinitionResponse"
670
+ },
671
+ "errors" : [ {
672
+ "shape" : "BadRequestException"
673
+ } ]
674
+ },
675
+ "GetLoggerDefinitionVersion" : {
676
+ "name" : "GetLoggerDefinitionVersion",
677
+ "http" : {
678
+ "method" : "GET",
679
+ "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}/versions/{LoggerDefinitionVersionId}",
680
+ "responseCode" : 200
681
+ },
682
+ "input" : {
683
+ "shape" : "GetLoggerDefinitionVersionRequest"
684
+ },
685
+ "output" : {
686
+ "shape" : "GetLoggerDefinitionVersionResponse"
687
+ },
688
+ "errors" : [ {
689
+ "shape" : "BadRequestException"
690
+ } ]
691
+ },
692
+ "GetServiceRoleForAccount" : {
693
+ "name" : "GetServiceRoleForAccount",
694
+ "http" : {
695
+ "method" : "GET",
696
+ "requestUri" : "/greengrass/servicerole",
697
+ "responseCode" : 200
698
+ },
699
+ "input" : {
700
+ "shape" : "GetServiceRoleForAccountRequest"
701
+ },
702
+ "output" : {
703
+ "shape" : "GetServiceRoleForAccountResponse"
704
+ },
705
+ "errors" : [ {
706
+ "shape" : "InternalServerErrorException"
707
+ } ]
708
+ },
709
+ "GetSubscriptionDefinition" : {
710
+ "name" : "GetSubscriptionDefinition",
711
+ "http" : {
712
+ "method" : "GET",
713
+ "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}",
714
+ "responseCode" : 200
715
+ },
716
+ "input" : {
717
+ "shape" : "GetSubscriptionDefinitionRequest"
718
+ },
719
+ "output" : {
720
+ "shape" : "GetSubscriptionDefinitionResponse"
721
+ },
722
+ "errors" : [ {
723
+ "shape" : "BadRequestException"
724
+ } ]
725
+ },
726
+ "GetSubscriptionDefinitionVersion" : {
727
+ "name" : "GetSubscriptionDefinitionVersion",
728
+ "http" : {
729
+ "method" : "GET",
730
+ "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions/{SubscriptionDefinitionVersionId}",
731
+ "responseCode" : 200
732
+ },
733
+ "input" : {
734
+ "shape" : "GetSubscriptionDefinitionVersionRequest"
735
+ },
736
+ "output" : {
737
+ "shape" : "GetSubscriptionDefinitionVersionResponse"
738
+ },
739
+ "errors" : [ {
740
+ "shape" : "BadRequestException"
741
+ } ]
742
+ },
743
+ "ListCoreDefinitionVersions" : {
744
+ "name" : "ListCoreDefinitionVersions",
745
+ "http" : {
746
+ "method" : "GET",
747
+ "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}/versions",
748
+ "responseCode" : 200
749
+ },
750
+ "input" : {
751
+ "shape" : "ListCoreDefinitionVersionsRequest"
752
+ },
753
+ "output" : {
754
+ "shape" : "ListCoreDefinitionVersionsResponse"
755
+ },
756
+ "errors" : [ {
757
+ "shape" : "BadRequestException"
758
+ } ]
759
+ },
760
+ "ListCoreDefinitions" : {
761
+ "name" : "ListCoreDefinitions",
762
+ "http" : {
763
+ "method" : "GET",
764
+ "requestUri" : "/greengrass/definition/cores",
765
+ "responseCode" : 200
766
+ },
767
+ "input" : {
768
+ "shape" : "ListCoreDefinitionsRequest"
769
+ },
770
+ "output" : {
771
+ "shape" : "ListCoreDefinitionsResponse"
772
+ },
773
+ "errors" : [ ]
774
+ },
775
+ "ListDeployments" : {
776
+ "name" : "ListDeployments",
777
+ "http" : {
778
+ "method" : "GET",
779
+ "requestUri" : "/greengrass/groups/{GroupId}/deployments",
780
+ "responseCode" : 200
781
+ },
782
+ "input" : {
783
+ "shape" : "ListDeploymentsRequest"
784
+ },
785
+ "output" : {
786
+ "shape" : "ListDeploymentsResponse"
787
+ },
788
+ "errors" : [ {
789
+ "shape" : "BadRequestException"
790
+ } ]
791
+ },
792
+ "ListDeviceDefinitionVersions" : {
793
+ "name" : "ListDeviceDefinitionVersions",
794
+ "http" : {
795
+ "method" : "GET",
796
+ "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}/versions",
797
+ "responseCode" : 200
798
+ },
799
+ "input" : {
800
+ "shape" : "ListDeviceDefinitionVersionsRequest"
801
+ },
802
+ "output" : {
803
+ "shape" : "ListDeviceDefinitionVersionsResponse"
804
+ },
805
+ "errors" : [ {
806
+ "shape" : "BadRequestException"
807
+ } ]
808
+ },
809
+ "ListDeviceDefinitions" : {
810
+ "name" : "ListDeviceDefinitions",
811
+ "http" : {
812
+ "method" : "GET",
813
+ "requestUri" : "/greengrass/definition/devices",
814
+ "responseCode" : 200
815
+ },
816
+ "input" : {
817
+ "shape" : "ListDeviceDefinitionsRequest"
818
+ },
819
+ "output" : {
820
+ "shape" : "ListDeviceDefinitionsResponse"
821
+ },
822
+ "errors" : [ ]
823
+ },
824
+ "ListFunctionDefinitionVersions" : {
825
+ "name" : "ListFunctionDefinitionVersions",
826
+ "http" : {
827
+ "method" : "GET",
828
+ "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}/versions",
829
+ "responseCode" : 200
830
+ },
831
+ "input" : {
832
+ "shape" : "ListFunctionDefinitionVersionsRequest"
833
+ },
834
+ "output" : {
835
+ "shape" : "ListFunctionDefinitionVersionsResponse"
836
+ },
837
+ "errors" : [ {
838
+ "shape" : "BadRequestException"
839
+ } ]
840
+ },
841
+ "ListFunctionDefinitions" : {
842
+ "name" : "ListFunctionDefinitions",
843
+ "http" : {
844
+ "method" : "GET",
845
+ "requestUri" : "/greengrass/definition/functions",
846
+ "responseCode" : 200
847
+ },
848
+ "input" : {
849
+ "shape" : "ListFunctionDefinitionsRequest"
850
+ },
851
+ "output" : {
852
+ "shape" : "ListFunctionDefinitionsResponse"
853
+ },
854
+ "errors" : [ ]
855
+ },
856
+ "ListGroupCertificateAuthorities" : {
857
+ "name" : "ListGroupCertificateAuthorities",
858
+ "http" : {
859
+ "method" : "GET",
860
+ "requestUri" : "/greengrass/groups/{GroupId}/certificateauthorities",
861
+ "responseCode" : 200
862
+ },
863
+ "input" : {
864
+ "shape" : "ListGroupCertificateAuthoritiesRequest"
865
+ },
866
+ "output" : {
867
+ "shape" : "ListGroupCertificateAuthoritiesResponse"
868
+ },
869
+ "errors" : [ {
870
+ "shape" : "BadRequestException"
871
+ }, {
872
+ "shape" : "InternalServerErrorException"
873
+ } ]
874
+ },
875
+ "ListGroupVersions" : {
876
+ "name" : "ListGroupVersions",
877
+ "http" : {
878
+ "method" : "GET",
879
+ "requestUri" : "/greengrass/groups/{GroupId}/versions",
880
+ "responseCode" : 200
881
+ },
882
+ "input" : {
883
+ "shape" : "ListGroupVersionsRequest"
884
+ },
885
+ "output" : {
886
+ "shape" : "ListGroupVersionsResponse"
887
+ },
888
+ "errors" : [ {
889
+ "shape" : "BadRequestException"
890
+ } ]
891
+ },
892
+ "ListGroups" : {
893
+ "name" : "ListGroups",
894
+ "http" : {
895
+ "method" : "GET",
896
+ "requestUri" : "/greengrass/groups",
897
+ "responseCode" : 200
898
+ },
899
+ "input" : {
900
+ "shape" : "ListGroupsRequest"
901
+ },
902
+ "output" : {
903
+ "shape" : "ListGroupsResponse"
904
+ },
905
+ "errors" : [ ]
906
+ },
907
+ "ListLoggerDefinitionVersions" : {
908
+ "name" : "ListLoggerDefinitionVersions",
909
+ "http" : {
910
+ "method" : "GET",
911
+ "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}/versions",
912
+ "responseCode" : 200
913
+ },
914
+ "input" : {
915
+ "shape" : "ListLoggerDefinitionVersionsRequest"
916
+ },
917
+ "output" : {
918
+ "shape" : "ListLoggerDefinitionVersionsResponse"
919
+ },
920
+ "errors" : [ {
921
+ "shape" : "BadRequestException"
922
+ } ]
923
+ },
924
+ "ListLoggerDefinitions" : {
925
+ "name" : "ListLoggerDefinitions",
926
+ "http" : {
927
+ "method" : "GET",
928
+ "requestUri" : "/greengrass/definition/loggers",
929
+ "responseCode" : 200
930
+ },
931
+ "input" : {
932
+ "shape" : "ListLoggerDefinitionsRequest"
933
+ },
934
+ "output" : {
935
+ "shape" : "ListLoggerDefinitionsResponse"
936
+ },
937
+ "errors" : [ ]
938
+ },
939
+ "ListSubscriptionDefinitionVersions" : {
940
+ "name" : "ListSubscriptionDefinitionVersions",
941
+ "http" : {
942
+ "method" : "GET",
943
+ "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions",
944
+ "responseCode" : 200
945
+ },
946
+ "input" : {
947
+ "shape" : "ListSubscriptionDefinitionVersionsRequest"
948
+ },
949
+ "output" : {
950
+ "shape" : "ListSubscriptionDefinitionVersionsResponse"
951
+ },
952
+ "errors" : [ {
953
+ "shape" : "BadRequestException"
954
+ } ]
955
+ },
956
+ "ListSubscriptionDefinitions" : {
957
+ "name" : "ListSubscriptionDefinitions",
958
+ "http" : {
959
+ "method" : "GET",
960
+ "requestUri" : "/greengrass/definition/subscriptions",
961
+ "responseCode" : 200
962
+ },
963
+ "input" : {
964
+ "shape" : "ListSubscriptionDefinitionsRequest"
965
+ },
966
+ "output" : {
967
+ "shape" : "ListSubscriptionDefinitionsResponse"
968
+ },
969
+ "errors" : [ ]
970
+ },
971
+ "UpdateConnectivityInfo" : {
972
+ "name" : "UpdateConnectivityInfo",
973
+ "http" : {
974
+ "method" : "PUT",
975
+ "requestUri" : "/greengrass/things/{ThingName}/connectivityInfo",
976
+ "responseCode" : 200
977
+ },
978
+ "input" : {
979
+ "shape" : "UpdateConnectivityInfoRequest"
980
+ },
981
+ "output" : {
982
+ "shape" : "UpdateConnectivityInfoResponse"
983
+ },
984
+ "errors" : [ {
985
+ "shape" : "BadRequestException"
986
+ }, {
987
+ "shape" : "InternalServerErrorException"
988
+ } ]
989
+ },
990
+ "UpdateCoreDefinition" : {
991
+ "name" : "UpdateCoreDefinition",
992
+ "http" : {
993
+ "method" : "PUT",
994
+ "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}",
995
+ "responseCode" : 200
996
+ },
997
+ "input" : {
998
+ "shape" : "UpdateCoreDefinitionRequest"
999
+ },
1000
+ "output" : {
1001
+ "shape" : "UpdateCoreDefinitionResponse"
1002
+ },
1003
+ "errors" : [ {
1004
+ "shape" : "BadRequestException"
1005
+ } ]
1006
+ },
1007
+ "UpdateDeviceDefinition" : {
1008
+ "name" : "UpdateDeviceDefinition",
1009
+ "http" : {
1010
+ "method" : "PUT",
1011
+ "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}",
1012
+ "responseCode" : 200
1013
+ },
1014
+ "input" : {
1015
+ "shape" : "UpdateDeviceDefinitionRequest"
1016
+ },
1017
+ "output" : {
1018
+ "shape" : "UpdateDeviceDefinitionResponse"
1019
+ },
1020
+ "errors" : [ {
1021
+ "shape" : "BadRequestException"
1022
+ } ]
1023
+ },
1024
+ "UpdateFunctionDefinition" : {
1025
+ "name" : "UpdateFunctionDefinition",
1026
+ "http" : {
1027
+ "method" : "PUT",
1028
+ "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}",
1029
+ "responseCode" : 200
1030
+ },
1031
+ "input" : {
1032
+ "shape" : "UpdateFunctionDefinitionRequest"
1033
+ },
1034
+ "output" : {
1035
+ "shape" : "UpdateFunctionDefinitionResponse"
1036
+ },
1037
+ "errors" : [ {
1038
+ "shape" : "BadRequestException"
1039
+ } ]
1040
+ },
1041
+ "UpdateGroup" : {
1042
+ "name" : "UpdateGroup",
1043
+ "http" : {
1044
+ "method" : "PUT",
1045
+ "requestUri" : "/greengrass/groups/{GroupId}",
1046
+ "responseCode" : 200
1047
+ },
1048
+ "input" : {
1049
+ "shape" : "UpdateGroupRequest"
1050
+ },
1051
+ "output" : {
1052
+ "shape" : "UpdateGroupResponse"
1053
+ },
1054
+ "errors" : [ {
1055
+ "shape" : "BadRequestException"
1056
+ } ]
1057
+ },
1058
+ "UpdateGroupCertificateConfiguration" : {
1059
+ "name" : "UpdateGroupCertificateConfiguration",
1060
+ "http" : {
1061
+ "method" : "PUT",
1062
+ "requestUri" : "/greengrass/groups/{GroupId}/certificateauthorities/configuration/expiry",
1063
+ "responseCode" : 200
1064
+ },
1065
+ "input" : {
1066
+ "shape" : "UpdateGroupCertificateConfigurationRequest"
1067
+ },
1068
+ "output" : {
1069
+ "shape" : "UpdateGroupCertificateConfigurationResponse"
1070
+ },
1071
+ "errors" : [ {
1072
+ "shape" : "BadRequestException"
1073
+ }, {
1074
+ "shape" : "InternalServerErrorException"
1075
+ } ]
1076
+ },
1077
+ "UpdateLoggerDefinition" : {
1078
+ "name" : "UpdateLoggerDefinition",
1079
+ "http" : {
1080
+ "method" : "PUT",
1081
+ "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}",
1082
+ "responseCode" : 200
1083
+ },
1084
+ "input" : {
1085
+ "shape" : "UpdateLoggerDefinitionRequest"
1086
+ },
1087
+ "output" : {
1088
+ "shape" : "UpdateLoggerDefinitionResponse"
1089
+ },
1090
+ "errors" : [ {
1091
+ "shape" : "BadRequestException"
1092
+ } ]
1093
+ },
1094
+ "UpdateSubscriptionDefinition" : {
1095
+ "name" : "UpdateSubscriptionDefinition",
1096
+ "http" : {
1097
+ "method" : "PUT",
1098
+ "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}",
1099
+ "responseCode" : 200
1100
+ },
1101
+ "input" : {
1102
+ "shape" : "UpdateSubscriptionDefinitionRequest"
1103
+ },
1104
+ "output" : {
1105
+ "shape" : "UpdateSubscriptionDefinitionResponse"
1106
+ },
1107
+ "errors" : [ {
1108
+ "shape" : "BadRequestException"
1109
+ } ]
1110
+ }
1111
+ },
1112
+ "shapes" : {
1113
+ "AssociateRoleToGroupRequest" : {
1114
+ "type" : "structure",
1115
+ "members" : {
1116
+ "GroupId" : {
1117
+ "shape" : "__string",
1118
+ "location" : "uri",
1119
+ "locationName" : "GroupId"
1120
+ },
1121
+ "RoleArn" : {
1122
+ "shape" : "__string"
1123
+ }
1124
+ },
1125
+ "required" : [ "GroupId" ]
1126
+ },
1127
+ "AssociateRoleToGroupResponse" : {
1128
+ "type" : "structure",
1129
+ "members" : {
1130
+ "AssociatedAt" : {
1131
+ "shape" : "__string"
1132
+ }
1133
+ }
1134
+ },
1135
+ "AssociateServiceRoleToAccountRequest" : {
1136
+ "type" : "structure",
1137
+ "members" : {
1138
+ "RoleArn" : {
1139
+ "shape" : "__string"
1140
+ }
1141
+ }
1142
+ },
1143
+ "AssociateServiceRoleToAccountResponse" : {
1144
+ "type" : "structure",
1145
+ "members" : {
1146
+ "AssociatedAt" : {
1147
+ "shape" : "__string"
1148
+ }
1149
+ }
1150
+ },
1151
+ "BadRequestException" : {
1152
+ "type" : "structure",
1153
+ "members" : {
1154
+ "ErrorDetails" : {
1155
+ "shape" : "ErrorDetails"
1156
+ },
1157
+ "Message" : {
1158
+ "shape" : "__string"
1159
+ }
1160
+ },
1161
+ "exception" : true,
1162
+ "error" : {
1163
+ "httpStatusCode" : 400
1164
+ }
1165
+ },
1166
+ "ConnectivityInfo" : {
1167
+ "type" : "structure",
1168
+ "members" : {
1169
+ "HostAddress" : {
1170
+ "shape" : "__string"
1171
+ },
1172
+ "Id" : {
1173
+ "shape" : "__string"
1174
+ },
1175
+ "Metadata" : {
1176
+ "shape" : "__string"
1177
+ },
1178
+ "PortNumber" : {
1179
+ "shape" : "__integer"
1180
+ }
1181
+ }
1182
+ },
1183
+ "Core" : {
1184
+ "type" : "structure",
1185
+ "members" : {
1186
+ "CertificateArn" : {
1187
+ "shape" : "__string"
1188
+ },
1189
+ "Id" : {
1190
+ "shape" : "__string"
1191
+ },
1192
+ "SyncShadow" : {
1193
+ "shape" : "__boolean"
1194
+ },
1195
+ "ThingArn" : {
1196
+ "shape" : "__string"
1197
+ }
1198
+ }
1199
+ },
1200
+ "CoreDefinitionVersion" : {
1201
+ "type" : "structure",
1202
+ "members" : {
1203
+ "Cores" : {
1204
+ "shape" : "ListOfCore"
1205
+ }
1206
+ }
1207
+ },
1208
+ "CreateCoreDefinitionRequest" : {
1209
+ "type" : "structure",
1210
+ "members" : {
1211
+ "AmznClientToken" : {
1212
+ "shape" : "__string",
1213
+ "location" : "header",
1214
+ "locationName" : "X-Amzn-Client-Token"
1215
+ },
1216
+ "InitialVersion" : {
1217
+ "shape" : "CoreDefinitionVersion"
1218
+ },
1219
+ "Name" : {
1220
+ "shape" : "__string"
1221
+ }
1222
+ }
1223
+ },
1224
+ "CreateCoreDefinitionResponse" : {
1225
+ "type" : "structure",
1226
+ "members" : {
1227
+ "Arn" : {
1228
+ "shape" : "__string"
1229
+ },
1230
+ "CreationTimestamp" : {
1231
+ "shape" : "__string"
1232
+ },
1233
+ "Id" : {
1234
+ "shape" : "__string"
1235
+ },
1236
+ "LastUpdatedTimestamp" : {
1237
+ "shape" : "__string"
1238
+ },
1239
+ "LatestVersion" : {
1240
+ "shape" : "__string"
1241
+ },
1242
+ "LatestVersionArn" : {
1243
+ "shape" : "__string"
1244
+ },
1245
+ "Name" : {
1246
+ "shape" : "__string"
1247
+ }
1248
+ }
1249
+ },
1250
+ "CreateCoreDefinitionVersionRequest" : {
1251
+ "type" : "structure",
1252
+ "members" : {
1253
+ "AmznClientToken" : {
1254
+ "shape" : "__string",
1255
+ "location" : "header",
1256
+ "locationName" : "X-Amzn-Client-Token"
1257
+ },
1258
+ "CoreDefinitionId" : {
1259
+ "shape" : "__string",
1260
+ "location" : "uri",
1261
+ "locationName" : "CoreDefinitionId"
1262
+ },
1263
+ "Cores" : {
1264
+ "shape" : "ListOfCore"
1265
+ }
1266
+ },
1267
+ "required" : [ "CoreDefinitionId" ]
1268
+ },
1269
+ "CreateCoreDefinitionVersionResponse" : {
1270
+ "type" : "structure",
1271
+ "members" : {
1272
+ "Arn" : {
1273
+ "shape" : "__string"
1274
+ },
1275
+ "CreationTimestamp" : {
1276
+ "shape" : "__string"
1277
+ },
1278
+ "Id" : {
1279
+ "shape" : "__string"
1280
+ },
1281
+ "Version" : {
1282
+ "shape" : "__string"
1283
+ }
1284
+ }
1285
+ },
1286
+ "CreateDeploymentRequest" : {
1287
+ "type" : "structure",
1288
+ "members" : {
1289
+ "AmznClientToken" : {
1290
+ "shape" : "__string",
1291
+ "location" : "header",
1292
+ "locationName" : "X-Amzn-Client-Token"
1293
+ },
1294
+ "DeploymentId" : {
1295
+ "shape" : "__string"
1296
+ },
1297
+ "DeploymentType" : {
1298
+ "shape" : "DeploymentType"
1299
+ },
1300
+ "GroupId" : {
1301
+ "shape" : "__string",
1302
+ "location" : "uri",
1303
+ "locationName" : "GroupId"
1304
+ },
1305
+ "GroupVersionId" : {
1306
+ "shape" : "__string"
1307
+ }
1308
+ },
1309
+ "required" : [ "GroupId" ]
1310
+ },
1311
+ "CreateDeploymentResponse" : {
1312
+ "type" : "structure",
1313
+ "members" : {
1314
+ "DeploymentArn" : {
1315
+ "shape" : "__string"
1316
+ },
1317
+ "DeploymentId" : {
1318
+ "shape" : "__string"
1319
+ }
1320
+ }
1321
+ },
1322
+ "CreateDeviceDefinitionRequest" : {
1323
+ "type" : "structure",
1324
+ "members" : {
1325
+ "AmznClientToken" : {
1326
+ "shape" : "__string",
1327
+ "location" : "header",
1328
+ "locationName" : "X-Amzn-Client-Token"
1329
+ },
1330
+ "InitialVersion" : {
1331
+ "shape" : "DeviceDefinitionVersion"
1332
+ },
1333
+ "Name" : {
1334
+ "shape" : "__string"
1335
+ }
1336
+ }
1337
+ },
1338
+ "CreateDeviceDefinitionResponse" : {
1339
+ "type" : "structure",
1340
+ "members" : {
1341
+ "Arn" : {
1342
+ "shape" : "__string"
1343
+ },
1344
+ "CreationTimestamp" : {
1345
+ "shape" : "__string"
1346
+ },
1347
+ "Id" : {
1348
+ "shape" : "__string"
1349
+ },
1350
+ "LastUpdatedTimestamp" : {
1351
+ "shape" : "__string"
1352
+ },
1353
+ "LatestVersion" : {
1354
+ "shape" : "__string"
1355
+ },
1356
+ "LatestVersionArn" : {
1357
+ "shape" : "__string"
1358
+ },
1359
+ "Name" : {
1360
+ "shape" : "__string"
1361
+ }
1362
+ }
1363
+ },
1364
+ "CreateDeviceDefinitionVersionRequest" : {
1365
+ "type" : "structure",
1366
+ "members" : {
1367
+ "AmznClientToken" : {
1368
+ "shape" : "__string",
1369
+ "location" : "header",
1370
+ "locationName" : "X-Amzn-Client-Token"
1371
+ },
1372
+ "DeviceDefinitionId" : {
1373
+ "shape" : "__string",
1374
+ "location" : "uri",
1375
+ "locationName" : "DeviceDefinitionId"
1376
+ },
1377
+ "Devices" : {
1378
+ "shape" : "ListOfDevice"
1379
+ }
1380
+ },
1381
+ "required" : [ "DeviceDefinitionId" ]
1382
+ },
1383
+ "CreateDeviceDefinitionVersionResponse" : {
1384
+ "type" : "structure",
1385
+ "members" : {
1386
+ "Arn" : {
1387
+ "shape" : "__string"
1388
+ },
1389
+ "CreationTimestamp" : {
1390
+ "shape" : "__string"
1391
+ },
1392
+ "Id" : {
1393
+ "shape" : "__string"
1394
+ },
1395
+ "Version" : {
1396
+ "shape" : "__string"
1397
+ }
1398
+ }
1399
+ },
1400
+ "CreateFunctionDefinitionRequest" : {
1401
+ "type" : "structure",
1402
+ "members" : {
1403
+ "AmznClientToken" : {
1404
+ "shape" : "__string",
1405
+ "location" : "header",
1406
+ "locationName" : "X-Amzn-Client-Token"
1407
+ },
1408
+ "InitialVersion" : {
1409
+ "shape" : "FunctionDefinitionVersion"
1410
+ },
1411
+ "Name" : {
1412
+ "shape" : "__string"
1413
+ }
1414
+ }
1415
+ },
1416
+ "CreateFunctionDefinitionResponse" : {
1417
+ "type" : "structure",
1418
+ "members" : {
1419
+ "Arn" : {
1420
+ "shape" : "__string"
1421
+ },
1422
+ "CreationTimestamp" : {
1423
+ "shape" : "__string"
1424
+ },
1425
+ "Id" : {
1426
+ "shape" : "__string"
1427
+ },
1428
+ "LastUpdatedTimestamp" : {
1429
+ "shape" : "__string"
1430
+ },
1431
+ "LatestVersion" : {
1432
+ "shape" : "__string"
1433
+ },
1434
+ "LatestVersionArn" : {
1435
+ "shape" : "__string"
1436
+ },
1437
+ "Name" : {
1438
+ "shape" : "__string"
1439
+ }
1440
+ }
1441
+ },
1442
+ "CreateFunctionDefinitionVersionRequest" : {
1443
+ "type" : "structure",
1444
+ "members" : {
1445
+ "AmznClientToken" : {
1446
+ "shape" : "__string",
1447
+ "location" : "header",
1448
+ "locationName" : "X-Amzn-Client-Token"
1449
+ },
1450
+ "FunctionDefinitionId" : {
1451
+ "shape" : "__string",
1452
+ "location" : "uri",
1453
+ "locationName" : "FunctionDefinitionId"
1454
+ },
1455
+ "Functions" : {
1456
+ "shape" : "ListOfFunction"
1457
+ }
1458
+ },
1459
+ "required" : [ "FunctionDefinitionId" ]
1460
+ },
1461
+ "CreateFunctionDefinitionVersionResponse" : {
1462
+ "type" : "structure",
1463
+ "members" : {
1464
+ "Arn" : {
1465
+ "shape" : "__string"
1466
+ },
1467
+ "CreationTimestamp" : {
1468
+ "shape" : "__string"
1469
+ },
1470
+ "Id" : {
1471
+ "shape" : "__string"
1472
+ },
1473
+ "Version" : {
1474
+ "shape" : "__string"
1475
+ }
1476
+ }
1477
+ },
1478
+ "CreateGroupCertificateAuthorityRequest" : {
1479
+ "type" : "structure",
1480
+ "members" : {
1481
+ "AmznClientToken" : {
1482
+ "shape" : "__string",
1483
+ "location" : "header",
1484
+ "locationName" : "X-Amzn-Client-Token"
1485
+ },
1486
+ "GroupId" : {
1487
+ "shape" : "__string",
1488
+ "location" : "uri",
1489
+ "locationName" : "GroupId"
1490
+ }
1491
+ },
1492
+ "required" : [ "GroupId" ]
1493
+ },
1494
+ "CreateGroupCertificateAuthorityResponse" : {
1495
+ "type" : "structure",
1496
+ "members" : {
1497
+ "GroupCertificateAuthorityArn" : {
1498
+ "shape" : "__string"
1499
+ }
1500
+ }
1501
+ },
1502
+ "CreateGroupRequest" : {
1503
+ "type" : "structure",
1504
+ "members" : {
1505
+ "AmznClientToken" : {
1506
+ "shape" : "__string",
1507
+ "location" : "header",
1508
+ "locationName" : "X-Amzn-Client-Token"
1509
+ },
1510
+ "InitialVersion" : {
1511
+ "shape" : "GroupVersion"
1512
+ },
1513
+ "Name" : {
1514
+ "shape" : "__string"
1515
+ }
1516
+ }
1517
+ },
1518
+ "CreateGroupResponse" : {
1519
+ "type" : "structure",
1520
+ "members" : {
1521
+ "Arn" : {
1522
+ "shape" : "__string"
1523
+ },
1524
+ "CreationTimestamp" : {
1525
+ "shape" : "__string"
1526
+ },
1527
+ "Id" : {
1528
+ "shape" : "__string"
1529
+ },
1530
+ "LastUpdatedTimestamp" : {
1531
+ "shape" : "__string"
1532
+ },
1533
+ "LatestVersion" : {
1534
+ "shape" : "__string"
1535
+ },
1536
+ "LatestVersionArn" : {
1537
+ "shape" : "__string"
1538
+ },
1539
+ "Name" : {
1540
+ "shape" : "__string"
1541
+ }
1542
+ }
1543
+ },
1544
+ "CreateGroupVersionRequest" : {
1545
+ "type" : "structure",
1546
+ "members" : {
1547
+ "AmznClientToken" : {
1548
+ "shape" : "__string",
1549
+ "location" : "header",
1550
+ "locationName" : "X-Amzn-Client-Token"
1551
+ },
1552
+ "CoreDefinitionVersionArn" : {
1553
+ "shape" : "__string"
1554
+ },
1555
+ "DeviceDefinitionVersionArn" : {
1556
+ "shape" : "__string"
1557
+ },
1558
+ "FunctionDefinitionVersionArn" : {
1559
+ "shape" : "__string"
1560
+ },
1561
+ "GroupId" : {
1562
+ "shape" : "__string",
1563
+ "location" : "uri",
1564
+ "locationName" : "GroupId"
1565
+ },
1566
+ "LoggerDefinitionVersionArn" : {
1567
+ "shape" : "__string"
1568
+ },
1569
+ "SubscriptionDefinitionVersionArn" : {
1570
+ "shape" : "__string"
1571
+ }
1572
+ },
1573
+ "required" : [ "GroupId" ]
1574
+ },
1575
+ "CreateGroupVersionResponse" : {
1576
+ "type" : "structure",
1577
+ "members" : {
1578
+ "Arn" : {
1579
+ "shape" : "__string"
1580
+ },
1581
+ "CreationTimestamp" : {
1582
+ "shape" : "__string"
1583
+ },
1584
+ "Id" : {
1585
+ "shape" : "__string"
1586
+ },
1587
+ "Version" : {
1588
+ "shape" : "__string"
1589
+ }
1590
+ }
1591
+ },
1592
+ "CreateLoggerDefinitionRequest" : {
1593
+ "type" : "structure",
1594
+ "members" : {
1595
+ "AmznClientToken" : {
1596
+ "shape" : "__string",
1597
+ "location" : "header",
1598
+ "locationName" : "X-Amzn-Client-Token"
1599
+ },
1600
+ "InitialVersion" : {
1601
+ "shape" : "LoggerDefinitionVersion"
1602
+ },
1603
+ "Name" : {
1604
+ "shape" : "__string"
1605
+ }
1606
+ }
1607
+ },
1608
+ "CreateLoggerDefinitionResponse" : {
1609
+ "type" : "structure",
1610
+ "members" : {
1611
+ "Arn" : {
1612
+ "shape" : "__string"
1613
+ },
1614
+ "CreationTimestamp" : {
1615
+ "shape" : "__string"
1616
+ },
1617
+ "Id" : {
1618
+ "shape" : "__string"
1619
+ },
1620
+ "LastUpdatedTimestamp" : {
1621
+ "shape" : "__string"
1622
+ },
1623
+ "LatestVersion" : {
1624
+ "shape" : "__string"
1625
+ },
1626
+ "LatestVersionArn" : {
1627
+ "shape" : "__string"
1628
+ },
1629
+ "Name" : {
1630
+ "shape" : "__string"
1631
+ }
1632
+ }
1633
+ },
1634
+ "CreateLoggerDefinitionVersionRequest" : {
1635
+ "type" : "structure",
1636
+ "members" : {
1637
+ "AmznClientToken" : {
1638
+ "shape" : "__string",
1639
+ "location" : "header",
1640
+ "locationName" : "X-Amzn-Client-Token"
1641
+ },
1642
+ "LoggerDefinitionId" : {
1643
+ "shape" : "__string",
1644
+ "location" : "uri",
1645
+ "locationName" : "LoggerDefinitionId"
1646
+ },
1647
+ "Loggers" : {
1648
+ "shape" : "ListOfLogger"
1649
+ }
1650
+ },
1651
+ "required" : [ "LoggerDefinitionId" ]
1652
+ },
1653
+ "CreateLoggerDefinitionVersionResponse" : {
1654
+ "type" : "structure",
1655
+ "members" : {
1656
+ "Arn" : {
1657
+ "shape" : "__string"
1658
+ },
1659
+ "CreationTimestamp" : {
1660
+ "shape" : "__string"
1661
+ },
1662
+ "Id" : {
1663
+ "shape" : "__string"
1664
+ },
1665
+ "Version" : {
1666
+ "shape" : "__string"
1667
+ }
1668
+ }
1669
+ },
1670
+ "CreateSubscriptionDefinitionRequest" : {
1671
+ "type" : "structure",
1672
+ "members" : {
1673
+ "AmznClientToken" : {
1674
+ "shape" : "__string",
1675
+ "location" : "header",
1676
+ "locationName" : "X-Amzn-Client-Token"
1677
+ },
1678
+ "InitialVersion" : {
1679
+ "shape" : "SubscriptionDefinitionVersion"
1680
+ },
1681
+ "Name" : {
1682
+ "shape" : "__string"
1683
+ }
1684
+ }
1685
+ },
1686
+ "CreateSubscriptionDefinitionResponse" : {
1687
+ "type" : "structure",
1688
+ "members" : {
1689
+ "Arn" : {
1690
+ "shape" : "__string"
1691
+ },
1692
+ "CreationTimestamp" : {
1693
+ "shape" : "__string"
1694
+ },
1695
+ "Id" : {
1696
+ "shape" : "__string"
1697
+ },
1698
+ "LastUpdatedTimestamp" : {
1699
+ "shape" : "__string"
1700
+ },
1701
+ "LatestVersion" : {
1702
+ "shape" : "__string"
1703
+ },
1704
+ "LatestVersionArn" : {
1705
+ "shape" : "__string"
1706
+ },
1707
+ "Name" : {
1708
+ "shape" : "__string"
1709
+ }
1710
+ }
1711
+ },
1712
+ "CreateSubscriptionDefinitionVersionRequest" : {
1713
+ "type" : "structure",
1714
+ "members" : {
1715
+ "AmznClientToken" : {
1716
+ "shape" : "__string",
1717
+ "location" : "header",
1718
+ "locationName" : "X-Amzn-Client-Token"
1719
+ },
1720
+ "SubscriptionDefinitionId" : {
1721
+ "shape" : "__string",
1722
+ "location" : "uri",
1723
+ "locationName" : "SubscriptionDefinitionId"
1724
+ },
1725
+ "Subscriptions" : {
1726
+ "shape" : "ListOfSubscription"
1727
+ }
1728
+ },
1729
+ "required" : [ "SubscriptionDefinitionId" ]
1730
+ },
1731
+ "CreateSubscriptionDefinitionVersionResponse" : {
1732
+ "type" : "structure",
1733
+ "members" : {
1734
+ "Arn" : {
1735
+ "shape" : "__string"
1736
+ },
1737
+ "CreationTimestamp" : {
1738
+ "shape" : "__string"
1739
+ },
1740
+ "Id" : {
1741
+ "shape" : "__string"
1742
+ },
1743
+ "Version" : {
1744
+ "shape" : "__string"
1745
+ }
1746
+ }
1747
+ },
1748
+ "DefinitionInformation" : {
1749
+ "type" : "structure",
1750
+ "members" : {
1751
+ "Arn" : {
1752
+ "shape" : "__string"
1753
+ },
1754
+ "CreationTimestamp" : {
1755
+ "shape" : "__string"
1756
+ },
1757
+ "Id" : {
1758
+ "shape" : "__string"
1759
+ },
1760
+ "LastUpdatedTimestamp" : {
1761
+ "shape" : "__string"
1762
+ },
1763
+ "LatestVersion" : {
1764
+ "shape" : "__string"
1765
+ },
1766
+ "LatestVersionArn" : {
1767
+ "shape" : "__string"
1768
+ },
1769
+ "Name" : {
1770
+ "shape" : "__string"
1771
+ }
1772
+ }
1773
+ },
1774
+ "DeleteCoreDefinitionRequest" : {
1775
+ "type" : "structure",
1776
+ "members" : {
1777
+ "CoreDefinitionId" : {
1778
+ "shape" : "__string",
1779
+ "location" : "uri",
1780
+ "locationName" : "CoreDefinitionId"
1781
+ }
1782
+ },
1783
+ "required" : [ "CoreDefinitionId" ]
1784
+ },
1785
+ "DeleteCoreDefinitionResponse" : {
1786
+ "type" : "structure",
1787
+ "members" : { }
1788
+ },
1789
+ "DeleteDeviceDefinitionRequest" : {
1790
+ "type" : "structure",
1791
+ "members" : {
1792
+ "DeviceDefinitionId" : {
1793
+ "shape" : "__string",
1794
+ "location" : "uri",
1795
+ "locationName" : "DeviceDefinitionId"
1796
+ }
1797
+ },
1798
+ "required" : [ "DeviceDefinitionId" ]
1799
+ },
1800
+ "DeleteDeviceDefinitionResponse" : {
1801
+ "type" : "structure",
1802
+ "members" : { }
1803
+ },
1804
+ "DeleteFunctionDefinitionRequest" : {
1805
+ "type" : "structure",
1806
+ "members" : {
1807
+ "FunctionDefinitionId" : {
1808
+ "shape" : "__string",
1809
+ "location" : "uri",
1810
+ "locationName" : "FunctionDefinitionId"
1811
+ }
1812
+ },
1813
+ "required" : [ "FunctionDefinitionId" ]
1814
+ },
1815
+ "DeleteFunctionDefinitionResponse" : {
1816
+ "type" : "structure",
1817
+ "members" : { }
1818
+ },
1819
+ "DeleteGroupRequest" : {
1820
+ "type" : "structure",
1821
+ "members" : {
1822
+ "GroupId" : {
1823
+ "shape" : "__string",
1824
+ "location" : "uri",
1825
+ "locationName" : "GroupId"
1826
+ }
1827
+ },
1828
+ "required" : [ "GroupId" ]
1829
+ },
1830
+ "DeleteGroupResponse" : {
1831
+ "type" : "structure",
1832
+ "members" : { }
1833
+ },
1834
+ "DeleteLoggerDefinitionRequest" : {
1835
+ "type" : "structure",
1836
+ "members" : {
1837
+ "LoggerDefinitionId" : {
1838
+ "shape" : "__string",
1839
+ "location" : "uri",
1840
+ "locationName" : "LoggerDefinitionId"
1841
+ }
1842
+ },
1843
+ "required" : [ "LoggerDefinitionId" ]
1844
+ },
1845
+ "DeleteLoggerDefinitionResponse" : {
1846
+ "type" : "structure",
1847
+ "members" : { }
1848
+ },
1849
+ "DeleteSubscriptionDefinitionRequest" : {
1850
+ "type" : "structure",
1851
+ "members" : {
1852
+ "SubscriptionDefinitionId" : {
1853
+ "shape" : "__string",
1854
+ "location" : "uri",
1855
+ "locationName" : "SubscriptionDefinitionId"
1856
+ }
1857
+ },
1858
+ "required" : [ "SubscriptionDefinitionId" ]
1859
+ },
1860
+ "DeleteSubscriptionDefinitionResponse" : {
1861
+ "type" : "structure",
1862
+ "members" : { }
1863
+ },
1864
+ "Deployment" : {
1865
+ "type" : "structure",
1866
+ "members" : {
1867
+ "CreatedAt" : {
1868
+ "shape" : "__string"
1869
+ },
1870
+ "DeploymentArn" : {
1871
+ "shape" : "__string"
1872
+ },
1873
+ "DeploymentId" : {
1874
+ "shape" : "__string"
1875
+ },
1876
+ "GroupArn" : {
1877
+ "shape" : "__string"
1878
+ }
1879
+ }
1880
+ },
1881
+ "DeploymentType" : {
1882
+ "type" : "string",
1883
+ "enum" : [ "NewDeployment", "Redeployment" ]
1884
+ },
1885
+ "Deployments" : {
1886
+ "type" : "list",
1887
+ "member" : {
1888
+ "shape" : "Deployment"
1889
+ }
1890
+ },
1891
+ "Device" : {
1892
+ "type" : "structure",
1893
+ "members" : {
1894
+ "CertificateArn" : {
1895
+ "shape" : "__string"
1896
+ },
1897
+ "Id" : {
1898
+ "shape" : "__string"
1899
+ },
1900
+ "SyncShadow" : {
1901
+ "shape" : "__boolean"
1902
+ },
1903
+ "ThingArn" : {
1904
+ "shape" : "__string"
1905
+ }
1906
+ }
1907
+ },
1908
+ "DeviceDefinitionVersion" : {
1909
+ "type" : "structure",
1910
+ "members" : {
1911
+ "Devices" : {
1912
+ "shape" : "ListOfDevice"
1913
+ }
1914
+ }
1915
+ },
1916
+ "DisassociateRoleFromGroupRequest" : {
1917
+ "type" : "structure",
1918
+ "members" : {
1919
+ "GroupId" : {
1920
+ "shape" : "__string",
1921
+ "location" : "uri",
1922
+ "locationName" : "GroupId"
1923
+ }
1924
+ },
1925
+ "required" : [ "GroupId" ]
1926
+ },
1927
+ "DisassociateRoleFromGroupResponse" : {
1928
+ "type" : "structure",
1929
+ "members" : {
1930
+ "DisassociatedAt" : {
1931
+ "shape" : "__string"
1932
+ }
1933
+ }
1934
+ },
1935
+ "DisassociateServiceRoleFromAccountRequest" : {
1936
+ "type" : "structure",
1937
+ "members" : { }
1938
+ },
1939
+ "DisassociateServiceRoleFromAccountResponse" : {
1940
+ "type" : "structure",
1941
+ "members" : {
1942
+ "DisassociatedAt" : {
1943
+ "shape" : "__string"
1944
+ }
1945
+ }
1946
+ },
1947
+ "Empty" : {
1948
+ "type" : "structure",
1949
+ "members" : { }
1950
+ },
1951
+ "ErrorDetail" : {
1952
+ "type" : "structure",
1953
+ "members" : {
1954
+ "DetailedErrorCode" : {
1955
+ "shape" : "__string"
1956
+ },
1957
+ "DetailedErrorMessage" : {
1958
+ "shape" : "__string"
1959
+ }
1960
+ }
1961
+ },
1962
+ "ErrorDetails" : {
1963
+ "type" : "list",
1964
+ "member" : {
1965
+ "shape" : "ErrorDetail"
1966
+ }
1967
+ },
1968
+ "Function" : {
1969
+ "type" : "structure",
1970
+ "members" : {
1971
+ "FunctionArn" : {
1972
+ "shape" : "__string"
1973
+ },
1974
+ "FunctionConfiguration" : {
1975
+ "shape" : "FunctionConfiguration"
1976
+ },
1977
+ "Id" : {
1978
+ "shape" : "__string"
1979
+ }
1980
+ }
1981
+ },
1982
+ "FunctionConfiguration" : {
1983
+ "type" : "structure",
1984
+ "members" : {
1985
+ "Environment" : {
1986
+ "shape" : "FunctionConfigurationEnvironment"
1987
+ },
1988
+ "ExecArgs" : {
1989
+ "shape" : "__string"
1990
+ },
1991
+ "Executable" : {
1992
+ "shape" : "__string"
1993
+ },
1994
+ "MemorySize" : {
1995
+ "shape" : "__integer"
1996
+ },
1997
+ "Pinned" : {
1998
+ "shape" : "__boolean"
1999
+ },
2000
+ "Timeout" : {
2001
+ "shape" : "__integer"
2002
+ }
2003
+ }
2004
+ },
2005
+ "FunctionConfigurationEnvironment" : {
2006
+ "type" : "structure",
2007
+ "members" : {
2008
+ "Variables" : {
2009
+ "shape" : "MapOf__string"
2010
+ }
2011
+ }
2012
+ },
2013
+ "FunctionDefinitionVersion" : {
2014
+ "type" : "structure",
2015
+ "members" : {
2016
+ "Functions" : {
2017
+ "shape" : "ListOfFunction"
2018
+ }
2019
+ }
2020
+ },
2021
+ "GeneralError" : {
2022
+ "type" : "structure",
2023
+ "members" : {
2024
+ "ErrorDetails" : {
2025
+ "shape" : "ErrorDetails"
2026
+ },
2027
+ "Message" : {
2028
+ "shape" : "__string"
2029
+ }
2030
+ }
2031
+ },
2032
+ "GetAssociatedRoleRequest" : {
2033
+ "type" : "structure",
2034
+ "members" : {
2035
+ "GroupId" : {
2036
+ "shape" : "__string",
2037
+ "location" : "uri",
2038
+ "locationName" : "GroupId"
2039
+ }
2040
+ },
2041
+ "required" : [ "GroupId" ]
2042
+ },
2043
+ "GetAssociatedRoleResponse" : {
2044
+ "type" : "structure",
2045
+ "members" : {
2046
+ "AssociatedAt" : {
2047
+ "shape" : "__string"
2048
+ },
2049
+ "RoleArn" : {
2050
+ "shape" : "__string"
2051
+ }
2052
+ }
2053
+ },
2054
+ "GetConnectivityInfoRequest" : {
2055
+ "type" : "structure",
2056
+ "members" : {
2057
+ "ThingName" : {
2058
+ "shape" : "__string",
2059
+ "location" : "uri",
2060
+ "locationName" : "ThingName"
2061
+ }
2062
+ },
2063
+ "required" : [ "ThingName" ]
2064
+ },
2065
+ "GetConnectivityInfoResponse" : {
2066
+ "type" : "structure",
2067
+ "members" : {
2068
+ "ConnectivityInfo" : {
2069
+ "shape" : "ListOfConnectivityInfo"
2070
+ },
2071
+ "Message" : {
2072
+ "shape" : "__string",
2073
+ "locationName" : "message"
2074
+ }
2075
+ }
2076
+ },
2077
+ "GetCoreDefinitionRequest" : {
2078
+ "type" : "structure",
2079
+ "members" : {
2080
+ "CoreDefinitionId" : {
2081
+ "shape" : "__string",
2082
+ "location" : "uri",
2083
+ "locationName" : "CoreDefinitionId"
2084
+ }
2085
+ },
2086
+ "required" : [ "CoreDefinitionId" ]
2087
+ },
2088
+ "GetCoreDefinitionResponse" : {
2089
+ "type" : "structure",
2090
+ "members" : {
2091
+ "Arn" : {
2092
+ "shape" : "__string"
2093
+ },
2094
+ "CreationTimestamp" : {
2095
+ "shape" : "__string"
2096
+ },
2097
+ "Id" : {
2098
+ "shape" : "__string"
2099
+ },
2100
+ "LastUpdatedTimestamp" : {
2101
+ "shape" : "__string"
2102
+ },
2103
+ "LatestVersion" : {
2104
+ "shape" : "__string"
2105
+ },
2106
+ "LatestVersionArn" : {
2107
+ "shape" : "__string"
2108
+ },
2109
+ "Name" : {
2110
+ "shape" : "__string"
2111
+ }
2112
+ }
2113
+ },
2114
+ "GetCoreDefinitionVersionRequest" : {
2115
+ "type" : "structure",
2116
+ "members" : {
2117
+ "CoreDefinitionId" : {
2118
+ "shape" : "__string",
2119
+ "location" : "uri",
2120
+ "locationName" : "CoreDefinitionId"
2121
+ },
2122
+ "CoreDefinitionVersionId" : {
2123
+ "shape" : "__string",
2124
+ "location" : "uri",
2125
+ "locationName" : "CoreDefinitionVersionId"
2126
+ }
2127
+ },
2128
+ "required" : [ "CoreDefinitionId", "CoreDefinitionVersionId" ]
2129
+ },
2130
+ "GetCoreDefinitionVersionResponse" : {
2131
+ "type" : "structure",
2132
+ "members" : {
2133
+ "Arn" : {
2134
+ "shape" : "__string"
2135
+ },
2136
+ "CreationTimestamp" : {
2137
+ "shape" : "__string"
2138
+ },
2139
+ "Definition" : {
2140
+ "shape" : "CoreDefinitionVersion"
2141
+ },
2142
+ "Id" : {
2143
+ "shape" : "__string"
2144
+ },
2145
+ "Version" : {
2146
+ "shape" : "__string"
2147
+ }
2148
+ }
2149
+ },
2150
+ "GetDeploymentStatusRequest" : {
2151
+ "type" : "structure",
2152
+ "members" : {
2153
+ "DeploymentId" : {
2154
+ "shape" : "__string",
2155
+ "location" : "uri",
2156
+ "locationName" : "DeploymentId"
2157
+ },
2158
+ "GroupId" : {
2159
+ "shape" : "__string",
2160
+ "location" : "uri",
2161
+ "locationName" : "GroupId"
2162
+ }
2163
+ },
2164
+ "required" : [ "GroupId", "DeploymentId" ]
2165
+ },
2166
+ "GetDeploymentStatusResponse" : {
2167
+ "type" : "structure",
2168
+ "members" : {
2169
+ "DeploymentStatus" : {
2170
+ "shape" : "__string"
2171
+ },
2172
+ "ErrorMessage" : {
2173
+ "shape" : "__string"
2174
+ },
2175
+ "UpdatedAt" : {
2176
+ "shape" : "__string"
2177
+ }
2178
+ }
2179
+ },
2180
+ "GetDeviceDefinitionRequest" : {
2181
+ "type" : "structure",
2182
+ "members" : {
2183
+ "DeviceDefinitionId" : {
2184
+ "shape" : "__string",
2185
+ "location" : "uri",
2186
+ "locationName" : "DeviceDefinitionId"
2187
+ }
2188
+ },
2189
+ "required" : [ "DeviceDefinitionId" ]
2190
+ },
2191
+ "GetDeviceDefinitionResponse" : {
2192
+ "type" : "structure",
2193
+ "members" : {
2194
+ "Arn" : {
2195
+ "shape" : "__string"
2196
+ },
2197
+ "CreationTimestamp" : {
2198
+ "shape" : "__string"
2199
+ },
2200
+ "Id" : {
2201
+ "shape" : "__string"
2202
+ },
2203
+ "LastUpdatedTimestamp" : {
2204
+ "shape" : "__string"
2205
+ },
2206
+ "LatestVersion" : {
2207
+ "shape" : "__string"
2208
+ },
2209
+ "LatestVersionArn" : {
2210
+ "shape" : "__string"
2211
+ },
2212
+ "Name" : {
2213
+ "shape" : "__string"
2214
+ }
2215
+ }
2216
+ },
2217
+ "GetDeviceDefinitionVersionRequest" : {
2218
+ "type" : "structure",
2219
+ "members" : {
2220
+ "DeviceDefinitionId" : {
2221
+ "shape" : "__string",
2222
+ "location" : "uri",
2223
+ "locationName" : "DeviceDefinitionId"
2224
+ },
2225
+ "DeviceDefinitionVersionId" : {
2226
+ "shape" : "__string",
2227
+ "location" : "uri",
2228
+ "locationName" : "DeviceDefinitionVersionId"
2229
+ }
2230
+ },
2231
+ "required" : [ "DeviceDefinitionVersionId", "DeviceDefinitionId" ]
2232
+ },
2233
+ "GetDeviceDefinitionVersionResponse" : {
2234
+ "type" : "structure",
2235
+ "members" : {
2236
+ "Arn" : {
2237
+ "shape" : "__string"
2238
+ },
2239
+ "CreationTimestamp" : {
2240
+ "shape" : "__string"
2241
+ },
2242
+ "Definition" : {
2243
+ "shape" : "DeviceDefinitionVersion"
2244
+ },
2245
+ "Id" : {
2246
+ "shape" : "__string"
2247
+ },
2248
+ "Version" : {
2249
+ "shape" : "__string"
2250
+ }
2251
+ }
2252
+ },
2253
+ "GetFunctionDefinitionRequest" : {
2254
+ "type" : "structure",
2255
+ "members" : {
2256
+ "FunctionDefinitionId" : {
2257
+ "shape" : "__string",
2258
+ "location" : "uri",
2259
+ "locationName" : "FunctionDefinitionId"
2260
+ }
2261
+ },
2262
+ "required" : [ "FunctionDefinitionId" ]
2263
+ },
2264
+ "GetFunctionDefinitionResponse" : {
2265
+ "type" : "structure",
2266
+ "members" : {
2267
+ "Arn" : {
2268
+ "shape" : "__string"
2269
+ },
2270
+ "CreationTimestamp" : {
2271
+ "shape" : "__string"
2272
+ },
2273
+ "Id" : {
2274
+ "shape" : "__string"
2275
+ },
2276
+ "LastUpdatedTimestamp" : {
2277
+ "shape" : "__string"
2278
+ },
2279
+ "LatestVersion" : {
2280
+ "shape" : "__string"
2281
+ },
2282
+ "LatestVersionArn" : {
2283
+ "shape" : "__string"
2284
+ },
2285
+ "Name" : {
2286
+ "shape" : "__string"
2287
+ }
2288
+ }
2289
+ },
2290
+ "GetFunctionDefinitionVersionRequest" : {
2291
+ "type" : "structure",
2292
+ "members" : {
2293
+ "FunctionDefinitionId" : {
2294
+ "shape" : "__string",
2295
+ "location" : "uri",
2296
+ "locationName" : "FunctionDefinitionId"
2297
+ },
2298
+ "FunctionDefinitionVersionId" : {
2299
+ "shape" : "__string",
2300
+ "location" : "uri",
2301
+ "locationName" : "FunctionDefinitionVersionId"
2302
+ }
2303
+ },
2304
+ "required" : [ "FunctionDefinitionId", "FunctionDefinitionVersionId" ]
2305
+ },
2306
+ "GetFunctionDefinitionVersionResponse" : {
2307
+ "type" : "structure",
2308
+ "members" : {
2309
+ "Arn" : {
2310
+ "shape" : "__string"
2311
+ },
2312
+ "CreationTimestamp" : {
2313
+ "shape" : "__string"
2314
+ },
2315
+ "Definition" : {
2316
+ "shape" : "FunctionDefinitionVersion"
2317
+ },
2318
+ "Id" : {
2319
+ "shape" : "__string"
2320
+ },
2321
+ "Version" : {
2322
+ "shape" : "__string"
2323
+ }
2324
+ }
2325
+ },
2326
+ "GetGroupCertificateAuthorityRequest" : {
2327
+ "type" : "structure",
2328
+ "members" : {
2329
+ "CertificateAuthorityId" : {
2330
+ "shape" : "__string",
2331
+ "location" : "uri",
2332
+ "locationName" : "CertificateAuthorityId"
2333
+ },
2334
+ "GroupId" : {
2335
+ "shape" : "__string",
2336
+ "location" : "uri",
2337
+ "locationName" : "GroupId"
2338
+ }
2339
+ },
2340
+ "required" : [ "CertificateAuthorityId", "GroupId" ]
2341
+ },
2342
+ "GetGroupCertificateAuthorityResponse" : {
2343
+ "type" : "structure",
2344
+ "members" : {
2345
+ "GroupCertificateAuthorityArn" : {
2346
+ "shape" : "__string"
2347
+ },
2348
+ "GroupCertificateAuthorityId" : {
2349
+ "shape" : "__string"
2350
+ },
2351
+ "PemEncodedCertificate" : {
2352
+ "shape" : "__string"
2353
+ }
2354
+ }
2355
+ },
2356
+ "GetGroupCertificateConfigurationRequest" : {
2357
+ "type" : "structure",
2358
+ "members" : {
2359
+ "GroupId" : {
2360
+ "shape" : "__string",
2361
+ "location" : "uri",
2362
+ "locationName" : "GroupId"
2363
+ }
2364
+ },
2365
+ "required" : [ "GroupId" ]
2366
+ },
2367
+ "GetGroupCertificateConfigurationResponse" : {
2368
+ "type" : "structure",
2369
+ "members" : {
2370
+ "CertificateAuthorityExpiryInMilliseconds" : {
2371
+ "shape" : "__string"
2372
+ },
2373
+ "CertificateExpiryInMilliseconds" : {
2374
+ "shape" : "__string"
2375
+ },
2376
+ "GroupId" : {
2377
+ "shape" : "__string"
2378
+ }
2379
+ }
2380
+ },
2381
+ "GetGroupRequest" : {
2382
+ "type" : "structure",
2383
+ "members" : {
2384
+ "GroupId" : {
2385
+ "shape" : "__string",
2386
+ "location" : "uri",
2387
+ "locationName" : "GroupId"
2388
+ }
2389
+ },
2390
+ "required" : [ "GroupId" ]
2391
+ },
2392
+ "GetGroupResponse" : {
2393
+ "type" : "structure",
2394
+ "members" : {
2395
+ "Arn" : {
2396
+ "shape" : "__string"
2397
+ },
2398
+ "CreationTimestamp" : {
2399
+ "shape" : "__string"
2400
+ },
2401
+ "Id" : {
2402
+ "shape" : "__string"
2403
+ },
2404
+ "LastUpdatedTimestamp" : {
2405
+ "shape" : "__string"
2406
+ },
2407
+ "LatestVersion" : {
2408
+ "shape" : "__string"
2409
+ },
2410
+ "LatestVersionArn" : {
2411
+ "shape" : "__string"
2412
+ },
2413
+ "Name" : {
2414
+ "shape" : "__string"
2415
+ }
2416
+ }
2417
+ },
2418
+ "GetGroupVersionRequest" : {
2419
+ "type" : "structure",
2420
+ "members" : {
2421
+ "GroupId" : {
2422
+ "shape" : "__string",
2423
+ "location" : "uri",
2424
+ "locationName" : "GroupId"
2425
+ },
2426
+ "GroupVersionId" : {
2427
+ "shape" : "__string",
2428
+ "location" : "uri",
2429
+ "locationName" : "GroupVersionId"
2430
+ }
2431
+ },
2432
+ "required" : [ "GroupVersionId", "GroupId" ]
2433
+ },
2434
+ "GetGroupVersionResponse" : {
2435
+ "type" : "structure",
2436
+ "members" : {
2437
+ "Arn" : {
2438
+ "shape" : "__string"
2439
+ },
2440
+ "CreationTimestamp" : {
2441
+ "shape" : "__string"
2442
+ },
2443
+ "Definition" : {
2444
+ "shape" : "GroupVersion"
2445
+ },
2446
+ "Id" : {
2447
+ "shape" : "__string"
2448
+ },
2449
+ "Version" : {
2450
+ "shape" : "__string"
2451
+ }
2452
+ }
2453
+ },
2454
+ "GetLoggerDefinitionRequest" : {
2455
+ "type" : "structure",
2456
+ "members" : {
2457
+ "LoggerDefinitionId" : {
2458
+ "shape" : "__string",
2459
+ "location" : "uri",
2460
+ "locationName" : "LoggerDefinitionId"
2461
+ }
2462
+ },
2463
+ "required" : [ "LoggerDefinitionId" ]
2464
+ },
2465
+ "GetLoggerDefinitionResponse" : {
2466
+ "type" : "structure",
2467
+ "members" : {
2468
+ "Arn" : {
2469
+ "shape" : "__string"
2470
+ },
2471
+ "CreationTimestamp" : {
2472
+ "shape" : "__string"
2473
+ },
2474
+ "Id" : {
2475
+ "shape" : "__string"
2476
+ },
2477
+ "LastUpdatedTimestamp" : {
2478
+ "shape" : "__string"
2479
+ },
2480
+ "LatestVersion" : {
2481
+ "shape" : "__string"
2482
+ },
2483
+ "LatestVersionArn" : {
2484
+ "shape" : "__string"
2485
+ },
2486
+ "Name" : {
2487
+ "shape" : "__string"
2488
+ }
2489
+ }
2490
+ },
2491
+ "GetLoggerDefinitionVersionRequest" : {
2492
+ "type" : "structure",
2493
+ "members" : {
2494
+ "LoggerDefinitionId" : {
2495
+ "shape" : "__string",
2496
+ "location" : "uri",
2497
+ "locationName" : "LoggerDefinitionId"
2498
+ },
2499
+ "LoggerDefinitionVersionId" : {
2500
+ "shape" : "__string",
2501
+ "location" : "uri",
2502
+ "locationName" : "LoggerDefinitionVersionId"
2503
+ }
2504
+ },
2505
+ "required" : [ "LoggerDefinitionVersionId", "LoggerDefinitionId" ]
2506
+ },
2507
+ "GetLoggerDefinitionVersionResponse" : {
2508
+ "type" : "structure",
2509
+ "members" : {
2510
+ "Arn" : {
2511
+ "shape" : "__string"
2512
+ },
2513
+ "CreationTimestamp" : {
2514
+ "shape" : "__string"
2515
+ },
2516
+ "Definition" : {
2517
+ "shape" : "LoggerDefinitionVersion"
2518
+ },
2519
+ "Id" : {
2520
+ "shape" : "__string"
2521
+ },
2522
+ "Version" : {
2523
+ "shape" : "__string"
2524
+ }
2525
+ }
2526
+ },
2527
+ "GetServiceRoleForAccountRequest" : {
2528
+ "type" : "structure",
2529
+ "members" : { }
2530
+ },
2531
+ "GetServiceRoleForAccountResponse" : {
2532
+ "type" : "structure",
2533
+ "members" : {
2534
+ "AssociatedAt" : {
2535
+ "shape" : "__string"
2536
+ },
2537
+ "RoleArn" : {
2538
+ "shape" : "__string"
2539
+ }
2540
+ }
2541
+ },
2542
+ "GetSubscriptionDefinitionRequest" : {
2543
+ "type" : "structure",
2544
+ "members" : {
2545
+ "SubscriptionDefinitionId" : {
2546
+ "shape" : "__string",
2547
+ "location" : "uri",
2548
+ "locationName" : "SubscriptionDefinitionId"
2549
+ }
2550
+ },
2551
+ "required" : [ "SubscriptionDefinitionId" ]
2552
+ },
2553
+ "GetSubscriptionDefinitionResponse" : {
2554
+ "type" : "structure",
2555
+ "members" : {
2556
+ "Arn" : {
2557
+ "shape" : "__string"
2558
+ },
2559
+ "CreationTimestamp" : {
2560
+ "shape" : "__string"
2561
+ },
2562
+ "Id" : {
2563
+ "shape" : "__string"
2564
+ },
2565
+ "LastUpdatedTimestamp" : {
2566
+ "shape" : "__string"
2567
+ },
2568
+ "LatestVersion" : {
2569
+ "shape" : "__string"
2570
+ },
2571
+ "LatestVersionArn" : {
2572
+ "shape" : "__string"
2573
+ },
2574
+ "Name" : {
2575
+ "shape" : "__string"
2576
+ }
2577
+ }
2578
+ },
2579
+ "GetSubscriptionDefinitionVersionRequest" : {
2580
+ "type" : "structure",
2581
+ "members" : {
2582
+ "SubscriptionDefinitionId" : {
2583
+ "shape" : "__string",
2584
+ "location" : "uri",
2585
+ "locationName" : "SubscriptionDefinitionId"
2586
+ },
2587
+ "SubscriptionDefinitionVersionId" : {
2588
+ "shape" : "__string",
2589
+ "location" : "uri",
2590
+ "locationName" : "SubscriptionDefinitionVersionId"
2591
+ }
2592
+ },
2593
+ "required" : [ "SubscriptionDefinitionId", "SubscriptionDefinitionVersionId" ]
2594
+ },
2595
+ "GetSubscriptionDefinitionVersionResponse" : {
2596
+ "type" : "structure",
2597
+ "members" : {
2598
+ "Arn" : {
2599
+ "shape" : "__string"
2600
+ },
2601
+ "CreationTimestamp" : {
2602
+ "shape" : "__string"
2603
+ },
2604
+ "Definition" : {
2605
+ "shape" : "SubscriptionDefinitionVersion"
2606
+ },
2607
+ "Id" : {
2608
+ "shape" : "__string"
2609
+ },
2610
+ "Version" : {
2611
+ "shape" : "__string"
2612
+ }
2613
+ }
2614
+ },
2615
+ "GroupCertificateAuthorityProperties" : {
2616
+ "type" : "structure",
2617
+ "members" : {
2618
+ "GroupCertificateAuthorityArn" : {
2619
+ "shape" : "__string"
2620
+ },
2621
+ "GroupCertificateAuthorityId" : {
2622
+ "shape" : "__string"
2623
+ }
2624
+ }
2625
+ },
2626
+ "GroupCertificateConfiguration" : {
2627
+ "type" : "structure",
2628
+ "members" : {
2629
+ "CertificateAuthorityExpiryInMilliseconds" : {
2630
+ "shape" : "__string"
2631
+ },
2632
+ "CertificateExpiryInMilliseconds" : {
2633
+ "shape" : "__string"
2634
+ },
2635
+ "GroupId" : {
2636
+ "shape" : "__string"
2637
+ }
2638
+ }
2639
+ },
2640
+ "GroupInformation" : {
2641
+ "type" : "structure",
2642
+ "members" : {
2643
+ "Arn" : {
2644
+ "shape" : "__string"
2645
+ },
2646
+ "CreationTimestamp" : {
2647
+ "shape" : "__string"
2648
+ },
2649
+ "Id" : {
2650
+ "shape" : "__string"
2651
+ },
2652
+ "LastUpdatedTimestamp" : {
2653
+ "shape" : "__string"
2654
+ },
2655
+ "LatestVersion" : {
2656
+ "shape" : "__string"
2657
+ },
2658
+ "LatestVersionArn" : {
2659
+ "shape" : "__string"
2660
+ },
2661
+ "Name" : {
2662
+ "shape" : "__string"
2663
+ }
2664
+ }
2665
+ },
2666
+ "GroupVersion" : {
2667
+ "type" : "structure",
2668
+ "members" : {
2669
+ "CoreDefinitionVersionArn" : {
2670
+ "shape" : "__string"
2671
+ },
2672
+ "DeviceDefinitionVersionArn" : {
2673
+ "shape" : "__string"
2674
+ },
2675
+ "FunctionDefinitionVersionArn" : {
2676
+ "shape" : "__string"
2677
+ },
2678
+ "LoggerDefinitionVersionArn" : {
2679
+ "shape" : "__string"
2680
+ },
2681
+ "SubscriptionDefinitionVersionArn" : {
2682
+ "shape" : "__string"
2683
+ }
2684
+ }
2685
+ },
2686
+ "InternalServerErrorException" : {
2687
+ "type" : "structure",
2688
+ "members" : {
2689
+ "ErrorDetails" : {
2690
+ "shape" : "ErrorDetails"
2691
+ },
2692
+ "Message" : {
2693
+ "shape" : "__string"
2694
+ }
2695
+ },
2696
+ "exception" : true,
2697
+ "error" : {
2698
+ "httpStatusCode" : 500
2699
+ }
2700
+ },
2701
+ "ListCoreDefinitionVersionsRequest" : {
2702
+ "type" : "structure",
2703
+ "members" : {
2704
+ "CoreDefinitionId" : {
2705
+ "shape" : "__string",
2706
+ "location" : "uri",
2707
+ "locationName" : "CoreDefinitionId"
2708
+ },
2709
+ "MaxResults" : {
2710
+ "shape" : "__string",
2711
+ "location" : "querystring",
2712
+ "locationName" : "MaxResults"
2713
+ },
2714
+ "NextToken" : {
2715
+ "shape" : "__string",
2716
+ "location" : "querystring",
2717
+ "locationName" : "NextToken"
2718
+ }
2719
+ },
2720
+ "required" : [ "CoreDefinitionId" ]
2721
+ },
2722
+ "ListCoreDefinitionVersionsResponse" : {
2723
+ "type" : "structure",
2724
+ "members" : {
2725
+ "NextToken" : {
2726
+ "shape" : "__string"
2727
+ },
2728
+ "Versions" : {
2729
+ "shape" : "ListOfVersionInformation"
2730
+ }
2731
+ }
2732
+ },
2733
+ "ListCoreDefinitionsRequest" : {
2734
+ "type" : "structure",
2735
+ "members" : {
2736
+ "MaxResults" : {
2737
+ "shape" : "__string",
2738
+ "location" : "querystring",
2739
+ "locationName" : "MaxResults"
2740
+ },
2741
+ "NextToken" : {
2742
+ "shape" : "__string",
2743
+ "location" : "querystring",
2744
+ "locationName" : "NextToken"
2745
+ }
2746
+ }
2747
+ },
2748
+ "ListCoreDefinitionsResponse" : {
2749
+ "type" : "structure",
2750
+ "members" : {
2751
+ "Definitions" : {
2752
+ "shape" : "ListOfDefinitionInformation"
2753
+ },
2754
+ "NextToken" : {
2755
+ "shape" : "__string"
2756
+ }
2757
+ }
2758
+ },
2759
+ "ListDefinitionsResponse" : {
2760
+ "type" : "structure",
2761
+ "members" : {
2762
+ "Definitions" : {
2763
+ "shape" : "ListOfDefinitionInformation"
2764
+ },
2765
+ "NextToken" : {
2766
+ "shape" : "__string"
2767
+ }
2768
+ }
2769
+ },
2770
+ "ListDeploymentsRequest" : {
2771
+ "type" : "structure",
2772
+ "members" : {
2773
+ "GroupId" : {
2774
+ "shape" : "__string",
2775
+ "location" : "uri",
2776
+ "locationName" : "GroupId"
2777
+ },
2778
+ "MaxResults" : {
2779
+ "shape" : "__string",
2780
+ "location" : "querystring",
2781
+ "locationName" : "MaxResults"
2782
+ },
2783
+ "NextToken" : {
2784
+ "shape" : "__string",
2785
+ "location" : "querystring",
2786
+ "locationName" : "NextToken"
2787
+ }
2788
+ },
2789
+ "required" : [ "GroupId" ]
2790
+ },
2791
+ "ListDeploymentsResponse" : {
2792
+ "type" : "structure",
2793
+ "members" : {
2794
+ "Deployments" : {
2795
+ "shape" : "Deployments"
2796
+ },
2797
+ "NextToken" : {
2798
+ "shape" : "__string"
2799
+ }
2800
+ }
2801
+ },
2802
+ "ListDeviceDefinitionVersionsRequest" : {
2803
+ "type" : "structure",
2804
+ "members" : {
2805
+ "DeviceDefinitionId" : {
2806
+ "shape" : "__string",
2807
+ "location" : "uri",
2808
+ "locationName" : "DeviceDefinitionId"
2809
+ },
2810
+ "MaxResults" : {
2811
+ "shape" : "__string",
2812
+ "location" : "querystring",
2813
+ "locationName" : "MaxResults"
2814
+ },
2815
+ "NextToken" : {
2816
+ "shape" : "__string",
2817
+ "location" : "querystring",
2818
+ "locationName" : "NextToken"
2819
+ }
2820
+ },
2821
+ "required" : [ "DeviceDefinitionId" ]
2822
+ },
2823
+ "ListDeviceDefinitionVersionsResponse" : {
2824
+ "type" : "structure",
2825
+ "members" : {
2826
+ "NextToken" : {
2827
+ "shape" : "__string"
2828
+ },
2829
+ "Versions" : {
2830
+ "shape" : "ListOfVersionInformation"
2831
+ }
2832
+ }
2833
+ },
2834
+ "ListDeviceDefinitionsRequest" : {
2835
+ "type" : "structure",
2836
+ "members" : {
2837
+ "MaxResults" : {
2838
+ "shape" : "__string",
2839
+ "location" : "querystring",
2840
+ "locationName" : "MaxResults"
2841
+ },
2842
+ "NextToken" : {
2843
+ "shape" : "__string",
2844
+ "location" : "querystring",
2845
+ "locationName" : "NextToken"
2846
+ }
2847
+ }
2848
+ },
2849
+ "ListDeviceDefinitionsResponse" : {
2850
+ "type" : "structure",
2851
+ "members" : {
2852
+ "Definitions" : {
2853
+ "shape" : "ListOfDefinitionInformation"
2854
+ },
2855
+ "NextToken" : {
2856
+ "shape" : "__string"
2857
+ }
2858
+ }
2859
+ },
2860
+ "ListFunctionDefinitionVersionsRequest" : {
2861
+ "type" : "structure",
2862
+ "members" : {
2863
+ "FunctionDefinitionId" : {
2864
+ "shape" : "__string",
2865
+ "location" : "uri",
2866
+ "locationName" : "FunctionDefinitionId"
2867
+ },
2868
+ "MaxResults" : {
2869
+ "shape" : "__string",
2870
+ "location" : "querystring",
2871
+ "locationName" : "MaxResults"
2872
+ },
2873
+ "NextToken" : {
2874
+ "shape" : "__string",
2875
+ "location" : "querystring",
2876
+ "locationName" : "NextToken"
2877
+ }
2878
+ },
2879
+ "required" : [ "FunctionDefinitionId" ]
2880
+ },
2881
+ "ListFunctionDefinitionVersionsResponse" : {
2882
+ "type" : "structure",
2883
+ "members" : {
2884
+ "NextToken" : {
2885
+ "shape" : "__string"
2886
+ },
2887
+ "Versions" : {
2888
+ "shape" : "ListOfVersionInformation"
2889
+ }
2890
+ }
2891
+ },
2892
+ "ListFunctionDefinitionsRequest" : {
2893
+ "type" : "structure",
2894
+ "members" : {
2895
+ "MaxResults" : {
2896
+ "shape" : "__string",
2897
+ "location" : "querystring",
2898
+ "locationName" : "MaxResults"
2899
+ },
2900
+ "NextToken" : {
2901
+ "shape" : "__string",
2902
+ "location" : "querystring",
2903
+ "locationName" : "NextToken"
2904
+ }
2905
+ }
2906
+ },
2907
+ "ListFunctionDefinitionsResponse" : {
2908
+ "type" : "structure",
2909
+ "members" : {
2910
+ "Definitions" : {
2911
+ "shape" : "ListOfDefinitionInformation"
2912
+ },
2913
+ "NextToken" : {
2914
+ "shape" : "__string"
2915
+ }
2916
+ }
2917
+ },
2918
+ "ListGroupCertificateAuthoritiesRequest" : {
2919
+ "type" : "structure",
2920
+ "members" : {
2921
+ "GroupId" : {
2922
+ "shape" : "__string",
2923
+ "location" : "uri",
2924
+ "locationName" : "GroupId"
2925
+ }
2926
+ },
2927
+ "required" : [ "GroupId" ]
2928
+ },
2929
+ "ListGroupCertificateAuthoritiesResponse" : {
2930
+ "type" : "structure",
2931
+ "members" : {
2932
+ "GroupCertificateAuthorities" : {
2933
+ "shape" : "ListOfGroupCertificateAuthorityProperties"
2934
+ }
2935
+ }
2936
+ },
2937
+ "ListGroupVersionsRequest" : {
2938
+ "type" : "structure",
2939
+ "members" : {
2940
+ "GroupId" : {
2941
+ "shape" : "__string",
2942
+ "location" : "uri",
2943
+ "locationName" : "GroupId"
2944
+ },
2945
+ "MaxResults" : {
2946
+ "shape" : "__string",
2947
+ "location" : "querystring",
2948
+ "locationName" : "MaxResults"
2949
+ },
2950
+ "NextToken" : {
2951
+ "shape" : "__string",
2952
+ "location" : "querystring",
2953
+ "locationName" : "NextToken"
2954
+ }
2955
+ },
2956
+ "required" : [ "GroupId" ]
2957
+ },
2958
+ "ListGroupVersionsResponse" : {
2959
+ "type" : "structure",
2960
+ "members" : {
2961
+ "NextToken" : {
2962
+ "shape" : "__string"
2963
+ },
2964
+ "Versions" : {
2965
+ "shape" : "ListOfVersionInformation"
2966
+ }
2967
+ }
2968
+ },
2969
+ "ListGroupsRequest" : {
2970
+ "type" : "structure",
2971
+ "members" : {
2972
+ "MaxResults" : {
2973
+ "shape" : "__string",
2974
+ "location" : "querystring",
2975
+ "locationName" : "MaxResults"
2976
+ },
2977
+ "NextToken" : {
2978
+ "shape" : "__string",
2979
+ "location" : "querystring",
2980
+ "locationName" : "NextToken"
2981
+ }
2982
+ }
2983
+ },
2984
+ "ListGroupsResponse" : {
2985
+ "type" : "structure",
2986
+ "members" : {
2987
+ "Groups" : {
2988
+ "shape" : "ListOfGroupInformation"
2989
+ },
2990
+ "NextToken" : {
2991
+ "shape" : "__string"
2992
+ }
2993
+ }
2994
+ },
2995
+ "ListLoggerDefinitionVersionsRequest" : {
2996
+ "type" : "structure",
2997
+ "members" : {
2998
+ "LoggerDefinitionId" : {
2999
+ "shape" : "__string",
3000
+ "location" : "uri",
3001
+ "locationName" : "LoggerDefinitionId"
3002
+ },
3003
+ "MaxResults" : {
3004
+ "shape" : "__string",
3005
+ "location" : "querystring",
3006
+ "locationName" : "MaxResults"
3007
+ },
3008
+ "NextToken" : {
3009
+ "shape" : "__string",
3010
+ "location" : "querystring",
3011
+ "locationName" : "NextToken"
3012
+ }
3013
+ },
3014
+ "required" : [ "LoggerDefinitionId" ]
3015
+ },
3016
+ "ListLoggerDefinitionVersionsResponse" : {
3017
+ "type" : "structure",
3018
+ "members" : {
3019
+ "NextToken" : {
3020
+ "shape" : "__string"
3021
+ },
3022
+ "Versions" : {
3023
+ "shape" : "ListOfVersionInformation"
3024
+ }
3025
+ }
3026
+ },
3027
+ "ListLoggerDefinitionsRequest" : {
3028
+ "type" : "structure",
3029
+ "members" : {
3030
+ "MaxResults" : {
3031
+ "shape" : "__string",
3032
+ "location" : "querystring",
3033
+ "locationName" : "MaxResults"
3034
+ },
3035
+ "NextToken" : {
3036
+ "shape" : "__string",
3037
+ "location" : "querystring",
3038
+ "locationName" : "NextToken"
3039
+ }
3040
+ }
3041
+ },
3042
+ "ListLoggerDefinitionsResponse" : {
3043
+ "type" : "structure",
3044
+ "members" : {
3045
+ "Definitions" : {
3046
+ "shape" : "ListOfDefinitionInformation"
3047
+ },
3048
+ "NextToken" : {
3049
+ "shape" : "__string"
3050
+ }
3051
+ }
3052
+ },
3053
+ "ListOfConnectivityInfo" : {
3054
+ "type" : "list",
3055
+ "member" : {
3056
+ "shape" : "ConnectivityInfo"
3057
+ }
3058
+ },
3059
+ "ListOfCore" : {
3060
+ "type" : "list",
3061
+ "member" : {
3062
+ "shape" : "Core"
3063
+ }
3064
+ },
3065
+ "ListOfDefinitionInformation" : {
3066
+ "type" : "list",
3067
+ "member" : {
3068
+ "shape" : "DefinitionInformation"
3069
+ }
3070
+ },
3071
+ "ListOfDevice" : {
3072
+ "type" : "list",
3073
+ "member" : {
3074
+ "shape" : "Device"
3075
+ }
3076
+ },
3077
+ "ListOfFunction" : {
3078
+ "type" : "list",
3079
+ "member" : {
3080
+ "shape" : "Function"
3081
+ }
3082
+ },
3083
+ "ListOfGroupCertificateAuthorityProperties" : {
3084
+ "type" : "list",
3085
+ "member" : {
3086
+ "shape" : "GroupCertificateAuthorityProperties"
3087
+ }
3088
+ },
3089
+ "ListOfGroupInformation" : {
3090
+ "type" : "list",
3091
+ "member" : {
3092
+ "shape" : "GroupInformation"
3093
+ }
3094
+ },
3095
+ "ListOfLogger" : {
3096
+ "type" : "list",
3097
+ "member" : {
3098
+ "shape" : "Logger"
3099
+ }
3100
+ },
3101
+ "ListOfSubscription" : {
3102
+ "type" : "list",
3103
+ "member" : {
3104
+ "shape" : "Subscription"
3105
+ }
3106
+ },
3107
+ "ListOfVersionInformation" : {
3108
+ "type" : "list",
3109
+ "member" : {
3110
+ "shape" : "VersionInformation"
3111
+ }
3112
+ },
3113
+ "ListSubscriptionDefinitionVersionsRequest" : {
3114
+ "type" : "structure",
3115
+ "members" : {
3116
+ "MaxResults" : {
3117
+ "shape" : "__string",
3118
+ "location" : "querystring",
3119
+ "locationName" : "MaxResults"
3120
+ },
3121
+ "NextToken" : {
3122
+ "shape" : "__string",
3123
+ "location" : "querystring",
3124
+ "locationName" : "NextToken"
3125
+ },
3126
+ "SubscriptionDefinitionId" : {
3127
+ "shape" : "__string",
3128
+ "location" : "uri",
3129
+ "locationName" : "SubscriptionDefinitionId"
3130
+ }
3131
+ },
3132
+ "required" : [ "SubscriptionDefinitionId" ]
3133
+ },
3134
+ "ListSubscriptionDefinitionVersionsResponse" : {
3135
+ "type" : "structure",
3136
+ "members" : {
3137
+ "NextToken" : {
3138
+ "shape" : "__string"
3139
+ },
3140
+ "Versions" : {
3141
+ "shape" : "ListOfVersionInformation"
3142
+ }
3143
+ }
3144
+ },
3145
+ "ListSubscriptionDefinitionsRequest" : {
3146
+ "type" : "structure",
3147
+ "members" : {
3148
+ "MaxResults" : {
3149
+ "shape" : "__string",
3150
+ "location" : "querystring",
3151
+ "locationName" : "MaxResults"
3152
+ },
3153
+ "NextToken" : {
3154
+ "shape" : "__string",
3155
+ "location" : "querystring",
3156
+ "locationName" : "NextToken"
3157
+ }
3158
+ }
3159
+ },
3160
+ "ListSubscriptionDefinitionsResponse" : {
3161
+ "type" : "structure",
3162
+ "members" : {
3163
+ "Definitions" : {
3164
+ "shape" : "ListOfDefinitionInformation"
3165
+ },
3166
+ "NextToken" : {
3167
+ "shape" : "__string"
3168
+ }
3169
+ }
3170
+ },
3171
+ "ListVersionsResponse" : {
3172
+ "type" : "structure",
3173
+ "members" : {
3174
+ "NextToken" : {
3175
+ "shape" : "__string"
3176
+ },
3177
+ "Versions" : {
3178
+ "shape" : "ListOfVersionInformation"
3179
+ }
3180
+ }
3181
+ },
3182
+ "Logger" : {
3183
+ "type" : "structure",
3184
+ "members" : {
3185
+ "Component" : {
3186
+ "shape" : "LoggerComponent"
3187
+ },
3188
+ "Id" : {
3189
+ "shape" : "__string"
3190
+ },
3191
+ "Level" : {
3192
+ "shape" : "LoggerLevel"
3193
+ },
3194
+ "Space" : {
3195
+ "shape" : "__integer"
3196
+ },
3197
+ "Type" : {
3198
+ "shape" : "LoggerType"
3199
+ }
3200
+ }
3201
+ },
3202
+ "LoggerComponent" : {
3203
+ "type" : "string",
3204
+ "enum" : [ "GreengrassSystem", "Lambda" ]
3205
+ },
3206
+ "LoggerDefinitionVersion" : {
3207
+ "type" : "structure",
3208
+ "members" : {
3209
+ "Loggers" : {
3210
+ "shape" : "ListOfLogger"
3211
+ }
3212
+ }
3213
+ },
3214
+ "LoggerLevel" : {
3215
+ "type" : "string",
3216
+ "enum" : [ "DEBUG", "INFO", "WARN", "ERROR", "FATAL" ]
3217
+ },
3218
+ "LoggerType" : {
3219
+ "type" : "string",
3220
+ "enum" : [ "FileSystem", "AWSCloudWatch" ]
3221
+ },
3222
+ "MapOf__string" : {
3223
+ "type" : "map",
3224
+ "key" : {
3225
+ "shape" : "__string"
3226
+ },
3227
+ "value" : {
3228
+ "shape" : "__string"
3229
+ }
3230
+ },
3231
+ "Subscription" : {
3232
+ "type" : "structure",
3233
+ "members" : {
3234
+ "Id" : {
3235
+ "shape" : "__string"
3236
+ },
3237
+ "Source" : {
3238
+ "shape" : "__string"
3239
+ },
3240
+ "Subject" : {
3241
+ "shape" : "__string"
3242
+ },
3243
+ "Target" : {
3244
+ "shape" : "__string"
3245
+ }
3246
+ }
3247
+ },
3248
+ "SubscriptionDefinitionVersion" : {
3249
+ "type" : "structure",
3250
+ "members" : {
3251
+ "Subscriptions" : {
3252
+ "shape" : "ListOfSubscription"
3253
+ }
3254
+ }
3255
+ },
3256
+ "UpdateConnectivityInfoRequest" : {
3257
+ "type" : "structure",
3258
+ "members" : {
3259
+ "ConnectivityInfo" : {
3260
+ "shape" : "ListOfConnectivityInfo"
3261
+ },
3262
+ "ThingName" : {
3263
+ "shape" : "__string",
3264
+ "location" : "uri",
3265
+ "locationName" : "ThingName"
3266
+ }
3267
+ },
3268
+ "required" : [ "ThingName" ]
3269
+ },
3270
+ "UpdateConnectivityInfoResponse" : {
3271
+ "type" : "structure",
3272
+ "members" : {
3273
+ "Message" : {
3274
+ "shape" : "__string",
3275
+ "locationName" : "message"
3276
+ },
3277
+ "Version" : {
3278
+ "shape" : "__string"
3279
+ }
3280
+ }
3281
+ },
3282
+ "UpdateCoreDefinitionRequest" : {
3283
+ "type" : "structure",
3284
+ "members" : {
3285
+ "CoreDefinitionId" : {
3286
+ "shape" : "__string",
3287
+ "location" : "uri",
3288
+ "locationName" : "CoreDefinitionId"
3289
+ },
3290
+ "Name" : {
3291
+ "shape" : "__string"
3292
+ }
3293
+ },
3294
+ "required" : [ "CoreDefinitionId" ]
3295
+ },
3296
+ "UpdateCoreDefinitionResponse" : {
3297
+ "type" : "structure",
3298
+ "members" : { }
3299
+ },
3300
+ "UpdateDeviceDefinitionRequest" : {
3301
+ "type" : "structure",
3302
+ "members" : {
3303
+ "DeviceDefinitionId" : {
3304
+ "shape" : "__string",
3305
+ "location" : "uri",
3306
+ "locationName" : "DeviceDefinitionId"
3307
+ },
3308
+ "Name" : {
3309
+ "shape" : "__string"
3310
+ }
3311
+ },
3312
+ "required" : [ "DeviceDefinitionId" ]
3313
+ },
3314
+ "UpdateDeviceDefinitionResponse" : {
3315
+ "type" : "structure",
3316
+ "members" : { }
3317
+ },
3318
+ "UpdateFunctionDefinitionRequest" : {
3319
+ "type" : "structure",
3320
+ "members" : {
3321
+ "FunctionDefinitionId" : {
3322
+ "shape" : "__string",
3323
+ "location" : "uri",
3324
+ "locationName" : "FunctionDefinitionId"
3325
+ },
3326
+ "Name" : {
3327
+ "shape" : "__string"
3328
+ }
3329
+ },
3330
+ "required" : [ "FunctionDefinitionId" ]
3331
+ },
3332
+ "UpdateFunctionDefinitionResponse" : {
3333
+ "type" : "structure",
3334
+ "members" : { }
3335
+ },
3336
+ "UpdateGroupCertificateConfigurationRequest" : {
3337
+ "type" : "structure",
3338
+ "members" : {
3339
+ "CertificateExpiryInMilliseconds" : {
3340
+ "shape" : "__string"
3341
+ },
3342
+ "GroupId" : {
3343
+ "shape" : "__string",
3344
+ "location" : "uri",
3345
+ "locationName" : "GroupId"
3346
+ }
3347
+ },
3348
+ "required" : [ "GroupId" ]
3349
+ },
3350
+ "UpdateGroupCertificateConfigurationResponse" : {
3351
+ "type" : "structure",
3352
+ "members" : {
3353
+ "CertificateAuthorityExpiryInMilliseconds" : {
3354
+ "shape" : "__string"
3355
+ },
3356
+ "CertificateExpiryInMilliseconds" : {
3357
+ "shape" : "__string"
3358
+ },
3359
+ "GroupId" : {
3360
+ "shape" : "__string"
3361
+ }
3362
+ }
3363
+ },
3364
+ "UpdateGroupRequest" : {
3365
+ "type" : "structure",
3366
+ "members" : {
3367
+ "GroupId" : {
3368
+ "shape" : "__string",
3369
+ "location" : "uri",
3370
+ "locationName" : "GroupId"
3371
+ },
3372
+ "Name" : {
3373
+ "shape" : "__string"
3374
+ }
3375
+ },
3376
+ "required" : [ "GroupId" ]
3377
+ },
3378
+ "UpdateGroupResponse" : {
3379
+ "type" : "structure",
3380
+ "members" : { }
3381
+ },
3382
+ "UpdateLoggerDefinitionRequest" : {
3383
+ "type" : "structure",
3384
+ "members" : {
3385
+ "LoggerDefinitionId" : {
3386
+ "shape" : "__string",
3387
+ "location" : "uri",
3388
+ "locationName" : "LoggerDefinitionId"
3389
+ },
3390
+ "Name" : {
3391
+ "shape" : "__string"
3392
+ }
3393
+ },
3394
+ "required" : [ "LoggerDefinitionId" ]
3395
+ },
3396
+ "UpdateLoggerDefinitionResponse" : {
3397
+ "type" : "structure",
3398
+ "members" : { }
3399
+ },
3400
+ "UpdateSubscriptionDefinitionRequest" : {
3401
+ "type" : "structure",
3402
+ "members" : {
3403
+ "Name" : {
3404
+ "shape" : "__string"
3405
+ },
3406
+ "SubscriptionDefinitionId" : {
3407
+ "shape" : "__string",
3408
+ "location" : "uri",
3409
+ "locationName" : "SubscriptionDefinitionId"
3410
+ }
3411
+ },
3412
+ "required" : [ "SubscriptionDefinitionId" ]
3413
+ },
3414
+ "UpdateSubscriptionDefinitionResponse" : {
3415
+ "type" : "structure",
3416
+ "members" : { }
3417
+ },
3418
+ "VersionInformation" : {
3419
+ "type" : "structure",
3420
+ "members" : {
3421
+ "Arn" : {
3422
+ "shape" : "__string"
3423
+ },
3424
+ "CreationTimestamp" : {
3425
+ "shape" : "__string"
3426
+ },
3427
+ "Id" : {
3428
+ "shape" : "__string"
3429
+ },
3430
+ "Version" : {
3431
+ "shape" : "__string"
3432
+ }
3433
+ }
3434
+ },
3435
+ "__boolean" : {
3436
+ "type" : "boolean"
3437
+ },
3438
+ "__double" : {
3439
+ "type" : "double"
3440
+ },
3441
+ "__integer" : {
3442
+ "type" : "integer"
3443
+ },
3444
+ "__string" : {
3445
+ "type" : "string"
3446
+ },
3447
+ "__timestamp" : {
3448
+ "type" : "timestamp"
3449
+ }
3450
+ }
3451
+ }