aws-sdk-core 2.11.489 → 2.11.490

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,754 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-10-11",
5
+ "endpointPrefix":"synthetics",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Synthetics",
9
+ "serviceFullName":"Synthetics",
10
+ "serviceId":"synthetics",
11
+ "signatureVersion":"v4",
12
+ "signingName":"synthetics",
13
+ "uid":"synthetics-2017-10-11"
14
+ },
15
+ "operations":{
16
+ "CreateCanary":{
17
+ "name":"CreateCanary",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/canary"
21
+ },
22
+ "input":{"shape":"CreateCanaryRequest"},
23
+ "output":{"shape":"CreateCanaryResponse"},
24
+ "errors":[
25
+ {"shape":"InternalServerException"},
26
+ {"shape":"ValidationException"}
27
+ ]
28
+ },
29
+ "DeleteCanary":{
30
+ "name":"DeleteCanary",
31
+ "http":{
32
+ "method":"DELETE",
33
+ "requestUri":"/canary/{name}"
34
+ },
35
+ "input":{"shape":"DeleteCanaryRequest"},
36
+ "output":{"shape":"DeleteCanaryResponse"},
37
+ "errors":[
38
+ {"shape":"InternalServerException"},
39
+ {"shape":"ValidationException"},
40
+ {"shape":"ResourceNotFoundException"},
41
+ {"shape":"ConflictException"}
42
+ ]
43
+ },
44
+ "DescribeCanaries":{
45
+ "name":"DescribeCanaries",
46
+ "http":{
47
+ "method":"POST",
48
+ "requestUri":"/canaries"
49
+ },
50
+ "input":{"shape":"DescribeCanariesRequest"},
51
+ "output":{"shape":"DescribeCanariesResponse"},
52
+ "errors":[
53
+ {"shape":"InternalServerException"},
54
+ {"shape":"ValidationException"}
55
+ ]
56
+ },
57
+ "DescribeCanariesLastRun":{
58
+ "name":"DescribeCanariesLastRun",
59
+ "http":{
60
+ "method":"POST",
61
+ "requestUri":"/canaries/last-run"
62
+ },
63
+ "input":{"shape":"DescribeCanariesLastRunRequest"},
64
+ "output":{"shape":"DescribeCanariesLastRunResponse"},
65
+ "errors":[
66
+ {"shape":"InternalServerException"},
67
+ {"shape":"ValidationException"}
68
+ ]
69
+ },
70
+ "DescribeRuntimeVersions":{
71
+ "name":"DescribeRuntimeVersions",
72
+ "http":{
73
+ "method":"POST",
74
+ "requestUri":"/runtime-versions"
75
+ },
76
+ "input":{"shape":"DescribeRuntimeVersionsRequest"},
77
+ "output":{"shape":"DescribeRuntimeVersionsResponse"},
78
+ "errors":[
79
+ {"shape":"InternalServerException"},
80
+ {"shape":"ValidationException"}
81
+ ]
82
+ },
83
+ "GetCanary":{
84
+ "name":"GetCanary",
85
+ "http":{
86
+ "method":"GET",
87
+ "requestUri":"/canary/{name}"
88
+ },
89
+ "input":{"shape":"GetCanaryRequest"},
90
+ "output":{"shape":"GetCanaryResponse"},
91
+ "errors":[
92
+ {"shape":"InternalServerException"},
93
+ {"shape":"ValidationException"}
94
+ ]
95
+ },
96
+ "GetCanaryRuns":{
97
+ "name":"GetCanaryRuns",
98
+ "http":{
99
+ "method":"POST",
100
+ "requestUri":"/canary/{name}/runs"
101
+ },
102
+ "input":{"shape":"GetCanaryRunsRequest"},
103
+ "output":{"shape":"GetCanaryRunsResponse"},
104
+ "errors":[
105
+ {"shape":"InternalServerException"},
106
+ {"shape":"ValidationException"},
107
+ {"shape":"ResourceNotFoundException"}
108
+ ]
109
+ },
110
+ "ListTagsForResource":{
111
+ "name":"ListTagsForResource",
112
+ "http":{
113
+ "method":"GET",
114
+ "requestUri":"/tags/{resourceArn}"
115
+ },
116
+ "input":{"shape":"ListTagsForResourceRequest"},
117
+ "output":{"shape":"ListTagsForResourceResponse"},
118
+ "errors":[
119
+ {"shape":"InternalServerException"},
120
+ {"shape":"ResourceNotFoundException"},
121
+ {"shape":"ValidationException"}
122
+ ]
123
+ },
124
+ "StartCanary":{
125
+ "name":"StartCanary",
126
+ "http":{
127
+ "method":"POST",
128
+ "requestUri":"/canary/{name}/start"
129
+ },
130
+ "input":{"shape":"StartCanaryRequest"},
131
+ "output":{"shape":"StartCanaryResponse"},
132
+ "errors":[
133
+ {"shape":"InternalServerException"},
134
+ {"shape":"ValidationException"},
135
+ {"shape":"ResourceNotFoundException"},
136
+ {"shape":"ConflictException"}
137
+ ]
138
+ },
139
+ "StopCanary":{
140
+ "name":"StopCanary",
141
+ "http":{
142
+ "method":"POST",
143
+ "requestUri":"/canary/{name}/stop"
144
+ },
145
+ "input":{"shape":"StopCanaryRequest"},
146
+ "output":{"shape":"StopCanaryResponse"},
147
+ "errors":[
148
+ {"shape":"InternalServerException"},
149
+ {"shape":"ValidationException"},
150
+ {"shape":"ResourceNotFoundException"},
151
+ {"shape":"ConflictException"}
152
+ ]
153
+ },
154
+ "TagResource":{
155
+ "name":"TagResource",
156
+ "http":{
157
+ "method":"POST",
158
+ "requestUri":"/tags/{resourceArn}"
159
+ },
160
+ "input":{"shape":"TagResourceRequest"},
161
+ "output":{"shape":"TagResourceResponse"},
162
+ "errors":[
163
+ {"shape":"InternalServerException"},
164
+ {"shape":"ResourceNotFoundException"},
165
+ {"shape":"ValidationException"}
166
+ ]
167
+ },
168
+ "UntagResource":{
169
+ "name":"UntagResource",
170
+ "http":{
171
+ "method":"DELETE",
172
+ "requestUri":"/tags/{resourceArn}"
173
+ },
174
+ "input":{"shape":"UntagResourceRequest"},
175
+ "output":{"shape":"UntagResourceResponse"},
176
+ "errors":[
177
+ {"shape":"InternalServerException"},
178
+ {"shape":"ResourceNotFoundException"},
179
+ {"shape":"ValidationException"}
180
+ ]
181
+ },
182
+ "UpdateCanary":{
183
+ "name":"UpdateCanary",
184
+ "http":{
185
+ "method":"PATCH",
186
+ "requestUri":"/canary/{name}"
187
+ },
188
+ "input":{"shape":"UpdateCanaryRequest"},
189
+ "output":{"shape":"UpdateCanaryResponse"},
190
+ "errors":[
191
+ {"shape":"InternalServerException"},
192
+ {"shape":"ValidationException"},
193
+ {"shape":"ResourceNotFoundException"},
194
+ {"shape":"ConflictException"}
195
+ ]
196
+ }
197
+ },
198
+ "shapes":{
199
+ "Arn":{
200
+ "type":"string",
201
+ "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$"
202
+ },
203
+ "Blob":{
204
+ "type":"blob",
205
+ "max":10000000,
206
+ "min":1
207
+ },
208
+ "Canaries":{
209
+ "type":"list",
210
+ "member":{"shape":"Canary"}
211
+ },
212
+ "CanariesLastRun":{
213
+ "type":"list",
214
+ "member":{"shape":"CanaryLastRun"}
215
+ },
216
+ "Canary":{
217
+ "type":"structure",
218
+ "members":{
219
+ "Id":{"shape":"UUID"},
220
+ "Name":{"shape":"CanaryName"},
221
+ "Code":{"shape":"CanaryCodeOutput"},
222
+ "ExecutionRoleArn":{"shape":"Arn"},
223
+ "Schedule":{"shape":"CanaryScheduleOutput"},
224
+ "RunConfig":{"shape":"CanaryRunConfigOutput"},
225
+ "SuccessRetentionPeriodInDays":{"shape":"MaxSize1024"},
226
+ "FailureRetentionPeriodInDays":{"shape":"MaxSize1024"},
227
+ "Status":{"shape":"CanaryStatus"},
228
+ "Timeline":{"shape":"CanaryTimeline"},
229
+ "ArtifactS3Location":{"shape":"String"},
230
+ "EngineArn":{"shape":"Arn"},
231
+ "RuntimeVersion":{"shape":"String"},
232
+ "VpcConfig":{"shape":"VpcConfigOutput"},
233
+ "Tags":{"shape":"TagMap"}
234
+ }
235
+ },
236
+ "CanaryCodeInput":{
237
+ "type":"structure",
238
+ "required":["Handler"],
239
+ "members":{
240
+ "S3Bucket":{"shape":"String"},
241
+ "S3Key":{"shape":"String"},
242
+ "S3Version":{"shape":"String"},
243
+ "ZipFile":{"shape":"Blob"},
244
+ "Handler":{"shape":"String"}
245
+ }
246
+ },
247
+ "CanaryCodeOutput":{
248
+ "type":"structure",
249
+ "members":{
250
+ "SourceLocationArn":{"shape":"String"},
251
+ "Handler":{"shape":"String"}
252
+ }
253
+ },
254
+ "CanaryLastRun":{
255
+ "type":"structure",
256
+ "members":{
257
+ "CanaryName":{"shape":"CanaryName"},
258
+ "LastRun":{"shape":"CanaryRun"}
259
+ }
260
+ },
261
+ "CanaryName":{
262
+ "type":"string",
263
+ "max":21,
264
+ "min":1,
265
+ "pattern":"^[0-9a-z_\\-]+$"
266
+ },
267
+ "CanaryRun":{
268
+ "type":"structure",
269
+ "members":{
270
+ "Name":{"shape":"CanaryName"},
271
+ "Status":{"shape":"CanaryRunStatus"},
272
+ "Timeline":{"shape":"CanaryRunTimeline"},
273
+ "ArtifactS3Location":{"shape":"String"}
274
+ }
275
+ },
276
+ "CanaryRunConfigInput":{
277
+ "type":"structure",
278
+ "required":["TimeoutInSeconds"],
279
+ "members":{
280
+ "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"}
281
+ }
282
+ },
283
+ "CanaryRunConfigOutput":{
284
+ "type":"structure",
285
+ "members":{
286
+ "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"}
287
+ }
288
+ },
289
+ "CanaryRunState":{
290
+ "type":"string",
291
+ "enum":[
292
+ "RUNNING",
293
+ "PASSED",
294
+ "FAILED"
295
+ ]
296
+ },
297
+ "CanaryRunStateReasonCode":{
298
+ "type":"string",
299
+ "enum":[
300
+ "CANARY_FAILURE",
301
+ "EXECUTION_FAILURE"
302
+ ]
303
+ },
304
+ "CanaryRunStatus":{
305
+ "type":"structure",
306
+ "members":{
307
+ "State":{"shape":"CanaryRunState"},
308
+ "StateReason":{"shape":"String"},
309
+ "StateReasonCode":{"shape":"CanaryRunStateReasonCode"}
310
+ }
311
+ },
312
+ "CanaryRunTimeline":{
313
+ "type":"structure",
314
+ "members":{
315
+ "Started":{"shape":"Timestamp"},
316
+ "Completed":{"shape":"Timestamp"}
317
+ }
318
+ },
319
+ "CanaryRuns":{
320
+ "type":"list",
321
+ "member":{"shape":"CanaryRun"}
322
+ },
323
+ "CanaryScheduleInput":{
324
+ "type":"structure",
325
+ "required":["Expression"],
326
+ "members":{
327
+ "Expression":{"shape":"String"},
328
+ "DurationInSeconds":{"shape":"MaxOneYearInSeconds"}
329
+ }
330
+ },
331
+ "CanaryScheduleOutput":{
332
+ "type":"structure",
333
+ "members":{
334
+ "Expression":{"shape":"String"},
335
+ "DurationInSeconds":{"shape":"MaxOneYearInSeconds"}
336
+ }
337
+ },
338
+ "CanaryState":{
339
+ "type":"string",
340
+ "enum":[
341
+ "CREATING",
342
+ "READY",
343
+ "STARTING",
344
+ "RUNNING",
345
+ "UPDATING",
346
+ "STOPPING",
347
+ "STOPPED",
348
+ "ERROR",
349
+ "DELETING"
350
+ ]
351
+ },
352
+ "CanaryStateReasonCode":{
353
+ "type":"string",
354
+ "enum":["INVALID_PERMISSIONS"]
355
+ },
356
+ "CanaryStatus":{
357
+ "type":"structure",
358
+ "members":{
359
+ "State":{"shape":"CanaryState"},
360
+ "StateReason":{"shape":"String"},
361
+ "StateReasonCode":{"shape":"CanaryStateReasonCode"}
362
+ }
363
+ },
364
+ "CanaryTimeline":{
365
+ "type":"structure",
366
+ "members":{
367
+ "Created":{"shape":"Timestamp"},
368
+ "LastModified":{"shape":"Timestamp"},
369
+ "LastStarted":{"shape":"Timestamp"},
370
+ "LastStopped":{"shape":"Timestamp"}
371
+ }
372
+ },
373
+ "ConflictException":{
374
+ "type":"structure",
375
+ "members":{
376
+ "Message":{"shape":"ErrorMessage"}
377
+ },
378
+ "error":{"httpStatusCode":409},
379
+ "exception":true
380
+ },
381
+ "CreateCanaryRequest":{
382
+ "type":"structure",
383
+ "required":[
384
+ "Name",
385
+ "Code",
386
+ "ArtifactS3Location",
387
+ "ExecutionRoleArn",
388
+ "Schedule",
389
+ "RuntimeVersion"
390
+ ],
391
+ "members":{
392
+ "Name":{"shape":"CanaryName"},
393
+ "Code":{"shape":"CanaryCodeInput"},
394
+ "ArtifactS3Location":{"shape":"String"},
395
+ "ExecutionRoleArn":{"shape":"Arn"},
396
+ "Schedule":{"shape":"CanaryScheduleInput"},
397
+ "RunConfig":{"shape":"CanaryRunConfigInput"},
398
+ "SuccessRetentionPeriodInDays":{"shape":"MaxSize1024"},
399
+ "FailureRetentionPeriodInDays":{"shape":"MaxSize1024"},
400
+ "RuntimeVersion":{"shape":"String"},
401
+ "VpcConfig":{"shape":"VpcConfigInput"},
402
+ "Tags":{"shape":"TagMap"}
403
+ }
404
+ },
405
+ "CreateCanaryResponse":{
406
+ "type":"structure",
407
+ "members":{
408
+ "Canary":{"shape":"Canary"}
409
+ }
410
+ },
411
+ "DeleteCanaryRequest":{
412
+ "type":"structure",
413
+ "required":["Name"],
414
+ "members":{
415
+ "Name":{
416
+ "shape":"CanaryName",
417
+ "location":"uri",
418
+ "locationName":"name"
419
+ }
420
+ }
421
+ },
422
+ "DeleteCanaryResponse":{
423
+ "type":"structure",
424
+ "members":{
425
+ }
426
+ },
427
+ "DescribeCanariesLastRunRequest":{
428
+ "type":"structure",
429
+ "members":{
430
+ "NextToken":{"shape":"Token"},
431
+ "MaxResults":{"shape":"MaxSize100"}
432
+ }
433
+ },
434
+ "DescribeCanariesLastRunResponse":{
435
+ "type":"structure",
436
+ "members":{
437
+ "CanariesLastRun":{"shape":"CanariesLastRun"},
438
+ "NextToken":{"shape":"Token"}
439
+ }
440
+ },
441
+ "DescribeCanariesRequest":{
442
+ "type":"structure",
443
+ "members":{
444
+ "NextToken":{"shape":"Token"},
445
+ "MaxResults":{"shape":"MaxCanaryResults"}
446
+ }
447
+ },
448
+ "DescribeCanariesResponse":{
449
+ "type":"structure",
450
+ "members":{
451
+ "Canaries":{"shape":"Canaries"},
452
+ "NextToken":{"shape":"Token"}
453
+ }
454
+ },
455
+ "DescribeRuntimeVersionsRequest":{
456
+ "type":"structure",
457
+ "members":{
458
+ "NextToken":{"shape":"Token"},
459
+ "MaxResults":{"shape":"MaxSize100"}
460
+ }
461
+ },
462
+ "DescribeRuntimeVersionsResponse":{
463
+ "type":"structure",
464
+ "members":{
465
+ "RuntimeVersions":{"shape":"RuntimeVersionList"},
466
+ "NextToken":{"shape":"Token"}
467
+ }
468
+ },
469
+ "ErrorMessage":{"type":"string"},
470
+ "GetCanaryRequest":{
471
+ "type":"structure",
472
+ "required":["Name"],
473
+ "members":{
474
+ "Name":{
475
+ "shape":"CanaryName",
476
+ "location":"uri",
477
+ "locationName":"name"
478
+ }
479
+ }
480
+ },
481
+ "GetCanaryResponse":{
482
+ "type":"structure",
483
+ "members":{
484
+ "Canary":{"shape":"Canary"}
485
+ }
486
+ },
487
+ "GetCanaryRunsRequest":{
488
+ "type":"structure",
489
+ "required":["Name"],
490
+ "members":{
491
+ "Name":{
492
+ "shape":"CanaryName",
493
+ "location":"uri",
494
+ "locationName":"name"
495
+ },
496
+ "NextToken":{"shape":"Token"},
497
+ "MaxResults":{"shape":"MaxSize100"}
498
+ }
499
+ },
500
+ "GetCanaryRunsResponse":{
501
+ "type":"structure",
502
+ "members":{
503
+ "CanaryRuns":{"shape":"CanaryRuns"},
504
+ "NextToken":{"shape":"Token"}
505
+ }
506
+ },
507
+ "InternalServerException":{
508
+ "type":"structure",
509
+ "members":{
510
+ "Message":{"shape":"ErrorMessage"}
511
+ },
512
+ "error":{"httpStatusCode":500},
513
+ "exception":true
514
+ },
515
+ "ListTagsForResourceRequest":{
516
+ "type":"structure",
517
+ "required":["ResourceArn"],
518
+ "members":{
519
+ "ResourceArn":{
520
+ "shape":"Arn",
521
+ "location":"uri",
522
+ "locationName":"resourceArn"
523
+ }
524
+ }
525
+ },
526
+ "ListTagsForResourceResponse":{
527
+ "type":"structure",
528
+ "members":{
529
+ "Tags":{"shape":"TagMap"}
530
+ }
531
+ },
532
+ "MaxCanaryResults":{
533
+ "type":"integer",
534
+ "max":20,
535
+ "min":1
536
+ },
537
+ "MaxFifteenMinutesInSeconds":{
538
+ "type":"integer",
539
+ "max":900,
540
+ "min":60
541
+ },
542
+ "MaxOneYearInSeconds":{
543
+ "type":"long",
544
+ "max":31622400,
545
+ "min":0
546
+ },
547
+ "MaxSize100":{
548
+ "type":"integer",
549
+ "max":100,
550
+ "min":1
551
+ },
552
+ "MaxSize1024":{
553
+ "type":"integer",
554
+ "max":1024,
555
+ "min":1
556
+ },
557
+ "ResourceNotFoundException":{
558
+ "type":"structure",
559
+ "members":{
560
+ "Message":{"shape":"ErrorMessage"}
561
+ },
562
+ "error":{"httpStatusCode":404},
563
+ "exception":true
564
+ },
565
+ "RuntimeVersion":{
566
+ "type":"structure",
567
+ "members":{
568
+ "VersionName":{"shape":"String"},
569
+ "Description":{"shape":"String"},
570
+ "ReleaseDate":{"shape":"Timestamp"},
571
+ "DeprecationDate":{"shape":"Timestamp"}
572
+ }
573
+ },
574
+ "RuntimeVersionList":{
575
+ "type":"list",
576
+ "member":{"shape":"RuntimeVersion"}
577
+ },
578
+ "SecurityGroupId":{"type":"string"},
579
+ "SecurityGroupIds":{
580
+ "type":"list",
581
+ "member":{"shape":"SecurityGroupId"},
582
+ "max":5,
583
+ "min":0
584
+ },
585
+ "StartCanaryRequest":{
586
+ "type":"structure",
587
+ "required":["Name"],
588
+ "members":{
589
+ "Name":{
590
+ "shape":"CanaryName",
591
+ "location":"uri",
592
+ "locationName":"name"
593
+ }
594
+ }
595
+ },
596
+ "StartCanaryResponse":{
597
+ "type":"structure",
598
+ "members":{
599
+ }
600
+ },
601
+ "StopCanaryRequest":{
602
+ "type":"structure",
603
+ "required":["Name"],
604
+ "members":{
605
+ "Name":{
606
+ "shape":"CanaryName",
607
+ "location":"uri",
608
+ "locationName":"name"
609
+ }
610
+ }
611
+ },
612
+ "StopCanaryResponse":{
613
+ "type":"structure",
614
+ "members":{
615
+ }
616
+ },
617
+ "String":{
618
+ "type":"string",
619
+ "max":1024,
620
+ "min":1
621
+ },
622
+ "SubnetId":{"type":"string"},
623
+ "SubnetIds":{
624
+ "type":"list",
625
+ "member":{"shape":"SubnetId"},
626
+ "max":16,
627
+ "min":0
628
+ },
629
+ "TagKey":{
630
+ "type":"string",
631
+ "max":128,
632
+ "min":1,
633
+ "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
634
+ },
635
+ "TagKeyList":{
636
+ "type":"list",
637
+ "member":{"shape":"TagKey"},
638
+ "max":50,
639
+ "min":1
640
+ },
641
+ "TagMap":{
642
+ "type":"map",
643
+ "key":{"shape":"TagKey"},
644
+ "value":{"shape":"TagValue"},
645
+ "max":50,
646
+ "min":1
647
+ },
648
+ "TagResourceRequest":{
649
+ "type":"structure",
650
+ "required":[
651
+ "ResourceArn",
652
+ "Tags"
653
+ ],
654
+ "members":{
655
+ "ResourceArn":{
656
+ "shape":"Arn",
657
+ "location":"uri",
658
+ "locationName":"resourceArn"
659
+ },
660
+ "Tags":{"shape":"TagMap"}
661
+ }
662
+ },
663
+ "TagResourceResponse":{
664
+ "type":"structure",
665
+ "members":{
666
+ }
667
+ },
668
+ "TagValue":{
669
+ "type":"string",
670
+ "max":256
671
+ },
672
+ "Timestamp":{"type":"timestamp"},
673
+ "Token":{
674
+ "type":"string",
675
+ "pattern":"^[a-zA-Z0-9=/+_.-]{4,252}$"
676
+ },
677
+ "UUID":{
678
+ "type":"string",
679
+ "pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"
680
+ },
681
+ "UntagResourceRequest":{
682
+ "type":"structure",
683
+ "required":[
684
+ "ResourceArn",
685
+ "TagKeys"
686
+ ],
687
+ "members":{
688
+ "ResourceArn":{
689
+ "shape":"Arn",
690
+ "location":"uri",
691
+ "locationName":"resourceArn"
692
+ },
693
+ "TagKeys":{
694
+ "shape":"TagKeyList",
695
+ "location":"querystring",
696
+ "locationName":"tagKeys"
697
+ }
698
+ }
699
+ },
700
+ "UntagResourceResponse":{
701
+ "type":"structure",
702
+ "members":{
703
+ }
704
+ },
705
+ "UpdateCanaryRequest":{
706
+ "type":"structure",
707
+ "required":["Name"],
708
+ "members":{
709
+ "Name":{
710
+ "shape":"CanaryName",
711
+ "location":"uri",
712
+ "locationName":"name"
713
+ },
714
+ "Code":{"shape":"CanaryCodeInput"},
715
+ "ExecutionRoleArn":{"shape":"Arn"},
716
+ "RuntimeVersion":{"shape":"String"},
717
+ "Schedule":{"shape":"CanaryScheduleInput"},
718
+ "RunConfig":{"shape":"CanaryRunConfigInput"},
719
+ "SuccessRetentionPeriodInDays":{"shape":"MaxSize1024"},
720
+ "FailureRetentionPeriodInDays":{"shape":"MaxSize1024"},
721
+ "VpcConfig":{"shape":"VpcConfigInput"}
722
+ }
723
+ },
724
+ "UpdateCanaryResponse":{
725
+ "type":"structure",
726
+ "members":{
727
+ }
728
+ },
729
+ "ValidationException":{
730
+ "type":"structure",
731
+ "members":{
732
+ "Message":{"shape":"ErrorMessage"}
733
+ },
734
+ "error":{"httpStatusCode":400},
735
+ "exception":true
736
+ },
737
+ "VpcConfigInput":{
738
+ "type":"structure",
739
+ "members":{
740
+ "SubnetIds":{"shape":"SubnetIds"},
741
+ "SecurityGroupIds":{"shape":"SecurityGroupIds"}
742
+ }
743
+ },
744
+ "VpcConfigOutput":{
745
+ "type":"structure",
746
+ "members":{
747
+ "VpcId":{"shape":"VpcId"},
748
+ "SubnetIds":{"shape":"SubnetIds"},
749
+ "SecurityGroupIds":{"shape":"SecurityGroupIds"}
750
+ }
751
+ },
752
+ "VpcId":{"type":"string"}
753
+ }
754
+ }