UNPKG

51.4 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2013-02-18",
5 "endpointPrefix": "opsworks",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceFullName": "AWS OpsWorks",
9 "serviceId": "OpsWorks",
10 "signatureVersion": "v4",
11 "targetPrefix": "OpsWorks_20130218",
12 "uid": "opsworks-2013-02-18"
13 },
14 "operations": {
15 "AssignInstance": {
16 "input": {
17 "type": "structure",
18 "required": [
19 "InstanceId",
20 "LayerIds"
21 ],
22 "members": {
23 "InstanceId": {},
24 "LayerIds": {
25 "shape": "S3"
26 }
27 }
28 }
29 },
30 "AssignVolume": {
31 "input": {
32 "type": "structure",
33 "required": [
34 "VolumeId"
35 ],
36 "members": {
37 "VolumeId": {},
38 "InstanceId": {}
39 }
40 }
41 },
42 "AssociateElasticIp": {
43 "input": {
44 "type": "structure",
45 "required": [
46 "ElasticIp"
47 ],
48 "members": {
49 "ElasticIp": {},
50 "InstanceId": {}
51 }
52 }
53 },
54 "AttachElasticLoadBalancer": {
55 "input": {
56 "type": "structure",
57 "required": [
58 "ElasticLoadBalancerName",
59 "LayerId"
60 ],
61 "members": {
62 "ElasticLoadBalancerName": {},
63 "LayerId": {}
64 }
65 }
66 },
67 "CloneStack": {
68 "input": {
69 "type": "structure",
70 "required": [
71 "SourceStackId",
72 "ServiceRoleArn"
73 ],
74 "members": {
75 "SourceStackId": {},
76 "Name": {},
77 "Region": {},
78 "VpcId": {},
79 "Attributes": {
80 "shape": "S8"
81 },
82 "ServiceRoleArn": {},
83 "DefaultInstanceProfileArn": {},
84 "DefaultOs": {},
85 "HostnameTheme": {},
86 "DefaultAvailabilityZone": {},
87 "DefaultSubnetId": {},
88 "CustomJson": {},
89 "ConfigurationManager": {
90 "shape": "Sa"
91 },
92 "ChefConfiguration": {
93 "shape": "Sb"
94 },
95 "UseCustomCookbooks": {
96 "type": "boolean"
97 },
98 "UseOpsworksSecurityGroups": {
99 "type": "boolean"
100 },
101 "CustomCookbooksSource": {
102 "shape": "Sd"
103 },
104 "DefaultSshKeyName": {},
105 "ClonePermissions": {
106 "type": "boolean"
107 },
108 "CloneAppIds": {
109 "shape": "S3"
110 },
111 "DefaultRootDeviceType": {},
112 "AgentVersion": {}
113 }
114 },
115 "output": {
116 "type": "structure",
117 "members": {
118 "StackId": {}
119 }
120 }
121 },
122 "CreateApp": {
123 "input": {
124 "type": "structure",
125 "required": [
126 "StackId",
127 "Name",
128 "Type"
129 ],
130 "members": {
131 "StackId": {},
132 "Shortname": {},
133 "Name": {},
134 "Description": {},
135 "DataSources": {
136 "shape": "Si"
137 },
138 "Type": {},
139 "AppSource": {
140 "shape": "Sd"
141 },
142 "Domains": {
143 "shape": "S3"
144 },
145 "EnableSsl": {
146 "type": "boolean"
147 },
148 "SslConfiguration": {
149 "shape": "Sl"
150 },
151 "Attributes": {
152 "shape": "Sm"
153 },
154 "Environment": {
155 "shape": "So"
156 }
157 }
158 },
159 "output": {
160 "type": "structure",
161 "members": {
162 "AppId": {}
163 }
164 }
165 },
166 "CreateDeployment": {
167 "input": {
168 "type": "structure",
169 "required": [
170 "StackId",
171 "Command"
172 ],
173 "members": {
174 "StackId": {},
175 "AppId": {},
176 "InstanceIds": {
177 "shape": "S3"
178 },
179 "LayerIds": {
180 "shape": "S3"
181 },
182 "Command": {
183 "shape": "Ss"
184 },
185 "Comment": {},
186 "CustomJson": {}
187 }
188 },
189 "output": {
190 "type": "structure",
191 "members": {
192 "DeploymentId": {}
193 }
194 }
195 },
196 "CreateInstance": {
197 "input": {
198 "type": "structure",
199 "required": [
200 "StackId",
201 "LayerIds",
202 "InstanceType"
203 ],
204 "members": {
205 "StackId": {},
206 "LayerIds": {
207 "shape": "S3"
208 },
209 "InstanceType": {},
210 "AutoScalingType": {},
211 "Hostname": {},
212 "Os": {},
213 "AmiId": {},
214 "SshKeyName": {},
215 "AvailabilityZone": {},
216 "VirtualizationType": {},
217 "SubnetId": {},
218 "Architecture": {},
219 "RootDeviceType": {},
220 "BlockDeviceMappings": {
221 "shape": "Sz"
222 },
223 "InstallUpdatesOnBoot": {
224 "type": "boolean"
225 },
226 "EbsOptimized": {
227 "type": "boolean"
228 },
229 "AgentVersion": {},
230 "Tenancy": {}
231 }
232 },
233 "output": {
234 "type": "structure",
235 "members": {
236 "InstanceId": {}
237 }
238 }
239 },
240 "CreateLayer": {
241 "input": {
242 "type": "structure",
243 "required": [
244 "StackId",
245 "Type",
246 "Name",
247 "Shortname"
248 ],
249 "members": {
250 "StackId": {},
251 "Type": {},
252 "Name": {},
253 "Shortname": {},
254 "Attributes": {
255 "shape": "S17"
256 },
257 "CloudWatchLogsConfiguration": {
258 "shape": "S19"
259 },
260 "CustomInstanceProfileArn": {},
261 "CustomJson": {},
262 "CustomSecurityGroupIds": {
263 "shape": "S3"
264 },
265 "Packages": {
266 "shape": "S3"
267 },
268 "VolumeConfigurations": {
269 "shape": "S1f"
270 },
271 "EnableAutoHealing": {
272 "type": "boolean"
273 },
274 "AutoAssignElasticIps": {
275 "type": "boolean"
276 },
277 "AutoAssignPublicIps": {
278 "type": "boolean"
279 },
280 "CustomRecipes": {
281 "shape": "S1h"
282 },
283 "InstallUpdatesOnBoot": {
284 "type": "boolean"
285 },
286 "UseEbsOptimizedInstances": {
287 "type": "boolean"
288 },
289 "LifecycleEventConfiguration": {
290 "shape": "S1i"
291 }
292 }
293 },
294 "output": {
295 "type": "structure",
296 "members": {
297 "LayerId": {}
298 }
299 }
300 },
301 "CreateStack": {
302 "input": {
303 "type": "structure",
304 "required": [
305 "Name",
306 "Region",
307 "ServiceRoleArn",
308 "DefaultInstanceProfileArn"
309 ],
310 "members": {
311 "Name": {},
312 "Region": {},
313 "VpcId": {},
314 "Attributes": {
315 "shape": "S8"
316 },
317 "ServiceRoleArn": {},
318 "DefaultInstanceProfileArn": {},
319 "DefaultOs": {},
320 "HostnameTheme": {},
321 "DefaultAvailabilityZone": {},
322 "DefaultSubnetId": {},
323 "CustomJson": {},
324 "ConfigurationManager": {
325 "shape": "Sa"
326 },
327 "ChefConfiguration": {
328 "shape": "Sb"
329 },
330 "UseCustomCookbooks": {
331 "type": "boolean"
332 },
333 "UseOpsworksSecurityGroups": {
334 "type": "boolean"
335 },
336 "CustomCookbooksSource": {
337 "shape": "Sd"
338 },
339 "DefaultSshKeyName": {},
340 "DefaultRootDeviceType": {},
341 "AgentVersion": {}
342 }
343 },
344 "output": {
345 "type": "structure",
346 "members": {
347 "StackId": {}
348 }
349 }
350 },
351 "CreateUserProfile": {
352 "input": {
353 "type": "structure",
354 "required": [
355 "IamUserArn"
356 ],
357 "members": {
358 "IamUserArn": {},
359 "SshUsername": {},
360 "SshPublicKey": {},
361 "AllowSelfManagement": {
362 "type": "boolean"
363 }
364 }
365 },
366 "output": {
367 "type": "structure",
368 "members": {
369 "IamUserArn": {}
370 }
371 }
372 },
373 "DeleteApp": {
374 "input": {
375 "type": "structure",
376 "required": [
377 "AppId"
378 ],
379 "members": {
380 "AppId": {}
381 }
382 }
383 },
384 "DeleteInstance": {
385 "input": {
386 "type": "structure",
387 "required": [
388 "InstanceId"
389 ],
390 "members": {
391 "InstanceId": {},
392 "DeleteElasticIp": {
393 "type": "boolean"
394 },
395 "DeleteVolumes": {
396 "type": "boolean"
397 }
398 }
399 }
400 },
401 "DeleteLayer": {
402 "input": {
403 "type": "structure",
404 "required": [
405 "LayerId"
406 ],
407 "members": {
408 "LayerId": {}
409 }
410 }
411 },
412 "DeleteStack": {
413 "input": {
414 "type": "structure",
415 "required": [
416 "StackId"
417 ],
418 "members": {
419 "StackId": {}
420 }
421 }
422 },
423 "DeleteUserProfile": {
424 "input": {
425 "type": "structure",
426 "required": [
427 "IamUserArn"
428 ],
429 "members": {
430 "IamUserArn": {}
431 }
432 }
433 },
434 "DeregisterEcsCluster": {
435 "input": {
436 "type": "structure",
437 "required": [
438 "EcsClusterArn"
439 ],
440 "members": {
441 "EcsClusterArn": {}
442 }
443 }
444 },
445 "DeregisterElasticIp": {
446 "input": {
447 "type": "structure",
448 "required": [
449 "ElasticIp"
450 ],
451 "members": {
452 "ElasticIp": {}
453 }
454 }
455 },
456 "DeregisterInstance": {
457 "input": {
458 "type": "structure",
459 "required": [
460 "InstanceId"
461 ],
462 "members": {
463 "InstanceId": {}
464 }
465 }
466 },
467 "DeregisterRdsDbInstance": {
468 "input": {
469 "type": "structure",
470 "required": [
471 "RdsDbInstanceArn"
472 ],
473 "members": {
474 "RdsDbInstanceArn": {}
475 }
476 }
477 },
478 "DeregisterVolume": {
479 "input": {
480 "type": "structure",
481 "required": [
482 "VolumeId"
483 ],
484 "members": {
485 "VolumeId": {}
486 }
487 }
488 },
489 "DescribeAgentVersions": {
490 "input": {
491 "type": "structure",
492 "members": {
493 "StackId": {},
494 "ConfigurationManager": {
495 "shape": "Sa"
496 }
497 }
498 },
499 "output": {
500 "type": "structure",
501 "members": {
502 "AgentVersions": {
503 "type": "list",
504 "member": {
505 "type": "structure",
506 "members": {
507 "Version": {},
508 "ConfigurationManager": {
509 "shape": "Sa"
510 }
511 }
512 }
513 }
514 }
515 }
516 },
517 "DescribeApps": {
518 "input": {
519 "type": "structure",
520 "members": {
521 "StackId": {},
522 "AppIds": {
523 "shape": "S3"
524 }
525 }
526 },
527 "output": {
528 "type": "structure",
529 "members": {
530 "Apps": {
531 "type": "list",
532 "member": {
533 "type": "structure",
534 "members": {
535 "AppId": {},
536 "StackId": {},
537 "Shortname": {},
538 "Name": {},
539 "Description": {},
540 "DataSources": {
541 "shape": "Si"
542 },
543 "Type": {},
544 "AppSource": {
545 "shape": "Sd"
546 },
547 "Domains": {
548 "shape": "S3"
549 },
550 "EnableSsl": {
551 "type": "boolean"
552 },
553 "SslConfiguration": {
554 "shape": "Sl"
555 },
556 "Attributes": {
557 "shape": "Sm"
558 },
559 "CreatedAt": {},
560 "Environment": {
561 "shape": "So"
562 }
563 }
564 }
565 }
566 }
567 }
568 },
569 "DescribeCommands": {
570 "input": {
571 "type": "structure",
572 "members": {
573 "DeploymentId": {},
574 "InstanceId": {},
575 "CommandIds": {
576 "shape": "S3"
577 }
578 }
579 },
580 "output": {
581 "type": "structure",
582 "members": {
583 "Commands": {
584 "type": "list",
585 "member": {
586 "type": "structure",
587 "members": {
588 "CommandId": {},
589 "InstanceId": {},
590 "DeploymentId": {},
591 "CreatedAt": {},
592 "AcknowledgedAt": {},
593 "CompletedAt": {},
594 "Status": {},
595 "ExitCode": {
596 "type": "integer"
597 },
598 "LogUrl": {},
599 "Type": {}
600 }
601 }
602 }
603 }
604 }
605 },
606 "DescribeDeployments": {
607 "input": {
608 "type": "structure",
609 "members": {
610 "StackId": {},
611 "AppId": {},
612 "DeploymentIds": {
613 "shape": "S3"
614 }
615 }
616 },
617 "output": {
618 "type": "structure",
619 "members": {
620 "Deployments": {
621 "type": "list",
622 "member": {
623 "type": "structure",
624 "members": {
625 "DeploymentId": {},
626 "StackId": {},
627 "AppId": {},
628 "CreatedAt": {},
629 "CompletedAt": {},
630 "Duration": {
631 "type": "integer"
632 },
633 "IamUserArn": {},
634 "Comment": {},
635 "Command": {
636 "shape": "Ss"
637 },
638 "Status": {},
639 "CustomJson": {},
640 "InstanceIds": {
641 "shape": "S3"
642 }
643 }
644 }
645 }
646 }
647 }
648 },
649 "DescribeEcsClusters": {
650 "input": {
651 "type": "structure",
652 "members": {
653 "EcsClusterArns": {
654 "shape": "S3"
655 },
656 "StackId": {},
657 "NextToken": {},
658 "MaxResults": {
659 "type": "integer"
660 }
661 }
662 },
663 "output": {
664 "type": "structure",
665 "members": {
666 "EcsClusters": {
667 "type": "list",
668 "member": {
669 "type": "structure",
670 "members": {
671 "EcsClusterArn": {},
672 "EcsClusterName": {},
673 "StackId": {},
674 "RegisteredAt": {}
675 }
676 }
677 },
678 "NextToken": {}
679 }
680 }
681 },
682 "DescribeElasticIps": {
683 "input": {
684 "type": "structure",
685 "members": {
686 "InstanceId": {},
687 "StackId": {},
688 "Ips": {
689 "shape": "S3"
690 }
691 }
692 },
693 "output": {
694 "type": "structure",
695 "members": {
696 "ElasticIps": {
697 "type": "list",
698 "member": {
699 "type": "structure",
700 "members": {
701 "Ip": {},
702 "Name": {},
703 "Domain": {},
704 "Region": {},
705 "InstanceId": {}
706 }
707 }
708 }
709 }
710 }
711 },
712 "DescribeElasticLoadBalancers": {
713 "input": {
714 "type": "structure",
715 "members": {
716 "StackId": {},
717 "LayerIds": {
718 "shape": "S3"
719 }
720 }
721 },
722 "output": {
723 "type": "structure",
724 "members": {
725 "ElasticLoadBalancers": {
726 "type": "list",
727 "member": {
728 "type": "structure",
729 "members": {
730 "ElasticLoadBalancerName": {},
731 "Region": {},
732 "DnsName": {},
733 "StackId": {},
734 "LayerId": {},
735 "VpcId": {},
736 "AvailabilityZones": {
737 "shape": "S3"
738 },
739 "SubnetIds": {
740 "shape": "S3"
741 },
742 "Ec2InstanceIds": {
743 "shape": "S3"
744 }
745 }
746 }
747 }
748 }
749 }
750 },
751 "DescribeInstances": {
752 "input": {
753 "type": "structure",
754 "members": {
755 "StackId": {},
756 "LayerId": {},
757 "InstanceIds": {
758 "shape": "S3"
759 }
760 }
761 },
762 "output": {
763 "type": "structure",
764 "members": {
765 "Instances": {
766 "type": "list",
767 "member": {
768 "type": "structure",
769 "members": {
770 "AgentVersion": {},
771 "AmiId": {},
772 "Architecture": {},
773 "Arn": {},
774 "AutoScalingType": {},
775 "AvailabilityZone": {},
776 "BlockDeviceMappings": {
777 "shape": "Sz"
778 },
779 "CreatedAt": {},
780 "EbsOptimized": {
781 "type": "boolean"
782 },
783 "Ec2InstanceId": {},
784 "EcsClusterArn": {},
785 "EcsContainerInstanceArn": {},
786 "ElasticIp": {},
787 "Hostname": {},
788 "InfrastructureClass": {},
789 "InstallUpdatesOnBoot": {
790 "type": "boolean"
791 },
792 "InstanceId": {},
793 "InstanceProfileArn": {},
794 "InstanceType": {},
795 "LastServiceErrorId": {},
796 "LayerIds": {
797 "shape": "S3"
798 },
799 "Os": {},
800 "Platform": {},
801 "PrivateDns": {},
802 "PrivateIp": {},
803 "PublicDns": {},
804 "PublicIp": {},
805 "RegisteredBy": {},
806 "ReportedAgentVersion": {},
807 "ReportedOs": {
808 "type": "structure",
809 "members": {
810 "Family": {},
811 "Name": {},
812 "Version": {}
813 }
814 },
815 "RootDeviceType": {},
816 "RootDeviceVolumeId": {},
817 "SecurityGroupIds": {
818 "shape": "S3"
819 },
820 "SshHostDsaKeyFingerprint": {},
821 "SshHostRsaKeyFingerprint": {},
822 "SshKeyName": {},
823 "StackId": {},
824 "Status": {},
825 "SubnetId": {},
826 "Tenancy": {},
827 "VirtualizationType": {}
828 }
829 }
830 }
831 }
832 }
833 },
834 "DescribeLayers": {
835 "input": {
836 "type": "structure",
837 "members": {
838 "StackId": {},
839 "LayerIds": {
840 "shape": "S3"
841 }
842 }
843 },
844 "output": {
845 "type": "structure",
846 "members": {
847 "Layers": {
848 "type": "list",
849 "member": {
850 "type": "structure",
851 "members": {
852 "Arn": {},
853 "StackId": {},
854 "LayerId": {},
855 "Type": {},
856 "Name": {},
857 "Shortname": {},
858 "Attributes": {
859 "shape": "S17"
860 },
861 "CloudWatchLogsConfiguration": {
862 "shape": "S19"
863 },
864 "CustomInstanceProfileArn": {},
865 "CustomJson": {},
866 "CustomSecurityGroupIds": {
867 "shape": "S3"
868 },
869 "DefaultSecurityGroupNames": {
870 "shape": "S3"
871 },
872 "Packages": {
873 "shape": "S3"
874 },
875 "VolumeConfigurations": {
876 "shape": "S1f"
877 },
878 "EnableAutoHealing": {
879 "type": "boolean"
880 },
881 "AutoAssignElasticIps": {
882 "type": "boolean"
883 },
884 "AutoAssignPublicIps": {
885 "type": "boolean"
886 },
887 "DefaultRecipes": {
888 "shape": "S1h"
889 },
890 "CustomRecipes": {
891 "shape": "S1h"
892 },
893 "CreatedAt": {},
894 "InstallUpdatesOnBoot": {
895 "type": "boolean"
896 },
897 "UseEbsOptimizedInstances": {
898 "type": "boolean"
899 },
900 "LifecycleEventConfiguration": {
901 "shape": "S1i"
902 }
903 }
904 }
905 }
906 }
907 }
908 },
909 "DescribeLoadBasedAutoScaling": {
910 "input": {
911 "type": "structure",
912 "required": [
913 "LayerIds"
914 ],
915 "members": {
916 "LayerIds": {
917 "shape": "S3"
918 }
919 }
920 },
921 "output": {
922 "type": "structure",
923 "members": {
924 "LoadBasedAutoScalingConfigurations": {
925 "type": "list",
926 "member": {
927 "type": "structure",
928 "members": {
929 "LayerId": {},
930 "Enable": {
931 "type": "boolean"
932 },
933 "UpScaling": {
934 "shape": "S36"
935 },
936 "DownScaling": {
937 "shape": "S36"
938 }
939 }
940 }
941 }
942 }
943 }
944 },
945 "DescribeMyUserProfile": {
946 "output": {
947 "type": "structure",
948 "members": {
949 "UserProfile": {
950 "type": "structure",
951 "members": {
952 "IamUserArn": {},
953 "Name": {},
954 "SshUsername": {},
955 "SshPublicKey": {}
956 }
957 }
958 }
959 }
960 },
961 "DescribeOperatingSystems": {
962 "output": {
963 "type": "structure",
964 "members": {
965 "OperatingSystems": {
966 "type": "list",
967 "member": {
968 "type": "structure",
969 "members": {
970 "Name": {},
971 "Id": {},
972 "Type": {},
973 "ConfigurationManagers": {
974 "type": "list",
975 "member": {
976 "type": "structure",
977 "members": {
978 "Name": {},
979 "Version": {}
980 }
981 }
982 },
983 "ReportedName": {},
984 "ReportedVersion": {},
985 "Supported": {
986 "type": "boolean"
987 }
988 }
989 }
990 }
991 }
992 }
993 },
994 "DescribePermissions": {
995 "input": {
996 "type": "structure",
997 "members": {
998 "IamUserArn": {},
999 "StackId": {}
1000 }
1001 },
1002 "output": {
1003 "type": "structure",
1004 "members": {
1005 "Permissions": {
1006 "type": "list",
1007 "member": {
1008 "type": "structure",
1009 "members": {
1010 "StackId": {},
1011 "IamUserArn": {},
1012 "AllowSsh": {
1013 "type": "boolean"
1014 },
1015 "AllowSudo": {
1016 "type": "boolean"
1017 },
1018 "Level": {}
1019 }
1020 }
1021 }
1022 }
1023 }
1024 },
1025 "DescribeRaidArrays": {
1026 "input": {
1027 "type": "structure",
1028 "members": {
1029 "InstanceId": {},
1030 "StackId": {},
1031 "RaidArrayIds": {
1032 "shape": "S3"
1033 }
1034 }
1035 },
1036 "output": {
1037 "type": "structure",
1038 "members": {
1039 "RaidArrays": {
1040 "type": "list",
1041 "member": {
1042 "type": "structure",
1043 "members": {
1044 "RaidArrayId": {},
1045 "InstanceId": {},
1046 "Name": {},
1047 "RaidLevel": {
1048 "type": "integer"
1049 },
1050 "NumberOfDisks": {
1051 "type": "integer"
1052 },
1053 "Size": {
1054 "type": "integer"
1055 },
1056 "Device": {},
1057 "MountPoint": {},
1058 "AvailabilityZone": {},
1059 "CreatedAt": {},
1060 "StackId": {},
1061 "VolumeType": {},
1062 "Iops": {
1063 "type": "integer"
1064 }
1065 }
1066 }
1067 }
1068 }
1069 }
1070 },
1071 "DescribeRdsDbInstances": {
1072 "input": {
1073 "type": "structure",
1074 "required": [
1075 "StackId"
1076 ],
1077 "members": {
1078 "StackId": {},
1079 "RdsDbInstanceArns": {
1080 "shape": "S3"
1081 }
1082 }
1083 },
1084 "output": {
1085 "type": "structure",
1086 "members": {
1087 "RdsDbInstances": {
1088 "type": "list",
1089 "member": {
1090 "type": "structure",
1091 "members": {
1092 "RdsDbInstanceArn": {},
1093 "DbInstanceIdentifier": {},
1094 "DbUser": {},
1095 "DbPassword": {},
1096 "Region": {},
1097 "Address": {},
1098 "Engine": {},
1099 "StackId": {},
1100 "MissingOnRds": {
1101 "type": "boolean"
1102 }
1103 }
1104 }
1105 }
1106 }
1107 }
1108 },
1109 "DescribeServiceErrors": {
1110 "input": {
1111 "type": "structure",
1112 "members": {
1113 "StackId": {},
1114 "InstanceId": {},
1115 "ServiceErrorIds": {
1116 "shape": "S3"
1117 }
1118 }
1119 },
1120 "output": {
1121 "type": "structure",
1122 "members": {
1123 "ServiceErrors": {
1124 "type": "list",
1125 "member": {
1126 "type": "structure",
1127 "members": {
1128 "ServiceErrorId": {},
1129 "StackId": {},
1130 "InstanceId": {},
1131 "Type": {},
1132 "Message": {},
1133 "CreatedAt": {}
1134 }
1135 }
1136 }
1137 }
1138 }
1139 },
1140 "DescribeStackProvisioningParameters": {
1141 "input": {
1142 "type": "structure",
1143 "required": [
1144 "StackId"
1145 ],
1146 "members": {
1147 "StackId": {}
1148 }
1149 },
1150 "output": {
1151 "type": "structure",
1152 "members": {
1153 "AgentInstallerUrl": {},
1154 "Parameters": {
1155 "type": "map",
1156 "key": {},
1157 "value": {}
1158 }
1159 }
1160 }
1161 },
1162 "DescribeStackSummary": {
1163 "input": {
1164 "type": "structure",
1165 "required": [
1166 "StackId"
1167 ],
1168 "members": {
1169 "StackId": {}
1170 }
1171 },
1172 "output": {
1173 "type": "structure",
1174 "members": {
1175 "StackSummary": {
1176 "type": "structure",
1177 "members": {
1178 "StackId": {},
1179 "Name": {},
1180 "Arn": {},
1181 "LayersCount": {
1182 "type": "integer"
1183 },
1184 "AppsCount": {
1185 "type": "integer"
1186 },
1187 "InstancesCount": {
1188 "type": "structure",
1189 "members": {
1190 "Assigning": {
1191 "type": "integer"
1192 },
1193 "Booting": {
1194 "type": "integer"
1195 },
1196 "ConnectionLost": {
1197 "type": "integer"
1198 },
1199 "Deregistering": {
1200 "type": "integer"
1201 },
1202 "Online": {
1203 "type": "integer"
1204 },
1205 "Pending": {
1206 "type": "integer"
1207 },
1208 "Rebooting": {
1209 "type": "integer"
1210 },
1211 "Registered": {
1212 "type": "integer"
1213 },
1214 "Registering": {
1215 "type": "integer"
1216 },
1217 "Requested": {
1218 "type": "integer"
1219 },
1220 "RunningSetup": {
1221 "type": "integer"
1222 },
1223 "SetupFailed": {
1224 "type": "integer"
1225 },
1226 "ShuttingDown": {
1227 "type": "integer"
1228 },
1229 "StartFailed": {
1230 "type": "integer"
1231 },
1232 "StopFailed": {
1233 "type": "integer"
1234 },
1235 "Stopped": {
1236 "type": "integer"
1237 },
1238 "Stopping": {
1239 "type": "integer"
1240 },
1241 "Terminated": {
1242 "type": "integer"
1243 },
1244 "Terminating": {
1245 "type": "integer"
1246 },
1247 "Unassigning": {
1248 "type": "integer"
1249 }
1250 }
1251 }
1252 }
1253 }
1254 }
1255 }
1256 },
1257 "DescribeStacks": {
1258 "input": {
1259 "type": "structure",
1260 "members": {
1261 "StackIds": {
1262 "shape": "S3"
1263 }
1264 }
1265 },
1266 "output": {
1267 "type": "structure",
1268 "members": {
1269 "Stacks": {
1270 "type": "list",
1271 "member": {
1272 "type": "structure",
1273 "members": {
1274 "StackId": {},
1275 "Name": {},
1276 "Arn": {},
1277 "Region": {},
1278 "VpcId": {},
1279 "Attributes": {
1280 "shape": "S8"
1281 },
1282 "ServiceRoleArn": {},
1283 "DefaultInstanceProfileArn": {},
1284 "DefaultOs": {},
1285 "HostnameTheme": {},
1286 "DefaultAvailabilityZone": {},
1287 "DefaultSubnetId": {},
1288 "CustomJson": {},
1289 "ConfigurationManager": {
1290 "shape": "Sa"
1291 },
1292 "ChefConfiguration": {
1293 "shape": "Sb"
1294 },
1295 "UseCustomCookbooks": {
1296 "type": "boolean"
1297 },
1298 "UseOpsworksSecurityGroups": {
1299 "type": "boolean"
1300 },
1301 "CustomCookbooksSource": {
1302 "shape": "Sd"
1303 },
1304 "DefaultSshKeyName": {},
1305 "CreatedAt": {},
1306 "DefaultRootDeviceType": {},
1307 "AgentVersion": {}
1308 }
1309 }
1310 }
1311 }
1312 }
1313 },
1314 "DescribeTimeBasedAutoScaling": {
1315 "input": {
1316 "type": "structure",
1317 "required": [
1318 "InstanceIds"
1319 ],
1320 "members": {
1321 "InstanceIds": {
1322 "shape": "S3"
1323 }
1324 }
1325 },
1326 "output": {
1327 "type": "structure",
1328 "members": {
1329 "TimeBasedAutoScalingConfigurations": {
1330 "type": "list",
1331 "member": {
1332 "type": "structure",
1333 "members": {
1334 "InstanceId": {},
1335 "AutoScalingSchedule": {
1336 "shape": "S4b"
1337 }
1338 }
1339 }
1340 }
1341 }
1342 }
1343 },
1344 "DescribeUserProfiles": {
1345 "input": {
1346 "type": "structure",
1347 "members": {
1348 "IamUserArns": {
1349 "shape": "S3"
1350 }
1351 }
1352 },
1353 "output": {
1354 "type": "structure",
1355 "members": {
1356 "UserProfiles": {
1357 "type": "list",
1358 "member": {
1359 "type": "structure",
1360 "members": {
1361 "IamUserArn": {},
1362 "Name": {},
1363 "SshUsername": {},
1364 "SshPublicKey": {},
1365 "AllowSelfManagement": {
1366 "type": "boolean"
1367 }
1368 }
1369 }
1370 }
1371 }
1372 }
1373 },
1374 "DescribeVolumes": {
1375 "input": {
1376 "type": "structure",
1377 "members": {
1378 "InstanceId": {},
1379 "StackId": {},
1380 "RaidArrayId": {},
1381 "VolumeIds": {
1382 "shape": "S3"
1383 }
1384 }
1385 },
1386 "output": {
1387 "type": "structure",
1388 "members": {
1389 "Volumes": {
1390 "type": "list",
1391 "member": {
1392 "type": "structure",
1393 "members": {
1394 "VolumeId": {},
1395 "Ec2VolumeId": {},
1396 "Name": {},
1397 "RaidArrayId": {},
1398 "InstanceId": {},
1399 "Status": {},
1400 "Size": {
1401 "type": "integer"
1402 },
1403 "Device": {},
1404 "MountPoint": {},
1405 "Region": {},
1406 "AvailabilityZone": {},
1407 "VolumeType": {},
1408 "Iops": {
1409 "type": "integer"
1410 },
1411 "Encrypted": {
1412 "type": "boolean"
1413 }
1414 }
1415 }
1416 }
1417 }
1418 }
1419 },
1420 "DetachElasticLoadBalancer": {
1421 "input": {
1422 "type": "structure",
1423 "required": [
1424 "ElasticLoadBalancerName",
1425 "LayerId"
1426 ],
1427 "members": {
1428 "ElasticLoadBalancerName": {},
1429 "LayerId": {}
1430 }
1431 }
1432 },
1433 "DisassociateElasticIp": {
1434 "input": {
1435 "type": "structure",
1436 "required": [
1437 "ElasticIp"
1438 ],
1439 "members": {
1440 "ElasticIp": {}
1441 }
1442 }
1443 },
1444 "GetHostnameSuggestion": {
1445 "input": {
1446 "type": "structure",
1447 "required": [
1448 "LayerId"
1449 ],
1450 "members": {
1451 "LayerId": {}
1452 }
1453 },
1454 "output": {
1455 "type": "structure",
1456 "members": {
1457 "LayerId": {},
1458 "Hostname": {}
1459 }
1460 }
1461 },
1462 "GrantAccess": {
1463 "input": {
1464 "type": "structure",
1465 "required": [
1466 "InstanceId"
1467 ],
1468 "members": {
1469 "InstanceId": {},
1470 "ValidForInMinutes": {
1471 "type": "integer"
1472 }
1473 }
1474 },
1475 "output": {
1476 "type": "structure",
1477 "members": {
1478 "TemporaryCredential": {
1479 "type": "structure",
1480 "members": {
1481 "Username": {},
1482 "Password": {},
1483 "ValidForInMinutes": {
1484 "type": "integer"
1485 },
1486 "InstanceId": {}
1487 }
1488 }
1489 }
1490 }
1491 },
1492 "ListTags": {
1493 "input": {
1494 "type": "structure",
1495 "required": [
1496 "ResourceArn"
1497 ],
1498 "members": {
1499 "ResourceArn": {},
1500 "MaxResults": {
1501 "type": "integer"
1502 },
1503 "NextToken": {}
1504 }
1505 },
1506 "output": {
1507 "type": "structure",
1508 "members": {
1509 "Tags": {
1510 "shape": "S50"
1511 },
1512 "NextToken": {}
1513 }
1514 }
1515 },
1516 "RebootInstance": {
1517 "input": {
1518 "type": "structure",
1519 "required": [
1520 "InstanceId"
1521 ],
1522 "members": {
1523 "InstanceId": {}
1524 }
1525 }
1526 },
1527 "RegisterEcsCluster": {
1528 "input": {
1529 "type": "structure",
1530 "required": [
1531 "EcsClusterArn",
1532 "StackId"
1533 ],
1534 "members": {
1535 "EcsClusterArn": {},
1536 "StackId": {}
1537 }
1538 },
1539 "output": {
1540 "type": "structure",
1541 "members": {
1542 "EcsClusterArn": {}
1543 }
1544 }
1545 },
1546 "RegisterElasticIp": {
1547 "input": {
1548 "type": "structure",
1549 "required": [
1550 "ElasticIp",
1551 "StackId"
1552 ],
1553 "members": {
1554 "ElasticIp": {},
1555 "StackId": {}
1556 }
1557 },
1558 "output": {
1559 "type": "structure",
1560 "members": {
1561 "ElasticIp": {}
1562 }
1563 }
1564 },
1565 "RegisterInstance": {
1566 "input": {
1567 "type": "structure",
1568 "required": [
1569 "StackId"
1570 ],
1571 "members": {
1572 "StackId": {},
1573 "Hostname": {},
1574 "PublicIp": {},
1575 "PrivateIp": {},
1576 "RsaPublicKey": {},
1577 "RsaPublicKeyFingerprint": {},
1578 "InstanceIdentity": {
1579 "type": "structure",
1580 "members": {
1581 "Document": {},
1582 "Signature": {}
1583 }
1584 }
1585 }
1586 },
1587 "output": {
1588 "type": "structure",
1589 "members": {
1590 "InstanceId": {}
1591 }
1592 }
1593 },
1594 "RegisterRdsDbInstance": {
1595 "input": {
1596 "type": "structure",
1597 "required": [
1598 "StackId",
1599 "RdsDbInstanceArn",
1600 "DbUser",
1601 "DbPassword"
1602 ],
1603 "members": {
1604 "StackId": {},
1605 "RdsDbInstanceArn": {},
1606 "DbUser": {},
1607 "DbPassword": {}
1608 }
1609 }
1610 },
1611 "RegisterVolume": {
1612 "input": {
1613 "type": "structure",
1614 "required": [
1615 "StackId"
1616 ],
1617 "members": {
1618 "Ec2VolumeId": {},
1619 "StackId": {}
1620 }
1621 },
1622 "output": {
1623 "type": "structure",
1624 "members": {
1625 "VolumeId": {}
1626 }
1627 }
1628 },
1629 "SetLoadBasedAutoScaling": {
1630 "input": {
1631 "type": "structure",
1632 "required": [
1633 "LayerId"
1634 ],
1635 "members": {
1636 "LayerId": {},
1637 "Enable": {
1638 "type": "boolean"
1639 },
1640 "UpScaling": {
1641 "shape": "S36"
1642 },
1643 "DownScaling": {
1644 "shape": "S36"
1645 }
1646 }
1647 }
1648 },
1649 "SetPermission": {
1650 "input": {
1651 "type": "structure",
1652 "required": [
1653 "StackId",
1654 "IamUserArn"
1655 ],
1656 "members": {
1657 "StackId": {},
1658 "IamUserArn": {},
1659 "AllowSsh": {
1660 "type": "boolean"
1661 },
1662 "AllowSudo": {
1663 "type": "boolean"
1664 },
1665 "Level": {}
1666 }
1667 }
1668 },
1669 "SetTimeBasedAutoScaling": {
1670 "input": {
1671 "type": "structure",
1672 "required": [
1673 "InstanceId"
1674 ],
1675 "members": {
1676 "InstanceId": {},
1677 "AutoScalingSchedule": {
1678 "shape": "S4b"
1679 }
1680 }
1681 }
1682 },
1683 "StartInstance": {
1684 "input": {
1685 "type": "structure",
1686 "required": [
1687 "InstanceId"
1688 ],
1689 "members": {
1690 "InstanceId": {}
1691 }
1692 }
1693 },
1694 "StartStack": {
1695 "input": {
1696 "type": "structure",
1697 "required": [
1698 "StackId"
1699 ],
1700 "members": {
1701 "StackId": {}
1702 }
1703 }
1704 },
1705 "StopInstance": {
1706 "input": {
1707 "type": "structure",
1708 "required": [
1709 "InstanceId"
1710 ],
1711 "members": {
1712 "InstanceId": {},
1713 "Force": {
1714 "type": "boolean"
1715 }
1716 }
1717 }
1718 },
1719 "StopStack": {
1720 "input": {
1721 "type": "structure",
1722 "required": [
1723 "StackId"
1724 ],
1725 "members": {
1726 "StackId": {}
1727 }
1728 }
1729 },
1730 "TagResource": {
1731 "input": {
1732 "type": "structure",
1733 "required": [
1734 "ResourceArn",
1735 "Tags"
1736 ],
1737 "members": {
1738 "ResourceArn": {},
1739 "Tags": {
1740 "shape": "S50"
1741 }
1742 }
1743 }
1744 },
1745 "UnassignInstance": {
1746 "input": {
1747 "type": "structure",
1748 "required": [
1749 "InstanceId"
1750 ],
1751 "members": {
1752 "InstanceId": {}
1753 }
1754 }
1755 },
1756 "UnassignVolume": {
1757 "input": {
1758 "type": "structure",
1759 "required": [
1760 "VolumeId"
1761 ],
1762 "members": {
1763 "VolumeId": {}
1764 }
1765 }
1766 },
1767 "UntagResource": {
1768 "input": {
1769 "type": "structure",
1770 "required": [
1771 "ResourceArn",
1772 "TagKeys"
1773 ],
1774 "members": {
1775 "ResourceArn": {},
1776 "TagKeys": {
1777 "type": "list",
1778 "member": {}
1779 }
1780 }
1781 }
1782 },
1783 "UpdateApp": {
1784 "input": {
1785 "type": "structure",
1786 "required": [
1787 "AppId"
1788 ],
1789 "members": {
1790 "AppId": {},
1791 "Name": {},
1792 "Description": {},
1793 "DataSources": {
1794 "shape": "Si"
1795 },
1796 "Type": {},
1797 "AppSource": {
1798 "shape": "Sd"
1799 },
1800 "Domains": {
1801 "shape": "S3"
1802 },
1803 "EnableSsl": {
1804 "type": "boolean"
1805 },
1806 "SslConfiguration": {
1807 "shape": "Sl"
1808 },
1809 "Attributes": {
1810 "shape": "Sm"
1811 },
1812 "Environment": {
1813 "shape": "So"
1814 }
1815 }
1816 }
1817 },
1818 "UpdateElasticIp": {
1819 "input": {
1820 "type": "structure",
1821 "required": [
1822 "ElasticIp"
1823 ],
1824 "members": {
1825 "ElasticIp": {},
1826 "Name": {}
1827 }
1828 }
1829 },
1830 "UpdateInstance": {
1831 "input": {
1832 "type": "structure",
1833 "required": [
1834 "InstanceId"
1835 ],
1836 "members": {
1837 "InstanceId": {},
1838 "LayerIds": {
1839 "shape": "S3"
1840 },
1841 "InstanceType": {},
1842 "AutoScalingType": {},
1843 "Hostname": {},
1844 "Os": {},
1845 "AmiId": {},
1846 "SshKeyName": {},
1847 "Architecture": {},
1848 "InstallUpdatesOnBoot": {
1849 "type": "boolean"
1850 },
1851 "EbsOptimized": {
1852 "type": "boolean"
1853 },
1854 "AgentVersion": {}
1855 }
1856 }
1857 },
1858 "UpdateLayer": {
1859 "input": {
1860 "type": "structure",
1861 "required": [
1862 "LayerId"
1863 ],
1864 "members": {
1865 "LayerId": {},
1866 "Name": {},
1867 "Shortname": {},
1868 "Attributes": {
1869 "shape": "S17"
1870 },
1871 "CloudWatchLogsConfiguration": {
1872 "shape": "S19"
1873 },
1874 "CustomInstanceProfileArn": {},
1875 "CustomJson": {},
1876 "CustomSecurityGroupIds": {
1877 "shape": "S3"
1878 },
1879 "Packages": {
1880 "shape": "S3"
1881 },
1882 "VolumeConfigurations": {
1883 "shape": "S1f"
1884 },
1885 "EnableAutoHealing": {
1886 "type": "boolean"
1887 },
1888 "AutoAssignElasticIps": {
1889 "type": "boolean"
1890 },
1891 "AutoAssignPublicIps": {
1892 "type": "boolean"
1893 },
1894 "CustomRecipes": {
1895 "shape": "S1h"
1896 },
1897 "InstallUpdatesOnBoot": {
1898 "type": "boolean"
1899 },
1900 "UseEbsOptimizedInstances": {
1901 "type": "boolean"
1902 },
1903 "LifecycleEventConfiguration": {
1904 "shape": "S1i"
1905 }
1906 }
1907 }
1908 },
1909 "UpdateMyUserProfile": {
1910 "input": {
1911 "type": "structure",
1912 "members": {
1913 "SshPublicKey": {}
1914 }
1915 }
1916 },
1917 "UpdateRdsDbInstance": {
1918 "input": {
1919 "type": "structure",
1920 "required": [
1921 "RdsDbInstanceArn"
1922 ],
1923 "members": {
1924 "RdsDbInstanceArn": {},
1925 "DbUser": {},
1926 "DbPassword": {}
1927 }
1928 }
1929 },
1930 "UpdateStack": {
1931 "input": {
1932 "type": "structure",
1933 "required": [
1934 "StackId"
1935 ],
1936 "members": {
1937 "StackId": {},
1938 "Name": {},
1939 "Attributes": {
1940 "shape": "S8"
1941 },
1942 "ServiceRoleArn": {},
1943 "DefaultInstanceProfileArn": {},
1944 "DefaultOs": {},
1945 "HostnameTheme": {},
1946 "DefaultAvailabilityZone": {},
1947 "DefaultSubnetId": {},
1948 "CustomJson": {},
1949 "ConfigurationManager": {
1950 "shape": "Sa"
1951 },
1952 "ChefConfiguration": {
1953 "shape": "Sb"
1954 },
1955 "UseCustomCookbooks": {
1956 "type": "boolean"
1957 },
1958 "CustomCookbooksSource": {
1959 "shape": "Sd"
1960 },
1961 "DefaultSshKeyName": {},
1962 "DefaultRootDeviceType": {},
1963 "UseOpsworksSecurityGroups": {
1964 "type": "boolean"
1965 },
1966 "AgentVersion": {}
1967 }
1968 }
1969 },
1970 "UpdateUserProfile": {
1971 "input": {
1972 "type": "structure",
1973 "required": [
1974 "IamUserArn"
1975 ],
1976 "members": {
1977 "IamUserArn": {},
1978 "SshUsername": {},
1979 "SshPublicKey": {},
1980 "AllowSelfManagement": {
1981 "type": "boolean"
1982 }
1983 }
1984 }
1985 },
1986 "UpdateVolume": {
1987 "input": {
1988 "type": "structure",
1989 "required": [
1990 "VolumeId"
1991 ],
1992 "members": {
1993 "VolumeId": {},
1994 "Name": {},
1995 "MountPoint": {}
1996 }
1997 }
1998 }
1999 },
2000 "shapes": {
2001 "S3": {
2002 "type": "list",
2003 "member": {}
2004 },
2005 "S8": {
2006 "type": "map",
2007 "key": {},
2008 "value": {}
2009 },
2010 "Sa": {
2011 "type": "structure",
2012 "members": {
2013 "Name": {},
2014 "Version": {}
2015 }
2016 },
2017 "Sb": {
2018 "type": "structure",
2019 "members": {
2020 "ManageBerkshelf": {
2021 "type": "boolean"
2022 },
2023 "BerkshelfVersion": {}
2024 }
2025 },
2026 "Sd": {
2027 "type": "structure",
2028 "members": {
2029 "Type": {},
2030 "Url": {},
2031 "Username": {},
2032 "Password": {},
2033 "SshKey": {},
2034 "Revision": {}
2035 }
2036 },
2037 "Si": {
2038 "type": "list",
2039 "member": {
2040 "type": "structure",
2041 "members": {
2042 "Type": {},
2043 "Arn": {},
2044 "DatabaseName": {}
2045 }
2046 }
2047 },
2048 "Sl": {
2049 "type": "structure",
2050 "required": [
2051 "Certificate",
2052 "PrivateKey"
2053 ],
2054 "members": {
2055 "Certificate": {},
2056 "PrivateKey": {},
2057 "Chain": {}
2058 }
2059 },
2060 "Sm": {
2061 "type": "map",
2062 "key": {},
2063 "value": {}
2064 },
2065 "So": {
2066 "type": "list",
2067 "member": {
2068 "type": "structure",
2069 "required": [
2070 "Key",
2071 "Value"
2072 ],
2073 "members": {
2074 "Key": {},
2075 "Value": {},
2076 "Secure": {
2077 "type": "boolean"
2078 }
2079 }
2080 }
2081 },
2082 "Ss": {
2083 "type": "structure",
2084 "required": [
2085 "Name"
2086 ],
2087 "members": {
2088 "Name": {},
2089 "Args": {
2090 "type": "map",
2091 "key": {},
2092 "value": {
2093 "shape": "S3"
2094 }
2095 }
2096 }
2097 },
2098 "Sz": {
2099 "type": "list",
2100 "member": {
2101 "type": "structure",
2102 "members": {
2103 "DeviceName": {},
2104 "NoDevice": {},
2105 "VirtualName": {},
2106 "Ebs": {
2107 "type": "structure",
2108 "members": {
2109 "SnapshotId": {},
2110 "Iops": {
2111 "type": "integer"
2112 },
2113 "VolumeSize": {
2114 "type": "integer"
2115 },
2116 "VolumeType": {},
2117 "DeleteOnTermination": {
2118 "type": "boolean"
2119 }
2120 }
2121 }
2122 }
2123 }
2124 },
2125 "S17": {
2126 "type": "map",
2127 "key": {},
2128 "value": {}
2129 },
2130 "S19": {
2131 "type": "structure",
2132 "members": {
2133 "Enabled": {
2134 "type": "boolean"
2135 },
2136 "LogStreams": {
2137 "type": "list",
2138 "member": {
2139 "type": "structure",
2140 "members": {
2141 "LogGroupName": {},
2142 "DatetimeFormat": {},
2143 "TimeZone": {},
2144 "File": {},
2145 "FileFingerprintLines": {},
2146 "MultiLineStartPattern": {},
2147 "InitialPosition": {},
2148 "Encoding": {},
2149 "BufferDuration": {
2150 "type": "integer"
2151 },
2152 "BatchCount": {
2153 "type": "integer"
2154 },
2155 "BatchSize": {
2156 "type": "integer"
2157 }
2158 }
2159 }
2160 }
2161 }
2162 },
2163 "S1f": {
2164 "type": "list",
2165 "member": {
2166 "type": "structure",
2167 "required": [
2168 "MountPoint",
2169 "NumberOfDisks",
2170 "Size"
2171 ],
2172 "members": {
2173 "MountPoint": {},
2174 "RaidLevel": {
2175 "type": "integer"
2176 },
2177 "NumberOfDisks": {
2178 "type": "integer"
2179 },
2180 "Size": {
2181 "type": "integer"
2182 },
2183 "VolumeType": {},
2184 "Iops": {
2185 "type": "integer"
2186 },
2187 "Encrypted": {
2188 "type": "boolean"
2189 }
2190 }
2191 }
2192 },
2193 "S1h": {
2194 "type": "structure",
2195 "members": {
2196 "Setup": {
2197 "shape": "S3"
2198 },
2199 "Configure": {
2200 "shape": "S3"
2201 },
2202 "Deploy": {
2203 "shape": "S3"
2204 },
2205 "Undeploy": {
2206 "shape": "S3"
2207 },
2208 "Shutdown": {
2209 "shape": "S3"
2210 }
2211 }
2212 },
2213 "S1i": {
2214 "type": "structure",
2215 "members": {
2216 "Shutdown": {
2217 "type": "structure",
2218 "members": {
2219 "ExecutionTimeout": {
2220 "type": "integer"
2221 },
2222 "DelayUntilElbConnectionsDrained": {
2223 "type": "boolean"
2224 }
2225 }
2226 }
2227 }
2228 },
2229 "S36": {
2230 "type": "structure",
2231 "members": {
2232 "InstanceCount": {
2233 "type": "integer"
2234 },
2235 "ThresholdsWaitTime": {
2236 "type": "integer"
2237 },
2238 "IgnoreMetricsTime": {
2239 "type": "integer"
2240 },
2241 "CpuThreshold": {
2242 "type": "double"
2243 },
2244 "MemoryThreshold": {
2245 "type": "double"
2246 },
2247 "LoadThreshold": {
2248 "type": "double"
2249 },
2250 "Alarms": {
2251 "shape": "S3"
2252 }
2253 }
2254 },
2255 "S4b": {
2256 "type": "structure",
2257 "members": {
2258 "Monday": {
2259 "shape": "S4c"
2260 },
2261 "Tuesday": {
2262 "shape": "S4c"
2263 },
2264 "Wednesday": {
2265 "shape": "S4c"
2266 },
2267 "Thursday": {
2268 "shape": "S4c"
2269 },
2270 "Friday": {
2271 "shape": "S4c"
2272 },
2273 "Saturday": {
2274 "shape": "S4c"
2275 },
2276 "Sunday": {
2277 "shape": "S4c"
2278 }
2279 }
2280 },
2281 "S4c": {
2282 "type": "map",
2283 "key": {},
2284 "value": {}
2285 },
2286 "S50": {
2287 "type": "map",
2288 "key": {},
2289 "value": {}
2290 }
2291 }
2292}
\No newline at end of file