UNPKG

55.7 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2015-12-10",
5 "endpointPrefix": "servicecatalog",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceFullName": "AWS Service Catalog",
9 "serviceId": "Service Catalog",
10 "signatureVersion": "v4",
11 "targetPrefix": "AWS242ServiceCatalogService",
12 "uid": "servicecatalog-2015-12-10"
13 },
14 "operations": {
15 "AcceptPortfolioShare": {
16 "input": {
17 "type": "structure",
18 "required": [
19 "PortfolioId"
20 ],
21 "members": {
22 "AcceptLanguage": {},
23 "PortfolioId": {},
24 "PortfolioShareType": {}
25 }
26 },
27 "output": {
28 "type": "structure",
29 "members": {}
30 }
31 },
32 "AssociatePrincipalWithPortfolio": {
33 "input": {
34 "type": "structure",
35 "required": [
36 "PortfolioId",
37 "PrincipalARN",
38 "PrincipalType"
39 ],
40 "members": {
41 "AcceptLanguage": {},
42 "PortfolioId": {},
43 "PrincipalARN": {},
44 "PrincipalType": {}
45 }
46 },
47 "output": {
48 "type": "structure",
49 "members": {}
50 }
51 },
52 "AssociateProductWithPortfolio": {
53 "input": {
54 "type": "structure",
55 "required": [
56 "ProductId",
57 "PortfolioId"
58 ],
59 "members": {
60 "AcceptLanguage": {},
61 "ProductId": {},
62 "PortfolioId": {},
63 "SourcePortfolioId": {}
64 }
65 },
66 "output": {
67 "type": "structure",
68 "members": {}
69 }
70 },
71 "AssociateServiceActionWithProvisioningArtifact": {
72 "input": {
73 "type": "structure",
74 "required": [
75 "ProductId",
76 "ProvisioningArtifactId",
77 "ServiceActionId"
78 ],
79 "members": {
80 "ProductId": {},
81 "ProvisioningArtifactId": {},
82 "ServiceActionId": {},
83 "AcceptLanguage": {}
84 }
85 },
86 "output": {
87 "type": "structure",
88 "members": {}
89 }
90 },
91 "AssociateTagOptionWithResource": {
92 "input": {
93 "type": "structure",
94 "required": [
95 "ResourceId",
96 "TagOptionId"
97 ],
98 "members": {
99 "ResourceId": {},
100 "TagOptionId": {}
101 }
102 },
103 "output": {
104 "type": "structure",
105 "members": {}
106 }
107 },
108 "BatchAssociateServiceActionWithProvisioningArtifact": {
109 "input": {
110 "type": "structure",
111 "required": [
112 "ServiceActionAssociations"
113 ],
114 "members": {
115 "ServiceActionAssociations": {
116 "shape": "Sj"
117 },
118 "AcceptLanguage": {}
119 }
120 },
121 "output": {
122 "type": "structure",
123 "members": {
124 "FailedServiceActionAssociations": {
125 "shape": "Sm"
126 }
127 }
128 }
129 },
130 "BatchDisassociateServiceActionFromProvisioningArtifact": {
131 "input": {
132 "type": "structure",
133 "required": [
134 "ServiceActionAssociations"
135 ],
136 "members": {
137 "ServiceActionAssociations": {
138 "shape": "Sj"
139 },
140 "AcceptLanguage": {}
141 }
142 },
143 "output": {
144 "type": "structure",
145 "members": {
146 "FailedServiceActionAssociations": {
147 "shape": "Sm"
148 }
149 }
150 }
151 },
152 "CopyProduct": {
153 "input": {
154 "type": "structure",
155 "required": [
156 "SourceProductArn",
157 "IdempotencyToken"
158 ],
159 "members": {
160 "AcceptLanguage": {},
161 "SourceProductArn": {},
162 "TargetProductId": {},
163 "TargetProductName": {},
164 "SourceProvisioningArtifactIdentifiers": {
165 "type": "list",
166 "member": {
167 "type": "map",
168 "key": {},
169 "value": {}
170 }
171 },
172 "CopyOptions": {
173 "type": "list",
174 "member": {}
175 },
176 "IdempotencyToken": {
177 "idempotencyToken": true
178 }
179 }
180 },
181 "output": {
182 "type": "structure",
183 "members": {
184 "CopyProductToken": {}
185 }
186 }
187 },
188 "CreateConstraint": {
189 "input": {
190 "type": "structure",
191 "required": [
192 "PortfolioId",
193 "ProductId",
194 "Parameters",
195 "Type",
196 "IdempotencyToken"
197 ],
198 "members": {
199 "AcceptLanguage": {},
200 "PortfolioId": {},
201 "ProductId": {},
202 "Parameters": {},
203 "Type": {},
204 "Description": {},
205 "IdempotencyToken": {
206 "idempotencyToken": true
207 }
208 }
209 },
210 "output": {
211 "type": "structure",
212 "members": {
213 "ConstraintDetail": {
214 "shape": "S18"
215 },
216 "ConstraintParameters": {},
217 "Status": {}
218 }
219 }
220 },
221 "CreatePortfolio": {
222 "input": {
223 "type": "structure",
224 "required": [
225 "DisplayName",
226 "ProviderName",
227 "IdempotencyToken"
228 ],
229 "members": {
230 "AcceptLanguage": {},
231 "DisplayName": {},
232 "Description": {},
233 "ProviderName": {},
234 "Tags": {
235 "shape": "S1f"
236 },
237 "IdempotencyToken": {
238 "idempotencyToken": true
239 }
240 }
241 },
242 "output": {
243 "type": "structure",
244 "members": {
245 "PortfolioDetail": {
246 "shape": "S1k"
247 },
248 "Tags": {
249 "shape": "S1n"
250 }
251 }
252 }
253 },
254 "CreatePortfolioShare": {
255 "input": {
256 "type": "structure",
257 "required": [
258 "PortfolioId"
259 ],
260 "members": {
261 "AcceptLanguage": {},
262 "PortfolioId": {},
263 "AccountId": {},
264 "OrganizationNode": {
265 "shape": "S1p"
266 }
267 }
268 },
269 "output": {
270 "type": "structure",
271 "members": {
272 "PortfolioShareToken": {}
273 }
274 }
275 },
276 "CreateProduct": {
277 "input": {
278 "type": "structure",
279 "required": [
280 "Name",
281 "Owner",
282 "ProductType",
283 "ProvisioningArtifactParameters",
284 "IdempotencyToken"
285 ],
286 "members": {
287 "AcceptLanguage": {},
288 "Name": {},
289 "Owner": {},
290 "Description": {},
291 "Distributor": {},
292 "SupportDescription": {},
293 "SupportEmail": {},
294 "SupportUrl": {},
295 "ProductType": {},
296 "Tags": {
297 "shape": "S1f"
298 },
299 "ProvisioningArtifactParameters": {
300 "shape": "S21"
301 },
302 "IdempotencyToken": {
303 "idempotencyToken": true
304 }
305 }
306 },
307 "output": {
308 "type": "structure",
309 "members": {
310 "ProductViewDetail": {
311 "shape": "S29"
312 },
313 "ProvisioningArtifactDetail": {
314 "shape": "S2e"
315 },
316 "Tags": {
317 "shape": "S1n"
318 }
319 }
320 }
321 },
322 "CreateProvisionedProductPlan": {
323 "input": {
324 "type": "structure",
325 "required": [
326 "PlanName",
327 "PlanType",
328 "ProductId",
329 "ProvisionedProductName",
330 "ProvisioningArtifactId",
331 "IdempotencyToken"
332 ],
333 "members": {
334 "AcceptLanguage": {},
335 "PlanName": {},
336 "PlanType": {},
337 "NotificationArns": {
338 "shape": "S2j"
339 },
340 "PathId": {},
341 "ProductId": {},
342 "ProvisionedProductName": {},
343 "ProvisioningArtifactId": {},
344 "ProvisioningParameters": {
345 "shape": "S2m"
346 },
347 "IdempotencyToken": {
348 "idempotencyToken": true
349 },
350 "Tags": {
351 "shape": "S1n"
352 }
353 }
354 },
355 "output": {
356 "type": "structure",
357 "members": {
358 "PlanName": {},
359 "PlanId": {},
360 "ProvisionProductId": {},
361 "ProvisionedProductName": {},
362 "ProvisioningArtifactId": {}
363 }
364 }
365 },
366 "CreateProvisioningArtifact": {
367 "input": {
368 "type": "structure",
369 "required": [
370 "ProductId",
371 "Parameters",
372 "IdempotencyToken"
373 ],
374 "members": {
375 "AcceptLanguage": {},
376 "ProductId": {},
377 "Parameters": {
378 "shape": "S21"
379 },
380 "IdempotencyToken": {
381 "idempotencyToken": true
382 }
383 }
384 },
385 "output": {
386 "type": "structure",
387 "members": {
388 "ProvisioningArtifactDetail": {
389 "shape": "S2e"
390 },
391 "Info": {
392 "shape": "S24"
393 },
394 "Status": {}
395 }
396 }
397 },
398 "CreateServiceAction": {
399 "input": {
400 "type": "structure",
401 "required": [
402 "Name",
403 "DefinitionType",
404 "Definition",
405 "IdempotencyToken"
406 ],
407 "members": {
408 "Name": {},
409 "DefinitionType": {},
410 "Definition": {
411 "shape": "S2x"
412 },
413 "Description": {},
414 "AcceptLanguage": {},
415 "IdempotencyToken": {
416 "idempotencyToken": true
417 }
418 }
419 },
420 "output": {
421 "type": "structure",
422 "members": {
423 "ServiceActionDetail": {
424 "shape": "S32"
425 }
426 }
427 }
428 },
429 "CreateTagOption": {
430 "input": {
431 "type": "structure",
432 "required": [
433 "Key",
434 "Value"
435 ],
436 "members": {
437 "Key": {},
438 "Value": {}
439 }
440 },
441 "output": {
442 "type": "structure",
443 "members": {
444 "TagOptionDetail": {
445 "shape": "S38"
446 }
447 }
448 }
449 },
450 "DeleteConstraint": {
451 "input": {
452 "type": "structure",
453 "required": [
454 "Id"
455 ],
456 "members": {
457 "AcceptLanguage": {},
458 "Id": {}
459 }
460 },
461 "output": {
462 "type": "structure",
463 "members": {}
464 }
465 },
466 "DeletePortfolio": {
467 "input": {
468 "type": "structure",
469 "required": [
470 "Id"
471 ],
472 "members": {
473 "AcceptLanguage": {},
474 "Id": {}
475 }
476 },
477 "output": {
478 "type": "structure",
479 "members": {}
480 }
481 },
482 "DeletePortfolioShare": {
483 "input": {
484 "type": "structure",
485 "required": [
486 "PortfolioId"
487 ],
488 "members": {
489 "AcceptLanguage": {},
490 "PortfolioId": {},
491 "AccountId": {},
492 "OrganizationNode": {
493 "shape": "S1p"
494 }
495 }
496 },
497 "output": {
498 "type": "structure",
499 "members": {
500 "PortfolioShareToken": {}
501 }
502 }
503 },
504 "DeleteProduct": {
505 "input": {
506 "type": "structure",
507 "required": [
508 "Id"
509 ],
510 "members": {
511 "AcceptLanguage": {},
512 "Id": {}
513 }
514 },
515 "output": {
516 "type": "structure",
517 "members": {}
518 }
519 },
520 "DeleteProvisionedProductPlan": {
521 "input": {
522 "type": "structure",
523 "required": [
524 "PlanId"
525 ],
526 "members": {
527 "AcceptLanguage": {},
528 "PlanId": {},
529 "IgnoreErrors": {
530 "type": "boolean"
531 }
532 }
533 },
534 "output": {
535 "type": "structure",
536 "members": {}
537 }
538 },
539 "DeleteProvisioningArtifact": {
540 "input": {
541 "type": "structure",
542 "required": [
543 "ProductId",
544 "ProvisioningArtifactId"
545 ],
546 "members": {
547 "AcceptLanguage": {},
548 "ProductId": {},
549 "ProvisioningArtifactId": {}
550 }
551 },
552 "output": {
553 "type": "structure",
554 "members": {}
555 }
556 },
557 "DeleteServiceAction": {
558 "input": {
559 "type": "structure",
560 "required": [
561 "Id"
562 ],
563 "members": {
564 "Id": {},
565 "AcceptLanguage": {}
566 }
567 },
568 "output": {
569 "type": "structure",
570 "members": {}
571 }
572 },
573 "DeleteTagOption": {
574 "input": {
575 "type": "structure",
576 "required": [
577 "Id"
578 ],
579 "members": {
580 "Id": {}
581 }
582 },
583 "output": {
584 "type": "structure",
585 "members": {}
586 }
587 },
588 "DescribeConstraint": {
589 "input": {
590 "type": "structure",
591 "required": [
592 "Id"
593 ],
594 "members": {
595 "AcceptLanguage": {},
596 "Id": {}
597 }
598 },
599 "output": {
600 "type": "structure",
601 "members": {
602 "ConstraintDetail": {
603 "shape": "S18"
604 },
605 "ConstraintParameters": {},
606 "Status": {}
607 }
608 }
609 },
610 "DescribeCopyProductStatus": {
611 "input": {
612 "type": "structure",
613 "required": [
614 "CopyProductToken"
615 ],
616 "members": {
617 "AcceptLanguage": {},
618 "CopyProductToken": {}
619 }
620 },
621 "output": {
622 "type": "structure",
623 "members": {
624 "CopyProductStatus": {},
625 "TargetProductId": {},
626 "StatusDetail": {}
627 }
628 }
629 },
630 "DescribePortfolio": {
631 "input": {
632 "type": "structure",
633 "required": [
634 "Id"
635 ],
636 "members": {
637 "AcceptLanguage": {},
638 "Id": {}
639 }
640 },
641 "output": {
642 "type": "structure",
643 "members": {
644 "PortfolioDetail": {
645 "shape": "S1k"
646 },
647 "Tags": {
648 "shape": "S1n"
649 },
650 "TagOptions": {
651 "shape": "S3z"
652 }
653 }
654 }
655 },
656 "DescribePortfolioShareStatus": {
657 "input": {
658 "type": "structure",
659 "required": [
660 "PortfolioShareToken"
661 ],
662 "members": {
663 "PortfolioShareToken": {}
664 }
665 },
666 "output": {
667 "type": "structure",
668 "members": {
669 "PortfolioShareToken": {},
670 "PortfolioId": {},
671 "OrganizationNodeValue": {},
672 "Status": {},
673 "ShareDetails": {
674 "type": "structure",
675 "members": {
676 "SuccessfulShares": {
677 "type": "list",
678 "member": {}
679 },
680 "ShareErrors": {
681 "type": "list",
682 "member": {
683 "type": "structure",
684 "members": {
685 "Accounts": {
686 "type": "list",
687 "member": {}
688 },
689 "Message": {},
690 "Error": {}
691 }
692 }
693 }
694 }
695 }
696 }
697 }
698 },
699 "DescribeProduct": {
700 "input": {
701 "type": "structure",
702 "required": [
703 "Id"
704 ],
705 "members": {
706 "AcceptLanguage": {},
707 "Id": {}
708 }
709 },
710 "output": {
711 "type": "structure",
712 "members": {
713 "ProductViewSummary": {
714 "shape": "S2a"
715 },
716 "ProvisioningArtifacts": {
717 "shape": "S4c"
718 }
719 }
720 }
721 },
722 "DescribeProductAsAdmin": {
723 "input": {
724 "type": "structure",
725 "required": [
726 "Id"
727 ],
728 "members": {
729 "AcceptLanguage": {},
730 "Id": {}
731 }
732 },
733 "output": {
734 "type": "structure",
735 "members": {
736 "ProductViewDetail": {
737 "shape": "S29"
738 },
739 "ProvisioningArtifactSummaries": {
740 "type": "list",
741 "member": {
742 "type": "structure",
743 "members": {
744 "Id": {},
745 "Name": {},
746 "Description": {},
747 "CreatedTime": {
748 "type": "timestamp"
749 },
750 "ProvisioningArtifactMetadata": {
751 "shape": "S24"
752 }
753 }
754 }
755 },
756 "Tags": {
757 "shape": "S1n"
758 },
759 "TagOptions": {
760 "shape": "S3z"
761 }
762 }
763 }
764 },
765 "DescribeProductView": {
766 "input": {
767 "type": "structure",
768 "required": [
769 "Id"
770 ],
771 "members": {
772 "AcceptLanguage": {},
773 "Id": {}
774 }
775 },
776 "output": {
777 "type": "structure",
778 "members": {
779 "ProductViewSummary": {
780 "shape": "S2a"
781 },
782 "ProvisioningArtifacts": {
783 "shape": "S4c"
784 }
785 }
786 }
787 },
788 "DescribeProvisionedProduct": {
789 "input": {
790 "type": "structure",
791 "required": [
792 "Id"
793 ],
794 "members": {
795 "AcceptLanguage": {},
796 "Id": {}
797 }
798 },
799 "output": {
800 "type": "structure",
801 "members": {
802 "ProvisionedProductDetail": {
803 "shape": "S4n"
804 },
805 "CloudWatchDashboards": {
806 "type": "list",
807 "member": {
808 "type": "structure",
809 "members": {
810 "Name": {}
811 }
812 }
813 }
814 }
815 }
816 },
817 "DescribeProvisionedProductPlan": {
818 "input": {
819 "type": "structure",
820 "required": [
821 "PlanId"
822 ],
823 "members": {
824 "AcceptLanguage": {},
825 "PlanId": {},
826 "PageSize": {
827 "type": "integer"
828 },
829 "PageToken": {}
830 }
831 },
832 "output": {
833 "type": "structure",
834 "members": {
835 "ProvisionedProductPlanDetails": {
836 "type": "structure",
837 "members": {
838 "CreatedTime": {
839 "type": "timestamp"
840 },
841 "PathId": {},
842 "ProductId": {},
843 "PlanName": {},
844 "PlanId": {},
845 "ProvisionProductId": {},
846 "ProvisionProductName": {},
847 "PlanType": {},
848 "ProvisioningArtifactId": {},
849 "Status": {},
850 "UpdatedTime": {
851 "type": "timestamp"
852 },
853 "NotificationArns": {
854 "shape": "S2j"
855 },
856 "ProvisioningParameters": {
857 "shape": "S2m"
858 },
859 "Tags": {
860 "shape": "S1n"
861 },
862 "StatusMessage": {}
863 }
864 },
865 "ResourceChanges": {
866 "type": "list",
867 "member": {
868 "type": "structure",
869 "members": {
870 "Action": {},
871 "LogicalResourceId": {},
872 "PhysicalResourceId": {},
873 "ResourceType": {},
874 "Replacement": {},
875 "Scope": {
876 "type": "list",
877 "member": {}
878 },
879 "Details": {
880 "type": "list",
881 "member": {
882 "type": "structure",
883 "members": {
884 "Target": {
885 "type": "structure",
886 "members": {
887 "Attribute": {},
888 "Name": {},
889 "RequiresRecreation": {}
890 }
891 },
892 "Evaluation": {},
893 "CausingEntity": {}
894 }
895 }
896 }
897 }
898 }
899 },
900 "NextPageToken": {}
901 }
902 }
903 },
904 "DescribeProvisioningArtifact": {
905 "input": {
906 "type": "structure",
907 "required": [
908 "ProvisioningArtifactId",
909 "ProductId"
910 ],
911 "members": {
912 "AcceptLanguage": {},
913 "ProvisioningArtifactId": {},
914 "ProductId": {},
915 "Verbose": {
916 "type": "boolean"
917 }
918 }
919 },
920 "output": {
921 "type": "structure",
922 "members": {
923 "ProvisioningArtifactDetail": {
924 "shape": "S2e"
925 },
926 "Info": {
927 "shape": "S24"
928 },
929 "Status": {}
930 }
931 }
932 },
933 "DescribeProvisioningParameters": {
934 "input": {
935 "type": "structure",
936 "required": [
937 "ProductId",
938 "ProvisioningArtifactId"
939 ],
940 "members": {
941 "AcceptLanguage": {},
942 "ProductId": {},
943 "ProvisioningArtifactId": {},
944 "PathId": {}
945 }
946 },
947 "output": {
948 "type": "structure",
949 "members": {
950 "ProvisioningArtifactParameters": {
951 "type": "list",
952 "member": {
953 "type": "structure",
954 "members": {
955 "ParameterKey": {},
956 "DefaultValue": {},
957 "ParameterType": {},
958 "IsNoEcho": {
959 "type": "boolean"
960 },
961 "Description": {},
962 "ParameterConstraints": {
963 "type": "structure",
964 "members": {
965 "AllowedValues": {
966 "type": "list",
967 "member": {}
968 }
969 }
970 }
971 }
972 }
973 },
974 "ConstraintSummaries": {
975 "shape": "S5z"
976 },
977 "UsageInstructions": {
978 "type": "list",
979 "member": {
980 "type": "structure",
981 "members": {
982 "Type": {},
983 "Value": {}
984 }
985 }
986 },
987 "TagOptions": {
988 "type": "list",
989 "member": {
990 "type": "structure",
991 "members": {
992 "Key": {},
993 "Values": {
994 "type": "list",
995 "member": {}
996 }
997 }
998 }
999 },
1000 "ProvisioningArtifactPreferences": {
1001 "type": "structure",
1002 "members": {
1003 "StackSetAccounts": {
1004 "shape": "S69"
1005 },
1006 "StackSetRegions": {
1007 "shape": "S6a"
1008 }
1009 }
1010 }
1011 }
1012 }
1013 },
1014 "DescribeRecord": {
1015 "input": {
1016 "type": "structure",
1017 "required": [
1018 "Id"
1019 ],
1020 "members": {
1021 "AcceptLanguage": {},
1022 "Id": {},
1023 "PageToken": {},
1024 "PageSize": {
1025 "type": "integer"
1026 }
1027 }
1028 },
1029 "output": {
1030 "type": "structure",
1031 "members": {
1032 "RecordDetail": {
1033 "shape": "S6e"
1034 },
1035 "RecordOutputs": {
1036 "type": "list",
1037 "member": {
1038 "type": "structure",
1039 "members": {
1040 "OutputKey": {},
1041 "OutputValue": {},
1042 "Description": {}
1043 }
1044 }
1045 },
1046 "NextPageToken": {}
1047 }
1048 }
1049 },
1050 "DescribeServiceAction": {
1051 "input": {
1052 "type": "structure",
1053 "required": [
1054 "Id"
1055 ],
1056 "members": {
1057 "Id": {},
1058 "AcceptLanguage": {}
1059 }
1060 },
1061 "output": {
1062 "type": "structure",
1063 "members": {
1064 "ServiceActionDetail": {
1065 "shape": "S32"
1066 }
1067 }
1068 }
1069 },
1070 "DescribeTagOption": {
1071 "input": {
1072 "type": "structure",
1073 "required": [
1074 "Id"
1075 ],
1076 "members": {
1077 "Id": {}
1078 }
1079 },
1080 "output": {
1081 "type": "structure",
1082 "members": {
1083 "TagOptionDetail": {
1084 "shape": "S38"
1085 }
1086 }
1087 }
1088 },
1089 "DisableAWSOrganizationsAccess": {
1090 "input": {
1091 "type": "structure",
1092 "members": {}
1093 },
1094 "output": {
1095 "type": "structure",
1096 "members": {}
1097 }
1098 },
1099 "DisassociatePrincipalFromPortfolio": {
1100 "input": {
1101 "type": "structure",
1102 "required": [
1103 "PortfolioId",
1104 "PrincipalARN"
1105 ],
1106 "members": {
1107 "AcceptLanguage": {},
1108 "PortfolioId": {},
1109 "PrincipalARN": {}
1110 }
1111 },
1112 "output": {
1113 "type": "structure",
1114 "members": {}
1115 }
1116 },
1117 "DisassociateProductFromPortfolio": {
1118 "input": {
1119 "type": "structure",
1120 "required": [
1121 "ProductId",
1122 "PortfolioId"
1123 ],
1124 "members": {
1125 "AcceptLanguage": {},
1126 "ProductId": {},
1127 "PortfolioId": {}
1128 }
1129 },
1130 "output": {
1131 "type": "structure",
1132 "members": {}
1133 }
1134 },
1135 "DisassociateServiceActionFromProvisioningArtifact": {
1136 "input": {
1137 "type": "structure",
1138 "required": [
1139 "ProductId",
1140 "ProvisioningArtifactId",
1141 "ServiceActionId"
1142 ],
1143 "members": {
1144 "ProductId": {},
1145 "ProvisioningArtifactId": {},
1146 "ServiceActionId": {},
1147 "AcceptLanguage": {}
1148 }
1149 },
1150 "output": {
1151 "type": "structure",
1152 "members": {}
1153 }
1154 },
1155 "DisassociateTagOptionFromResource": {
1156 "input": {
1157 "type": "structure",
1158 "required": [
1159 "ResourceId",
1160 "TagOptionId"
1161 ],
1162 "members": {
1163 "ResourceId": {},
1164 "TagOptionId": {}
1165 }
1166 },
1167 "output": {
1168 "type": "structure",
1169 "members": {}
1170 }
1171 },
1172 "EnableAWSOrganizationsAccess": {
1173 "input": {
1174 "type": "structure",
1175 "members": {}
1176 },
1177 "output": {
1178 "type": "structure",
1179 "members": {}
1180 }
1181 },
1182 "ExecuteProvisionedProductPlan": {
1183 "input": {
1184 "type": "structure",
1185 "required": [
1186 "PlanId",
1187 "IdempotencyToken"
1188 ],
1189 "members": {
1190 "AcceptLanguage": {},
1191 "PlanId": {},
1192 "IdempotencyToken": {
1193 "idempotencyToken": true
1194 }
1195 }
1196 },
1197 "output": {
1198 "type": "structure",
1199 "members": {
1200 "RecordDetail": {
1201 "shape": "S6e"
1202 }
1203 }
1204 }
1205 },
1206 "ExecuteProvisionedProductServiceAction": {
1207 "input": {
1208 "type": "structure",
1209 "required": [
1210 "ProvisionedProductId",
1211 "ServiceActionId",
1212 "ExecuteToken"
1213 ],
1214 "members": {
1215 "ProvisionedProductId": {},
1216 "ServiceActionId": {},
1217 "ExecuteToken": {
1218 "idempotencyToken": true
1219 },
1220 "AcceptLanguage": {}
1221 }
1222 },
1223 "output": {
1224 "type": "structure",
1225 "members": {
1226 "RecordDetail": {
1227 "shape": "S6e"
1228 }
1229 }
1230 }
1231 },
1232 "GetAWSOrganizationsAccessStatus": {
1233 "input": {
1234 "type": "structure",
1235 "members": {}
1236 },
1237 "output": {
1238 "type": "structure",
1239 "members": {
1240 "AccessStatus": {}
1241 }
1242 }
1243 },
1244 "ListAcceptedPortfolioShares": {
1245 "input": {
1246 "type": "structure",
1247 "members": {
1248 "AcceptLanguage": {},
1249 "PageToken": {},
1250 "PageSize": {
1251 "type": "integer"
1252 },
1253 "PortfolioShareType": {}
1254 }
1255 },
1256 "output": {
1257 "type": "structure",
1258 "members": {
1259 "PortfolioDetails": {
1260 "shape": "S7i"
1261 },
1262 "NextPageToken": {}
1263 }
1264 }
1265 },
1266 "ListConstraintsForPortfolio": {
1267 "input": {
1268 "type": "structure",
1269 "required": [
1270 "PortfolioId"
1271 ],
1272 "members": {
1273 "AcceptLanguage": {},
1274 "PortfolioId": {},
1275 "ProductId": {},
1276 "PageSize": {
1277 "type": "integer"
1278 },
1279 "PageToken": {}
1280 }
1281 },
1282 "output": {
1283 "type": "structure",
1284 "members": {
1285 "ConstraintDetails": {
1286 "type": "list",
1287 "member": {
1288 "shape": "S18"
1289 }
1290 },
1291 "NextPageToken": {}
1292 }
1293 }
1294 },
1295 "ListLaunchPaths": {
1296 "input": {
1297 "type": "structure",
1298 "required": [
1299 "ProductId"
1300 ],
1301 "members": {
1302 "AcceptLanguage": {},
1303 "ProductId": {},
1304 "PageSize": {
1305 "type": "integer"
1306 },
1307 "PageToken": {}
1308 }
1309 },
1310 "output": {
1311 "type": "structure",
1312 "members": {
1313 "LaunchPathSummaries": {
1314 "type": "list",
1315 "member": {
1316 "type": "structure",
1317 "members": {
1318 "Id": {},
1319 "ConstraintSummaries": {
1320 "shape": "S5z"
1321 },
1322 "Tags": {
1323 "shape": "S1n"
1324 },
1325 "Name": {}
1326 }
1327 }
1328 },
1329 "NextPageToken": {}
1330 }
1331 }
1332 },
1333 "ListOrganizationPortfolioAccess": {
1334 "input": {
1335 "type": "structure",
1336 "required": [
1337 "PortfolioId",
1338 "OrganizationNodeType"
1339 ],
1340 "members": {
1341 "AcceptLanguage": {},
1342 "PortfolioId": {},
1343 "OrganizationNodeType": {},
1344 "PageToken": {},
1345 "PageSize": {
1346 "type": "integer"
1347 }
1348 }
1349 },
1350 "output": {
1351 "type": "structure",
1352 "members": {
1353 "OrganizationNodes": {
1354 "type": "list",
1355 "member": {
1356 "shape": "S1p"
1357 }
1358 },
1359 "NextPageToken": {}
1360 }
1361 }
1362 },
1363 "ListPortfolioAccess": {
1364 "input": {
1365 "type": "structure",
1366 "required": [
1367 "PortfolioId"
1368 ],
1369 "members": {
1370 "AcceptLanguage": {},
1371 "PortfolioId": {}
1372 }
1373 },
1374 "output": {
1375 "type": "structure",
1376 "members": {
1377 "AccountIds": {
1378 "type": "list",
1379 "member": {}
1380 },
1381 "NextPageToken": {}
1382 }
1383 }
1384 },
1385 "ListPortfolios": {
1386 "input": {
1387 "type": "structure",
1388 "members": {
1389 "AcceptLanguage": {},
1390 "PageToken": {},
1391 "PageSize": {
1392 "type": "integer"
1393 }
1394 }
1395 },
1396 "output": {
1397 "type": "structure",
1398 "members": {
1399 "PortfolioDetails": {
1400 "shape": "S7i"
1401 },
1402 "NextPageToken": {}
1403 }
1404 }
1405 },
1406 "ListPortfoliosForProduct": {
1407 "input": {
1408 "type": "structure",
1409 "required": [
1410 "ProductId"
1411 ],
1412 "members": {
1413 "AcceptLanguage": {},
1414 "ProductId": {},
1415 "PageToken": {},
1416 "PageSize": {
1417 "type": "integer"
1418 }
1419 }
1420 },
1421 "output": {
1422 "type": "structure",
1423 "members": {
1424 "PortfolioDetails": {
1425 "shape": "S7i"
1426 },
1427 "NextPageToken": {}
1428 }
1429 }
1430 },
1431 "ListPrincipalsForPortfolio": {
1432 "input": {
1433 "type": "structure",
1434 "required": [
1435 "PortfolioId"
1436 ],
1437 "members": {
1438 "AcceptLanguage": {},
1439 "PortfolioId": {},
1440 "PageSize": {
1441 "type": "integer"
1442 },
1443 "PageToken": {}
1444 }
1445 },
1446 "output": {
1447 "type": "structure",
1448 "members": {
1449 "Principals": {
1450 "type": "list",
1451 "member": {
1452 "type": "structure",
1453 "members": {
1454 "PrincipalARN": {},
1455 "PrincipalType": {}
1456 }
1457 }
1458 },
1459 "NextPageToken": {}
1460 }
1461 }
1462 },
1463 "ListProvisionedProductPlans": {
1464 "input": {
1465 "type": "structure",
1466 "members": {
1467 "AcceptLanguage": {},
1468 "ProvisionProductId": {},
1469 "PageSize": {
1470 "type": "integer"
1471 },
1472 "PageToken": {},
1473 "AccessLevelFilter": {
1474 "shape": "S86"
1475 }
1476 }
1477 },
1478 "output": {
1479 "type": "structure",
1480 "members": {
1481 "ProvisionedProductPlans": {
1482 "type": "list",
1483 "member": {
1484 "type": "structure",
1485 "members": {
1486 "PlanName": {},
1487 "PlanId": {},
1488 "ProvisionProductId": {},
1489 "ProvisionProductName": {},
1490 "PlanType": {},
1491 "ProvisioningArtifactId": {}
1492 }
1493 }
1494 },
1495 "NextPageToken": {}
1496 }
1497 }
1498 },
1499 "ListProvisioningArtifacts": {
1500 "input": {
1501 "type": "structure",
1502 "required": [
1503 "ProductId"
1504 ],
1505 "members": {
1506 "AcceptLanguage": {},
1507 "ProductId": {}
1508 }
1509 },
1510 "output": {
1511 "type": "structure",
1512 "members": {
1513 "ProvisioningArtifactDetails": {
1514 "type": "list",
1515 "member": {
1516 "shape": "S2e"
1517 }
1518 },
1519 "NextPageToken": {}
1520 }
1521 }
1522 },
1523 "ListProvisioningArtifactsForServiceAction": {
1524 "input": {
1525 "type": "structure",
1526 "required": [
1527 "ServiceActionId"
1528 ],
1529 "members": {
1530 "ServiceActionId": {},
1531 "PageSize": {
1532 "type": "integer"
1533 },
1534 "PageToken": {},
1535 "AcceptLanguage": {}
1536 }
1537 },
1538 "output": {
1539 "type": "structure",
1540 "members": {
1541 "ProvisioningArtifactViews": {
1542 "type": "list",
1543 "member": {
1544 "type": "structure",
1545 "members": {
1546 "ProductViewSummary": {
1547 "shape": "S2a"
1548 },
1549 "ProvisioningArtifact": {
1550 "shape": "S4d"
1551 }
1552 }
1553 }
1554 },
1555 "NextPageToken": {}
1556 }
1557 }
1558 },
1559 "ListRecordHistory": {
1560 "input": {
1561 "type": "structure",
1562 "members": {
1563 "AcceptLanguage": {},
1564 "AccessLevelFilter": {
1565 "shape": "S86"
1566 },
1567 "SearchFilter": {
1568 "type": "structure",
1569 "members": {
1570 "Key": {},
1571 "Value": {}
1572 }
1573 },
1574 "PageSize": {
1575 "type": "integer"
1576 },
1577 "PageToken": {}
1578 }
1579 },
1580 "output": {
1581 "type": "structure",
1582 "members": {
1583 "RecordDetails": {
1584 "type": "list",
1585 "member": {
1586 "shape": "S6e"
1587 }
1588 },
1589 "NextPageToken": {}
1590 }
1591 }
1592 },
1593 "ListResourcesForTagOption": {
1594 "input": {
1595 "type": "structure",
1596 "required": [
1597 "TagOptionId"
1598 ],
1599 "members": {
1600 "TagOptionId": {},
1601 "ResourceType": {},
1602 "PageSize": {
1603 "type": "integer"
1604 },
1605 "PageToken": {}
1606 }
1607 },
1608 "output": {
1609 "type": "structure",
1610 "members": {
1611 "ResourceDetails": {
1612 "type": "list",
1613 "member": {
1614 "type": "structure",
1615 "members": {
1616 "Id": {},
1617 "ARN": {},
1618 "Name": {},
1619 "Description": {},
1620 "CreatedTime": {
1621 "type": "timestamp"
1622 }
1623 }
1624 }
1625 },
1626 "PageToken": {}
1627 }
1628 }
1629 },
1630 "ListServiceActions": {
1631 "input": {
1632 "type": "structure",
1633 "members": {
1634 "AcceptLanguage": {},
1635 "PageSize": {
1636 "type": "integer"
1637 },
1638 "PageToken": {}
1639 }
1640 },
1641 "output": {
1642 "type": "structure",
1643 "members": {
1644 "ServiceActionSummaries": {
1645 "shape": "S91"
1646 },
1647 "NextPageToken": {}
1648 }
1649 }
1650 },
1651 "ListServiceActionsForProvisioningArtifact": {
1652 "input": {
1653 "type": "structure",
1654 "required": [
1655 "ProductId",
1656 "ProvisioningArtifactId"
1657 ],
1658 "members": {
1659 "ProductId": {},
1660 "ProvisioningArtifactId": {},
1661 "PageSize": {
1662 "type": "integer"
1663 },
1664 "PageToken": {},
1665 "AcceptLanguage": {}
1666 }
1667 },
1668 "output": {
1669 "type": "structure",
1670 "members": {
1671 "ServiceActionSummaries": {
1672 "shape": "S91"
1673 },
1674 "NextPageToken": {}
1675 }
1676 }
1677 },
1678 "ListTagOptions": {
1679 "input": {
1680 "type": "structure",
1681 "members": {
1682 "Filters": {
1683 "type": "structure",
1684 "members": {
1685 "Key": {},
1686 "Value": {},
1687 "Active": {
1688 "type": "boolean"
1689 }
1690 }
1691 },
1692 "PageSize": {
1693 "type": "integer"
1694 },
1695 "PageToken": {}
1696 }
1697 },
1698 "output": {
1699 "type": "structure",
1700 "members": {
1701 "TagOptionDetails": {
1702 "shape": "S3z"
1703 },
1704 "PageToken": {}
1705 }
1706 }
1707 },
1708 "ProvisionProduct": {
1709 "input": {
1710 "type": "structure",
1711 "required": [
1712 "ProductId",
1713 "ProvisioningArtifactId",
1714 "ProvisionedProductName",
1715 "ProvisionToken"
1716 ],
1717 "members": {
1718 "AcceptLanguage": {},
1719 "ProductId": {},
1720 "ProvisioningArtifactId": {},
1721 "PathId": {},
1722 "ProvisionedProductName": {},
1723 "ProvisioningParameters": {
1724 "type": "list",
1725 "member": {
1726 "type": "structure",
1727 "members": {
1728 "Key": {},
1729 "Value": {}
1730 }
1731 }
1732 },
1733 "ProvisioningPreferences": {
1734 "type": "structure",
1735 "members": {
1736 "StackSetAccounts": {
1737 "shape": "S69"
1738 },
1739 "StackSetRegions": {
1740 "shape": "S6a"
1741 },
1742 "StackSetFailureToleranceCount": {
1743 "type": "integer"
1744 },
1745 "StackSetFailureTolerancePercentage": {
1746 "type": "integer"
1747 },
1748 "StackSetMaxConcurrencyCount": {
1749 "type": "integer"
1750 },
1751 "StackSetMaxConcurrencyPercentage": {
1752 "type": "integer"
1753 }
1754 }
1755 },
1756 "Tags": {
1757 "shape": "S1n"
1758 },
1759 "NotificationArns": {
1760 "shape": "S2j"
1761 },
1762 "ProvisionToken": {
1763 "idempotencyToken": true
1764 }
1765 }
1766 },
1767 "output": {
1768 "type": "structure",
1769 "members": {
1770 "RecordDetail": {
1771 "shape": "S6e"
1772 }
1773 }
1774 }
1775 },
1776 "RejectPortfolioShare": {
1777 "input": {
1778 "type": "structure",
1779 "required": [
1780 "PortfolioId"
1781 ],
1782 "members": {
1783 "AcceptLanguage": {},
1784 "PortfolioId": {},
1785 "PortfolioShareType": {}
1786 }
1787 },
1788 "output": {
1789 "type": "structure",
1790 "members": {}
1791 }
1792 },
1793 "ScanProvisionedProducts": {
1794 "input": {
1795 "type": "structure",
1796 "members": {
1797 "AcceptLanguage": {},
1798 "AccessLevelFilter": {
1799 "shape": "S86"
1800 },
1801 "PageSize": {
1802 "type": "integer"
1803 },
1804 "PageToken": {}
1805 }
1806 },
1807 "output": {
1808 "type": "structure",
1809 "members": {
1810 "ProvisionedProducts": {
1811 "type": "list",
1812 "member": {
1813 "shape": "S4n"
1814 }
1815 },
1816 "NextPageToken": {}
1817 }
1818 }
1819 },
1820 "SearchProducts": {
1821 "input": {
1822 "type": "structure",
1823 "members": {
1824 "AcceptLanguage": {},
1825 "Filters": {
1826 "shape": "S9m"
1827 },
1828 "PageSize": {
1829 "type": "integer"
1830 },
1831 "SortBy": {},
1832 "SortOrder": {},
1833 "PageToken": {}
1834 }
1835 },
1836 "output": {
1837 "type": "structure",
1838 "members": {
1839 "ProductViewSummaries": {
1840 "type": "list",
1841 "member": {
1842 "shape": "S2a"
1843 }
1844 },
1845 "ProductViewAggregations": {
1846 "type": "map",
1847 "key": {},
1848 "value": {
1849 "type": "list",
1850 "member": {
1851 "type": "structure",
1852 "members": {
1853 "Value": {},
1854 "ApproximateCount": {
1855 "type": "integer"
1856 }
1857 }
1858 }
1859 }
1860 },
1861 "NextPageToken": {}
1862 }
1863 }
1864 },
1865 "SearchProductsAsAdmin": {
1866 "input": {
1867 "type": "structure",
1868 "members": {
1869 "AcceptLanguage": {},
1870 "PortfolioId": {},
1871 "Filters": {
1872 "shape": "S9m"
1873 },
1874 "SortBy": {},
1875 "SortOrder": {},
1876 "PageToken": {},
1877 "PageSize": {
1878 "type": "integer"
1879 },
1880 "ProductSource": {}
1881 }
1882 },
1883 "output": {
1884 "type": "structure",
1885 "members": {
1886 "ProductViewDetails": {
1887 "type": "list",
1888 "member": {
1889 "shape": "S29"
1890 }
1891 },
1892 "NextPageToken": {}
1893 }
1894 }
1895 },
1896 "SearchProvisionedProducts": {
1897 "input": {
1898 "type": "structure",
1899 "members": {
1900 "AcceptLanguage": {},
1901 "AccessLevelFilter": {
1902 "shape": "S86"
1903 },
1904 "Filters": {
1905 "type": "map",
1906 "key": {},
1907 "value": {
1908 "type": "list",
1909 "member": {}
1910 }
1911 },
1912 "SortBy": {},
1913 "SortOrder": {},
1914 "PageSize": {
1915 "type": "integer"
1916 },
1917 "PageToken": {}
1918 }
1919 },
1920 "output": {
1921 "type": "structure",
1922 "members": {
1923 "ProvisionedProducts": {
1924 "type": "list",
1925 "member": {
1926 "type": "structure",
1927 "members": {
1928 "Name": {},
1929 "Arn": {},
1930 "Type": {},
1931 "Id": {},
1932 "Status": {},
1933 "StatusMessage": {},
1934 "CreatedTime": {
1935 "type": "timestamp"
1936 },
1937 "IdempotencyToken": {},
1938 "LastRecordId": {},
1939 "Tags": {
1940 "shape": "S1n"
1941 },
1942 "PhysicalId": {},
1943 "ProductId": {},
1944 "ProvisioningArtifactId": {},
1945 "UserArn": {},
1946 "UserArnSession": {}
1947 }
1948 }
1949 },
1950 "TotalResultsCount": {
1951 "type": "integer"
1952 },
1953 "NextPageToken": {}
1954 }
1955 }
1956 },
1957 "TerminateProvisionedProduct": {
1958 "input": {
1959 "type": "structure",
1960 "required": [
1961 "TerminateToken"
1962 ],
1963 "members": {
1964 "ProvisionedProductName": {},
1965 "ProvisionedProductId": {},
1966 "TerminateToken": {
1967 "idempotencyToken": true
1968 },
1969 "IgnoreErrors": {
1970 "type": "boolean"
1971 },
1972 "AcceptLanguage": {}
1973 }
1974 },
1975 "output": {
1976 "type": "structure",
1977 "members": {
1978 "RecordDetail": {
1979 "shape": "S6e"
1980 }
1981 }
1982 }
1983 },
1984 "UpdateConstraint": {
1985 "input": {
1986 "type": "structure",
1987 "required": [
1988 "Id"
1989 ],
1990 "members": {
1991 "AcceptLanguage": {},
1992 "Id": {},
1993 "Description": {}
1994 }
1995 },
1996 "output": {
1997 "type": "structure",
1998 "members": {
1999 "ConstraintDetail": {
2000 "shape": "S18"
2001 },
2002 "ConstraintParameters": {},
2003 "Status": {}
2004 }
2005 }
2006 },
2007 "UpdatePortfolio": {
2008 "input": {
2009 "type": "structure",
2010 "required": [
2011 "Id"
2012 ],
2013 "members": {
2014 "AcceptLanguage": {},
2015 "Id": {},
2016 "DisplayName": {},
2017 "Description": {},
2018 "ProviderName": {},
2019 "AddTags": {
2020 "shape": "S1f"
2021 },
2022 "RemoveTags": {
2023 "shape": "San"
2024 }
2025 }
2026 },
2027 "output": {
2028 "type": "structure",
2029 "members": {
2030 "PortfolioDetail": {
2031 "shape": "S1k"
2032 },
2033 "Tags": {
2034 "shape": "S1n"
2035 }
2036 }
2037 }
2038 },
2039 "UpdateProduct": {
2040 "input": {
2041 "type": "structure",
2042 "required": [
2043 "Id"
2044 ],
2045 "members": {
2046 "AcceptLanguage": {},
2047 "Id": {},
2048 "Name": {},
2049 "Owner": {},
2050 "Description": {},
2051 "Distributor": {},
2052 "SupportDescription": {},
2053 "SupportEmail": {},
2054 "SupportUrl": {},
2055 "AddTags": {
2056 "shape": "S1f"
2057 },
2058 "RemoveTags": {
2059 "shape": "San"
2060 }
2061 }
2062 },
2063 "output": {
2064 "type": "structure",
2065 "members": {
2066 "ProductViewDetail": {
2067 "shape": "S29"
2068 },
2069 "Tags": {
2070 "shape": "S1n"
2071 }
2072 }
2073 }
2074 },
2075 "UpdateProvisionedProduct": {
2076 "input": {
2077 "type": "structure",
2078 "required": [
2079 "UpdateToken"
2080 ],
2081 "members": {
2082 "AcceptLanguage": {},
2083 "ProvisionedProductName": {},
2084 "ProvisionedProductId": {},
2085 "ProductId": {},
2086 "ProvisioningArtifactId": {},
2087 "PathId": {},
2088 "ProvisioningParameters": {
2089 "shape": "S2m"
2090 },
2091 "ProvisioningPreferences": {
2092 "type": "structure",
2093 "members": {
2094 "StackSetAccounts": {
2095 "shape": "S69"
2096 },
2097 "StackSetRegions": {
2098 "shape": "S6a"
2099 },
2100 "StackSetFailureToleranceCount": {
2101 "type": "integer"
2102 },
2103 "StackSetFailureTolerancePercentage": {
2104 "type": "integer"
2105 },
2106 "StackSetMaxConcurrencyCount": {
2107 "type": "integer"
2108 },
2109 "StackSetMaxConcurrencyPercentage": {
2110 "type": "integer"
2111 },
2112 "StackSetOperationType": {}
2113 }
2114 },
2115 "UpdateToken": {
2116 "idempotencyToken": true
2117 }
2118 }
2119 },
2120 "output": {
2121 "type": "structure",
2122 "members": {
2123 "RecordDetail": {
2124 "shape": "S6e"
2125 }
2126 }
2127 }
2128 },
2129 "UpdateProvisioningArtifact": {
2130 "input": {
2131 "type": "structure",
2132 "required": [
2133 "ProductId",
2134 "ProvisioningArtifactId"
2135 ],
2136 "members": {
2137 "AcceptLanguage": {},
2138 "ProductId": {},
2139 "ProvisioningArtifactId": {},
2140 "Name": {},
2141 "Description": {},
2142 "Active": {
2143 "type": "boolean"
2144 }
2145 }
2146 },
2147 "output": {
2148 "type": "structure",
2149 "members": {
2150 "ProvisioningArtifactDetail": {
2151 "shape": "S2e"
2152 },
2153 "Info": {
2154 "shape": "S24"
2155 },
2156 "Status": {}
2157 }
2158 }
2159 },
2160 "UpdateServiceAction": {
2161 "input": {
2162 "type": "structure",
2163 "required": [
2164 "Id"
2165 ],
2166 "members": {
2167 "Id": {},
2168 "Name": {},
2169 "Definition": {
2170 "shape": "S2x"
2171 },
2172 "Description": {},
2173 "AcceptLanguage": {}
2174 }
2175 },
2176 "output": {
2177 "type": "structure",
2178 "members": {
2179 "ServiceActionDetail": {
2180 "shape": "S32"
2181 }
2182 }
2183 }
2184 },
2185 "UpdateTagOption": {
2186 "input": {
2187 "type": "structure",
2188 "required": [
2189 "Id"
2190 ],
2191 "members": {
2192 "Id": {},
2193 "Value": {},
2194 "Active": {
2195 "type": "boolean"
2196 }
2197 }
2198 },
2199 "output": {
2200 "type": "structure",
2201 "members": {
2202 "TagOptionDetail": {
2203 "shape": "S38"
2204 }
2205 }
2206 }
2207 }
2208 },
2209 "shapes": {
2210 "Sj": {
2211 "type": "list",
2212 "member": {
2213 "type": "structure",
2214 "required": [
2215 "ServiceActionId",
2216 "ProductId",
2217 "ProvisioningArtifactId"
2218 ],
2219 "members": {
2220 "ServiceActionId": {},
2221 "ProductId": {},
2222 "ProvisioningArtifactId": {}
2223 }
2224 }
2225 },
2226 "Sm": {
2227 "type": "list",
2228 "member": {
2229 "type": "structure",
2230 "members": {
2231 "ServiceActionId": {},
2232 "ProductId": {},
2233 "ProvisioningArtifactId": {},
2234 "ErrorCode": {},
2235 "ErrorMessage": {}
2236 }
2237 }
2238 },
2239 "S18": {
2240 "type": "structure",
2241 "members": {
2242 "ConstraintId": {},
2243 "Type": {},
2244 "Description": {},
2245 "Owner": {}
2246 }
2247 },
2248 "S1f": {
2249 "type": "list",
2250 "member": {
2251 "shape": "S1g"
2252 }
2253 },
2254 "S1g": {
2255 "type": "structure",
2256 "required": [
2257 "Key",
2258 "Value"
2259 ],
2260 "members": {
2261 "Key": {},
2262 "Value": {}
2263 }
2264 },
2265 "S1k": {
2266 "type": "structure",
2267 "members": {
2268 "Id": {},
2269 "ARN": {},
2270 "DisplayName": {},
2271 "Description": {},
2272 "CreatedTime": {
2273 "type": "timestamp"
2274 },
2275 "ProviderName": {}
2276 }
2277 },
2278 "S1n": {
2279 "type": "list",
2280 "member": {
2281 "shape": "S1g"
2282 }
2283 },
2284 "S1p": {
2285 "type": "structure",
2286 "members": {
2287 "Type": {},
2288 "Value": {}
2289 }
2290 },
2291 "S21": {
2292 "type": "structure",
2293 "required": [
2294 "Info"
2295 ],
2296 "members": {
2297 "Name": {},
2298 "Description": {},
2299 "Info": {
2300 "shape": "S24"
2301 },
2302 "Type": {}
2303 }
2304 },
2305 "S24": {
2306 "type": "map",
2307 "key": {},
2308 "value": {}
2309 },
2310 "S29": {
2311 "type": "structure",
2312 "members": {
2313 "ProductViewSummary": {
2314 "shape": "S2a"
2315 },
2316 "Status": {},
2317 "ProductARN": {},
2318 "CreatedTime": {
2319 "type": "timestamp"
2320 }
2321 }
2322 },
2323 "S2a": {
2324 "type": "structure",
2325 "members": {
2326 "Id": {},
2327 "ProductId": {},
2328 "Name": {},
2329 "Owner": {},
2330 "ShortDescription": {},
2331 "Type": {},
2332 "Distributor": {},
2333 "HasDefaultPath": {
2334 "type": "boolean"
2335 },
2336 "SupportEmail": {},
2337 "SupportDescription": {},
2338 "SupportUrl": {}
2339 }
2340 },
2341 "S2e": {
2342 "type": "structure",
2343 "members": {
2344 "Id": {},
2345 "Name": {},
2346 "Description": {},
2347 "Type": {},
2348 "CreatedTime": {
2349 "type": "timestamp"
2350 },
2351 "Active": {
2352 "type": "boolean"
2353 }
2354 }
2355 },
2356 "S2j": {
2357 "type": "list",
2358 "member": {}
2359 },
2360 "S2m": {
2361 "type": "list",
2362 "member": {
2363 "type": "structure",
2364 "members": {
2365 "Key": {},
2366 "Value": {},
2367 "UsePreviousValue": {
2368 "type": "boolean"
2369 }
2370 }
2371 }
2372 },
2373 "S2x": {
2374 "type": "map",
2375 "key": {},
2376 "value": {}
2377 },
2378 "S32": {
2379 "type": "structure",
2380 "members": {
2381 "ServiceActionSummary": {
2382 "shape": "S33"
2383 },
2384 "Definition": {
2385 "shape": "S2x"
2386 }
2387 }
2388 },
2389 "S33": {
2390 "type": "structure",
2391 "members": {
2392 "Id": {},
2393 "Name": {},
2394 "Description": {},
2395 "DefinitionType": {}
2396 }
2397 },
2398 "S38": {
2399 "type": "structure",
2400 "members": {
2401 "Key": {},
2402 "Value": {},
2403 "Active": {
2404 "type": "boolean"
2405 },
2406 "Id": {}
2407 }
2408 },
2409 "S3z": {
2410 "type": "list",
2411 "member": {
2412 "shape": "S38"
2413 }
2414 },
2415 "S4c": {
2416 "type": "list",
2417 "member": {
2418 "shape": "S4d"
2419 }
2420 },
2421 "S4d": {
2422 "type": "structure",
2423 "members": {
2424 "Id": {},
2425 "Name": {},
2426 "Description": {},
2427 "CreatedTime": {
2428 "type": "timestamp"
2429 }
2430 }
2431 },
2432 "S4n": {
2433 "type": "structure",
2434 "members": {
2435 "Name": {},
2436 "Arn": {},
2437 "Type": {},
2438 "Id": {},
2439 "Status": {},
2440 "StatusMessage": {},
2441 "CreatedTime": {
2442 "type": "timestamp"
2443 },
2444 "IdempotencyToken": {},
2445 "LastRecordId": {},
2446 "ProductId": {},
2447 "ProvisioningArtifactId": {}
2448 }
2449 },
2450 "S5z": {
2451 "type": "list",
2452 "member": {
2453 "type": "structure",
2454 "members": {
2455 "Type": {},
2456 "Description": {}
2457 }
2458 }
2459 },
2460 "S69": {
2461 "type": "list",
2462 "member": {}
2463 },
2464 "S6a": {
2465 "type": "list",
2466 "member": {}
2467 },
2468 "S6e": {
2469 "type": "structure",
2470 "members": {
2471 "RecordId": {},
2472 "ProvisionedProductName": {},
2473 "Status": {},
2474 "CreatedTime": {
2475 "type": "timestamp"
2476 },
2477 "UpdatedTime": {
2478 "type": "timestamp"
2479 },
2480 "ProvisionedProductType": {},
2481 "RecordType": {},
2482 "ProvisionedProductId": {},
2483 "ProductId": {},
2484 "ProvisioningArtifactId": {},
2485 "PathId": {},
2486 "RecordErrors": {
2487 "type": "list",
2488 "member": {
2489 "type": "structure",
2490 "members": {
2491 "Code": {},
2492 "Description": {}
2493 }
2494 }
2495 },
2496 "RecordTags": {
2497 "type": "list",
2498 "member": {
2499 "type": "structure",
2500 "members": {
2501 "Key": {},
2502 "Value": {}
2503 }
2504 }
2505 }
2506 }
2507 },
2508 "S7i": {
2509 "type": "list",
2510 "member": {
2511 "shape": "S1k"
2512 }
2513 },
2514 "S86": {
2515 "type": "structure",
2516 "members": {
2517 "Key": {},
2518 "Value": {}
2519 }
2520 },
2521 "S91": {
2522 "type": "list",
2523 "member": {
2524 "shape": "S33"
2525 }
2526 },
2527 "S9m": {
2528 "type": "map",
2529 "key": {},
2530 "value": {
2531 "type": "list",
2532 "member": {}
2533 }
2534 },
2535 "San": {
2536 "type": "list",
2537 "member": {}
2538 }
2539 }
2540}
\No newline at end of file