aws-sdk 2.953.0 → 2.957.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/README.md +1 -1
  3. package/apis/batch-2016-08-10.min.json +18 -5
  4. package/apis/chime-2018-05-01.min.json +78 -0
  5. package/apis/cloudformation-2010-05-15.min.json +31 -0
  6. package/apis/iotanalytics-2017-11-27.min.json +64 -34
  7. package/apis/iotsitewise-2019-12-02.min.json +143 -78
  8. package/apis/iotwireless-2020-11-22.min.json +1 -0
  9. package/apis/metadata.json +13 -1
  10. package/apis/models.lex.v2-2020-08-07.waiters2.json +255 -0
  11. package/apis/monitoring-2010-08-01.min.json +23 -22
  12. package/apis/quicksight-2018-04-01.min.json +284 -103
  13. package/apis/redshift-data-2019-12-20.min.json +90 -8
  14. package/apis/route53-2013-04-01.min.json +61 -60
  15. package/apis/route53-recovery-cluster-2019-12-02.examples.json +5 -0
  16. package/apis/route53-recovery-cluster-2019-12-02.min.json +85 -0
  17. package/apis/route53-recovery-cluster-2019-12-02.paginators.json +4 -0
  18. package/apis/route53-recovery-control-config-2020-11-02.min.json +799 -0
  19. package/apis/route53-recovery-control-config-2020-11-02.paginators.json +29 -0
  20. package/apis/route53-recovery-control-config-2020-11-02.waiters2.json +152 -0
  21. package/apis/route53-recovery-readiness-2019-12-02.min.json +1457 -0
  22. package/apis/route53-recovery-readiness-2019-12-02.paginators.json +76 -0
  23. package/apis/s3control-2018-08-20.min.json +64 -55
  24. package/apis/synthetics-2017-10-11.min.json +40 -3
  25. package/apis/textract-2018-06-27.min.json +144 -46
  26. package/clients/all.d.ts +3 -0
  27. package/clients/all.js +4 -1
  28. package/clients/batch.d.ts +159 -140
  29. package/clients/chime.d.ts +99 -2
  30. package/clients/cloudformation.d.ts +294 -256
  31. package/clients/cloudwatch.d.ts +19 -14
  32. package/clients/ec2.d.ts +89 -89
  33. package/clients/identitystore.d.ts +15 -15
  34. package/clients/iot.d.ts +2 -2
  35. package/clients/iotanalytics.d.ts +169 -129
  36. package/clients/iotsitewise.d.ts +74 -6
  37. package/clients/iotwireless.d.ts +18 -17
  38. package/clients/lexmodelsv2.js +1 -0
  39. package/clients/quicksight.d.ts +504 -316
  40. package/clients/redshiftdata.d.ts +164 -38
  41. package/clients/route53.d.ts +92 -87
  42. package/clients/route53recoverycluster.d.ts +105 -0
  43. package/clients/route53recoverycluster.js +18 -0
  44. package/clients/route53recoverycontrolconfig.d.ts +800 -0
  45. package/clients/route53recoverycontrolconfig.js +19 -0
  46. package/clients/route53recoveryreadiness.d.ts +1170 -0
  47. package/clients/route53recoveryreadiness.js +18 -0
  48. package/clients/s3control.d.ts +22 -0
  49. package/clients/shield.d.ts +69 -69
  50. package/clients/ssoadmin.d.ts +83 -83
  51. package/clients/synthetics.d.ts +27 -10
  52. package/clients/textract.d.ts +92 -1
  53. package/dist/aws-sdk-core-react-native.js +2 -2
  54. package/dist/aws-sdk-react-native.js +228 -103
  55. package/dist/aws-sdk.js +194 -120
  56. package/dist/aws-sdk.min.js +85 -85
  57. package/lib/config_service_placeholders.d.ts +6 -0
  58. package/lib/core.js +1 -1
  59. package/package.json +1 -1
