UNPKG

28.7 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2015-01-01",
5 "endpointPrefix": "es",
6 "protocol": "rest-json",
7 "serviceFullName": "Amazon Elasticsearch Service",
8 "serviceId": "Elasticsearch Service",
9 "signatureVersion": "v4",
10 "uid": "es-2015-01-01"
11 },
12 "operations": {
13 "AddTags": {
14 "http": {
15 "requestUri": "/2015-01-01/tags"
16 },
17 "input": {
18 "type": "structure",
19 "required": [
20 "ARN",
21 "TagList"
22 ],
23 "members": {
24 "ARN": {},
25 "TagList": {
26 "shape": "S3"
27 }
28 }
29 }
30 },
31 "CancelElasticsearchServiceSoftwareUpdate": {
32 "http": {
33 "requestUri": "/2015-01-01/es/serviceSoftwareUpdate/cancel"
34 },
35 "input": {
36 "type": "structure",
37 "required": [
38 "DomainName"
39 ],
40 "members": {
41 "DomainName": {}
42 }
43 },
44 "output": {
45 "type": "structure",
46 "members": {
47 "ServiceSoftwareOptions": {
48 "shape": "Sa"
49 }
50 }
51 }
52 },
53 "CreateElasticsearchDomain": {
54 "http": {
55 "requestUri": "/2015-01-01/es/domain"
56 },
57 "input": {
58 "type": "structure",
59 "required": [
60 "DomainName"
61 ],
62 "members": {
63 "DomainName": {},
64 "ElasticsearchVersion": {},
65 "ElasticsearchClusterConfig": {
66 "shape": "Sh"
67 },
68 "EBSOptions": {
69 "shape": "Sl"
70 },
71 "AccessPolicies": {},
72 "SnapshotOptions": {
73 "shape": "So"
74 },
75 "VPCOptions": {
76 "shape": "Sp"
77 },
78 "CognitoOptions": {
79 "shape": "Sr"
80 },
81 "EncryptionAtRestOptions": {
82 "shape": "Sv"
83 },
84 "NodeToNodeEncryptionOptions": {
85 "shape": "Sx"
86 },
87 "AdvancedOptions": {
88 "shape": "Sy"
89 },
90 "LogPublishingOptions": {
91 "shape": "Sz"
92 }
93 }
94 },
95 "output": {
96 "type": "structure",
97 "members": {
98 "DomainStatus": {
99 "shape": "S14"
100 }
101 }
102 }
103 },
104 "DeleteElasticsearchDomain": {
105 "http": {
106 "method": "DELETE",
107 "requestUri": "/2015-01-01/es/domain/{DomainName}"
108 },
109 "input": {
110 "type": "structure",
111 "required": [
112 "DomainName"
113 ],
114 "members": {
115 "DomainName": {
116 "location": "uri",
117 "locationName": "DomainName"
118 }
119 }
120 },
121 "output": {
122 "type": "structure",
123 "members": {
124 "DomainStatus": {
125 "shape": "S14"
126 }
127 }
128 }
129 },
130 "DeleteElasticsearchServiceRole": {
131 "http": {
132 "method": "DELETE",
133 "requestUri": "/2015-01-01/es/role"
134 }
135 },
136 "DescribeElasticsearchDomain": {
137 "http": {
138 "method": "GET",
139 "requestUri": "/2015-01-01/es/domain/{DomainName}"
140 },
141 "input": {
142 "type": "structure",
143 "required": [
144 "DomainName"
145 ],
146 "members": {
147 "DomainName": {
148 "location": "uri",
149 "locationName": "DomainName"
150 }
151 }
152 },
153 "output": {
154 "type": "structure",
155 "required": [
156 "DomainStatus"
157 ],
158 "members": {
159 "DomainStatus": {
160 "shape": "S14"
161 }
162 }
163 }
164 },
165 "DescribeElasticsearchDomainConfig": {
166 "http": {
167 "method": "GET",
168 "requestUri": "/2015-01-01/es/domain/{DomainName}/config"
169 },
170 "input": {
171 "type": "structure",
172 "required": [
173 "DomainName"
174 ],
175 "members": {
176 "DomainName": {
177 "location": "uri",
178 "locationName": "DomainName"
179 }
180 }
181 },
182 "output": {
183 "type": "structure",
184 "required": [
185 "DomainConfig"
186 ],
187 "members": {
188 "DomainConfig": {
189 "shape": "S1f"
190 }
191 }
192 }
193 },
194 "DescribeElasticsearchDomains": {
195 "http": {
196 "requestUri": "/2015-01-01/es/domain-info"
197 },
198 "input": {
199 "type": "structure",
200 "required": [
201 "DomainNames"
202 ],
203 "members": {
204 "DomainNames": {
205 "type": "list",
206 "member": {}
207 }
208 }
209 },
210 "output": {
211 "type": "structure",
212 "required": [
213 "DomainStatusList"
214 ],
215 "members": {
216 "DomainStatusList": {
217 "type": "list",
218 "member": {
219 "shape": "S14"
220 }
221 }
222 }
223 }
224 },
225 "DescribeElasticsearchInstanceTypeLimits": {
226 "http": {
227 "method": "GET",
228 "requestUri": "/2015-01-01/es/instanceTypeLimits/{ElasticsearchVersion}/{InstanceType}"
229 },
230 "input": {
231 "type": "structure",
232 "required": [
233 "InstanceType",
234 "ElasticsearchVersion"
235 ],
236 "members": {
237 "DomainName": {
238 "location": "querystring",
239 "locationName": "domainName"
240 },
241 "InstanceType": {
242 "location": "uri",
243 "locationName": "InstanceType"
244 },
245 "ElasticsearchVersion": {
246 "location": "uri",
247 "locationName": "ElasticsearchVersion"
248 }
249 }
250 },
251 "output": {
252 "type": "structure",
253 "members": {
254 "LimitsByRole": {
255 "type": "map",
256 "key": {},
257 "value": {
258 "type": "structure",
259 "members": {
260 "StorageTypes": {
261 "type": "list",
262 "member": {
263 "type": "structure",
264 "members": {
265 "StorageTypeName": {},
266 "StorageSubTypeName": {},
267 "StorageTypeLimits": {
268 "type": "list",
269 "member": {
270 "type": "structure",
271 "members": {
272 "LimitName": {},
273 "LimitValues": {
274 "shape": "S2b"
275 }
276 }
277 }
278 }
279 }
280 }
281 },
282 "InstanceLimits": {
283 "type": "structure",
284 "members": {
285 "InstanceCountLimits": {
286 "type": "structure",
287 "members": {
288 "MinimumInstanceCount": {
289 "type": "integer"
290 },
291 "MaximumInstanceCount": {
292 "type": "integer"
293 }
294 }
295 }
296 }
297 },
298 "AdditionalLimits": {
299 "type": "list",
300 "member": {
301 "type": "structure",
302 "members": {
303 "LimitName": {},
304 "LimitValues": {
305 "shape": "S2b"
306 }
307 }
308 }
309 }
310 }
311 }
312 }
313 }
314 }
315 },
316 "DescribeReservedElasticsearchInstanceOfferings": {
317 "http": {
318 "method": "GET",
319 "requestUri": "/2015-01-01/es/reservedInstanceOfferings"
320 },
321 "input": {
322 "type": "structure",
323 "members": {
324 "ReservedElasticsearchInstanceOfferingId": {
325 "location": "querystring",
326 "locationName": "offeringId"
327 },
328 "MaxResults": {
329 "location": "querystring",
330 "locationName": "maxResults",
331 "type": "integer"
332 },
333 "NextToken": {
334 "location": "querystring",
335 "locationName": "nextToken"
336 }
337 }
338 },
339 "output": {
340 "type": "structure",
341 "members": {
342 "NextToken": {},
343 "ReservedElasticsearchInstanceOfferings": {
344 "type": "list",
345 "member": {
346 "type": "structure",
347 "members": {
348 "ReservedElasticsearchInstanceOfferingId": {},
349 "ElasticsearchInstanceType": {},
350 "Duration": {
351 "type": "integer"
352 },
353 "FixedPrice": {
354 "type": "double"
355 },
356 "UsagePrice": {
357 "type": "double"
358 },
359 "CurrencyCode": {},
360 "PaymentOption": {},
361 "RecurringCharges": {
362 "shape": "S2t"
363 }
364 }
365 }
366 }
367 }
368 }
369 },
370 "DescribeReservedElasticsearchInstances": {
371 "http": {
372 "method": "GET",
373 "requestUri": "/2015-01-01/es/reservedInstances"
374 },
375 "input": {
376 "type": "structure",
377 "members": {
378 "ReservedElasticsearchInstanceId": {
379 "location": "querystring",
380 "locationName": "reservationId"
381 },
382 "MaxResults": {
383 "location": "querystring",
384 "locationName": "maxResults",
385 "type": "integer"
386 },
387 "NextToken": {
388 "location": "querystring",
389 "locationName": "nextToken"
390 }
391 }
392 },
393 "output": {
394 "type": "structure",
395 "members": {
396 "NextToken": {},
397 "ReservedElasticsearchInstances": {
398 "type": "list",
399 "member": {
400 "type": "structure",
401 "members": {
402 "ReservationName": {},
403 "ReservedElasticsearchInstanceId": {},
404 "ReservedElasticsearchInstanceOfferingId": {},
405 "ElasticsearchInstanceType": {},
406 "StartTime": {
407 "type": "timestamp"
408 },
409 "Duration": {
410 "type": "integer"
411 },
412 "FixedPrice": {
413 "type": "double"
414 },
415 "UsagePrice": {
416 "type": "double"
417 },
418 "CurrencyCode": {},
419 "ElasticsearchInstanceCount": {
420 "type": "integer"
421 },
422 "State": {},
423 "PaymentOption": {},
424 "RecurringCharges": {
425 "shape": "S2t"
426 }
427 }
428 }
429 }
430 }
431 }
432 },
433 "GetCompatibleElasticsearchVersions": {
434 "http": {
435 "method": "GET",
436 "requestUri": "/2015-01-01/es/compatibleVersions"
437 },
438 "input": {
439 "type": "structure",
440 "members": {
441 "DomainName": {
442 "location": "querystring",
443 "locationName": "domainName"
444 }
445 }
446 },
447 "output": {
448 "type": "structure",
449 "members": {
450 "CompatibleElasticsearchVersions": {
451 "type": "list",
452 "member": {
453 "type": "structure",
454 "members": {
455 "SourceVersion": {},
456 "TargetVersions": {
457 "shape": "S34"
458 }
459 }
460 }
461 }
462 }
463 }
464 },
465 "GetUpgradeHistory": {
466 "http": {
467 "method": "GET",
468 "requestUri": "/2015-01-01/es/upgradeDomain/{DomainName}/history"
469 },
470 "input": {
471 "type": "structure",
472 "required": [
473 "DomainName"
474 ],
475 "members": {
476 "DomainName": {
477 "location": "uri",
478 "locationName": "DomainName"
479 },
480 "MaxResults": {
481 "location": "querystring",
482 "locationName": "maxResults",
483 "type": "integer"
484 },
485 "NextToken": {
486 "location": "querystring",
487 "locationName": "nextToken"
488 }
489 }
490 },
491 "output": {
492 "type": "structure",
493 "members": {
494 "UpgradeHistories": {
495 "type": "list",
496 "member": {
497 "type": "structure",
498 "members": {
499 "UpgradeName": {},
500 "StartTimestamp": {
501 "type": "timestamp"
502 },
503 "UpgradeStatus": {},
504 "StepsList": {
505 "type": "list",
506 "member": {
507 "type": "structure",
508 "members": {
509 "UpgradeStep": {},
510 "UpgradeStepStatus": {},
511 "Issues": {
512 "type": "list",
513 "member": {}
514 },
515 "ProgressPercent": {
516 "type": "double"
517 }
518 }
519 }
520 }
521 }
522 }
523 },
524 "NextToken": {}
525 }
526 }
527 },
528 "GetUpgradeStatus": {
529 "http": {
530 "method": "GET",
531 "requestUri": "/2015-01-01/es/upgradeDomain/{DomainName}/status"
532 },
533 "input": {
534 "type": "structure",
535 "required": [
536 "DomainName"
537 ],
538 "members": {
539 "DomainName": {
540 "location": "uri",
541 "locationName": "DomainName"
542 }
543 }
544 },
545 "output": {
546 "type": "structure",
547 "members": {
548 "UpgradeStep": {},
549 "StepStatus": {},
550 "UpgradeName": {}
551 }
552 }
553 },
554 "ListDomainNames": {
555 "http": {
556 "method": "GET",
557 "requestUri": "/2015-01-01/domain"
558 },
559 "output": {
560 "type": "structure",
561 "members": {
562 "DomainNames": {
563 "type": "list",
564 "member": {
565 "type": "structure",
566 "members": {
567 "DomainName": {}
568 }
569 }
570 }
571 }
572 }
573 },
574 "ListElasticsearchInstanceTypes": {
575 "http": {
576 "method": "GET",
577 "requestUri": "/2015-01-01/es/instanceTypes/{ElasticsearchVersion}"
578 },
579 "input": {
580 "type": "structure",
581 "required": [
582 "ElasticsearchVersion"
583 ],
584 "members": {
585 "ElasticsearchVersion": {
586 "location": "uri",
587 "locationName": "ElasticsearchVersion"
588 },
589 "DomainName": {
590 "location": "querystring",
591 "locationName": "domainName"
592 },
593 "MaxResults": {
594 "location": "querystring",
595 "locationName": "maxResults",
596 "type": "integer"
597 },
598 "NextToken": {
599 "location": "querystring",
600 "locationName": "nextToken"
601 }
602 }
603 },
604 "output": {
605 "type": "structure",
606 "members": {
607 "ElasticsearchInstanceTypes": {
608 "type": "list",
609 "member": {}
610 },
611 "NextToken": {}
612 }
613 }
614 },
615 "ListElasticsearchVersions": {
616 "http": {
617 "method": "GET",
618 "requestUri": "/2015-01-01/es/versions"
619 },
620 "input": {
621 "type": "structure",
622 "members": {
623 "MaxResults": {
624 "location": "querystring",
625 "locationName": "maxResults",
626 "type": "integer"
627 },
628 "NextToken": {
629 "location": "querystring",
630 "locationName": "nextToken"
631 }
632 }
633 },
634 "output": {
635 "type": "structure",
636 "members": {
637 "ElasticsearchVersions": {
638 "shape": "S34"
639 },
640 "NextToken": {}
641 }
642 }
643 },
644 "ListTags": {
645 "http": {
646 "method": "GET",
647 "requestUri": "/2015-01-01/tags/"
648 },
649 "input": {
650 "type": "structure",
651 "required": [
652 "ARN"
653 ],
654 "members": {
655 "ARN": {
656 "location": "querystring",
657 "locationName": "arn"
658 }
659 }
660 },
661 "output": {
662 "type": "structure",
663 "members": {
664 "TagList": {
665 "shape": "S3"
666 }
667 }
668 }
669 },
670 "PurchaseReservedElasticsearchInstanceOffering": {
671 "http": {
672 "requestUri": "/2015-01-01/es/purchaseReservedInstanceOffering"
673 },
674 "input": {
675 "type": "structure",
676 "required": [
677 "ReservedElasticsearchInstanceOfferingId",
678 "ReservationName"
679 ],
680 "members": {
681 "ReservedElasticsearchInstanceOfferingId": {},
682 "ReservationName": {},
683 "InstanceCount": {
684 "type": "integer"
685 }
686 }
687 },
688 "output": {
689 "type": "structure",
690 "members": {
691 "ReservedElasticsearchInstanceId": {},
692 "ReservationName": {}
693 }
694 }
695 },
696 "RemoveTags": {
697 "http": {
698 "requestUri": "/2015-01-01/tags-removal"
699 },
700 "input": {
701 "type": "structure",
702 "required": [
703 "ARN",
704 "TagKeys"
705 ],
706 "members": {
707 "ARN": {},
708 "TagKeys": {
709 "shape": "Sq"
710 }
711 }
712 }
713 },
714 "StartElasticsearchServiceSoftwareUpdate": {
715 "http": {
716 "requestUri": "/2015-01-01/es/serviceSoftwareUpdate/start"
717 },
718 "input": {
719 "type": "structure",
720 "required": [
721 "DomainName"
722 ],
723 "members": {
724 "DomainName": {}
725 }
726 },
727 "output": {
728 "type": "structure",
729 "members": {
730 "ServiceSoftwareOptions": {
731 "shape": "Sa"
732 }
733 }
734 }
735 },
736 "UpdateElasticsearchDomainConfig": {
737 "http": {
738 "requestUri": "/2015-01-01/es/domain/{DomainName}/config"
739 },
740 "input": {
741 "type": "structure",
742 "required": [
743 "DomainName"
744 ],
745 "members": {
746 "DomainName": {
747 "location": "uri",
748 "locationName": "DomainName"
749 },
750 "ElasticsearchClusterConfig": {
751 "shape": "Sh"
752 },
753 "EBSOptions": {
754 "shape": "Sl"
755 },
756 "SnapshotOptions": {
757 "shape": "So"
758 },
759 "VPCOptions": {
760 "shape": "Sp"
761 },
762 "CognitoOptions": {
763 "shape": "Sr"
764 },
765 "AdvancedOptions": {
766 "shape": "Sy"
767 },
768 "AccessPolicies": {},
769 "LogPublishingOptions": {
770 "shape": "Sz"
771 }
772 }
773 },
774 "output": {
775 "type": "structure",
776 "required": [
777 "DomainConfig"
778 ],
779 "members": {
780 "DomainConfig": {
781 "shape": "S1f"
782 }
783 }
784 }
785 },
786 "UpgradeElasticsearchDomain": {
787 "http": {
788 "requestUri": "/2015-01-01/es/upgradeDomain"
789 },
790 "input": {
791 "type": "structure",
792 "required": [
793 "DomainName",
794 "TargetVersion"
795 ],
796 "members": {
797 "DomainName": {},
798 "TargetVersion": {},
799 "PerformCheckOnly": {
800 "type": "boolean"
801 }
802 }
803 },
804 "output": {
805 "type": "structure",
806 "members": {
807 "DomainName": {},
808 "TargetVersion": {},
809 "PerformCheckOnly": {
810 "type": "boolean"
811 }
812 }
813 }
814 }
815 },
816 "shapes": {
817 "S3": {
818 "type": "list",
819 "member": {
820 "type": "structure",
821 "required": [
822 "Key",
823 "Value"
824 ],
825 "members": {
826 "Key": {},
827 "Value": {}
828 }
829 }
830 },
831 "Sa": {
832 "type": "structure",
833 "members": {
834 "CurrentVersion": {},
835 "NewVersion": {},
836 "UpdateAvailable": {
837 "type": "boolean"
838 },
839 "Cancellable": {
840 "type": "boolean"
841 },
842 "UpdateStatus": {},
843 "Description": {},
844 "AutomatedUpdateDate": {
845 "type": "timestamp"
846 }
847 }
848 },
849 "Sh": {
850 "type": "structure",
851 "members": {
852 "InstanceType": {},
853 "InstanceCount": {
854 "type": "integer"
855 },
856 "DedicatedMasterEnabled": {
857 "type": "boolean"
858 },
859 "ZoneAwarenessEnabled": {
860 "type": "boolean"
861 },
862 "ZoneAwarenessConfig": {
863 "type": "structure",
864 "members": {
865 "AvailabilityZoneCount": {
866 "type": "integer"
867 }
868 }
869 },
870 "DedicatedMasterType": {},
871 "DedicatedMasterCount": {
872 "type": "integer"
873 }
874 }
875 },
876 "Sl": {
877 "type": "structure",
878 "members": {
879 "EBSEnabled": {
880 "type": "boolean"
881 },
882 "VolumeType": {},
883 "VolumeSize": {
884 "type": "integer"
885 },
886 "Iops": {
887 "type": "integer"
888 }
889 }
890 },
891 "So": {
892 "type": "structure",
893 "members": {
894 "AutomatedSnapshotStartHour": {
895 "type": "integer"
896 }
897 }
898 },
899 "Sp": {
900 "type": "structure",
901 "members": {
902 "SubnetIds": {
903 "shape": "Sq"
904 },
905 "SecurityGroupIds": {
906 "shape": "Sq"
907 }
908 }
909 },
910 "Sq": {
911 "type": "list",
912 "member": {}
913 },
914 "Sr": {
915 "type": "structure",
916 "members": {
917 "Enabled": {
918 "type": "boolean"
919 },
920 "UserPoolId": {},
921 "IdentityPoolId": {},
922 "RoleArn": {}
923 }
924 },
925 "Sv": {
926 "type": "structure",
927 "members": {
928 "Enabled": {
929 "type": "boolean"
930 },
931 "KmsKeyId": {}
932 }
933 },
934 "Sx": {
935 "type": "structure",
936 "members": {
937 "Enabled": {
938 "type": "boolean"
939 }
940 }
941 },
942 "Sy": {
943 "type": "map",
944 "key": {},
945 "value": {}
946 },
947 "Sz": {
948 "type": "map",
949 "key": {},
950 "value": {
951 "type": "structure",
952 "members": {
953 "CloudWatchLogsLogGroupArn": {},
954 "Enabled": {
955 "type": "boolean"
956 }
957 }
958 }
959 },
960 "S14": {
961 "type": "structure",
962 "required": [
963 "DomainId",
964 "DomainName",
965 "ARN",
966 "ElasticsearchClusterConfig"
967 ],
968 "members": {
969 "DomainId": {},
970 "DomainName": {},
971 "ARN": {},
972 "Created": {
973 "type": "boolean"
974 },
975 "Deleted": {
976 "type": "boolean"
977 },
978 "Endpoint": {},
979 "Endpoints": {
980 "type": "map",
981 "key": {},
982 "value": {}
983 },
984 "Processing": {
985 "type": "boolean"
986 },
987 "UpgradeProcessing": {
988 "type": "boolean"
989 },
990 "ElasticsearchVersion": {},
991 "ElasticsearchClusterConfig": {
992 "shape": "Sh"
993 },
994 "EBSOptions": {
995 "shape": "Sl"
996 },
997 "AccessPolicies": {},
998 "SnapshotOptions": {
999 "shape": "So"
1000 },
1001 "VPCOptions": {
1002 "shape": "S18"
1003 },
1004 "CognitoOptions": {
1005 "shape": "Sr"
1006 },
1007 "EncryptionAtRestOptions": {
1008 "shape": "Sv"
1009 },
1010 "NodeToNodeEncryptionOptions": {
1011 "shape": "Sx"
1012 },
1013 "AdvancedOptions": {
1014 "shape": "Sy"
1015 },
1016 "LogPublishingOptions": {
1017 "shape": "Sz"
1018 },
1019 "ServiceSoftwareOptions": {
1020 "shape": "Sa"
1021 }
1022 }
1023 },
1024 "S18": {
1025 "type": "structure",
1026 "members": {
1027 "VPCId": {},
1028 "SubnetIds": {
1029 "shape": "Sq"
1030 },
1031 "AvailabilityZones": {
1032 "shape": "Sq"
1033 },
1034 "SecurityGroupIds": {
1035 "shape": "Sq"
1036 }
1037 }
1038 },
1039 "S1f": {
1040 "type": "structure",
1041 "members": {
1042 "ElasticsearchVersion": {
1043 "type": "structure",
1044 "required": [
1045 "Options",
1046 "Status"
1047 ],
1048 "members": {
1049 "Options": {},
1050 "Status": {
1051 "shape": "S1h"
1052 }
1053 }
1054 },
1055 "ElasticsearchClusterConfig": {
1056 "type": "structure",
1057 "required": [
1058 "Options",
1059 "Status"
1060 ],
1061 "members": {
1062 "Options": {
1063 "shape": "Sh"
1064 },
1065 "Status": {
1066 "shape": "S1h"
1067 }
1068 }
1069 },
1070 "EBSOptions": {
1071 "type": "structure",
1072 "required": [
1073 "Options",
1074 "Status"
1075 ],
1076 "members": {
1077 "Options": {
1078 "shape": "Sl"
1079 },
1080 "Status": {
1081 "shape": "S1h"
1082 }
1083 }
1084 },
1085 "AccessPolicies": {
1086 "type": "structure",
1087 "required": [
1088 "Options",
1089 "Status"
1090 ],
1091 "members": {
1092 "Options": {},
1093 "Status": {
1094 "shape": "S1h"
1095 }
1096 }
1097 },
1098 "SnapshotOptions": {
1099 "type": "structure",
1100 "required": [
1101 "Options",
1102 "Status"
1103 ],
1104 "members": {
1105 "Options": {
1106 "shape": "So"
1107 },
1108 "Status": {
1109 "shape": "S1h"
1110 }
1111 }
1112 },
1113 "VPCOptions": {
1114 "type": "structure",
1115 "required": [
1116 "Options",
1117 "Status"
1118 ],
1119 "members": {
1120 "Options": {
1121 "shape": "S18"
1122 },
1123 "Status": {
1124 "shape": "S1h"
1125 }
1126 }
1127 },
1128 "CognitoOptions": {
1129 "type": "structure",
1130 "required": [
1131 "Options",
1132 "Status"
1133 ],
1134 "members": {
1135 "Options": {
1136 "shape": "Sr"
1137 },
1138 "Status": {
1139 "shape": "S1h"
1140 }
1141 }
1142 },
1143 "EncryptionAtRestOptions": {
1144 "type": "structure",
1145 "required": [
1146 "Options",
1147 "Status"
1148 ],
1149 "members": {
1150 "Options": {
1151 "shape": "Sv"
1152 },
1153 "Status": {
1154 "shape": "S1h"
1155 }
1156 }
1157 },
1158 "NodeToNodeEncryptionOptions": {
1159 "type": "structure",
1160 "required": [
1161 "Options",
1162 "Status"
1163 ],
1164 "members": {
1165 "Options": {
1166 "shape": "Sx"
1167 },
1168 "Status": {
1169 "shape": "S1h"
1170 }
1171 }
1172 },
1173 "AdvancedOptions": {
1174 "type": "structure",
1175 "required": [
1176 "Options",
1177 "Status"
1178 ],
1179 "members": {
1180 "Options": {
1181 "shape": "Sy"
1182 },
1183 "Status": {
1184 "shape": "S1h"
1185 }
1186 }
1187 },
1188 "LogPublishingOptions": {
1189 "type": "structure",
1190 "members": {
1191 "Options": {
1192 "shape": "Sz"
1193 },
1194 "Status": {
1195 "shape": "S1h"
1196 }
1197 }
1198 }
1199 }
1200 },
1201 "S1h": {
1202 "type": "structure",
1203 "required": [
1204 "CreationDate",
1205 "UpdateDate",
1206 "State"
1207 ],
1208 "members": {
1209 "CreationDate": {
1210 "type": "timestamp"
1211 },
1212 "UpdateDate": {
1213 "type": "timestamp"
1214 },
1215 "UpdateVersion": {
1216 "type": "integer"
1217 },
1218 "State": {},
1219 "PendingDeletion": {
1220 "type": "boolean"
1221 }
1222 }
1223 },
1224 "S2b": {
1225 "type": "list",
1226 "member": {}
1227 },
1228 "S2t": {
1229 "type": "list",
1230 "member": {
1231 "type": "structure",
1232 "members": {
1233 "RecurringChargeAmount": {
1234 "type": "double"
1235 },
1236 "RecurringChargeFrequency": {}
1237 }
1238 }
1239 },
1240 "S34": {
1241 "type": "list",
1242 "member": {}
1243 }
1244 }
1245}
\No newline at end of file