UNPKG

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