@@ -0,0 +1,799 @@
1
+ {
2
+ "metadata": {
3
+ "apiVersion": "2020-11-02",
4
+ "endpointPrefix": "route53-recovery-control-config",
5
+ "signingName": "route53-recovery-control-config",
6
+ "serviceFullName": "AWS Route53 Recovery Control Config",
7
+ "serviceId": "Route53 Recovery Control Config",
8
+ "protocol": "rest-json",
9
+ "jsonVersion": "1.1",
10
+ "uid": "route53-recovery-control-config-2020-11-02",
11
+ "signatureVersion": "v4"
12
+ },
13
+ "operations": {
14
+ "CreateCluster": {
15
+ "http": {
16
+ "requestUri": "/cluster",
17
+ "responseCode": 200
18
+ },
19
+ "input": {
20
+ "type": "structure",
21
+ "members": {
22
+ "ClientToken": {
23
+ "idempotencyToken": true
24
+ },
25
+ "ClusterName": {}
26
+ },
27
+ "required": [
28
+ "ClusterName"
29
+ ]
30
+ },
31
+ "output": {
32
+ "type": "structure",
33
+ "members": {
34
+ "Cluster": {
35
+ "shape": "S5"
36
+ }
37
+ }
38
+ }
39
+ },
40
+ "CreateControlPanel": {
41
+ "http": {
42
+ "requestUri": "/controlpanel",
43
+ "responseCode": 200
44
+ },
45
+ "input": {
46
+ "type": "structure",
47
+ "members": {
48
+ "ClientToken": {
49
+ "idempotencyToken": true
50
+ },
51
+ "ClusterArn": {},
52
+ "ControlPanelName": {}
53
+ },
54
+ "required": [
55
+ "ClusterArn",
56
+ "ControlPanelName"
57
+ ]
58
+ },
59
+ "output": {
60
+ "type": "structure",
61
+ "members": {
62
+ "ControlPanel": {
63
+ "shape": "Se"
64
+ }
65
+ }
66
+ }
67
+ },
68
+ "CreateRoutingControl": {
69
+ "http": {
70
+ "requestUri": "/routingcontrol",
71
+ "responseCode": 200
72
+ },
73
+ "input": {
74
+ "type": "structure",
75
+ "members": {
76
+ "ClientToken": {
77
+ "idempotencyToken": true
78
+ },
79
+ "ClusterArn": {},
80
+ "ControlPanelArn": {},
81
+ "RoutingControlName": {}
82
+ },
83
+ "required": [
84
+ "ClusterArn",
85
+ "RoutingControlName"
86
+ ]
87
+ },
88
+ "output": {
89
+ "type": "structure",
90
+ "members": {
91
+ "RoutingControl": {
92
+ "shape": "Sj"
93
+ }
94
+ }
95
+ }
96
+ },
97
+ "CreateSafetyRule": {
98
+ "http": {
99
+ "requestUri": "/safetyrule",
100
+ "responseCode": 200
101
+ },
102
+ "input": {
103
+ "type": "structure",
104
+ "members": {
105
+ "AssertionRule": {
106
+ "type": "structure",
107
+ "members": {
108
+ "AssertedControls": {
109
+ "shape": "Sm"
110
+ },
111
+ "ControlPanelArn": {},
112
+ "Name": {},
113
+ "RuleConfig": {
114
+ "shape": "Sn"
115
+ },
116
+ "WaitPeriodMs": {
117
+ "type": "integer"
118
+ }
119
+ },
120
+ "required": [
121
+ "ControlPanelArn",
122
+ "AssertedControls",
123
+ "RuleConfig",
124
+ "WaitPeriodMs",
125
+ "Name"
126
+ ]
127
+ },
128
+ "ClientToken": {
129
+ "idempotencyToken": true
130
+ },
131
+ "GatingRule": {
132
+ "type": "structure",
133
+ "members": {
134
+ "ControlPanelArn": {},
135
+ "GatingControls": {
136
+ "shape": "Sm"
137
+ },
138
+ "Name": {},
139
+ "RuleConfig": {
140
+ "shape": "Sn"
141
+ },
142
+ "TargetControls": {
143
+ "shape": "Sm"
144
+ },
145
+ "WaitPeriodMs": {
146
+ "type": "integer"
147
+ }
148
+ },
149
+ "required": [
150
+ "TargetControls",
151
+ "ControlPanelArn",
152
+ "GatingControls",
153
+ "RuleConfig",
154
+ "WaitPeriodMs",
155
+ "Name"
156
+ ]
157
+ }
158
+ }
159
+ },
160
+ "output": {
161
+ "type": "structure",
162
+ "members": {
163
+ "AssertionRule": {
164
+ "shape": "Sr"
165
+ },
166
+ "GatingRule": {
167
+ "shape": "Ss"
168
+ }
169
+ }
170
+ }
171
+ },
172
+ "DeleteCluster": {
173
+ "http": {
174
+ "method": "DELETE",
175
+ "requestUri": "/cluster/{ClusterArn}",
176
+ "responseCode": 200
177
+ },
178
+ "input": {
179
+ "type": "structure",
180
+ "members": {
181
+ "ClusterArn": {
182
+ "location": "uri",
183
+ "locationName": "ClusterArn"
184
+ }
185
+ },
186
+ "required": [
187
+ "ClusterArn"
188
+ ]
189
+ },
190
+ "output": {
191
+ "type": "structure",
192
+ "members": {}
193
+ }
194
+ },
195
+ "DeleteControlPanel": {
196
+ "http": {
197
+ "method": "DELETE",
198
+ "requestUri": "/controlpanel/{ControlPanelArn}",
199
+ "responseCode": 200
200
+ },
201
+ "input": {
202
+ "type": "structure",
203
+ "members": {
204
+ "ControlPanelArn": {
205
+ "location": "uri",
206
+ "locationName": "ControlPanelArn"
207
+ }
208
+ },
209
+ "required": [
210
+ "ControlPanelArn"
211
+ ]
212
+ },
213
+ "output": {
214
+ "type": "structure",
215
+ "members": {}
216
+ }
217
+ },
218
+ "DeleteRoutingControl": {
219
+ "http": {
220
+ "method": "DELETE",
221
+ "requestUri": "/routingcontrol/{RoutingControlArn}",
222
+ "responseCode": 200
223
+ },
224
+ "input": {
225
+ "type": "structure",
226
+ "members": {
227
+ "RoutingControlArn": {
228
+ "location": "uri",
229
+ "locationName": "RoutingControlArn"
230
+ }
231
+ },
232
+ "required": [
233
+ "RoutingControlArn"
234
+ ]
235
+ },
236
+ "output": {
237
+ "type": "structure",
238
+ "members": {}
239
+ }
240
+ },
241
+ "DeleteSafetyRule": {
242
+ "http": {
243
+ "method": "DELETE",
244
+ "requestUri": "/safetyrule/{SafetyRuleArn}",
245
+ "responseCode": 200
246
+ },
247
+ "input": {
248
+ "type": "structure",
249
+ "members": {
250
+ "SafetyRuleArn": {
251
+ "location": "uri",
252
+ "locationName": "SafetyRuleArn"
253
+ }
254
+ },
255
+ "required": [
256
+ "SafetyRuleArn"
257
+ ]
258
+ },
259
+ "output": {
260
+ "type": "structure",
261
+ "members": {}
262
+ }
263
+ },
264
+ "DescribeCluster": {
265
+ "http": {
266
+ "method": "GET",
267
+ "requestUri": "/cluster/{ClusterArn}",
268
+ "responseCode": 200
269
+ },
270
+ "input": {
271
+ "type": "structure",
272
+ "members": {
273
+ "ClusterArn": {
274
+ "location": "uri",
275
+ "locationName": "ClusterArn"
276
+ }
277
+ },
278
+ "required": [
279
+ "ClusterArn"
280
+ ]
281
+ },
282
+ "output": {
283
+ "type": "structure",
284
+ "members": {
285
+ "Cluster": {
286
+ "shape": "S5"
287
+ }
288
+ }
289
+ }
290
+ },
291
+ "DescribeControlPanel": {
292
+ "http": {
293
+ "method": "GET",
294
+ "requestUri": "/controlpanel/{ControlPanelArn}",
295
+ "responseCode": 200
296
+ },
297
+ "input": {
298
+ "type": "structure",
299
+ "members": {
300
+ "ControlPanelArn": {
301
+ "location": "uri",
302
+ "locationName": "ControlPanelArn"
303
+ }
304
+ },
305
+ "required": [
306
+ "ControlPanelArn"
307
+ ]
308
+ },
309
+ "output": {
310
+ "type": "structure",
311
+ "members": {
312
+ "ControlPanel": {
313
+ "shape": "Se"
314
+ }
315
+ }
316
+ }
317
+ },
318
+ "DescribeRoutingControl": {
319
+ "http": {
320
+ "method": "GET",
321
+ "requestUri": "/routingcontrol/{RoutingControlArn}",
322
+ "responseCode": 200
323
+ },
324
+ "input": {
325
+ "type": "structure",
326
+ "members": {
327
+ "RoutingControlArn": {
328
+ "location": "uri",
329
+ "locationName": "RoutingControlArn"
330
+ }
331
+ },
332
+ "required": [
333
+ "RoutingControlArn"
334
+ ]
335
+ },
336
+ "output": {
337
+ "type": "structure",
338
+ "members": {
339
+ "RoutingControl": {
340
+ "shape": "Sj"
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "DescribeSafetyRule": {
346
+ "http": {
347
+ "method": "GET",
348
+ "requestUri": "/safetyrule/{SafetyRuleArn}",
349
+ "responseCode": 200
350
+ },
351
+ "input": {
352
+ "type": "structure",
353
+ "members": {
354
+ "SafetyRuleArn": {
355
+ "location": "uri",
356
+ "locationName": "SafetyRuleArn"
357
+ }
358
+ },
359
+ "required": [
360
+ "SafetyRuleArn"
361
+ ]
362
+ },
363
+ "output": {
364
+ "type": "structure",
365
+ "members": {
366
+ "AssertionRule": {
367
+ "shape": "Sr"
368
+ },
369
+ "GatingRule": {
370
+ "shape": "Ss"
371
+ }
372
+ }
373
+ }
374
+ },
375
+ "ListAssociatedRoute53HealthChecks": {
376
+ "http": {
377
+ "method": "GET",
378
+ "requestUri": "/routingcontrol/{RoutingControlArn}/associatedRoute53HealthChecks",
379
+ "responseCode": 200
380
+ },
381
+ "input": {
382
+ "type": "structure",
383
+ "members": {
384
+ "MaxResults": {
385
+ "location": "querystring",
386
+ "locationName": "MaxResults",
387
+ "type": "integer"
388
+ },
389
+ "NextToken": {
390
+ "location": "querystring",
391
+ "locationName": "NextToken"
392
+ },
393
+ "RoutingControlArn": {
394
+ "location": "uri",
395
+ "locationName": "RoutingControlArn"
396
+ }
397
+ },
398
+ "required": [
399
+ "RoutingControlArn"
400
+ ]
401
+ },
402
+ "output": {
403
+ "type": "structure",
404
+ "members": {
405
+ "HealthCheckIds": {
406
+ "shape": "Sm"
407
+ },
408
+ "NextToken": {}
409
+ }
410
+ }
411
+ },
412
+ "ListClusters": {
413
+ "http": {
414
+ "method": "GET",
415
+ "requestUri": "/cluster",
416
+ "responseCode": 200
417
+ },
418
+ "input": {
419
+ "type": "structure",
420
+ "members": {
421
+ "MaxResults": {
422
+ "location": "querystring",
423
+ "locationName": "MaxResults",
424
+ "type": "integer"
425
+ },
426
+ "NextToken": {
427
+ "location": "querystring",
428
+ "locationName": "NextToken"
429
+ }
430
+ }
431
+ },
432
+ "output": {
433
+ "type": "structure",
434
+ "members": {
435
+ "Clusters": {
436
+ "type": "list",
437
+ "member": {
438
+ "shape": "S5"
439
+ }
440
+ },
441
+ "NextToken": {}
442
+ }
443
+ }
444
+ },
445
+ "ListControlPanels": {
446
+ "http": {
447
+ "method": "GET",
448
+ "requestUri": "/controlpanels",
449
+ "responseCode": 200
450
+ },
451
+ "input": {
452
+ "type": "structure",
453
+ "members": {
454
+ "ClusterArn": {
455
+ "location": "querystring",
456
+ "locationName": "ClusterArn"
457
+ },
458
+ "MaxResults": {
459
+ "location": "querystring",
460
+ "locationName": "MaxResults",
461
+ "type": "integer"
462
+ },
463
+ "NextToken": {
464
+ "location": "querystring",
465
+ "locationName": "NextToken"
466
+ }
467
+ }
468
+ },
469
+ "output": {
470
+ "type": "structure",
471
+ "members": {
472
+ "ControlPanels": {
473
+ "type": "list",
474
+ "member": {
475
+ "shape": "Se"
476
+ }
477
+ },
478
+ "NextToken": {}
479
+ }
480
+ }
481
+ },
482
+ "ListRoutingControls": {
483
+ "http": {
484
+ "method": "GET",
485
+ "requestUri": "/controlpanel/{ControlPanelArn}/routingcontrols",
486
+ "responseCode": 200
487
+ },
488
+ "input": {
489
+ "type": "structure",
490
+ "members": {
491
+ "ControlPanelArn": {
492
+ "location": "uri",
493
+ "locationName": "ControlPanelArn"
494
+ },
495
+ "MaxResults": {
496
+ "location": "querystring",
497
+ "locationName": "MaxResults",
498
+ "type": "integer"
499
+ },
500
+ "NextToken": {
501
+ "location": "querystring",
502
+ "locationName": "NextToken"
503
+ }
504
+ },
505
+ "required": [
506
+ "ControlPanelArn"
507
+ ]
508
+ },
509
+ "output": {
510
+ "type": "structure",
511
+ "members": {
512
+ "NextToken": {},
513
+ "RoutingControls": {
514
+ "type": "list",
515
+ "member": {
516
+ "shape": "Sj"
517
+ }
518
+ }
519
+ }
520
+ }
521
+ },
522
+ "ListSafetyRules": {
523
+ "http": {
524
+ "method": "GET",
525
+ "requestUri": "/controlpanel/{ControlPanelArn}/safetyrules",
526
+ "responseCode": 200
527
+ },
528
+ "input": {
529
+ "type": "structure",
530
+ "members": {
531
+ "ControlPanelArn": {
532
+ "location": "uri",
533
+ "locationName": "ControlPanelArn"
534
+ },
535
+ "MaxResults": {
536
+ "location": "querystring",
537
+ "locationName": "MaxResults",
538
+ "type": "integer"
539
+ },
540
+ "NextToken": {
541
+ "location": "querystring",
542
+ "locationName": "NextToken"
543
+ }
544
+ },
545
+ "required": [
546
+ "ControlPanelArn"
547
+ ]
548
+ },
549
+ "output": {
550
+ "type": "structure",
551
+ "members": {
552
+ "NextToken": {},
553
+ "SafetyRules": {
554
+ "type": "list",
555
+ "member": {
556
+ "type": "structure",
557
+ "members": {
558
+ "ASSERTION": {
559
+ "shape": "Sr"
560
+ },
561
+ "GATING": {
562
+ "shape": "Ss"
563
+ }
564
+ }
565
+ }
566
+ }
567
+ }
568
+ }
569
+ },
570
+ "UpdateControlPanel": {
571
+ "http": {
572
+ "method": "PUT",
573
+ "requestUri": "/controlpanel",
574
+ "responseCode": 200
575
+ },
576
+ "input": {
577
+ "type": "structure",
578
+ "members": {
579
+ "ControlPanelArn": {},
580
+ "ControlPanelName": {}
581
+ },
582
+ "required": [
583
+ "ControlPanelArn",
584
+ "ControlPanelName"
585
+ ]
586
+ },
587
+ "output": {
588
+ "type": "structure",
589
+ "members": {
590
+ "ControlPanel": {
591
+ "shape": "Se"
592
+ }
593
+ }
594
+ }
595
+ },
596
+ "UpdateRoutingControl": {
597
+ "http": {
598
+ "method": "PUT",
599
+ "requestUri": "/routingcontrol",
600
+ "responseCode": 200
601
+ },
602
+ "input": {
603
+ "type": "structure",
604
+ "members": {
605
+ "RoutingControlArn": {},
606
+ "RoutingControlName": {}
607
+ },
608
+ "required": [
609
+ "RoutingControlName",
610
+ "RoutingControlArn"
611
+ ]
612
+ },
613
+ "output": {
614
+ "type": "structure",
615
+ "members": {
616
+ "RoutingControl": {
617
+ "shape": "Sj"
618
+ }
619
+ }
620
+ }
621
+ },
622
+ "UpdateSafetyRule": {
623
+ "http": {
624
+ "method": "PUT",
625
+ "requestUri": "/safetyrule",
626
+ "responseCode": 200
627
+ },
628
+ "input": {
629
+ "type": "structure",
630
+ "members": {
631
+ "AssertionRuleUpdate": {
632
+ "type": "structure",
633
+ "members": {
634
+ "Name": {},
635
+ "SafetyRuleArn": {},
636
+ "WaitPeriodMs": {
637
+ "type": "integer"
638
+ }
639
+ },
640
+ "required": [
641
+ "SafetyRuleArn",
642
+ "WaitPeriodMs",
643
+ "Name"
644
+ ]
645
+ },
646
+ "GatingRuleUpdate": {
647
+ "type": "structure",
648
+ "members": {
649
+ "Name": {},
650
+ "SafetyRuleArn": {},
651
+ "WaitPeriodMs": {
652
+ "type": "integer"
653
+ }
654
+ },
655
+ "required": [
656
+ "SafetyRuleArn",
657
+ "WaitPeriodMs",
658
+ "Name"
659
+ ]
660
+ }
661
+ }
662
+ },
663
+ "output": {
664
+ "type": "structure",
665
+ "members": {
666
+ "AssertionRule": {
667
+ "shape": "Sr"
668
+ },
669
+ "GatingRule": {
670
+ "shape": "Ss"
671
+ }
672
+ }
673
+ }
674
+ }
675
+ },
676
+ "shapes": {
677
+ "S5": {
678
+ "type": "structure",
679
+ "members": {
680
+ "ClusterArn": {},
681
+ "ClusterEndpoints": {
682
+ "type": "list",
683
+ "member": {
684
+ "type": "structure",
685
+ "members": {
686
+ "Endpoint": {},
687
+ "Region": {}
688
+ }
689
+ }
690
+ },
691
+ "Name": {},
692
+ "Status": {}
693
+ }
694
+ },
695
+ "Se": {
696
+ "type": "structure",
697
+ "members": {
698
+ "ClusterArn": {},
699
+ "ControlPanelArn": {},
700
+ "DefaultControlPanel": {
701
+ "type": "boolean"
702
+ },
703
+ "Name": {},
704
+ "RoutingControlCount": {
705
+ "type": "integer"
706
+ },
707
+ "Status": {}
708
+ }
709
+ },
710
+ "Sj": {
711
+ "type": "structure",
712
+ "members": {
713
+ "ControlPanelArn": {},
714
+ "Name": {},
715
+ "RoutingControlArn": {},
716
+ "Status": {}
717
+ }
718
+ },
719
+ "Sm": {
720
+ "type": "list",
721
+ "member": {}
722
+ },
723
+ "Sn": {
724
+ "type": "structure",
725
+ "members": {
726
+ "Inverted": {
727
+ "type": "boolean"
728
+ },
729
+ "Threshold": {
730
+ "type": "integer"
731
+ },
732
+ "Type": {}
733
+ },
734
+ "required": [
735
+ "Type",
736
+ "Inverted",
737
+ "Threshold"
738
+ ]
739
+ },
740
+ "Sr": {
741
+ "type": "structure",
742
+ "members": {
743
+ "AssertedControls": {
744
+ "shape": "Sm"
745
+ },
746
+ "ControlPanelArn": {},
747
+ "Name": {},
748
+ "RuleConfig": {
749
+ "shape": "Sn"
750
+ },
751
+ "SafetyRuleArn": {},
752
+ "Status": {},
753
+ "WaitPeriodMs": {
754
+ "type": "integer"
755
+ }
756
+ },
757
+ "required": [
758
+ "Status",
759
+ "ControlPanelArn",
760
+ "SafetyRuleArn",
761
+ "AssertedControls",
762
+ "RuleConfig",
763
+ "WaitPeriodMs",
764
+ "Name"
765
+ ]
766
+ },
767
+ "Ss": {
768
+ "type": "structure",
769
+ "members": {
770
+ "ControlPanelArn": {},
771
+ "GatingControls": {
772
+ "shape": "Sm"
773
+ },
774
+ "Name": {},
775
+ "RuleConfig": {
776
+ "shape": "Sn"
777
+ },
778
+ "SafetyRuleArn": {},
779
+ "Status": {},
780
+ "TargetControls": {
781
+ "shape": "Sm"
782
+ },
783
+ "WaitPeriodMs": {
784
+ "type": "integer"
785
+ }
786
+ },
787
+ "required": [
788
+ "Status",
789
+ "TargetControls",
790
+ "ControlPanelArn",
791
+ "SafetyRuleArn",
792
+ "GatingControls",
793
+ "RuleConfig",
794
+ "WaitPeriodMs",
795
+ "Name"
796
+ ]
797
+ }
798
+ }
799
+ }