@aws-sdk/client-service-catalog 3.33.0 → 3.36.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1293) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/ServiceCatalog.js +1312 -0
  3. package/dist-cjs/ServiceCatalogClient.js +35 -0
  4. package/dist-cjs/commands/AcceptPortfolioShareCommand.js +36 -0
  5. package/dist-cjs/commands/AssociateBudgetWithResourceCommand.js +36 -0
  6. package/dist-cjs/commands/AssociatePrincipalWithPortfolioCommand.js +36 -0
  7. package/dist-cjs/commands/AssociateProductWithPortfolioCommand.js +36 -0
  8. package/dist-cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +36 -0
  9. package/dist-cjs/commands/AssociateTagOptionWithResourceCommand.js +36 -0
  10. package/dist-cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +36 -0
  11. package/dist-cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +36 -0
  12. package/dist-cjs/commands/CopyProductCommand.js +36 -0
  13. package/dist-cjs/commands/CreateConstraintCommand.js +36 -0
  14. package/dist-cjs/commands/CreatePortfolioCommand.js +36 -0
  15. package/dist-cjs/commands/CreatePortfolioShareCommand.js +36 -0
  16. package/dist-cjs/commands/CreateProductCommand.js +36 -0
  17. package/dist-cjs/commands/CreateProvisionedProductPlanCommand.js +36 -0
  18. package/dist-cjs/commands/CreateProvisioningArtifactCommand.js +36 -0
  19. package/dist-cjs/commands/CreateServiceActionCommand.js +36 -0
  20. package/dist-cjs/commands/CreateTagOptionCommand.js +36 -0
  21. package/dist-cjs/commands/DeleteConstraintCommand.js +36 -0
  22. package/dist-cjs/commands/DeletePortfolioCommand.js +36 -0
  23. package/dist-cjs/commands/DeletePortfolioShareCommand.js +36 -0
  24. package/dist-cjs/commands/DeleteProductCommand.js +36 -0
  25. package/dist-cjs/commands/DeleteProvisionedProductPlanCommand.js +36 -0
  26. package/dist-cjs/commands/DeleteProvisioningArtifactCommand.js +36 -0
  27. package/dist-cjs/commands/DeleteServiceActionCommand.js +36 -0
  28. package/dist-cjs/commands/DeleteTagOptionCommand.js +36 -0
  29. package/dist-cjs/commands/DescribeConstraintCommand.js +36 -0
  30. package/dist-cjs/commands/DescribeCopyProductStatusCommand.js +36 -0
  31. package/dist-cjs/commands/DescribePortfolioCommand.js +36 -0
  32. package/dist-cjs/commands/DescribePortfolioShareStatusCommand.js +36 -0
  33. package/dist-cjs/commands/DescribePortfolioSharesCommand.js +36 -0
  34. package/dist-cjs/commands/DescribeProductAsAdminCommand.js +36 -0
  35. package/dist-cjs/commands/DescribeProductCommand.js +36 -0
  36. package/dist-cjs/commands/DescribeProductViewCommand.js +36 -0
  37. package/dist-cjs/commands/DescribeProvisionedProductCommand.js +36 -0
  38. package/dist-cjs/commands/DescribeProvisionedProductPlanCommand.js +36 -0
  39. package/dist-cjs/commands/DescribeProvisioningArtifactCommand.js +36 -0
  40. package/dist-cjs/commands/DescribeProvisioningParametersCommand.js +36 -0
  41. package/dist-cjs/commands/DescribeRecordCommand.js +36 -0
  42. package/dist-cjs/commands/DescribeServiceActionCommand.js +36 -0
  43. package/dist-cjs/commands/DescribeServiceActionExecutionParametersCommand.js +36 -0
  44. package/dist-cjs/commands/DescribeTagOptionCommand.js +36 -0
  45. package/dist-cjs/commands/DisableAWSOrganizationsAccessCommand.js +36 -0
  46. package/dist-cjs/commands/DisassociateBudgetFromResourceCommand.js +36 -0
  47. package/dist-cjs/commands/DisassociatePrincipalFromPortfolioCommand.js +36 -0
  48. package/dist-cjs/commands/DisassociateProductFromPortfolioCommand.js +36 -0
  49. package/dist-cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +36 -0
  50. package/dist-cjs/commands/DisassociateTagOptionFromResourceCommand.js +36 -0
  51. package/dist-cjs/commands/EnableAWSOrganizationsAccessCommand.js +36 -0
  52. package/dist-cjs/commands/ExecuteProvisionedProductPlanCommand.js +36 -0
  53. package/dist-cjs/commands/ExecuteProvisionedProductServiceActionCommand.js +36 -0
  54. package/dist-cjs/commands/GetAWSOrganizationsAccessStatusCommand.js +36 -0
  55. package/dist-cjs/commands/GetProvisionedProductOutputsCommand.js +36 -0
  56. package/dist-cjs/commands/ImportAsProvisionedProductCommand.js +36 -0
  57. package/dist-cjs/commands/ListAcceptedPortfolioSharesCommand.js +36 -0
  58. package/dist-cjs/commands/ListBudgetsForResourceCommand.js +36 -0
  59. package/dist-cjs/commands/ListConstraintsForPortfolioCommand.js +36 -0
  60. package/dist-cjs/commands/ListLaunchPathsCommand.js +36 -0
  61. package/dist-cjs/commands/ListOrganizationPortfolioAccessCommand.js +36 -0
  62. package/dist-cjs/commands/ListPortfolioAccessCommand.js +36 -0
  63. package/dist-cjs/commands/ListPortfoliosCommand.js +36 -0
  64. package/dist-cjs/commands/ListPortfoliosForProductCommand.js +36 -0
  65. package/dist-cjs/commands/ListPrincipalsForPortfolioCommand.js +36 -0
  66. package/dist-cjs/commands/ListProvisionedProductPlansCommand.js +36 -0
  67. package/dist-cjs/commands/ListProvisioningArtifactsCommand.js +36 -0
  68. package/dist-cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js +36 -0
  69. package/dist-cjs/commands/ListRecordHistoryCommand.js +36 -0
  70. package/dist-cjs/commands/ListResourcesForTagOptionCommand.js +36 -0
  71. package/dist-cjs/commands/ListServiceActionsCommand.js +36 -0
  72. package/dist-cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js +36 -0
  73. package/dist-cjs/commands/ListStackInstancesForProvisionedProductCommand.js +36 -0
  74. package/dist-cjs/commands/ListTagOptionsCommand.js +36 -0
  75. package/dist-cjs/commands/ProvisionProductCommand.js +36 -0
  76. package/dist-cjs/commands/RejectPortfolioShareCommand.js +36 -0
  77. package/dist-cjs/commands/ScanProvisionedProductsCommand.js +36 -0
  78. package/dist-cjs/commands/SearchProductsAsAdminCommand.js +36 -0
  79. package/dist-cjs/commands/SearchProductsCommand.js +36 -0
  80. package/dist-cjs/commands/SearchProvisionedProductsCommand.js +36 -0
  81. package/dist-cjs/commands/TerminateProvisionedProductCommand.js +36 -0
  82. package/dist-cjs/commands/UpdateConstraintCommand.js +36 -0
  83. package/dist-cjs/commands/UpdatePortfolioCommand.js +36 -0
  84. package/dist-cjs/commands/UpdatePortfolioShareCommand.js +36 -0
  85. package/dist-cjs/commands/UpdateProductCommand.js +36 -0
  86. package/dist-cjs/commands/UpdateProvisionedProductCommand.js +36 -0
  87. package/dist-cjs/commands/UpdateProvisionedProductPropertiesCommand.js +36 -0
  88. package/dist-cjs/commands/UpdateProvisioningArtifactCommand.js +36 -0
  89. package/dist-cjs/commands/UpdateServiceActionCommand.js +36 -0
  90. package/dist-cjs/commands/UpdateTagOptionCommand.js +36 -0
  91. package/dist-cjs/endpoints.js +85 -0
  92. package/dist-cjs/index.js +113 -0
  93. package/dist-cjs/models/index.js +4 -0
  94. package/dist-cjs/models/models_0.js +1614 -0
  95. package/dist-cjs/pagination/DescribePortfolioSharesPaginator.js +35 -0
  96. package/dist-cjs/pagination/GetProvisionedProductOutputsPaginator.js +35 -0
  97. package/dist-cjs/pagination/Interfaces.js +2 -0
  98. package/dist-cjs/pagination/ListAcceptedPortfolioSharesPaginator.js +35 -0
  99. package/dist-cjs/pagination/ListBudgetsForResourcePaginator.js +35 -0
  100. package/dist-cjs/pagination/ListConstraintsForPortfolioPaginator.js +35 -0
  101. package/dist-cjs/pagination/ListLaunchPathsPaginator.js +35 -0
  102. package/dist-cjs/pagination/ListOrganizationPortfolioAccessPaginator.js +35 -0
  103. package/dist-cjs/pagination/ListPortfolioAccessPaginator.js +35 -0
  104. package/dist-cjs/pagination/ListPortfoliosForProductPaginator.js +35 -0
  105. package/dist-cjs/pagination/ListPortfoliosPaginator.js +35 -0
  106. package/dist-cjs/pagination/ListPrincipalsForPortfolioPaginator.js +35 -0
  107. package/dist-cjs/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +35 -0
  108. package/dist-cjs/pagination/ListResourcesForTagOptionPaginator.js +35 -0
  109. package/dist-cjs/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +35 -0
  110. package/dist-cjs/pagination/ListServiceActionsPaginator.js +35 -0
  111. package/dist-cjs/pagination/ListTagOptionsPaginator.js +35 -0
  112. package/dist-cjs/pagination/SearchProductsAsAdminPaginator.js +35 -0
  113. package/dist-cjs/pagination/SearchProductsPaginator.js +35 -0
  114. package/dist-cjs/pagination/SearchProvisionedProductsPaginator.js +35 -0
  115. package/dist-cjs/protocols/Aws_json1_1.js +9001 -0
  116. package/dist-cjs/runtimeConfig.browser.js +37 -0
  117. package/dist-cjs/runtimeConfig.js +42 -0
  118. package/dist-cjs/runtimeConfig.native.js +16 -0
  119. package/dist-cjs/runtimeConfig.shared.js +17 -0
  120. package/dist-es/ServiceCatalog.js +1315 -0
  121. package/dist-es/ServiceCatalogClient.js +37 -0
  122. package/dist-es/commands/AcceptPortfolioShareCommand.js +39 -0
  123. package/dist-es/commands/AssociateBudgetWithResourceCommand.js +39 -0
  124. package/dist-es/commands/AssociatePrincipalWithPortfolioCommand.js +39 -0
  125. package/dist-es/commands/AssociateProductWithPortfolioCommand.js +39 -0
  126. package/dist-es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +39 -0
  127. package/dist-es/commands/AssociateTagOptionWithResourceCommand.js +39 -0
  128. package/dist-es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +39 -0
  129. package/dist-es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +39 -0
  130. package/dist-es/commands/CopyProductCommand.js +39 -0
  131. package/dist-es/commands/CreateConstraintCommand.js +39 -0
  132. package/dist-es/commands/CreatePortfolioCommand.js +39 -0
  133. package/dist-es/commands/CreatePortfolioShareCommand.js +39 -0
  134. package/dist-es/commands/CreateProductCommand.js +39 -0
  135. package/dist-es/commands/CreateProvisionedProductPlanCommand.js +39 -0
  136. package/dist-es/commands/CreateProvisioningArtifactCommand.js +39 -0
  137. package/dist-es/commands/CreateServiceActionCommand.js +39 -0
  138. package/dist-es/commands/CreateTagOptionCommand.js +39 -0
  139. package/dist-es/commands/DeleteConstraintCommand.js +39 -0
  140. package/dist-es/commands/DeletePortfolioCommand.js +39 -0
  141. package/dist-es/commands/DeletePortfolioShareCommand.js +39 -0
  142. package/dist-es/commands/DeleteProductCommand.js +39 -0
  143. package/dist-es/commands/DeleteProvisionedProductPlanCommand.js +39 -0
  144. package/dist-es/commands/DeleteProvisioningArtifactCommand.js +39 -0
  145. package/dist-es/commands/DeleteServiceActionCommand.js +39 -0
  146. package/dist-es/commands/DeleteTagOptionCommand.js +39 -0
  147. package/dist-es/commands/DescribeConstraintCommand.js +39 -0
  148. package/dist-es/commands/DescribeCopyProductStatusCommand.js +39 -0
  149. package/dist-es/commands/DescribePortfolioCommand.js +39 -0
  150. package/dist-es/commands/DescribePortfolioShareStatusCommand.js +39 -0
  151. package/dist-es/commands/DescribePortfolioSharesCommand.js +39 -0
  152. package/dist-es/commands/DescribeProductAsAdminCommand.js +39 -0
  153. package/dist-es/commands/DescribeProductCommand.js +39 -0
  154. package/dist-es/commands/DescribeProductViewCommand.js +39 -0
  155. package/dist-es/commands/DescribeProvisionedProductCommand.js +39 -0
  156. package/dist-es/commands/DescribeProvisionedProductPlanCommand.js +39 -0
  157. package/dist-es/commands/DescribeProvisioningArtifactCommand.js +39 -0
  158. package/dist-es/commands/DescribeProvisioningParametersCommand.js +39 -0
  159. package/dist-es/commands/DescribeRecordCommand.js +39 -0
  160. package/dist-es/commands/DescribeServiceActionCommand.js +39 -0
  161. package/dist-es/commands/DescribeServiceActionExecutionParametersCommand.js +39 -0
  162. package/dist-es/commands/DescribeTagOptionCommand.js +39 -0
  163. package/dist-es/commands/DisableAWSOrganizationsAccessCommand.js +39 -0
  164. package/dist-es/commands/DisassociateBudgetFromResourceCommand.js +39 -0
  165. package/dist-es/commands/DisassociatePrincipalFromPortfolioCommand.js +39 -0
  166. package/dist-es/commands/DisassociateProductFromPortfolioCommand.js +39 -0
  167. package/dist-es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +39 -0
  168. package/dist-es/commands/DisassociateTagOptionFromResourceCommand.js +39 -0
  169. package/dist-es/commands/EnableAWSOrganizationsAccessCommand.js +39 -0
  170. package/dist-es/commands/ExecuteProvisionedProductPlanCommand.js +39 -0
  171. package/dist-es/commands/ExecuteProvisionedProductServiceActionCommand.js +39 -0
  172. package/dist-es/commands/GetAWSOrganizationsAccessStatusCommand.js +39 -0
  173. package/dist-es/commands/GetProvisionedProductOutputsCommand.js +39 -0
  174. package/dist-es/commands/ImportAsProvisionedProductCommand.js +39 -0
  175. package/dist-es/commands/ListAcceptedPortfolioSharesCommand.js +39 -0
  176. package/dist-es/commands/ListBudgetsForResourceCommand.js +39 -0
  177. package/dist-es/commands/ListConstraintsForPortfolioCommand.js +39 -0
  178. package/dist-es/commands/ListLaunchPathsCommand.js +39 -0
  179. package/dist-es/commands/ListOrganizationPortfolioAccessCommand.js +39 -0
  180. package/dist-es/commands/ListPortfolioAccessCommand.js +39 -0
  181. package/dist-es/commands/ListPortfoliosCommand.js +39 -0
  182. package/dist-es/commands/ListPortfoliosForProductCommand.js +39 -0
  183. package/dist-es/commands/ListPrincipalsForPortfolioCommand.js +39 -0
  184. package/dist-es/commands/ListProvisionedProductPlansCommand.js +39 -0
  185. package/dist-es/commands/ListProvisioningArtifactsCommand.js +39 -0
  186. package/dist-es/commands/ListProvisioningArtifactsForServiceActionCommand.js +39 -0
  187. package/dist-es/commands/ListRecordHistoryCommand.js +39 -0
  188. package/dist-es/commands/ListResourcesForTagOptionCommand.js +39 -0
  189. package/dist-es/commands/ListServiceActionsCommand.js +39 -0
  190. package/dist-es/commands/ListServiceActionsForProvisioningArtifactCommand.js +39 -0
  191. package/dist-es/commands/ListStackInstancesForProvisionedProductCommand.js +39 -0
  192. package/dist-es/commands/ListTagOptionsCommand.js +39 -0
  193. package/dist-es/commands/ProvisionProductCommand.js +39 -0
  194. package/dist-es/commands/RejectPortfolioShareCommand.js +39 -0
  195. package/dist-es/commands/ScanProvisionedProductsCommand.js +39 -0
  196. package/dist-es/commands/SearchProductsAsAdminCommand.js +39 -0
  197. package/dist-es/commands/SearchProductsCommand.js +39 -0
  198. package/dist-es/commands/SearchProvisionedProductsCommand.js +39 -0
  199. package/dist-es/commands/TerminateProvisionedProductCommand.js +39 -0
  200. package/dist-es/commands/UpdateConstraintCommand.js +39 -0
  201. package/dist-es/commands/UpdatePortfolioCommand.js +39 -0
  202. package/dist-es/commands/UpdatePortfolioShareCommand.js +39 -0
  203. package/dist-es/commands/UpdateProductCommand.js +39 -0
  204. package/dist-es/commands/UpdateProvisionedProductCommand.js +39 -0
  205. package/dist-es/commands/UpdateProvisionedProductPropertiesCommand.js +39 -0
  206. package/dist-es/commands/UpdateProvisioningArtifactCommand.js +39 -0
  207. package/dist-es/commands/UpdateServiceActionCommand.js +39 -0
  208. package/dist-es/commands/UpdateTagOptionCommand.js +39 -0
  209. package/dist-es/endpoints.js +81 -0
  210. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  211. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  212. package/dist-es/models/models_0.js +1137 -0
  213. package/dist-es/pagination/DescribePortfolioSharesPaginator.js +74 -0
  214. package/dist-es/pagination/GetProvisionedProductOutputsPaginator.js +74 -0
  215. package/dist-es/pagination/Interfaces.js +1 -0
  216. package/dist-es/pagination/ListAcceptedPortfolioSharesPaginator.js +74 -0
  217. package/dist-es/pagination/ListBudgetsForResourcePaginator.js +74 -0
  218. package/dist-es/pagination/ListConstraintsForPortfolioPaginator.js +74 -0
  219. package/dist-es/pagination/ListLaunchPathsPaginator.js +74 -0
  220. package/dist-es/pagination/ListOrganizationPortfolioAccessPaginator.js +74 -0
  221. package/dist-es/pagination/ListPortfolioAccessPaginator.js +74 -0
  222. package/dist-es/pagination/ListPortfoliosForProductPaginator.js +74 -0
  223. package/dist-es/pagination/ListPortfoliosPaginator.js +74 -0
  224. package/dist-es/pagination/ListPrincipalsForPortfolioPaginator.js +74 -0
  225. package/dist-es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +74 -0
  226. package/dist-es/pagination/ListResourcesForTagOptionPaginator.js +74 -0
  227. package/dist-es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +74 -0
  228. package/dist-es/pagination/ListServiceActionsPaginator.js +74 -0
  229. package/dist-es/pagination/ListTagOptionsPaginator.js +74 -0
  230. package/dist-es/pagination/SearchProductsAsAdminPaginator.js +74 -0
  231. package/dist-es/pagination/SearchProductsPaginator.js +74 -0
  232. package/dist-es/pagination/SearchProvisionedProductsPaginator.js +74 -0
  233. package/dist-es/protocols/Aws_json1_1.js +9354 -0
  234. package/dist-es/runtimeConfig.browser.js +16 -0
  235. package/dist-es/runtimeConfig.js +21 -0
  236. package/dist-es/runtimeConfig.native.js +8 -0
  237. package/dist-es/runtimeConfig.shared.js +13 -0
  238. package/dist-types/ServiceCatalog.d.ts +746 -0
  239. package/dist-types/ServiceCatalogClient.d.ts +225 -0
  240. package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +35 -0
  241. package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +35 -0
  242. package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +35 -0
  243. package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +36 -0
  244. package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +35 -0
  245. package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +35 -0
  246. package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +35 -0
  247. package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +35 -0
  248. package/dist-types/commands/CopyProductCommand.d.ts +39 -0
  249. package/dist-types/commands/CreateConstraintCommand.d.ts +36 -0
  250. package/dist-types/commands/CreatePortfolioCommand.d.ts +36 -0
  251. package/dist-types/commands/CreatePortfolioShareCommand.d.ts +43 -0
  252. package/dist-types/commands/CreateProductCommand.d.ts +41 -0
  253. package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +41 -0
  254. package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +40 -0
  255. package/dist-types/commands/CreateServiceActionCommand.d.ts +35 -0
  256. package/dist-types/commands/CreateTagOptionCommand.d.ts +35 -0
  257. package/dist-types/commands/DeleteConstraintCommand.d.ts +36 -0
  258. package/dist-types/commands/DeletePortfolioCommand.d.ts +38 -0
  259. package/dist-types/commands/DeletePortfolioShareCommand.d.ts +38 -0
  260. package/dist-types/commands/DeleteProductCommand.d.ts +37 -0
  261. package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +35 -0
  262. package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +38 -0
  263. package/dist-types/commands/DeleteServiceActionCommand.d.ts +35 -0
  264. package/dist-types/commands/DeleteTagOptionCommand.d.ts +36 -0
  265. package/dist-types/commands/DescribeConstraintCommand.d.ts +35 -0
  266. package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +35 -0
  267. package/dist-types/commands/DescribePortfolioCommand.d.ts +36 -0
  268. package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +36 -0
  269. package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +39 -0
  270. package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +35 -0
  271. package/dist-types/commands/DescribeProductCommand.d.ts +35 -0
  272. package/dist-types/commands/DescribeProductViewCommand.d.ts +35 -0
  273. package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +35 -0
  274. package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +35 -0
  275. package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +35 -0
  276. package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +42 -0
  277. package/dist-types/commands/DescribeRecordCommand.d.ts +43 -0
  278. package/dist-types/commands/DescribeServiceActionCommand.d.ts +35 -0
  279. package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +35 -0
  280. package/dist-types/commands/DescribeTagOptionCommand.d.ts +35 -0
  281. package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +41 -0
  282. package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +35 -0
  283. package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +36 -0
  284. package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +36 -0
  285. package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +35 -0
  286. package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +35 -0
  287. package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +40 -0
  288. package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +35 -0
  289. package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +35 -0
  290. package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +36 -0
  291. package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +35 -0
  292. package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +48 -0
  293. package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +35 -0
  294. package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +35 -0
  295. package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +35 -0
  296. package/dist-types/commands/ListLaunchPathsCommand.d.ts +37 -0
  297. package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +38 -0
  298. package/dist-types/commands/ListPortfolioAccessCommand.d.ts +36 -0
  299. package/dist-types/commands/ListPortfoliosCommand.d.ts +35 -0
  300. package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +35 -0
  301. package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +35 -0
  302. package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +35 -0
  303. package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +35 -0
  304. package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +35 -0
  305. package/dist-types/commands/ListRecordHistoryCommand.d.ts +35 -0
  306. package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +35 -0
  307. package/dist-types/commands/ListServiceActionsCommand.d.ts +35 -0
  308. package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +35 -0
  309. package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +35 -0
  310. package/dist-types/commands/ListTagOptionsCommand.d.ts +35 -0
  311. package/dist-types/commands/ProvisionProductCommand.d.ts +43 -0
  312. package/dist-types/commands/RejectPortfolioShareCommand.d.ts +35 -0
  313. package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +36 -0
  314. package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +35 -0
  315. package/dist-types/commands/SearchProductsCommand.d.ts +35 -0
  316. package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +35 -0
  317. package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +37 -0
  318. package/dist-types/commands/UpdateConstraintCommand.d.ts +35 -0
  319. package/dist-types/commands/UpdatePortfolioCommand.d.ts +36 -0
  320. package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +43 -0
  321. package/dist-types/commands/UpdateProductCommand.d.ts +35 -0
  322. package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +39 -0
  323. package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +35 -0
  324. package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +36 -0
  325. package/dist-types/commands/UpdateServiceActionCommand.d.ts +35 -0
  326. package/dist-types/commands/UpdateTagOptionCommand.d.ts +35 -0
  327. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  328. package/{index.ts → dist-types/index.d.ts} +0 -0
  329. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  330. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  331. package/dist-types/pagination/DescribePortfolioSharesPaginator.d.ts +4 -0
  332. package/dist-types/pagination/GetProvisionedProductOutputsPaginator.d.ts +4 -0
  333. package/dist-types/pagination/Interfaces.d.ts +6 -0
  334. package/dist-types/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +4 -0
  335. package/dist-types/pagination/ListBudgetsForResourcePaginator.d.ts +4 -0
  336. package/dist-types/pagination/ListConstraintsForPortfolioPaginator.d.ts +4 -0
  337. package/dist-types/pagination/ListLaunchPathsPaginator.d.ts +4 -0
  338. package/dist-types/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +4 -0
  339. package/dist-types/pagination/ListPortfolioAccessPaginator.d.ts +4 -0
  340. package/dist-types/pagination/ListPortfoliosForProductPaginator.d.ts +4 -0
  341. package/dist-types/pagination/ListPortfoliosPaginator.d.ts +4 -0
  342. package/dist-types/pagination/ListPrincipalsForPortfolioPaginator.d.ts +4 -0
  343. package/dist-types/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +4 -0
  344. package/dist-types/pagination/ListResourcesForTagOptionPaginator.d.ts +4 -0
  345. package/dist-types/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +4 -0
  346. package/dist-types/pagination/ListServiceActionsPaginator.d.ts +4 -0
  347. package/dist-types/pagination/ListTagOptionsPaginator.d.ts +4 -0
  348. package/dist-types/pagination/SearchProductsAsAdminPaginator.d.ts +4 -0
  349. package/dist-types/pagination/SearchProductsPaginator.d.ts +4 -0
  350. package/dist-types/pagination/SearchProvisionedProductsPaginator.d.ts +4 -0
  351. package/dist-types/protocols/Aws_json1_1.d.ts +263 -0
  352. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  353. package/dist-types/runtimeConfig.d.ts +37 -0
  354. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  355. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  356. package/dist-types/ts3.4/ServiceCatalog.d.ts +440 -0
  357. package/dist-types/ts3.4/ServiceCatalogClient.d.ts +154 -0
  358. package/dist-types/ts3.4/commands/AcceptPortfolioShareCommand.d.ts +17 -0
  359. package/dist-types/ts3.4/commands/AssociateBudgetWithResourceCommand.d.ts +17 -0
  360. package/dist-types/ts3.4/commands/AssociatePrincipalWithPortfolioCommand.d.ts +17 -0
  361. package/dist-types/ts3.4/commands/AssociateProductWithPortfolioCommand.d.ts +17 -0
  362. package/dist-types/ts3.4/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +17 -0
  363. package/dist-types/ts3.4/commands/AssociateTagOptionWithResourceCommand.d.ts +17 -0
  364. package/dist-types/ts3.4/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +17 -0
  365. package/dist-types/ts3.4/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +17 -0
  366. package/dist-types/ts3.4/commands/CopyProductCommand.d.ts +17 -0
  367. package/dist-types/ts3.4/commands/CreateConstraintCommand.d.ts +17 -0
  368. package/dist-types/ts3.4/commands/CreatePortfolioCommand.d.ts +17 -0
  369. package/dist-types/ts3.4/commands/CreatePortfolioShareCommand.d.ts +17 -0
  370. package/dist-types/ts3.4/commands/CreateProductCommand.d.ts +17 -0
  371. package/dist-types/ts3.4/commands/CreateProvisionedProductPlanCommand.d.ts +17 -0
  372. package/dist-types/ts3.4/commands/CreateProvisioningArtifactCommand.d.ts +17 -0
  373. package/dist-types/ts3.4/commands/CreateServiceActionCommand.d.ts +17 -0
  374. package/dist-types/ts3.4/commands/CreateTagOptionCommand.d.ts +17 -0
  375. package/dist-types/ts3.4/commands/DeleteConstraintCommand.d.ts +17 -0
  376. package/dist-types/ts3.4/commands/DeletePortfolioCommand.d.ts +17 -0
  377. package/dist-types/ts3.4/commands/DeletePortfolioShareCommand.d.ts +17 -0
  378. package/dist-types/ts3.4/commands/DeleteProductCommand.d.ts +17 -0
  379. package/dist-types/ts3.4/commands/DeleteProvisionedProductPlanCommand.d.ts +17 -0
  380. package/dist-types/ts3.4/commands/DeleteProvisioningArtifactCommand.d.ts +17 -0
  381. package/dist-types/ts3.4/commands/DeleteServiceActionCommand.d.ts +17 -0
  382. package/dist-types/ts3.4/commands/DeleteTagOptionCommand.d.ts +17 -0
  383. package/dist-types/ts3.4/commands/DescribeConstraintCommand.d.ts +17 -0
  384. package/dist-types/ts3.4/commands/DescribeCopyProductStatusCommand.d.ts +17 -0
  385. package/dist-types/ts3.4/commands/DescribePortfolioCommand.d.ts +17 -0
  386. package/dist-types/ts3.4/commands/DescribePortfolioShareStatusCommand.d.ts +17 -0
  387. package/dist-types/ts3.4/commands/DescribePortfolioSharesCommand.d.ts +17 -0
  388. package/dist-types/ts3.4/commands/DescribeProductAsAdminCommand.d.ts +17 -0
  389. package/dist-types/ts3.4/commands/DescribeProductCommand.d.ts +17 -0
  390. package/dist-types/ts3.4/commands/DescribeProductViewCommand.d.ts +17 -0
  391. package/dist-types/ts3.4/commands/DescribeProvisionedProductCommand.d.ts +17 -0
  392. package/dist-types/ts3.4/commands/DescribeProvisionedProductPlanCommand.d.ts +17 -0
  393. package/dist-types/ts3.4/commands/DescribeProvisioningArtifactCommand.d.ts +17 -0
  394. package/dist-types/ts3.4/commands/DescribeProvisioningParametersCommand.d.ts +17 -0
  395. package/dist-types/ts3.4/commands/DescribeRecordCommand.d.ts +17 -0
  396. package/dist-types/ts3.4/commands/DescribeServiceActionCommand.d.ts +17 -0
  397. package/dist-types/ts3.4/commands/DescribeServiceActionExecutionParametersCommand.d.ts +17 -0
  398. package/dist-types/ts3.4/commands/DescribeTagOptionCommand.d.ts +17 -0
  399. package/dist-types/ts3.4/commands/DisableAWSOrganizationsAccessCommand.d.ts +17 -0
  400. package/dist-types/ts3.4/commands/DisassociateBudgetFromResourceCommand.d.ts +17 -0
  401. package/dist-types/ts3.4/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +17 -0
  402. package/dist-types/ts3.4/commands/DisassociateProductFromPortfolioCommand.d.ts +17 -0
  403. package/dist-types/ts3.4/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +17 -0
  404. package/dist-types/ts3.4/commands/DisassociateTagOptionFromResourceCommand.d.ts +17 -0
  405. package/dist-types/ts3.4/commands/EnableAWSOrganizationsAccessCommand.d.ts +17 -0
  406. package/dist-types/ts3.4/commands/ExecuteProvisionedProductPlanCommand.d.ts +17 -0
  407. package/dist-types/ts3.4/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +17 -0
  408. package/dist-types/ts3.4/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +17 -0
  409. package/dist-types/ts3.4/commands/GetProvisionedProductOutputsCommand.d.ts +17 -0
  410. package/dist-types/ts3.4/commands/ImportAsProvisionedProductCommand.d.ts +17 -0
  411. package/dist-types/ts3.4/commands/ListAcceptedPortfolioSharesCommand.d.ts +17 -0
  412. package/dist-types/ts3.4/commands/ListBudgetsForResourceCommand.d.ts +17 -0
  413. package/dist-types/ts3.4/commands/ListConstraintsForPortfolioCommand.d.ts +17 -0
  414. package/dist-types/ts3.4/commands/ListLaunchPathsCommand.d.ts +17 -0
  415. package/dist-types/ts3.4/commands/ListOrganizationPortfolioAccessCommand.d.ts +17 -0
  416. package/dist-types/ts3.4/commands/ListPortfolioAccessCommand.d.ts +17 -0
  417. package/dist-types/ts3.4/commands/ListPortfoliosCommand.d.ts +17 -0
  418. package/dist-types/ts3.4/commands/ListPortfoliosForProductCommand.d.ts +17 -0
  419. package/dist-types/ts3.4/commands/ListPrincipalsForPortfolioCommand.d.ts +17 -0
  420. package/dist-types/ts3.4/commands/ListProvisionedProductPlansCommand.d.ts +17 -0
  421. package/dist-types/ts3.4/commands/ListProvisioningArtifactsCommand.d.ts +17 -0
  422. package/dist-types/ts3.4/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +17 -0
  423. package/dist-types/ts3.4/commands/ListRecordHistoryCommand.d.ts +17 -0
  424. package/dist-types/ts3.4/commands/ListResourcesForTagOptionCommand.d.ts +17 -0
  425. package/dist-types/ts3.4/commands/ListServiceActionsCommand.d.ts +17 -0
  426. package/dist-types/ts3.4/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +17 -0
  427. package/dist-types/ts3.4/commands/ListStackInstancesForProvisionedProductCommand.d.ts +17 -0
  428. package/dist-types/ts3.4/commands/ListTagOptionsCommand.d.ts +17 -0
  429. package/dist-types/ts3.4/commands/ProvisionProductCommand.d.ts +17 -0
  430. package/dist-types/ts3.4/commands/RejectPortfolioShareCommand.d.ts +17 -0
  431. package/dist-types/ts3.4/commands/ScanProvisionedProductsCommand.d.ts +17 -0
  432. package/dist-types/ts3.4/commands/SearchProductsAsAdminCommand.d.ts +17 -0
  433. package/dist-types/ts3.4/commands/SearchProductsCommand.d.ts +17 -0
  434. package/dist-types/ts3.4/commands/SearchProvisionedProductsCommand.d.ts +17 -0
  435. package/dist-types/ts3.4/commands/TerminateProvisionedProductCommand.d.ts +17 -0
  436. package/dist-types/ts3.4/commands/UpdateConstraintCommand.d.ts +17 -0
  437. package/dist-types/ts3.4/commands/UpdatePortfolioCommand.d.ts +17 -0
  438. package/dist-types/ts3.4/commands/UpdatePortfolioShareCommand.d.ts +17 -0
  439. package/dist-types/ts3.4/commands/UpdateProductCommand.d.ts +17 -0
  440. package/dist-types/ts3.4/commands/UpdateProvisionedProductCommand.d.ts +17 -0
  441. package/dist-types/ts3.4/commands/UpdateProvisionedProductPropertiesCommand.d.ts +17 -0
  442. package/dist-types/ts3.4/commands/UpdateProvisioningArtifactCommand.d.ts +17 -0
  443. package/dist-types/ts3.4/commands/UpdateServiceActionCommand.d.ts +17 -0
  444. package/dist-types/ts3.4/commands/UpdateTagOptionCommand.d.ts +17 -0
  445. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  446. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  447. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  448. package/dist-types/ts3.4/models/models_0.d.ts +3195 -0
  449. package/dist-types/ts3.4/pagination/DescribePortfolioSharesPaginator.d.ts +4 -0
  450. package/dist-types/ts3.4/pagination/GetProvisionedProductOutputsPaginator.d.ts +4 -0
  451. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  452. package/dist-types/ts3.4/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +4 -0
  453. package/dist-types/ts3.4/pagination/ListBudgetsForResourcePaginator.d.ts +4 -0
  454. package/dist-types/ts3.4/pagination/ListConstraintsForPortfolioPaginator.d.ts +4 -0
  455. package/dist-types/ts3.4/pagination/ListLaunchPathsPaginator.d.ts +4 -0
  456. package/dist-types/ts3.4/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +4 -0
  457. package/dist-types/ts3.4/pagination/ListPortfolioAccessPaginator.d.ts +4 -0
  458. package/dist-types/ts3.4/pagination/ListPortfoliosForProductPaginator.d.ts +4 -0
  459. package/dist-types/ts3.4/pagination/ListPortfoliosPaginator.d.ts +4 -0
  460. package/dist-types/ts3.4/pagination/ListPrincipalsForPortfolioPaginator.d.ts +4 -0
  461. package/dist-types/ts3.4/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +4 -0
  462. package/dist-types/ts3.4/pagination/ListResourcesForTagOptionPaginator.d.ts +4 -0
  463. package/dist-types/ts3.4/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +4 -0
  464. package/dist-types/ts3.4/pagination/ListServiceActionsPaginator.d.ts +4 -0
  465. package/dist-types/ts3.4/pagination/ListTagOptionsPaginator.d.ts +4 -0
  466. package/dist-types/ts3.4/pagination/SearchProductsAsAdminPaginator.d.ts +4 -0
  467. package/dist-types/ts3.4/pagination/SearchProductsPaginator.d.ts +4 -0
  468. package/dist-types/ts3.4/pagination/SearchProvisionedProductsPaginator.d.ts +4 -0
  469. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +263 -0
  470. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  471. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  472. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  473. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  474. package/package.json +52 -49
  475. package/ServiceCatalog.ts +0 -3364
  476. package/ServiceCatalogClient.ts +0 -688
  477. package/commands/AcceptPortfolioShareCommand.ts +0 -94
  478. package/commands/AssociateBudgetWithResourceCommand.ts +0 -97
  479. package/commands/AssociatePrincipalWithPortfolioCommand.ts +0 -102
  480. package/commands/AssociateProductWithPortfolioCommand.ts +0 -100
  481. package/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts +0 -109
  482. package/commands/AssociateTagOptionWithResourceCommand.ts +0 -102
  483. package/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts +0 -109
  484. package/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts +0 -109
  485. package/commands/CopyProductCommand.ts +0 -98
  486. package/commands/CreateConstraintCommand.ts +0 -95
  487. package/commands/CreatePortfolioCommand.ts +0 -95
  488. package/commands/CreatePortfolioShareCommand.ts +0 -102
  489. package/commands/CreateProductCommand.ts +0 -100
  490. package/commands/CreateProvisionedProductPlanCommand.ts +0 -105
  491. package/commands/CreateProvisioningArtifactCommand.ts +0 -102
  492. package/commands/CreateServiceActionCommand.ts +0 -94
  493. package/commands/CreateTagOptionCommand.ts +0 -94
  494. package/commands/DeleteConstraintCommand.ts +0 -95
  495. package/commands/DeletePortfolioCommand.ts +0 -97
  496. package/commands/DeletePortfolioShareCommand.ts +0 -97
  497. package/commands/DeleteProductCommand.ts +0 -96
  498. package/commands/DeleteProvisionedProductPlanCommand.ts +0 -99
  499. package/commands/DeleteProvisioningArtifactCommand.ts +0 -100
  500. package/commands/DeleteServiceActionCommand.ts +0 -94
  501. package/commands/DeleteTagOptionCommand.ts +0 -95
  502. package/commands/DescribeConstraintCommand.ts +0 -94
  503. package/commands/DescribeCopyProductStatusCommand.ts +0 -97
  504. package/commands/DescribePortfolioCommand.ts +0 -95
  505. package/commands/DescribePortfolioShareStatusCommand.ts +0 -100
  506. package/commands/DescribePortfolioSharesCommand.ts +0 -98
  507. package/commands/DescribeProductAsAdminCommand.ts +0 -94
  508. package/commands/DescribeProductCommand.ts +0 -94
  509. package/commands/DescribeProductViewCommand.ts +0 -94
  510. package/commands/DescribeProvisionedProductCommand.ts +0 -97
  511. package/commands/DescribeProvisionedProductPlanCommand.ts +0 -102
  512. package/commands/DescribeProvisioningArtifactCommand.ts +0 -99
  513. package/commands/DescribeProvisioningParametersCommand.ts +0 -109
  514. package/commands/DescribeRecordCommand.ts +0 -102
  515. package/commands/DescribeServiceActionCommand.ts +0 -94
  516. package/commands/DescribeServiceActionExecutionParametersCommand.ts +0 -109
  517. package/commands/DescribeTagOptionCommand.ts +0 -94
  518. package/commands/DisableAWSOrganizationsAccessCommand.ts +0 -105
  519. package/commands/DisassociateBudgetFromResourceCommand.ts +0 -102
  520. package/commands/DisassociatePrincipalFromPortfolioCommand.ts +0 -103
  521. package/commands/DisassociateProductFromPortfolioCommand.ts +0 -103
  522. package/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts +0 -109
  523. package/commands/DisassociateTagOptionFromResourceCommand.ts +0 -102
  524. package/commands/EnableAWSOrganizationsAccessCommand.ts +0 -104
  525. package/commands/ExecuteProvisionedProductPlanCommand.ts +0 -99
  526. package/commands/ExecuteProvisionedProductServiceActionCommand.ts +0 -106
  527. package/commands/GetAWSOrganizationsAccessStatusCommand.ts +0 -103
  528. package/commands/GetProvisionedProductOutputsCommand.ts +0 -99
  529. package/commands/ImportAsProvisionedProductCommand.ts +0 -110
  530. package/commands/ListAcceptedPortfolioSharesCommand.ts +0 -97
  531. package/commands/ListBudgetsForResourceCommand.ts +0 -94
  532. package/commands/ListConstraintsForPortfolioCommand.ts +0 -97
  533. package/commands/ListLaunchPathsCommand.ts +0 -96
  534. package/commands/ListOrganizationPortfolioAccessCommand.ts +0 -105
  535. package/commands/ListPortfolioAccessCommand.ts +0 -95
  536. package/commands/ListPortfoliosCommand.ts +0 -94
  537. package/commands/ListPortfoliosForProductCommand.ts +0 -94
  538. package/commands/ListPrincipalsForPortfolioCommand.ts +0 -97
  539. package/commands/ListProvisionedProductPlansCommand.ts +0 -97
  540. package/commands/ListProvisioningArtifactsCommand.ts +0 -97
  541. package/commands/ListProvisioningArtifactsForServiceActionCommand.ts +0 -109
  542. package/commands/ListRecordHistoryCommand.ts +0 -94
  543. package/commands/ListResourcesForTagOptionCommand.ts +0 -97
  544. package/commands/ListServiceActionsCommand.ts +0 -94
  545. package/commands/ListServiceActionsForProvisioningArtifactCommand.ts +0 -109
  546. package/commands/ListStackInstancesForProvisionedProductCommand.ts +0 -109
  547. package/commands/ListTagOptionsCommand.ts +0 -94
  548. package/commands/ProvisionProductCommand.ts +0 -102
  549. package/commands/RejectPortfolioShareCommand.ts +0 -94
  550. package/commands/ScanProvisionedProductsCommand.ts +0 -95
  551. package/commands/SearchProductsAsAdminCommand.ts +0 -94
  552. package/commands/SearchProductsCommand.ts +0 -94
  553. package/commands/SearchProvisionedProductsCommand.ts +0 -97
  554. package/commands/TerminateProvisionedProductCommand.ts +0 -99
  555. package/commands/UpdateConstraintCommand.ts +0 -94
  556. package/commands/UpdatePortfolioCommand.ts +0 -95
  557. package/commands/UpdatePortfolioShareCommand.ts +0 -102
  558. package/commands/UpdateProductCommand.ts +0 -94
  559. package/commands/UpdateProvisionedProductCommand.ts +0 -98
  560. package/commands/UpdateProvisionedProductPropertiesCommand.ts +0 -102
  561. package/commands/UpdateProvisioningArtifactCommand.ts +0 -98
  562. package/commands/UpdateServiceActionCommand.ts +0 -94
  563. package/commands/UpdateTagOptionCommand.ts +0 -94
  564. package/dist/cjs/ServiceCatalog.js +0 -1322
  565. package/dist/cjs/ServiceCatalog.js.map +0 -1
  566. package/dist/cjs/ServiceCatalogClient.js +0 -50
  567. package/dist/cjs/ServiceCatalogClient.js.map +0 -1
  568. package/dist/cjs/commands/AcceptPortfolioShareCommand.js +0 -61
  569. package/dist/cjs/commands/AcceptPortfolioShareCommand.js.map +0 -1
  570. package/dist/cjs/commands/AssociateBudgetWithResourceCommand.js +0 -61
  571. package/dist/cjs/commands/AssociateBudgetWithResourceCommand.js.map +0 -1
  572. package/dist/cjs/commands/AssociatePrincipalWithPortfolioCommand.js +0 -61
  573. package/dist/cjs/commands/AssociatePrincipalWithPortfolioCommand.js.map +0 -1
  574. package/dist/cjs/commands/AssociateProductWithPortfolioCommand.js +0 -62
  575. package/dist/cjs/commands/AssociateProductWithPortfolioCommand.js.map +0 -1
  576. package/dist/cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +0 -61
  577. package/dist/cjs/commands/AssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
  578. package/dist/cjs/commands/AssociateTagOptionWithResourceCommand.js +0 -61
  579. package/dist/cjs/commands/AssociateTagOptionWithResourceCommand.js.map +0 -1
  580. package/dist/cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +0 -61
  581. package/dist/cjs/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
  582. package/dist/cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +0 -61
  583. package/dist/cjs/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
  584. package/dist/cjs/commands/CopyProductCommand.js +0 -65
  585. package/dist/cjs/commands/CopyProductCommand.js.map +0 -1
  586. package/dist/cjs/commands/CreateConstraintCommand.js +0 -62
  587. package/dist/cjs/commands/CreateConstraintCommand.js.map +0 -1
  588. package/dist/cjs/commands/CreatePortfolioCommand.js +0 -62
  589. package/dist/cjs/commands/CreatePortfolioCommand.js.map +0 -1
  590. package/dist/cjs/commands/CreatePortfolioShareCommand.js +0 -69
  591. package/dist/cjs/commands/CreatePortfolioShareCommand.js.map +0 -1
  592. package/dist/cjs/commands/CreateProductCommand.js +0 -67
  593. package/dist/cjs/commands/CreateProductCommand.js.map +0 -1
  594. package/dist/cjs/commands/CreateProvisionedProductPlanCommand.js +0 -67
  595. package/dist/cjs/commands/CreateProvisionedProductPlanCommand.js.map +0 -1
  596. package/dist/cjs/commands/CreateProvisioningArtifactCommand.js +0 -66
  597. package/dist/cjs/commands/CreateProvisioningArtifactCommand.js.map +0 -1
  598. package/dist/cjs/commands/CreateServiceActionCommand.js +0 -61
  599. package/dist/cjs/commands/CreateServiceActionCommand.js.map +0 -1
  600. package/dist/cjs/commands/CreateTagOptionCommand.js +0 -61
  601. package/dist/cjs/commands/CreateTagOptionCommand.js.map +0 -1
  602. package/dist/cjs/commands/DeleteConstraintCommand.js +0 -62
  603. package/dist/cjs/commands/DeleteConstraintCommand.js.map +0 -1
  604. package/dist/cjs/commands/DeletePortfolioCommand.js +0 -64
  605. package/dist/cjs/commands/DeletePortfolioCommand.js.map +0 -1
  606. package/dist/cjs/commands/DeletePortfolioShareCommand.js +0 -64
  607. package/dist/cjs/commands/DeletePortfolioShareCommand.js.map +0 -1
  608. package/dist/cjs/commands/DeleteProductCommand.js +0 -63
  609. package/dist/cjs/commands/DeleteProductCommand.js.map +0 -1
  610. package/dist/cjs/commands/DeleteProvisionedProductPlanCommand.js +0 -61
  611. package/dist/cjs/commands/DeleteProvisionedProductPlanCommand.js.map +0 -1
  612. package/dist/cjs/commands/DeleteProvisioningArtifactCommand.js +0 -64
  613. package/dist/cjs/commands/DeleteProvisioningArtifactCommand.js.map +0 -1
  614. package/dist/cjs/commands/DeleteServiceActionCommand.js +0 -61
  615. package/dist/cjs/commands/DeleteServiceActionCommand.js.map +0 -1
  616. package/dist/cjs/commands/DeleteTagOptionCommand.js +0 -62
  617. package/dist/cjs/commands/DeleteTagOptionCommand.js.map +0 -1
  618. package/dist/cjs/commands/DescribeConstraintCommand.js +0 -61
  619. package/dist/cjs/commands/DescribeConstraintCommand.js.map +0 -1
  620. package/dist/cjs/commands/DescribeCopyProductStatusCommand.js +0 -61
  621. package/dist/cjs/commands/DescribeCopyProductStatusCommand.js.map +0 -1
  622. package/dist/cjs/commands/DescribePortfolioCommand.js +0 -62
  623. package/dist/cjs/commands/DescribePortfolioCommand.js.map +0 -1
  624. package/dist/cjs/commands/DescribePortfolioShareStatusCommand.js +0 -62
  625. package/dist/cjs/commands/DescribePortfolioShareStatusCommand.js.map +0 -1
  626. package/dist/cjs/commands/DescribePortfolioSharesCommand.js +0 -65
  627. package/dist/cjs/commands/DescribePortfolioSharesCommand.js.map +0 -1
  628. package/dist/cjs/commands/DescribeProductAsAdminCommand.js +0 -61
  629. package/dist/cjs/commands/DescribeProductAsAdminCommand.js.map +0 -1
  630. package/dist/cjs/commands/DescribeProductCommand.js +0 -61
  631. package/dist/cjs/commands/DescribeProductCommand.js.map +0 -1
  632. package/dist/cjs/commands/DescribeProductViewCommand.js +0 -61
  633. package/dist/cjs/commands/DescribeProductViewCommand.js.map +0 -1
  634. package/dist/cjs/commands/DescribeProvisionedProductCommand.js +0 -61
  635. package/dist/cjs/commands/DescribeProvisionedProductCommand.js.map +0 -1
  636. package/dist/cjs/commands/DescribeProvisionedProductPlanCommand.js +0 -61
  637. package/dist/cjs/commands/DescribeProvisionedProductPlanCommand.js.map +0 -1
  638. package/dist/cjs/commands/DescribeProvisioningArtifactCommand.js +0 -61
  639. package/dist/cjs/commands/DescribeProvisioningArtifactCommand.js.map +0 -1
  640. package/dist/cjs/commands/DescribeProvisioningParametersCommand.js +0 -68
  641. package/dist/cjs/commands/DescribeProvisioningParametersCommand.js.map +0 -1
  642. package/dist/cjs/commands/DescribeRecordCommand.js +0 -69
  643. package/dist/cjs/commands/DescribeRecordCommand.js.map +0 -1
  644. package/dist/cjs/commands/DescribeServiceActionCommand.js +0 -61
  645. package/dist/cjs/commands/DescribeServiceActionCommand.js.map +0 -1
  646. package/dist/cjs/commands/DescribeServiceActionExecutionParametersCommand.js +0 -61
  647. package/dist/cjs/commands/DescribeServiceActionExecutionParametersCommand.js.map +0 -1
  648. package/dist/cjs/commands/DescribeTagOptionCommand.js +0 -61
  649. package/dist/cjs/commands/DescribeTagOptionCommand.js.map +0 -1
  650. package/dist/cjs/commands/DisableAWSOrganizationsAccessCommand.js +0 -67
  651. package/dist/cjs/commands/DisableAWSOrganizationsAccessCommand.js.map +0 -1
  652. package/dist/cjs/commands/DisassociateBudgetFromResourceCommand.js +0 -61
  653. package/dist/cjs/commands/DisassociateBudgetFromResourceCommand.js.map +0 -1
  654. package/dist/cjs/commands/DisassociatePrincipalFromPortfolioCommand.js +0 -62
  655. package/dist/cjs/commands/DisassociatePrincipalFromPortfolioCommand.js.map +0 -1
  656. package/dist/cjs/commands/DisassociateProductFromPortfolioCommand.js +0 -62
  657. package/dist/cjs/commands/DisassociateProductFromPortfolioCommand.js.map +0 -1
  658. package/dist/cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +0 -61
  659. package/dist/cjs/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
  660. package/dist/cjs/commands/DisassociateTagOptionFromResourceCommand.js +0 -61
  661. package/dist/cjs/commands/DisassociateTagOptionFromResourceCommand.js.map +0 -1
  662. package/dist/cjs/commands/EnableAWSOrganizationsAccessCommand.js +0 -66
  663. package/dist/cjs/commands/EnableAWSOrganizationsAccessCommand.js.map +0 -1
  664. package/dist/cjs/commands/ExecuteProvisionedProductPlanCommand.js +0 -61
  665. package/dist/cjs/commands/ExecuteProvisionedProductPlanCommand.js.map +0 -1
  666. package/dist/cjs/commands/ExecuteProvisionedProductServiceActionCommand.js +0 -61
  667. package/dist/cjs/commands/ExecuteProvisionedProductServiceActionCommand.js.map +0 -1
  668. package/dist/cjs/commands/GetAWSOrganizationsAccessStatusCommand.js +0 -62
  669. package/dist/cjs/commands/GetAWSOrganizationsAccessStatusCommand.js.map +0 -1
  670. package/dist/cjs/commands/GetProvisionedProductOutputsCommand.js +0 -61
  671. package/dist/cjs/commands/GetProvisionedProductOutputsCommand.js.map +0 -1
  672. package/dist/cjs/commands/ImportAsProvisionedProductCommand.js +0 -74
  673. package/dist/cjs/commands/ImportAsProvisionedProductCommand.js.map +0 -1
  674. package/dist/cjs/commands/ListAcceptedPortfolioSharesCommand.js +0 -61
  675. package/dist/cjs/commands/ListAcceptedPortfolioSharesCommand.js.map +0 -1
  676. package/dist/cjs/commands/ListBudgetsForResourceCommand.js +0 -61
  677. package/dist/cjs/commands/ListBudgetsForResourceCommand.js.map +0 -1
  678. package/dist/cjs/commands/ListConstraintsForPortfolioCommand.js +0 -61
  679. package/dist/cjs/commands/ListConstraintsForPortfolioCommand.js.map +0 -1
  680. package/dist/cjs/commands/ListLaunchPathsCommand.js +0 -63
  681. package/dist/cjs/commands/ListLaunchPathsCommand.js.map +0 -1
  682. package/dist/cjs/commands/ListOrganizationPortfolioAccessCommand.js +0 -64
  683. package/dist/cjs/commands/ListOrganizationPortfolioAccessCommand.js.map +0 -1
  684. package/dist/cjs/commands/ListPortfolioAccessCommand.js +0 -62
  685. package/dist/cjs/commands/ListPortfolioAccessCommand.js.map +0 -1
  686. package/dist/cjs/commands/ListPortfoliosCommand.js +0 -61
  687. package/dist/cjs/commands/ListPortfoliosCommand.js.map +0 -1
  688. package/dist/cjs/commands/ListPortfoliosForProductCommand.js +0 -61
  689. package/dist/cjs/commands/ListPortfoliosForProductCommand.js.map +0 -1
  690. package/dist/cjs/commands/ListPrincipalsForPortfolioCommand.js +0 -61
  691. package/dist/cjs/commands/ListPrincipalsForPortfolioCommand.js.map +0 -1
  692. package/dist/cjs/commands/ListProvisionedProductPlansCommand.js +0 -61
  693. package/dist/cjs/commands/ListProvisionedProductPlansCommand.js.map +0 -1
  694. package/dist/cjs/commands/ListProvisioningArtifactsCommand.js +0 -61
  695. package/dist/cjs/commands/ListProvisioningArtifactsCommand.js.map +0 -1
  696. package/dist/cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js +0 -61
  697. package/dist/cjs/commands/ListProvisioningArtifactsForServiceActionCommand.js.map +0 -1
  698. package/dist/cjs/commands/ListRecordHistoryCommand.js +0 -61
  699. package/dist/cjs/commands/ListRecordHistoryCommand.js.map +0 -1
  700. package/dist/cjs/commands/ListResourcesForTagOptionCommand.js +0 -61
  701. package/dist/cjs/commands/ListResourcesForTagOptionCommand.js.map +0 -1
  702. package/dist/cjs/commands/ListServiceActionsCommand.js +0 -61
  703. package/dist/cjs/commands/ListServiceActionsCommand.js.map +0 -1
  704. package/dist/cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js +0 -61
  705. package/dist/cjs/commands/ListServiceActionsForProvisioningArtifactCommand.js.map +0 -1
  706. package/dist/cjs/commands/ListStackInstancesForProvisionedProductCommand.js +0 -61
  707. package/dist/cjs/commands/ListStackInstancesForProvisionedProductCommand.js.map +0 -1
  708. package/dist/cjs/commands/ListTagOptionsCommand.js +0 -61
  709. package/dist/cjs/commands/ListTagOptionsCommand.js.map +0 -1
  710. package/dist/cjs/commands/ProvisionProductCommand.js +0 -69
  711. package/dist/cjs/commands/ProvisionProductCommand.js.map +0 -1
  712. package/dist/cjs/commands/RejectPortfolioShareCommand.js +0 -61
  713. package/dist/cjs/commands/RejectPortfolioShareCommand.js.map +0 -1
  714. package/dist/cjs/commands/ScanProvisionedProductsCommand.js +0 -62
  715. package/dist/cjs/commands/ScanProvisionedProductsCommand.js.map +0 -1
  716. package/dist/cjs/commands/SearchProductsAsAdminCommand.js +0 -61
  717. package/dist/cjs/commands/SearchProductsAsAdminCommand.js.map +0 -1
  718. package/dist/cjs/commands/SearchProductsCommand.js +0 -61
  719. package/dist/cjs/commands/SearchProductsCommand.js.map +0 -1
  720. package/dist/cjs/commands/SearchProvisionedProductsCommand.js +0 -61
  721. package/dist/cjs/commands/SearchProvisionedProductsCommand.js.map +0 -1
  722. package/dist/cjs/commands/TerminateProvisionedProductCommand.js +0 -63
  723. package/dist/cjs/commands/TerminateProvisionedProductCommand.js.map +0 -1
  724. package/dist/cjs/commands/UpdateConstraintCommand.js +0 -61
  725. package/dist/cjs/commands/UpdateConstraintCommand.js.map +0 -1
  726. package/dist/cjs/commands/UpdatePortfolioCommand.js +0 -62
  727. package/dist/cjs/commands/UpdatePortfolioCommand.js.map +0 -1
  728. package/dist/cjs/commands/UpdatePortfolioShareCommand.js +0 -69
  729. package/dist/cjs/commands/UpdatePortfolioShareCommand.js.map +0 -1
  730. package/dist/cjs/commands/UpdateProductCommand.js +0 -61
  731. package/dist/cjs/commands/UpdateProductCommand.js.map +0 -1
  732. package/dist/cjs/commands/UpdateProvisionedProductCommand.js +0 -65
  733. package/dist/cjs/commands/UpdateProvisionedProductCommand.js.map +0 -1
  734. package/dist/cjs/commands/UpdateProvisionedProductPropertiesCommand.js +0 -61
  735. package/dist/cjs/commands/UpdateProvisionedProductPropertiesCommand.js.map +0 -1
  736. package/dist/cjs/commands/UpdateProvisioningArtifactCommand.js +0 -62
  737. package/dist/cjs/commands/UpdateProvisioningArtifactCommand.js.map +0 -1
  738. package/dist/cjs/commands/UpdateServiceActionCommand.js +0 -61
  739. package/dist/cjs/commands/UpdateServiceActionCommand.js.map +0 -1
  740. package/dist/cjs/commands/UpdateTagOptionCommand.js +0 -61
  741. package/dist/cjs/commands/UpdateTagOptionCommand.js.map +0 -1
  742. package/dist/cjs/endpoints.js +0 -86
  743. package/dist/cjs/endpoints.js.map +0 -1
  744. package/dist/cjs/index.js +0 -114
  745. package/dist/cjs/index.js.map +0 -1
  746. package/dist/cjs/models/index.js +0 -5
  747. package/dist/cjs/models/index.js.map +0 -1
  748. package/dist/cjs/models/models_0.js +0 -2320
  749. package/dist/cjs/models/models_0.js.map +0 -1
  750. package/dist/cjs/package.json +0 -93
  751. package/dist/cjs/pagination/DescribePortfolioSharesPaginator.js +0 -46
  752. package/dist/cjs/pagination/DescribePortfolioSharesPaginator.js.map +0 -1
  753. package/dist/cjs/pagination/GetProvisionedProductOutputsPaginator.js +0 -46
  754. package/dist/cjs/pagination/GetProvisionedProductOutputsPaginator.js.map +0 -1
  755. package/dist/cjs/pagination/Interfaces.js +0 -3
  756. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  757. package/dist/cjs/pagination/ListAcceptedPortfolioSharesPaginator.js +0 -46
  758. package/dist/cjs/pagination/ListAcceptedPortfolioSharesPaginator.js.map +0 -1
  759. package/dist/cjs/pagination/ListBudgetsForResourcePaginator.js +0 -46
  760. package/dist/cjs/pagination/ListBudgetsForResourcePaginator.js.map +0 -1
  761. package/dist/cjs/pagination/ListConstraintsForPortfolioPaginator.js +0 -46
  762. package/dist/cjs/pagination/ListConstraintsForPortfolioPaginator.js.map +0 -1
  763. package/dist/cjs/pagination/ListLaunchPathsPaginator.js +0 -46
  764. package/dist/cjs/pagination/ListLaunchPathsPaginator.js.map +0 -1
  765. package/dist/cjs/pagination/ListOrganizationPortfolioAccessPaginator.js +0 -46
  766. package/dist/cjs/pagination/ListOrganizationPortfolioAccessPaginator.js.map +0 -1
  767. package/dist/cjs/pagination/ListPortfolioAccessPaginator.js +0 -46
  768. package/dist/cjs/pagination/ListPortfolioAccessPaginator.js.map +0 -1
  769. package/dist/cjs/pagination/ListPortfoliosForProductPaginator.js +0 -46
  770. package/dist/cjs/pagination/ListPortfoliosForProductPaginator.js.map +0 -1
  771. package/dist/cjs/pagination/ListPortfoliosPaginator.js +0 -46
  772. package/dist/cjs/pagination/ListPortfoliosPaginator.js.map +0 -1
  773. package/dist/cjs/pagination/ListPrincipalsForPortfolioPaginator.js +0 -46
  774. package/dist/cjs/pagination/ListPrincipalsForPortfolioPaginator.js.map +0 -1
  775. package/dist/cjs/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +0 -46
  776. package/dist/cjs/pagination/ListProvisioningArtifactsForServiceActionPaginator.js.map +0 -1
  777. package/dist/cjs/pagination/ListResourcesForTagOptionPaginator.js +0 -46
  778. package/dist/cjs/pagination/ListResourcesForTagOptionPaginator.js.map +0 -1
  779. package/dist/cjs/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +0 -46
  780. package/dist/cjs/pagination/ListServiceActionsForProvisioningArtifactPaginator.js.map +0 -1
  781. package/dist/cjs/pagination/ListServiceActionsPaginator.js +0 -46
  782. package/dist/cjs/pagination/ListServiceActionsPaginator.js.map +0 -1
  783. package/dist/cjs/pagination/ListTagOptionsPaginator.js +0 -46
  784. package/dist/cjs/pagination/ListTagOptionsPaginator.js.map +0 -1
  785. package/dist/cjs/pagination/SearchProductsAsAdminPaginator.js +0 -46
  786. package/dist/cjs/pagination/SearchProductsAsAdminPaginator.js.map +0 -1
  787. package/dist/cjs/pagination/SearchProductsPaginator.js +0 -46
  788. package/dist/cjs/pagination/SearchProductsPaginator.js.map +0 -1
  789. package/dist/cjs/pagination/SearchProvisionedProductsPaginator.js +0 -46
  790. package/dist/cjs/pagination/SearchProvisionedProductsPaginator.js.map +0 -1
  791. package/dist/cjs/protocols/Aws_json1_1.js +0 -9007
  792. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  793. package/dist/cjs/runtimeConfig.browser.js +0 -41
  794. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  795. package/dist/cjs/runtimeConfig.js +0 -46
  796. package/dist/cjs/runtimeConfig.js.map +0 -1
  797. package/dist/cjs/runtimeConfig.native.js +0 -20
  798. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  799. package/dist/cjs/runtimeConfig.shared.js +0 -21
  800. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  801. package/dist/es/ServiceCatalog.js +0 -1325
  802. package/dist/es/ServiceCatalog.js.map +0 -1
  803. package/dist/es/ServiceCatalogClient.js +0 -52
  804. package/dist/es/ServiceCatalogClient.js.map +0 -1
  805. package/dist/es/commands/AcceptPortfolioShareCommand.js +0 -65
  806. package/dist/es/commands/AcceptPortfolioShareCommand.js.map +0 -1
  807. package/dist/es/commands/AssociateBudgetWithResourceCommand.js +0 -65
  808. package/dist/es/commands/AssociateBudgetWithResourceCommand.js.map +0 -1
  809. package/dist/es/commands/AssociatePrincipalWithPortfolioCommand.js +0 -65
  810. package/dist/es/commands/AssociatePrincipalWithPortfolioCommand.js.map +0 -1
  811. package/dist/es/commands/AssociateProductWithPortfolioCommand.js +0 -66
  812. package/dist/es/commands/AssociateProductWithPortfolioCommand.js.map +0 -1
  813. package/dist/es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +0 -65
  814. package/dist/es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
  815. package/dist/es/commands/AssociateTagOptionWithResourceCommand.js +0 -65
  816. package/dist/es/commands/AssociateTagOptionWithResourceCommand.js.map +0 -1
  817. package/dist/es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +0 -65
  818. package/dist/es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js.map +0 -1
  819. package/dist/es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +0 -65
  820. package/dist/es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
  821. package/dist/es/commands/CopyProductCommand.js +0 -69
  822. package/dist/es/commands/CopyProductCommand.js.map +0 -1
  823. package/dist/es/commands/CreateConstraintCommand.js +0 -66
  824. package/dist/es/commands/CreateConstraintCommand.js.map +0 -1
  825. package/dist/es/commands/CreatePortfolioCommand.js +0 -66
  826. package/dist/es/commands/CreatePortfolioCommand.js.map +0 -1
  827. package/dist/es/commands/CreatePortfolioShareCommand.js +0 -73
  828. package/dist/es/commands/CreatePortfolioShareCommand.js.map +0 -1
  829. package/dist/es/commands/CreateProductCommand.js +0 -71
  830. package/dist/es/commands/CreateProductCommand.js.map +0 -1
  831. package/dist/es/commands/CreateProvisionedProductPlanCommand.js +0 -71
  832. package/dist/es/commands/CreateProvisionedProductPlanCommand.js.map +0 -1
  833. package/dist/es/commands/CreateProvisioningArtifactCommand.js +0 -70
  834. package/dist/es/commands/CreateProvisioningArtifactCommand.js.map +0 -1
  835. package/dist/es/commands/CreateServiceActionCommand.js +0 -65
  836. package/dist/es/commands/CreateServiceActionCommand.js.map +0 -1
  837. package/dist/es/commands/CreateTagOptionCommand.js +0 -65
  838. package/dist/es/commands/CreateTagOptionCommand.js.map +0 -1
  839. package/dist/es/commands/DeleteConstraintCommand.js +0 -66
  840. package/dist/es/commands/DeleteConstraintCommand.js.map +0 -1
  841. package/dist/es/commands/DeletePortfolioCommand.js +0 -68
  842. package/dist/es/commands/DeletePortfolioCommand.js.map +0 -1
  843. package/dist/es/commands/DeletePortfolioShareCommand.js +0 -68
  844. package/dist/es/commands/DeletePortfolioShareCommand.js.map +0 -1
  845. package/dist/es/commands/DeleteProductCommand.js +0 -67
  846. package/dist/es/commands/DeleteProductCommand.js.map +0 -1
  847. package/dist/es/commands/DeleteProvisionedProductPlanCommand.js +0 -65
  848. package/dist/es/commands/DeleteProvisionedProductPlanCommand.js.map +0 -1
  849. package/dist/es/commands/DeleteProvisioningArtifactCommand.js +0 -68
  850. package/dist/es/commands/DeleteProvisioningArtifactCommand.js.map +0 -1
  851. package/dist/es/commands/DeleteServiceActionCommand.js +0 -65
  852. package/dist/es/commands/DeleteServiceActionCommand.js.map +0 -1
  853. package/dist/es/commands/DeleteTagOptionCommand.js +0 -66
  854. package/dist/es/commands/DeleteTagOptionCommand.js.map +0 -1
  855. package/dist/es/commands/DescribeConstraintCommand.js +0 -65
  856. package/dist/es/commands/DescribeConstraintCommand.js.map +0 -1
  857. package/dist/es/commands/DescribeCopyProductStatusCommand.js +0 -65
  858. package/dist/es/commands/DescribeCopyProductStatusCommand.js.map +0 -1
  859. package/dist/es/commands/DescribePortfolioCommand.js +0 -66
  860. package/dist/es/commands/DescribePortfolioCommand.js.map +0 -1
  861. package/dist/es/commands/DescribePortfolioShareStatusCommand.js +0 -66
  862. package/dist/es/commands/DescribePortfolioShareStatusCommand.js.map +0 -1
  863. package/dist/es/commands/DescribePortfolioSharesCommand.js +0 -69
  864. package/dist/es/commands/DescribePortfolioSharesCommand.js.map +0 -1
  865. package/dist/es/commands/DescribeProductAsAdminCommand.js +0 -65
  866. package/dist/es/commands/DescribeProductAsAdminCommand.js.map +0 -1
  867. package/dist/es/commands/DescribeProductCommand.js +0 -65
  868. package/dist/es/commands/DescribeProductCommand.js.map +0 -1
  869. package/dist/es/commands/DescribeProductViewCommand.js +0 -65
  870. package/dist/es/commands/DescribeProductViewCommand.js.map +0 -1
  871. package/dist/es/commands/DescribeProvisionedProductCommand.js +0 -65
  872. package/dist/es/commands/DescribeProvisionedProductCommand.js.map +0 -1
  873. package/dist/es/commands/DescribeProvisionedProductPlanCommand.js +0 -65
  874. package/dist/es/commands/DescribeProvisionedProductPlanCommand.js.map +0 -1
  875. package/dist/es/commands/DescribeProvisioningArtifactCommand.js +0 -65
  876. package/dist/es/commands/DescribeProvisioningArtifactCommand.js.map +0 -1
  877. package/dist/es/commands/DescribeProvisioningParametersCommand.js +0 -72
  878. package/dist/es/commands/DescribeProvisioningParametersCommand.js.map +0 -1
  879. package/dist/es/commands/DescribeRecordCommand.js +0 -73
  880. package/dist/es/commands/DescribeRecordCommand.js.map +0 -1
  881. package/dist/es/commands/DescribeServiceActionCommand.js +0 -65
  882. package/dist/es/commands/DescribeServiceActionCommand.js.map +0 -1
  883. package/dist/es/commands/DescribeServiceActionExecutionParametersCommand.js +0 -65
  884. package/dist/es/commands/DescribeServiceActionExecutionParametersCommand.js.map +0 -1
  885. package/dist/es/commands/DescribeTagOptionCommand.js +0 -65
  886. package/dist/es/commands/DescribeTagOptionCommand.js.map +0 -1
  887. package/dist/es/commands/DisableAWSOrganizationsAccessCommand.js +0 -71
  888. package/dist/es/commands/DisableAWSOrganizationsAccessCommand.js.map +0 -1
  889. package/dist/es/commands/DisassociateBudgetFromResourceCommand.js +0 -65
  890. package/dist/es/commands/DisassociateBudgetFromResourceCommand.js.map +0 -1
  891. package/dist/es/commands/DisassociatePrincipalFromPortfolioCommand.js +0 -66
  892. package/dist/es/commands/DisassociatePrincipalFromPortfolioCommand.js.map +0 -1
  893. package/dist/es/commands/DisassociateProductFromPortfolioCommand.js +0 -66
  894. package/dist/es/commands/DisassociateProductFromPortfolioCommand.js.map +0 -1
  895. package/dist/es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +0 -65
  896. package/dist/es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js.map +0 -1
  897. package/dist/es/commands/DisassociateTagOptionFromResourceCommand.js +0 -65
  898. package/dist/es/commands/DisassociateTagOptionFromResourceCommand.js.map +0 -1
  899. package/dist/es/commands/EnableAWSOrganizationsAccessCommand.js +0 -70
  900. package/dist/es/commands/EnableAWSOrganizationsAccessCommand.js.map +0 -1
  901. package/dist/es/commands/ExecuteProvisionedProductPlanCommand.js +0 -65
  902. package/dist/es/commands/ExecuteProvisionedProductPlanCommand.js.map +0 -1
  903. package/dist/es/commands/ExecuteProvisionedProductServiceActionCommand.js +0 -65
  904. package/dist/es/commands/ExecuteProvisionedProductServiceActionCommand.js.map +0 -1
  905. package/dist/es/commands/GetAWSOrganizationsAccessStatusCommand.js +0 -66
  906. package/dist/es/commands/GetAWSOrganizationsAccessStatusCommand.js.map +0 -1
  907. package/dist/es/commands/GetProvisionedProductOutputsCommand.js +0 -65
  908. package/dist/es/commands/GetProvisionedProductOutputsCommand.js.map +0 -1
  909. package/dist/es/commands/ImportAsProvisionedProductCommand.js +0 -78
  910. package/dist/es/commands/ImportAsProvisionedProductCommand.js.map +0 -1
  911. package/dist/es/commands/ListAcceptedPortfolioSharesCommand.js +0 -65
  912. package/dist/es/commands/ListAcceptedPortfolioSharesCommand.js.map +0 -1
  913. package/dist/es/commands/ListBudgetsForResourceCommand.js +0 -65
  914. package/dist/es/commands/ListBudgetsForResourceCommand.js.map +0 -1
  915. package/dist/es/commands/ListConstraintsForPortfolioCommand.js +0 -65
  916. package/dist/es/commands/ListConstraintsForPortfolioCommand.js.map +0 -1
  917. package/dist/es/commands/ListLaunchPathsCommand.js +0 -67
  918. package/dist/es/commands/ListLaunchPathsCommand.js.map +0 -1
  919. package/dist/es/commands/ListOrganizationPortfolioAccessCommand.js +0 -68
  920. package/dist/es/commands/ListOrganizationPortfolioAccessCommand.js.map +0 -1
  921. package/dist/es/commands/ListPortfolioAccessCommand.js +0 -66
  922. package/dist/es/commands/ListPortfolioAccessCommand.js.map +0 -1
  923. package/dist/es/commands/ListPortfoliosCommand.js +0 -65
  924. package/dist/es/commands/ListPortfoliosCommand.js.map +0 -1
  925. package/dist/es/commands/ListPortfoliosForProductCommand.js +0 -65
  926. package/dist/es/commands/ListPortfoliosForProductCommand.js.map +0 -1
  927. package/dist/es/commands/ListPrincipalsForPortfolioCommand.js +0 -65
  928. package/dist/es/commands/ListPrincipalsForPortfolioCommand.js.map +0 -1
  929. package/dist/es/commands/ListProvisionedProductPlansCommand.js +0 -65
  930. package/dist/es/commands/ListProvisionedProductPlansCommand.js.map +0 -1
  931. package/dist/es/commands/ListProvisioningArtifactsCommand.js +0 -65
  932. package/dist/es/commands/ListProvisioningArtifactsCommand.js.map +0 -1
  933. package/dist/es/commands/ListProvisioningArtifactsForServiceActionCommand.js +0 -65
  934. package/dist/es/commands/ListProvisioningArtifactsForServiceActionCommand.js.map +0 -1
  935. package/dist/es/commands/ListRecordHistoryCommand.js +0 -65
  936. package/dist/es/commands/ListRecordHistoryCommand.js.map +0 -1
  937. package/dist/es/commands/ListResourcesForTagOptionCommand.js +0 -65
  938. package/dist/es/commands/ListResourcesForTagOptionCommand.js.map +0 -1
  939. package/dist/es/commands/ListServiceActionsCommand.js +0 -65
  940. package/dist/es/commands/ListServiceActionsCommand.js.map +0 -1
  941. package/dist/es/commands/ListServiceActionsForProvisioningArtifactCommand.js +0 -65
  942. package/dist/es/commands/ListServiceActionsForProvisioningArtifactCommand.js.map +0 -1
  943. package/dist/es/commands/ListStackInstancesForProvisionedProductCommand.js +0 -65
  944. package/dist/es/commands/ListStackInstancesForProvisionedProductCommand.js.map +0 -1
  945. package/dist/es/commands/ListTagOptionsCommand.js +0 -65
  946. package/dist/es/commands/ListTagOptionsCommand.js.map +0 -1
  947. package/dist/es/commands/ProvisionProductCommand.js +0 -73
  948. package/dist/es/commands/ProvisionProductCommand.js.map +0 -1
  949. package/dist/es/commands/RejectPortfolioShareCommand.js +0 -65
  950. package/dist/es/commands/RejectPortfolioShareCommand.js.map +0 -1
  951. package/dist/es/commands/ScanProvisionedProductsCommand.js +0 -66
  952. package/dist/es/commands/ScanProvisionedProductsCommand.js.map +0 -1
  953. package/dist/es/commands/SearchProductsAsAdminCommand.js +0 -65
  954. package/dist/es/commands/SearchProductsAsAdminCommand.js.map +0 -1
  955. package/dist/es/commands/SearchProductsCommand.js +0 -65
  956. package/dist/es/commands/SearchProductsCommand.js.map +0 -1
  957. package/dist/es/commands/SearchProvisionedProductsCommand.js +0 -65
  958. package/dist/es/commands/SearchProvisionedProductsCommand.js.map +0 -1
  959. package/dist/es/commands/TerminateProvisionedProductCommand.js +0 -67
  960. package/dist/es/commands/TerminateProvisionedProductCommand.js.map +0 -1
  961. package/dist/es/commands/UpdateConstraintCommand.js +0 -65
  962. package/dist/es/commands/UpdateConstraintCommand.js.map +0 -1
  963. package/dist/es/commands/UpdatePortfolioCommand.js +0 -66
  964. package/dist/es/commands/UpdatePortfolioCommand.js.map +0 -1
  965. package/dist/es/commands/UpdatePortfolioShareCommand.js +0 -73
  966. package/dist/es/commands/UpdatePortfolioShareCommand.js.map +0 -1
  967. package/dist/es/commands/UpdateProductCommand.js +0 -65
  968. package/dist/es/commands/UpdateProductCommand.js.map +0 -1
  969. package/dist/es/commands/UpdateProvisionedProductCommand.js +0 -69
  970. package/dist/es/commands/UpdateProvisionedProductCommand.js.map +0 -1
  971. package/dist/es/commands/UpdateProvisionedProductPropertiesCommand.js +0 -65
  972. package/dist/es/commands/UpdateProvisionedProductPropertiesCommand.js.map +0 -1
  973. package/dist/es/commands/UpdateProvisioningArtifactCommand.js +0 -66
  974. package/dist/es/commands/UpdateProvisioningArtifactCommand.js.map +0 -1
  975. package/dist/es/commands/UpdateServiceActionCommand.js +0 -65
  976. package/dist/es/commands/UpdateServiceActionCommand.js.map +0 -1
  977. package/dist/es/commands/UpdateTagOptionCommand.js +0 -65
  978. package/dist/es/commands/UpdateTagOptionCommand.js.map +0 -1
  979. package/dist/es/endpoints.js +0 -82
  980. package/dist/es/endpoints.js.map +0 -1
  981. package/dist/es/index.js +0 -111
  982. package/dist/es/index.js.map +0 -1
  983. package/dist/es/models/index.js +0 -2
  984. package/dist/es/models/index.js.map +0 -1
  985. package/dist/es/models/models_0.js +0 -1843
  986. package/dist/es/models/models_0.js.map +0 -1
  987. package/dist/es/package.json +0 -93
  988. package/dist/es/pagination/DescribePortfolioSharesPaginator.js +0 -87
  989. package/dist/es/pagination/DescribePortfolioSharesPaginator.js.map +0 -1
  990. package/dist/es/pagination/GetProvisionedProductOutputsPaginator.js +0 -87
  991. package/dist/es/pagination/GetProvisionedProductOutputsPaginator.js.map +0 -1
  992. package/dist/es/pagination/Interfaces.js +0 -2
  993. package/dist/es/pagination/Interfaces.js.map +0 -1
  994. package/dist/es/pagination/ListAcceptedPortfolioSharesPaginator.js +0 -87
  995. package/dist/es/pagination/ListAcceptedPortfolioSharesPaginator.js.map +0 -1
  996. package/dist/es/pagination/ListBudgetsForResourcePaginator.js +0 -87
  997. package/dist/es/pagination/ListBudgetsForResourcePaginator.js.map +0 -1
  998. package/dist/es/pagination/ListConstraintsForPortfolioPaginator.js +0 -87
  999. package/dist/es/pagination/ListConstraintsForPortfolioPaginator.js.map +0 -1
  1000. package/dist/es/pagination/ListLaunchPathsPaginator.js +0 -87
  1001. package/dist/es/pagination/ListLaunchPathsPaginator.js.map +0 -1
  1002. package/dist/es/pagination/ListOrganizationPortfolioAccessPaginator.js +0 -87
  1003. package/dist/es/pagination/ListOrganizationPortfolioAccessPaginator.js.map +0 -1
  1004. package/dist/es/pagination/ListPortfolioAccessPaginator.js +0 -87
  1005. package/dist/es/pagination/ListPortfolioAccessPaginator.js.map +0 -1
  1006. package/dist/es/pagination/ListPortfoliosForProductPaginator.js +0 -87
  1007. package/dist/es/pagination/ListPortfoliosForProductPaginator.js.map +0 -1
  1008. package/dist/es/pagination/ListPortfoliosPaginator.js +0 -87
  1009. package/dist/es/pagination/ListPortfoliosPaginator.js.map +0 -1
  1010. package/dist/es/pagination/ListPrincipalsForPortfolioPaginator.js +0 -87
  1011. package/dist/es/pagination/ListPrincipalsForPortfolioPaginator.js.map +0 -1
  1012. package/dist/es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +0 -87
  1013. package/dist/es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js.map +0 -1
  1014. package/dist/es/pagination/ListResourcesForTagOptionPaginator.js +0 -87
  1015. package/dist/es/pagination/ListResourcesForTagOptionPaginator.js.map +0 -1
  1016. package/dist/es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +0 -87
  1017. package/dist/es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js.map +0 -1
  1018. package/dist/es/pagination/ListServiceActionsPaginator.js +0 -87
  1019. package/dist/es/pagination/ListServiceActionsPaginator.js.map +0 -1
  1020. package/dist/es/pagination/ListTagOptionsPaginator.js +0 -87
  1021. package/dist/es/pagination/ListTagOptionsPaginator.js.map +0 -1
  1022. package/dist/es/pagination/SearchProductsAsAdminPaginator.js +0 -87
  1023. package/dist/es/pagination/SearchProductsAsAdminPaginator.js.map +0 -1
  1024. package/dist/es/pagination/SearchProductsPaginator.js +0 -87
  1025. package/dist/es/pagination/SearchProductsPaginator.js.map +0 -1
  1026. package/dist/es/pagination/SearchProvisionedProductsPaginator.js +0 -87
  1027. package/dist/es/pagination/SearchProvisionedProductsPaginator.js.map +0 -1
  1028. package/dist/es/protocols/Aws_json1_1.js +0 -9360
  1029. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  1030. package/dist/es/runtimeConfig.browser.js +0 -20
  1031. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1032. package/dist/es/runtimeConfig.js +0 -25
  1033. package/dist/es/runtimeConfig.js.map +0 -1
  1034. package/dist/es/runtimeConfig.native.js +0 -12
  1035. package/dist/es/runtimeConfig.native.js.map +0 -1
  1036. package/dist/es/runtimeConfig.shared.js +0 -17
  1037. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1038. package/dist/types/ServiceCatalog.d.ts +0 -746
  1039. package/dist/types/ServiceCatalogClient.d.ts +0 -225
  1040. package/dist/types/commands/AcceptPortfolioShareCommand.d.ts +0 -35
  1041. package/dist/types/commands/AssociateBudgetWithResourceCommand.d.ts +0 -35
  1042. package/dist/types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +0 -35
  1043. package/dist/types/commands/AssociateProductWithPortfolioCommand.d.ts +0 -36
  1044. package/dist/types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
  1045. package/dist/types/commands/AssociateTagOptionWithResourceCommand.d.ts +0 -35
  1046. package/dist/types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
  1047. package/dist/types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
  1048. package/dist/types/commands/CopyProductCommand.d.ts +0 -39
  1049. package/dist/types/commands/CreateConstraintCommand.d.ts +0 -36
  1050. package/dist/types/commands/CreatePortfolioCommand.d.ts +0 -36
  1051. package/dist/types/commands/CreatePortfolioShareCommand.d.ts +0 -43
  1052. package/dist/types/commands/CreateProductCommand.d.ts +0 -41
  1053. package/dist/types/commands/CreateProvisionedProductPlanCommand.d.ts +0 -41
  1054. package/dist/types/commands/CreateProvisioningArtifactCommand.d.ts +0 -40
  1055. package/dist/types/commands/CreateServiceActionCommand.d.ts +0 -35
  1056. package/dist/types/commands/CreateTagOptionCommand.d.ts +0 -35
  1057. package/dist/types/commands/DeleteConstraintCommand.d.ts +0 -36
  1058. package/dist/types/commands/DeletePortfolioCommand.d.ts +0 -38
  1059. package/dist/types/commands/DeletePortfolioShareCommand.d.ts +0 -38
  1060. package/dist/types/commands/DeleteProductCommand.d.ts +0 -37
  1061. package/dist/types/commands/DeleteProvisionedProductPlanCommand.d.ts +0 -35
  1062. package/dist/types/commands/DeleteProvisioningArtifactCommand.d.ts +0 -38
  1063. package/dist/types/commands/DeleteServiceActionCommand.d.ts +0 -35
  1064. package/dist/types/commands/DeleteTagOptionCommand.d.ts +0 -36
  1065. package/dist/types/commands/DescribeConstraintCommand.d.ts +0 -35
  1066. package/dist/types/commands/DescribeCopyProductStatusCommand.d.ts +0 -35
  1067. package/dist/types/commands/DescribePortfolioCommand.d.ts +0 -36
  1068. package/dist/types/commands/DescribePortfolioShareStatusCommand.d.ts +0 -36
  1069. package/dist/types/commands/DescribePortfolioSharesCommand.d.ts +0 -39
  1070. package/dist/types/commands/DescribeProductAsAdminCommand.d.ts +0 -35
  1071. package/dist/types/commands/DescribeProductCommand.d.ts +0 -35
  1072. package/dist/types/commands/DescribeProductViewCommand.d.ts +0 -35
  1073. package/dist/types/commands/DescribeProvisionedProductCommand.d.ts +0 -35
  1074. package/dist/types/commands/DescribeProvisionedProductPlanCommand.d.ts +0 -35
  1075. package/dist/types/commands/DescribeProvisioningArtifactCommand.d.ts +0 -35
  1076. package/dist/types/commands/DescribeProvisioningParametersCommand.d.ts +0 -42
  1077. package/dist/types/commands/DescribeRecordCommand.d.ts +0 -43
  1078. package/dist/types/commands/DescribeServiceActionCommand.d.ts +0 -35
  1079. package/dist/types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +0 -35
  1080. package/dist/types/commands/DescribeTagOptionCommand.d.ts +0 -35
  1081. package/dist/types/commands/DisableAWSOrganizationsAccessCommand.d.ts +0 -41
  1082. package/dist/types/commands/DisassociateBudgetFromResourceCommand.d.ts +0 -35
  1083. package/dist/types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +0 -36
  1084. package/dist/types/commands/DisassociateProductFromPortfolioCommand.d.ts +0 -36
  1085. package/dist/types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
  1086. package/dist/types/commands/DisassociateTagOptionFromResourceCommand.d.ts +0 -35
  1087. package/dist/types/commands/EnableAWSOrganizationsAccessCommand.d.ts +0 -40
  1088. package/dist/types/commands/ExecuteProvisionedProductPlanCommand.d.ts +0 -35
  1089. package/dist/types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +0 -35
  1090. package/dist/types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +0 -36
  1091. package/dist/types/commands/GetProvisionedProductOutputsCommand.d.ts +0 -35
  1092. package/dist/types/commands/ImportAsProvisionedProductCommand.d.ts +0 -48
  1093. package/dist/types/commands/ListAcceptedPortfolioSharesCommand.d.ts +0 -35
  1094. package/dist/types/commands/ListBudgetsForResourceCommand.d.ts +0 -35
  1095. package/dist/types/commands/ListConstraintsForPortfolioCommand.d.ts +0 -35
  1096. package/dist/types/commands/ListLaunchPathsCommand.d.ts +0 -37
  1097. package/dist/types/commands/ListOrganizationPortfolioAccessCommand.d.ts +0 -38
  1098. package/dist/types/commands/ListPortfolioAccessCommand.d.ts +0 -36
  1099. package/dist/types/commands/ListPortfoliosCommand.d.ts +0 -35
  1100. package/dist/types/commands/ListPortfoliosForProductCommand.d.ts +0 -35
  1101. package/dist/types/commands/ListPrincipalsForPortfolioCommand.d.ts +0 -35
  1102. package/dist/types/commands/ListProvisionedProductPlansCommand.d.ts +0 -35
  1103. package/dist/types/commands/ListProvisioningArtifactsCommand.d.ts +0 -35
  1104. package/dist/types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +0 -35
  1105. package/dist/types/commands/ListRecordHistoryCommand.d.ts +0 -35
  1106. package/dist/types/commands/ListResourcesForTagOptionCommand.d.ts +0 -35
  1107. package/dist/types/commands/ListServiceActionsCommand.d.ts +0 -35
  1108. package/dist/types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +0 -35
  1109. package/dist/types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +0 -35
  1110. package/dist/types/commands/ListTagOptionsCommand.d.ts +0 -35
  1111. package/dist/types/commands/ProvisionProductCommand.d.ts +0 -43
  1112. package/dist/types/commands/RejectPortfolioShareCommand.d.ts +0 -35
  1113. package/dist/types/commands/ScanProvisionedProductsCommand.d.ts +0 -36
  1114. package/dist/types/commands/SearchProductsAsAdminCommand.d.ts +0 -35
  1115. package/dist/types/commands/SearchProductsCommand.d.ts +0 -35
  1116. package/dist/types/commands/SearchProvisionedProductsCommand.d.ts +0 -35
  1117. package/dist/types/commands/TerminateProvisionedProductCommand.d.ts +0 -37
  1118. package/dist/types/commands/UpdateConstraintCommand.d.ts +0 -35
  1119. package/dist/types/commands/UpdatePortfolioCommand.d.ts +0 -36
  1120. package/dist/types/commands/UpdatePortfolioShareCommand.d.ts +0 -43
  1121. package/dist/types/commands/UpdateProductCommand.d.ts +0 -35
  1122. package/dist/types/commands/UpdateProvisionedProductCommand.d.ts +0 -39
  1123. package/dist/types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +0 -35
  1124. package/dist/types/commands/UpdateProvisioningArtifactCommand.d.ts +0 -36
  1125. package/dist/types/commands/UpdateServiceActionCommand.d.ts +0 -35
  1126. package/dist/types/commands/UpdateTagOptionCommand.d.ts +0 -35
  1127. package/dist/types/pagination/DescribePortfolioSharesPaginator.d.ts +0 -4
  1128. package/dist/types/pagination/GetProvisionedProductOutputsPaginator.d.ts +0 -4
  1129. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1130. package/dist/types/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +0 -4
  1131. package/dist/types/pagination/ListBudgetsForResourcePaginator.d.ts +0 -4
  1132. package/dist/types/pagination/ListConstraintsForPortfolioPaginator.d.ts +0 -4
  1133. package/dist/types/pagination/ListLaunchPathsPaginator.d.ts +0 -4
  1134. package/dist/types/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +0 -4
  1135. package/dist/types/pagination/ListPortfolioAccessPaginator.d.ts +0 -4
  1136. package/dist/types/pagination/ListPortfoliosForProductPaginator.d.ts +0 -4
  1137. package/dist/types/pagination/ListPortfoliosPaginator.d.ts +0 -4
  1138. package/dist/types/pagination/ListPrincipalsForPortfolioPaginator.d.ts +0 -4
  1139. package/dist/types/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +0 -4
  1140. package/dist/types/pagination/ListResourcesForTagOptionPaginator.d.ts +0 -4
  1141. package/dist/types/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +0 -4
  1142. package/dist/types/pagination/ListServiceActionsPaginator.d.ts +0 -4
  1143. package/dist/types/pagination/ListTagOptionsPaginator.d.ts +0 -4
  1144. package/dist/types/pagination/SearchProductsAsAdminPaginator.d.ts +0 -4
  1145. package/dist/types/pagination/SearchProductsPaginator.d.ts +0 -4
  1146. package/dist/types/pagination/SearchProvisionedProductsPaginator.d.ts +0 -4
  1147. package/dist/types/protocols/Aws_json1_1.d.ts +0 -263
  1148. package/dist/types/runtimeConfig.d.ts +0 -37
  1149. package/dist/types/ts3.4/ServiceCatalog.d.ts +0 -746
  1150. package/dist/types/ts3.4/ServiceCatalogClient.d.ts +0 -225
  1151. package/dist/types/ts3.4/commands/AcceptPortfolioShareCommand.d.ts +0 -35
  1152. package/dist/types/ts3.4/commands/AssociateBudgetWithResourceCommand.d.ts +0 -35
  1153. package/dist/types/ts3.4/commands/AssociatePrincipalWithPortfolioCommand.d.ts +0 -35
  1154. package/dist/types/ts3.4/commands/AssociateProductWithPortfolioCommand.d.ts +0 -36
  1155. package/dist/types/ts3.4/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
  1156. package/dist/types/ts3.4/commands/AssociateTagOptionWithResourceCommand.d.ts +0 -35
  1157. package/dist/types/ts3.4/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +0 -35
  1158. package/dist/types/ts3.4/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
  1159. package/dist/types/ts3.4/commands/CopyProductCommand.d.ts +0 -39
  1160. package/dist/types/ts3.4/commands/CreateConstraintCommand.d.ts +0 -36
  1161. package/dist/types/ts3.4/commands/CreatePortfolioCommand.d.ts +0 -36
  1162. package/dist/types/ts3.4/commands/CreatePortfolioShareCommand.d.ts +0 -43
  1163. package/dist/types/ts3.4/commands/CreateProductCommand.d.ts +0 -41
  1164. package/dist/types/ts3.4/commands/CreateProvisionedProductPlanCommand.d.ts +0 -41
  1165. package/dist/types/ts3.4/commands/CreateProvisioningArtifactCommand.d.ts +0 -40
  1166. package/dist/types/ts3.4/commands/CreateServiceActionCommand.d.ts +0 -35
  1167. package/dist/types/ts3.4/commands/CreateTagOptionCommand.d.ts +0 -35
  1168. package/dist/types/ts3.4/commands/DeleteConstraintCommand.d.ts +0 -36
  1169. package/dist/types/ts3.4/commands/DeletePortfolioCommand.d.ts +0 -38
  1170. package/dist/types/ts3.4/commands/DeletePortfolioShareCommand.d.ts +0 -38
  1171. package/dist/types/ts3.4/commands/DeleteProductCommand.d.ts +0 -37
  1172. package/dist/types/ts3.4/commands/DeleteProvisionedProductPlanCommand.d.ts +0 -35
  1173. package/dist/types/ts3.4/commands/DeleteProvisioningArtifactCommand.d.ts +0 -38
  1174. package/dist/types/ts3.4/commands/DeleteServiceActionCommand.d.ts +0 -35
  1175. package/dist/types/ts3.4/commands/DeleteTagOptionCommand.d.ts +0 -36
  1176. package/dist/types/ts3.4/commands/DescribeConstraintCommand.d.ts +0 -35
  1177. package/dist/types/ts3.4/commands/DescribeCopyProductStatusCommand.d.ts +0 -35
  1178. package/dist/types/ts3.4/commands/DescribePortfolioCommand.d.ts +0 -36
  1179. package/dist/types/ts3.4/commands/DescribePortfolioShareStatusCommand.d.ts +0 -36
  1180. package/dist/types/ts3.4/commands/DescribePortfolioSharesCommand.d.ts +0 -39
  1181. package/dist/types/ts3.4/commands/DescribeProductAsAdminCommand.d.ts +0 -35
  1182. package/dist/types/ts3.4/commands/DescribeProductCommand.d.ts +0 -35
  1183. package/dist/types/ts3.4/commands/DescribeProductViewCommand.d.ts +0 -35
  1184. package/dist/types/ts3.4/commands/DescribeProvisionedProductCommand.d.ts +0 -35
  1185. package/dist/types/ts3.4/commands/DescribeProvisionedProductPlanCommand.d.ts +0 -35
  1186. package/dist/types/ts3.4/commands/DescribeProvisioningArtifactCommand.d.ts +0 -35
  1187. package/dist/types/ts3.4/commands/DescribeProvisioningParametersCommand.d.ts +0 -42
  1188. package/dist/types/ts3.4/commands/DescribeRecordCommand.d.ts +0 -43
  1189. package/dist/types/ts3.4/commands/DescribeServiceActionCommand.d.ts +0 -35
  1190. package/dist/types/ts3.4/commands/DescribeServiceActionExecutionParametersCommand.d.ts +0 -35
  1191. package/dist/types/ts3.4/commands/DescribeTagOptionCommand.d.ts +0 -35
  1192. package/dist/types/ts3.4/commands/DisableAWSOrganizationsAccessCommand.d.ts +0 -41
  1193. package/dist/types/ts3.4/commands/DisassociateBudgetFromResourceCommand.d.ts +0 -35
  1194. package/dist/types/ts3.4/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +0 -36
  1195. package/dist/types/ts3.4/commands/DisassociateProductFromPortfolioCommand.d.ts +0 -36
  1196. package/dist/types/ts3.4/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +0 -35
  1197. package/dist/types/ts3.4/commands/DisassociateTagOptionFromResourceCommand.d.ts +0 -35
  1198. package/dist/types/ts3.4/commands/EnableAWSOrganizationsAccessCommand.d.ts +0 -40
  1199. package/dist/types/ts3.4/commands/ExecuteProvisionedProductPlanCommand.d.ts +0 -35
  1200. package/dist/types/ts3.4/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +0 -35
  1201. package/dist/types/ts3.4/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +0 -36
  1202. package/dist/types/ts3.4/commands/GetProvisionedProductOutputsCommand.d.ts +0 -35
  1203. package/dist/types/ts3.4/commands/ImportAsProvisionedProductCommand.d.ts +0 -48
  1204. package/dist/types/ts3.4/commands/ListAcceptedPortfolioSharesCommand.d.ts +0 -35
  1205. package/dist/types/ts3.4/commands/ListBudgetsForResourceCommand.d.ts +0 -35
  1206. package/dist/types/ts3.4/commands/ListConstraintsForPortfolioCommand.d.ts +0 -35
  1207. package/dist/types/ts3.4/commands/ListLaunchPathsCommand.d.ts +0 -37
  1208. package/dist/types/ts3.4/commands/ListOrganizationPortfolioAccessCommand.d.ts +0 -38
  1209. package/dist/types/ts3.4/commands/ListPortfolioAccessCommand.d.ts +0 -36
  1210. package/dist/types/ts3.4/commands/ListPortfoliosCommand.d.ts +0 -35
  1211. package/dist/types/ts3.4/commands/ListPortfoliosForProductCommand.d.ts +0 -35
  1212. package/dist/types/ts3.4/commands/ListPrincipalsForPortfolioCommand.d.ts +0 -35
  1213. package/dist/types/ts3.4/commands/ListProvisionedProductPlansCommand.d.ts +0 -35
  1214. package/dist/types/ts3.4/commands/ListProvisioningArtifactsCommand.d.ts +0 -35
  1215. package/dist/types/ts3.4/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +0 -35
  1216. package/dist/types/ts3.4/commands/ListRecordHistoryCommand.d.ts +0 -35
  1217. package/dist/types/ts3.4/commands/ListResourcesForTagOptionCommand.d.ts +0 -35
  1218. package/dist/types/ts3.4/commands/ListServiceActionsCommand.d.ts +0 -35
  1219. package/dist/types/ts3.4/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +0 -35
  1220. package/dist/types/ts3.4/commands/ListStackInstancesForProvisionedProductCommand.d.ts +0 -35
  1221. package/dist/types/ts3.4/commands/ListTagOptionsCommand.d.ts +0 -35
  1222. package/dist/types/ts3.4/commands/ProvisionProductCommand.d.ts +0 -43
  1223. package/dist/types/ts3.4/commands/RejectPortfolioShareCommand.d.ts +0 -35
  1224. package/dist/types/ts3.4/commands/ScanProvisionedProductsCommand.d.ts +0 -36
  1225. package/dist/types/ts3.4/commands/SearchProductsAsAdminCommand.d.ts +0 -35
  1226. package/dist/types/ts3.4/commands/SearchProductsCommand.d.ts +0 -35
  1227. package/dist/types/ts3.4/commands/SearchProvisionedProductsCommand.d.ts +0 -35
  1228. package/dist/types/ts3.4/commands/TerminateProvisionedProductCommand.d.ts +0 -37
  1229. package/dist/types/ts3.4/commands/UpdateConstraintCommand.d.ts +0 -35
  1230. package/dist/types/ts3.4/commands/UpdatePortfolioCommand.d.ts +0 -36
  1231. package/dist/types/ts3.4/commands/UpdatePortfolioShareCommand.d.ts +0 -43
  1232. package/dist/types/ts3.4/commands/UpdateProductCommand.d.ts +0 -35
  1233. package/dist/types/ts3.4/commands/UpdateProvisionedProductCommand.d.ts +0 -39
  1234. package/dist/types/ts3.4/commands/UpdateProvisionedProductPropertiesCommand.d.ts +0 -35
  1235. package/dist/types/ts3.4/commands/UpdateProvisioningArtifactCommand.d.ts +0 -36
  1236. package/dist/types/ts3.4/commands/UpdateServiceActionCommand.d.ts +0 -35
  1237. package/dist/types/ts3.4/commands/UpdateTagOptionCommand.d.ts +0 -35
  1238. package/dist/types/ts3.4/models/models_0.d.ts +0 -7067
  1239. package/dist/types/ts3.4/pagination/DescribePortfolioSharesPaginator.d.ts +0 -4
  1240. package/dist/types/ts3.4/pagination/GetProvisionedProductOutputsPaginator.d.ts +0 -4
  1241. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1242. package/dist/types/ts3.4/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +0 -4
  1243. package/dist/types/ts3.4/pagination/ListBudgetsForResourcePaginator.d.ts +0 -4
  1244. package/dist/types/ts3.4/pagination/ListConstraintsForPortfolioPaginator.d.ts +0 -4
  1245. package/dist/types/ts3.4/pagination/ListLaunchPathsPaginator.d.ts +0 -4
  1246. package/dist/types/ts3.4/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +0 -4
  1247. package/dist/types/ts3.4/pagination/ListPortfolioAccessPaginator.d.ts +0 -4
  1248. package/dist/types/ts3.4/pagination/ListPortfoliosForProductPaginator.d.ts +0 -4
  1249. package/dist/types/ts3.4/pagination/ListPortfoliosPaginator.d.ts +0 -4
  1250. package/dist/types/ts3.4/pagination/ListPrincipalsForPortfolioPaginator.d.ts +0 -4
  1251. package/dist/types/ts3.4/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +0 -4
  1252. package/dist/types/ts3.4/pagination/ListResourcesForTagOptionPaginator.d.ts +0 -4
  1253. package/dist/types/ts3.4/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +0 -4
  1254. package/dist/types/ts3.4/pagination/ListServiceActionsPaginator.d.ts +0 -4
  1255. package/dist/types/ts3.4/pagination/ListTagOptionsPaginator.d.ts +0 -4
  1256. package/dist/types/ts3.4/pagination/SearchProductsAsAdminPaginator.d.ts +0 -4
  1257. package/dist/types/ts3.4/pagination/SearchProductsPaginator.d.ts +0 -4
  1258. package/dist/types/ts3.4/pagination/SearchProvisionedProductsPaginator.d.ts +0 -4
  1259. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -263
  1260. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  1261. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  1262. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1263. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  1264. package/endpoints.ts +0 -86
  1265. package/jest.config.js +0 -4
  1266. package/models/models_0.ts +0 -8533
  1267. package/pagination/DescribePortfolioSharesPaginator.ts +0 -58
  1268. package/pagination/GetProvisionedProductOutputsPaginator.ts +0 -58
  1269. package/pagination/Interfaces.ts +0 -7
  1270. package/pagination/ListAcceptedPortfolioSharesPaginator.ts +0 -58
  1271. package/pagination/ListBudgetsForResourcePaginator.ts +0 -58
  1272. package/pagination/ListConstraintsForPortfolioPaginator.ts +0 -58
  1273. package/pagination/ListLaunchPathsPaginator.ts +0 -58
  1274. package/pagination/ListOrganizationPortfolioAccessPaginator.ts +0 -58
  1275. package/pagination/ListPortfolioAccessPaginator.ts +0 -58
  1276. package/pagination/ListPortfoliosForProductPaginator.ts +0 -58
  1277. package/pagination/ListPortfoliosPaginator.ts +0 -58
  1278. package/pagination/ListPrincipalsForPortfolioPaginator.ts +0 -58
  1279. package/pagination/ListProvisioningArtifactsForServiceActionPaginator.ts +0 -58
  1280. package/pagination/ListResourcesForTagOptionPaginator.ts +0 -58
  1281. package/pagination/ListServiceActionsForProvisioningArtifactPaginator.ts +0 -58
  1282. package/pagination/ListServiceActionsPaginator.ts +0 -58
  1283. package/pagination/ListTagOptionsPaginator.ts +0 -58
  1284. package/pagination/SearchProductsAsAdminPaginator.ts +0 -58
  1285. package/pagination/SearchProductsPaginator.ts +0 -58
  1286. package/pagination/SearchProvisionedProductsPaginator.ts +0 -58
  1287. package/protocols/Aws_json1_1.ts +0 -11443
  1288. package/runtimeConfig.browser.ts +0 -40
  1289. package/runtimeConfig.native.ts +0 -16
  1290. package/runtimeConfig.shared.ts +0 -16
  1291. package/runtimeConfig.ts +0 -45
  1292. package/tsconfig.es.json +0 -12
  1293. package/tsconfig.json +0 -32
@@ -0,0 +1,3195 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ export declare enum PortfolioShareType {
3
+ AWS_ORGANIZATIONS = "AWS_ORGANIZATIONS",
4
+ AWS_SERVICECATALOG = "AWS_SERVICECATALOG",
5
+ IMPORTED = "IMPORTED"
6
+ }
7
+ export interface AcceptPortfolioShareInput {
8
+
9
+ AcceptLanguage?: string;
10
+
11
+ PortfolioId: string | undefined;
12
+
13
+ PortfolioShareType?: PortfolioShareType | string;
14
+ }
15
+ export declare namespace AcceptPortfolioShareInput {
16
+
17
+ const filterSensitiveLog: (obj: AcceptPortfolioShareInput) => any;
18
+ }
19
+ export interface AcceptPortfolioShareOutput {
20
+ }
21
+ export declare namespace AcceptPortfolioShareOutput {
22
+
23
+ const filterSensitiveLog: (obj: AcceptPortfolioShareOutput) => any;
24
+ }
25
+
26
+ export interface InvalidParametersException extends __SmithyException, $MetadataBearer {
27
+ name: "InvalidParametersException";
28
+ $fault: "client";
29
+ Message?: string;
30
+ }
31
+ export declare namespace InvalidParametersException {
32
+
33
+ const filterSensitiveLog: (obj: InvalidParametersException) => any;
34
+ }
35
+
36
+ export interface LimitExceededException extends __SmithyException, $MetadataBearer {
37
+ name: "LimitExceededException";
38
+ $fault: "client";
39
+ Message?: string;
40
+ }
41
+ export declare namespace LimitExceededException {
42
+
43
+ const filterSensitiveLog: (obj: LimitExceededException) => any;
44
+ }
45
+
46
+ export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
47
+ name: "ResourceNotFoundException";
48
+ $fault: "client";
49
+ Message?: string;
50
+ }
51
+ export declare namespace ResourceNotFoundException {
52
+
53
+ const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
54
+ }
55
+ export declare enum AccessLevelFilterKey {
56
+ ACCOUNT = "Account",
57
+ ROLE = "Role",
58
+ USER = "User"
59
+ }
60
+
61
+ export interface AccessLevelFilter {
62
+
63
+ Key?: AccessLevelFilterKey | string;
64
+
65
+ Value?: string;
66
+ }
67
+ export declare namespace AccessLevelFilter {
68
+
69
+ const filterSensitiveLog: (obj: AccessLevelFilter) => any;
70
+ }
71
+ export declare enum AccessStatus {
72
+ DISABLED = "DISABLED",
73
+ ENABLED = "ENABLED",
74
+ UNDER_CHANGE = "UNDER_CHANGE"
75
+ }
76
+
77
+ export interface Tag {
78
+
79
+ Key: string | undefined;
80
+
81
+ Value: string | undefined;
82
+ }
83
+ export declare namespace Tag {
84
+
85
+ const filterSensitiveLog: (obj: Tag) => any;
86
+ }
87
+ export interface AssociateBudgetWithResourceInput {
88
+
89
+ BudgetName: string | undefined;
90
+
91
+ ResourceId: string | undefined;
92
+ }
93
+ export declare namespace AssociateBudgetWithResourceInput {
94
+
95
+ const filterSensitiveLog: (obj: AssociateBudgetWithResourceInput) => any;
96
+ }
97
+ export interface AssociateBudgetWithResourceOutput {
98
+ }
99
+ export declare namespace AssociateBudgetWithResourceOutput {
100
+
101
+ const filterSensitiveLog: (obj: AssociateBudgetWithResourceOutput) => any;
102
+ }
103
+
104
+ export interface DuplicateResourceException extends __SmithyException, $MetadataBearer {
105
+ name: "DuplicateResourceException";
106
+ $fault: "client";
107
+ Message?: string;
108
+ }
109
+ export declare namespace DuplicateResourceException {
110
+
111
+ const filterSensitiveLog: (obj: DuplicateResourceException) => any;
112
+ }
113
+ export declare enum PrincipalType {
114
+ IAM = "IAM"
115
+ }
116
+ export interface AssociatePrincipalWithPortfolioInput {
117
+
118
+ AcceptLanguage?: string;
119
+
120
+ PortfolioId: string | undefined;
121
+
122
+ PrincipalARN: string | undefined;
123
+
124
+ PrincipalType: PrincipalType | string | undefined;
125
+ }
126
+ export declare namespace AssociatePrincipalWithPortfolioInput {
127
+
128
+ const filterSensitiveLog: (obj: AssociatePrincipalWithPortfolioInput) => any;
129
+ }
130
+ export interface AssociatePrincipalWithPortfolioOutput {
131
+ }
132
+ export declare namespace AssociatePrincipalWithPortfolioOutput {
133
+
134
+ const filterSensitiveLog: (obj: AssociatePrincipalWithPortfolioOutput) => any;
135
+ }
136
+ export interface AssociateProductWithPortfolioInput {
137
+
138
+ AcceptLanguage?: string;
139
+
140
+ ProductId: string | undefined;
141
+
142
+ PortfolioId: string | undefined;
143
+
144
+ SourcePortfolioId?: string;
145
+ }
146
+ export declare namespace AssociateProductWithPortfolioInput {
147
+
148
+ const filterSensitiveLog: (obj: AssociateProductWithPortfolioInput) => any;
149
+ }
150
+ export interface AssociateProductWithPortfolioOutput {
151
+ }
152
+ export declare namespace AssociateProductWithPortfolioOutput {
153
+
154
+ const filterSensitiveLog: (obj: AssociateProductWithPortfolioOutput) => any;
155
+ }
156
+ export interface AssociateServiceActionWithProvisioningArtifactInput {
157
+
158
+ ProductId: string | undefined;
159
+
160
+ ProvisioningArtifactId: string | undefined;
161
+
162
+ ServiceActionId: string | undefined;
163
+
164
+ AcceptLanguage?: string;
165
+ }
166
+ export declare namespace AssociateServiceActionWithProvisioningArtifactInput {
167
+
168
+ const filterSensitiveLog: (obj: AssociateServiceActionWithProvisioningArtifactInput) => any;
169
+ }
170
+ export interface AssociateServiceActionWithProvisioningArtifactOutput {
171
+ }
172
+ export declare namespace AssociateServiceActionWithProvisioningArtifactOutput {
173
+
174
+ const filterSensitiveLog: (obj: AssociateServiceActionWithProvisioningArtifactOutput) => any;
175
+ }
176
+ export interface AssociateTagOptionWithResourceInput {
177
+
178
+ ResourceId: string | undefined;
179
+
180
+ TagOptionId: string | undefined;
181
+ }
182
+ export declare namespace AssociateTagOptionWithResourceInput {
183
+
184
+ const filterSensitiveLog: (obj: AssociateTagOptionWithResourceInput) => any;
185
+ }
186
+ export interface AssociateTagOptionWithResourceOutput {
187
+ }
188
+ export declare namespace AssociateTagOptionWithResourceOutput {
189
+
190
+ const filterSensitiveLog: (obj: AssociateTagOptionWithResourceOutput) => any;
191
+ }
192
+
193
+ export interface InvalidStateException extends __SmithyException, $MetadataBearer {
194
+ name: "InvalidStateException";
195
+ $fault: "client";
196
+ Message?: string;
197
+ }
198
+ export declare namespace InvalidStateException {
199
+
200
+ const filterSensitiveLog: (obj: InvalidStateException) => any;
201
+ }
202
+
203
+ export interface TagOptionNotMigratedException extends __SmithyException, $MetadataBearer {
204
+ name: "TagOptionNotMigratedException";
205
+ $fault: "client";
206
+ Message?: string;
207
+ }
208
+ export declare namespace TagOptionNotMigratedException {
209
+
210
+ const filterSensitiveLog: (obj: TagOptionNotMigratedException) => any;
211
+ }
212
+
213
+ export interface ServiceActionAssociation {
214
+
215
+ ServiceActionId: string | undefined;
216
+
217
+ ProductId: string | undefined;
218
+
219
+ ProvisioningArtifactId: string | undefined;
220
+ }
221
+ export declare namespace ServiceActionAssociation {
222
+
223
+ const filterSensitiveLog: (obj: ServiceActionAssociation) => any;
224
+ }
225
+ export interface BatchAssociateServiceActionWithProvisioningArtifactInput {
226
+
227
+ ServiceActionAssociations: ServiceActionAssociation[] | undefined;
228
+
229
+ AcceptLanguage?: string;
230
+ }
231
+ export declare namespace BatchAssociateServiceActionWithProvisioningArtifactInput {
232
+
233
+ const filterSensitiveLog: (obj: BatchAssociateServiceActionWithProvisioningArtifactInput) => any;
234
+ }
235
+ export declare enum ServiceActionAssociationErrorCode {
236
+ DuplicateResourceException = "DUPLICATE_RESOURCE",
237
+ InternalFailure = "INTERNAL_FAILURE",
238
+ LimitExceededException = "LIMIT_EXCEEDED",
239
+ ResourceNotFoundException = "RESOURCE_NOT_FOUND",
240
+ ThrottlingException = "THROTTLING"
241
+ }
242
+
243
+ export interface FailedServiceActionAssociation {
244
+
245
+ ServiceActionId?: string;
246
+
247
+ ProductId?: string;
248
+
249
+ ProvisioningArtifactId?: string;
250
+
251
+ ErrorCode?: ServiceActionAssociationErrorCode | string;
252
+
253
+ ErrorMessage?: string;
254
+ }
255
+ export declare namespace FailedServiceActionAssociation {
256
+
257
+ const filterSensitiveLog: (obj: FailedServiceActionAssociation) => any;
258
+ }
259
+ export interface BatchAssociateServiceActionWithProvisioningArtifactOutput {
260
+
261
+ FailedServiceActionAssociations?: FailedServiceActionAssociation[];
262
+ }
263
+ export declare namespace BatchAssociateServiceActionWithProvisioningArtifactOutput {
264
+
265
+ const filterSensitiveLog: (obj: BatchAssociateServiceActionWithProvisioningArtifactOutput) => any;
266
+ }
267
+ export interface BatchDisassociateServiceActionFromProvisioningArtifactInput {
268
+
269
+ ServiceActionAssociations: ServiceActionAssociation[] | undefined;
270
+
271
+ AcceptLanguage?: string;
272
+ }
273
+ export declare namespace BatchDisassociateServiceActionFromProvisioningArtifactInput {
274
+
275
+ const filterSensitiveLog: (obj: BatchDisassociateServiceActionFromProvisioningArtifactInput) => any;
276
+ }
277
+ export interface BatchDisassociateServiceActionFromProvisioningArtifactOutput {
278
+
279
+ FailedServiceActionAssociations?: FailedServiceActionAssociation[];
280
+ }
281
+ export declare namespace BatchDisassociateServiceActionFromProvisioningArtifactOutput {
282
+
283
+ const filterSensitiveLog: (obj: BatchDisassociateServiceActionFromProvisioningArtifactOutput) => any;
284
+ }
285
+ export declare enum CopyOption {
286
+ CopyTags = "CopyTags"
287
+ }
288
+ export declare enum ProvisioningArtifactPropertyName {
289
+ Id = "Id"
290
+ }
291
+ export interface CopyProductInput {
292
+
293
+ AcceptLanguage?: string;
294
+
295
+ SourceProductArn: string | undefined;
296
+
297
+ TargetProductId?: string;
298
+
299
+ TargetProductName?: string;
300
+
301
+ SourceProvisioningArtifactIdentifiers?: {
302
+ [key: string]: string;
303
+ }[];
304
+
305
+ CopyOptions?: (CopyOption | string)[];
306
+
307
+ IdempotencyToken?: string;
308
+ }
309
+ export declare namespace CopyProductInput {
310
+
311
+ const filterSensitiveLog: (obj: CopyProductInput) => any;
312
+ }
313
+ export interface CopyProductOutput {
314
+
315
+ CopyProductToken?: string;
316
+ }
317
+ export declare namespace CopyProductOutput {
318
+
319
+ const filterSensitiveLog: (obj: CopyProductOutput) => any;
320
+ }
321
+ export interface CreateConstraintInput {
322
+
323
+ AcceptLanguage?: string;
324
+
325
+ PortfolioId: string | undefined;
326
+
327
+ ProductId: string | undefined;
328
+
329
+ Parameters: string | undefined;
330
+
331
+ Type: string | undefined;
332
+
333
+ Description?: string;
334
+
335
+ IdempotencyToken?: string;
336
+ }
337
+ export declare namespace CreateConstraintInput {
338
+
339
+ const filterSensitiveLog: (obj: CreateConstraintInput) => any;
340
+ }
341
+
342
+ export interface ConstraintDetail {
343
+
344
+ ConstraintId?: string;
345
+
346
+ Type?: string;
347
+
348
+ Description?: string;
349
+
350
+ Owner?: string;
351
+
352
+ ProductId?: string;
353
+
354
+ PortfolioId?: string;
355
+ }
356
+ export declare namespace ConstraintDetail {
357
+
358
+ const filterSensitiveLog: (obj: ConstraintDetail) => any;
359
+ }
360
+ export declare enum Status {
361
+ AVAILABLE = "AVAILABLE",
362
+ CREATING = "CREATING",
363
+ FAILED = "FAILED"
364
+ }
365
+ export interface CreateConstraintOutput {
366
+
367
+ ConstraintDetail?: ConstraintDetail;
368
+
369
+ ConstraintParameters?: string;
370
+
371
+ Status?: Status | string;
372
+ }
373
+ export declare namespace CreateConstraintOutput {
374
+
375
+ const filterSensitiveLog: (obj: CreateConstraintOutput) => any;
376
+ }
377
+ export interface CreatePortfolioInput {
378
+
379
+ AcceptLanguage?: string;
380
+
381
+ DisplayName: string | undefined;
382
+
383
+ Description?: string;
384
+
385
+ ProviderName: string | undefined;
386
+
387
+ Tags?: Tag[];
388
+
389
+ IdempotencyToken?: string;
390
+ }
391
+ export declare namespace CreatePortfolioInput {
392
+
393
+ const filterSensitiveLog: (obj: CreatePortfolioInput) => any;
394
+ }
395
+
396
+ export interface PortfolioDetail {
397
+
398
+ Id?: string;
399
+
400
+ ARN?: string;
401
+
402
+ DisplayName?: string;
403
+
404
+ Description?: string;
405
+
406
+ CreatedTime?: Date;
407
+
408
+ ProviderName?: string;
409
+ }
410
+ export declare namespace PortfolioDetail {
411
+
412
+ const filterSensitiveLog: (obj: PortfolioDetail) => any;
413
+ }
414
+ export interface CreatePortfolioOutput {
415
+
416
+ PortfolioDetail?: PortfolioDetail;
417
+
418
+ Tags?: Tag[];
419
+ }
420
+ export declare namespace CreatePortfolioOutput {
421
+
422
+ const filterSensitiveLog: (obj: CreatePortfolioOutput) => any;
423
+ }
424
+ export declare enum OrganizationNodeType {
425
+ ACCOUNT = "ACCOUNT",
426
+ ORGANIZATION = "ORGANIZATION",
427
+ ORGANIZATIONAL_UNIT = "ORGANIZATIONAL_UNIT"
428
+ }
429
+
430
+ export interface OrganizationNode {
431
+
432
+ Type?: OrganizationNodeType | string;
433
+
434
+ Value?: string;
435
+ }
436
+ export declare namespace OrganizationNode {
437
+
438
+ const filterSensitiveLog: (obj: OrganizationNode) => any;
439
+ }
440
+ export interface CreatePortfolioShareInput {
441
+
442
+ AcceptLanguage?: string;
443
+
444
+ PortfolioId: string | undefined;
445
+
446
+ AccountId?: string;
447
+
448
+ OrganizationNode?: OrganizationNode;
449
+
450
+ ShareTagOptions?: boolean;
451
+ }
452
+ export declare namespace CreatePortfolioShareInput {
453
+
454
+ const filterSensitiveLog: (obj: CreatePortfolioShareInput) => any;
455
+ }
456
+ export interface CreatePortfolioShareOutput {
457
+
458
+ PortfolioShareToken?: string;
459
+ }
460
+ export declare namespace CreatePortfolioShareOutput {
461
+
462
+ const filterSensitiveLog: (obj: CreatePortfolioShareOutput) => any;
463
+ }
464
+
465
+ export interface OperationNotSupportedException extends __SmithyException, $MetadataBearer {
466
+ name: "OperationNotSupportedException";
467
+ $fault: "client";
468
+ Message?: string;
469
+ }
470
+ export declare namespace OperationNotSupportedException {
471
+
472
+ const filterSensitiveLog: (obj: OperationNotSupportedException) => any;
473
+ }
474
+ export declare enum ProductType {
475
+ CLOUD_FORMATION_TEMPLATE = "CLOUD_FORMATION_TEMPLATE",
476
+ MARKETPLACE = "MARKETPLACE"
477
+ }
478
+ export declare enum ProvisioningArtifactType {
479
+ CLOUD_FORMATION_TEMPLATE = "CLOUD_FORMATION_TEMPLATE",
480
+ MARKETPLACE_AMI = "MARKETPLACE_AMI",
481
+ MARKETPLACE_CAR = "MARKETPLACE_CAR"
482
+ }
483
+
484
+ export interface ProvisioningArtifactProperties {
485
+
486
+ Name?: string;
487
+
488
+ Description?: string;
489
+
490
+ Info: {
491
+ [key: string]: string;
492
+ } | undefined;
493
+
494
+ Type?: ProvisioningArtifactType | string;
495
+
496
+ DisableTemplateValidation?: boolean;
497
+ }
498
+ export declare namespace ProvisioningArtifactProperties {
499
+
500
+ const filterSensitiveLog: (obj: ProvisioningArtifactProperties) => any;
501
+ }
502
+ export interface CreateProductInput {
503
+
504
+ AcceptLanguage?: string;
505
+
506
+ Name: string | undefined;
507
+
508
+ Owner: string | undefined;
509
+
510
+ Description?: string;
511
+
512
+ Distributor?: string;
513
+
514
+ SupportDescription?: string;
515
+
516
+ SupportEmail?: string;
517
+
518
+ SupportUrl?: string;
519
+
520
+ ProductType: ProductType | string | undefined;
521
+
522
+ Tags?: Tag[];
523
+
524
+ ProvisioningArtifactParameters: ProvisioningArtifactProperties | undefined;
525
+
526
+ IdempotencyToken?: string;
527
+ }
528
+ export declare namespace CreateProductInput {
529
+
530
+ const filterSensitiveLog: (obj: CreateProductInput) => any;
531
+ }
532
+
533
+ export interface ProductViewSummary {
534
+
535
+ Id?: string;
536
+
537
+ ProductId?: string;
538
+
539
+ Name?: string;
540
+
541
+ Owner?: string;
542
+
543
+ ShortDescription?: string;
544
+
545
+ Type?: ProductType | string;
546
+
547
+ Distributor?: string;
548
+
549
+ HasDefaultPath?: boolean;
550
+
551
+ SupportEmail?: string;
552
+
553
+ SupportDescription?: string;
554
+
555
+ SupportUrl?: string;
556
+ }
557
+ export declare namespace ProductViewSummary {
558
+
559
+ const filterSensitiveLog: (obj: ProductViewSummary) => any;
560
+ }
561
+
562
+ export interface ProductViewDetail {
563
+
564
+ ProductViewSummary?: ProductViewSummary;
565
+
566
+ Status?: Status | string;
567
+
568
+ ProductARN?: string;
569
+
570
+ CreatedTime?: Date;
571
+ }
572
+ export declare namespace ProductViewDetail {
573
+
574
+ const filterSensitiveLog: (obj: ProductViewDetail) => any;
575
+ }
576
+ export declare enum ProvisioningArtifactGuidance {
577
+ DEFAULT = "DEFAULT",
578
+ DEPRECATED = "DEPRECATED"
579
+ }
580
+
581
+ export interface ProvisioningArtifactDetail {
582
+
583
+ Id?: string;
584
+
585
+ Name?: string;
586
+
587
+ Description?: string;
588
+
589
+ Type?: ProvisioningArtifactType | string;
590
+
591
+ CreatedTime?: Date;
592
+
593
+ Active?: boolean;
594
+
595
+ Guidance?: ProvisioningArtifactGuidance | string;
596
+ }
597
+ export declare namespace ProvisioningArtifactDetail {
598
+
599
+ const filterSensitiveLog: (obj: ProvisioningArtifactDetail) => any;
600
+ }
601
+ export interface CreateProductOutput {
602
+
603
+ ProductViewDetail?: ProductViewDetail;
604
+
605
+ ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
606
+
607
+ Tags?: Tag[];
608
+ }
609
+ export declare namespace CreateProductOutput {
610
+
611
+ const filterSensitiveLog: (obj: CreateProductOutput) => any;
612
+ }
613
+ export declare enum ProvisionedProductPlanType {
614
+ CLOUDFORMATION = "CLOUDFORMATION"
615
+ }
616
+
617
+ export interface UpdateProvisioningParameter {
618
+
619
+ Key?: string;
620
+
621
+ Value?: string;
622
+
623
+ UsePreviousValue?: boolean;
624
+ }
625
+ export declare namespace UpdateProvisioningParameter {
626
+
627
+ const filterSensitiveLog: (obj: UpdateProvisioningParameter) => any;
628
+ }
629
+ export interface CreateProvisionedProductPlanInput {
630
+
631
+ AcceptLanguage?: string;
632
+
633
+ PlanName: string | undefined;
634
+
635
+ PlanType: ProvisionedProductPlanType | string | undefined;
636
+
637
+ NotificationArns?: string[];
638
+
639
+ PathId?: string;
640
+
641
+ ProductId: string | undefined;
642
+
643
+ ProvisionedProductName: string | undefined;
644
+
645
+ ProvisioningArtifactId: string | undefined;
646
+
647
+ ProvisioningParameters?: UpdateProvisioningParameter[];
648
+
649
+ IdempotencyToken?: string;
650
+
651
+ Tags?: Tag[];
652
+ }
653
+ export declare namespace CreateProvisionedProductPlanInput {
654
+
655
+ const filterSensitiveLog: (obj: CreateProvisionedProductPlanInput) => any;
656
+ }
657
+ export interface CreateProvisionedProductPlanOutput {
658
+
659
+ PlanName?: string;
660
+
661
+ PlanId?: string;
662
+
663
+ ProvisionProductId?: string;
664
+
665
+ ProvisionedProductName?: string;
666
+
667
+ ProvisioningArtifactId?: string;
668
+ }
669
+ export declare namespace CreateProvisionedProductPlanOutput {
670
+
671
+ const filterSensitiveLog: (obj: CreateProvisionedProductPlanOutput) => any;
672
+ }
673
+ export interface CreateProvisioningArtifactInput {
674
+
675
+ AcceptLanguage?: string;
676
+
677
+ ProductId: string | undefined;
678
+
679
+ Parameters: ProvisioningArtifactProperties | undefined;
680
+
681
+ IdempotencyToken?: string;
682
+ }
683
+ export declare namespace CreateProvisioningArtifactInput {
684
+
685
+ const filterSensitiveLog: (obj: CreateProvisioningArtifactInput) => any;
686
+ }
687
+ export interface CreateProvisioningArtifactOutput {
688
+
689
+ ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
690
+
691
+ Info?: {
692
+ [key: string]: string;
693
+ };
694
+
695
+ Status?: Status | string;
696
+ }
697
+ export declare namespace CreateProvisioningArtifactOutput {
698
+
699
+ const filterSensitiveLog: (obj: CreateProvisioningArtifactOutput) => any;
700
+ }
701
+ export declare enum ServiceActionDefinitionKey {
702
+ AssumeRole = "AssumeRole",
703
+ Name = "Name",
704
+ Parameters = "Parameters",
705
+ Version = "Version"
706
+ }
707
+ export declare enum ServiceActionDefinitionType {
708
+ SsmAutomation = "SSM_AUTOMATION"
709
+ }
710
+ export interface CreateServiceActionInput {
711
+
712
+ Name: string | undefined;
713
+
714
+ DefinitionType: ServiceActionDefinitionType | string | undefined;
715
+
716
+ Definition: {
717
+ [key: string]: string;
718
+ } | undefined;
719
+
720
+ Description?: string;
721
+
722
+ AcceptLanguage?: string;
723
+
724
+ IdempotencyToken?: string;
725
+ }
726
+ export declare namespace CreateServiceActionInput {
727
+
728
+ const filterSensitiveLog: (obj: CreateServiceActionInput) => any;
729
+ }
730
+
731
+ export interface ServiceActionSummary {
732
+
733
+ Id?: string;
734
+
735
+ Name?: string;
736
+
737
+ Description?: string;
738
+
739
+ DefinitionType?: ServiceActionDefinitionType | string;
740
+ }
741
+ export declare namespace ServiceActionSummary {
742
+
743
+ const filterSensitiveLog: (obj: ServiceActionSummary) => any;
744
+ }
745
+
746
+ export interface ServiceActionDetail {
747
+
748
+ ServiceActionSummary?: ServiceActionSummary;
749
+
750
+ Definition?: {
751
+ [key: string]: string;
752
+ };
753
+ }
754
+ export declare namespace ServiceActionDetail {
755
+
756
+ const filterSensitiveLog: (obj: ServiceActionDetail) => any;
757
+ }
758
+ export interface CreateServiceActionOutput {
759
+
760
+ ServiceActionDetail?: ServiceActionDetail;
761
+ }
762
+ export declare namespace CreateServiceActionOutput {
763
+
764
+ const filterSensitiveLog: (obj: CreateServiceActionOutput) => any;
765
+ }
766
+ export interface CreateTagOptionInput {
767
+
768
+ Key: string | undefined;
769
+
770
+ Value: string | undefined;
771
+ }
772
+ export declare namespace CreateTagOptionInput {
773
+
774
+ const filterSensitiveLog: (obj: CreateTagOptionInput) => any;
775
+ }
776
+
777
+ export interface TagOptionDetail {
778
+
779
+ Key?: string;
780
+
781
+ Value?: string;
782
+
783
+ Active?: boolean;
784
+
785
+ Id?: string;
786
+
787
+ Owner?: string;
788
+ }
789
+ export declare namespace TagOptionDetail {
790
+
791
+ const filterSensitiveLog: (obj: TagOptionDetail) => any;
792
+ }
793
+ export interface CreateTagOptionOutput {
794
+
795
+ TagOptionDetail?: TagOptionDetail;
796
+ }
797
+ export declare namespace CreateTagOptionOutput {
798
+
799
+ const filterSensitiveLog: (obj: CreateTagOptionOutput) => any;
800
+ }
801
+ export interface DeleteConstraintInput {
802
+
803
+ AcceptLanguage?: string;
804
+
805
+ Id: string | undefined;
806
+ }
807
+ export declare namespace DeleteConstraintInput {
808
+
809
+ const filterSensitiveLog: (obj: DeleteConstraintInput) => any;
810
+ }
811
+ export interface DeleteConstraintOutput {
812
+ }
813
+ export declare namespace DeleteConstraintOutput {
814
+
815
+ const filterSensitiveLog: (obj: DeleteConstraintOutput) => any;
816
+ }
817
+ export interface DeletePortfolioInput {
818
+
819
+ AcceptLanguage?: string;
820
+
821
+ Id: string | undefined;
822
+ }
823
+ export declare namespace DeletePortfolioInput {
824
+
825
+ const filterSensitiveLog: (obj: DeletePortfolioInput) => any;
826
+ }
827
+ export interface DeletePortfolioOutput {
828
+ }
829
+ export declare namespace DeletePortfolioOutput {
830
+
831
+ const filterSensitiveLog: (obj: DeletePortfolioOutput) => any;
832
+ }
833
+
834
+ export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
835
+ name: "ResourceInUseException";
836
+ $fault: "client";
837
+ Message?: string;
838
+ }
839
+ export declare namespace ResourceInUseException {
840
+
841
+ const filterSensitiveLog: (obj: ResourceInUseException) => any;
842
+ }
843
+ export interface DeletePortfolioShareInput {
844
+
845
+ AcceptLanguage?: string;
846
+
847
+ PortfolioId: string | undefined;
848
+
849
+ AccountId?: string;
850
+
851
+ OrganizationNode?: OrganizationNode;
852
+ }
853
+ export declare namespace DeletePortfolioShareInput {
854
+
855
+ const filterSensitiveLog: (obj: DeletePortfolioShareInput) => any;
856
+ }
857
+ export interface DeletePortfolioShareOutput {
858
+
859
+ PortfolioShareToken?: string;
860
+ }
861
+ export declare namespace DeletePortfolioShareOutput {
862
+
863
+ const filterSensitiveLog: (obj: DeletePortfolioShareOutput) => any;
864
+ }
865
+ export interface DeleteProductInput {
866
+
867
+ AcceptLanguage?: string;
868
+
869
+ Id: string | undefined;
870
+ }
871
+ export declare namespace DeleteProductInput {
872
+
873
+ const filterSensitiveLog: (obj: DeleteProductInput) => any;
874
+ }
875
+ export interface DeleteProductOutput {
876
+ }
877
+ export declare namespace DeleteProductOutput {
878
+
879
+ const filterSensitiveLog: (obj: DeleteProductOutput) => any;
880
+ }
881
+ export interface DeleteProvisionedProductPlanInput {
882
+
883
+ AcceptLanguage?: string;
884
+
885
+ PlanId: string | undefined;
886
+
887
+ IgnoreErrors?: boolean;
888
+ }
889
+ export declare namespace DeleteProvisionedProductPlanInput {
890
+
891
+ const filterSensitiveLog: (obj: DeleteProvisionedProductPlanInput) => any;
892
+ }
893
+ export interface DeleteProvisionedProductPlanOutput {
894
+ }
895
+ export declare namespace DeleteProvisionedProductPlanOutput {
896
+
897
+ const filterSensitiveLog: (obj: DeleteProvisionedProductPlanOutput) => any;
898
+ }
899
+ export interface DeleteProvisioningArtifactInput {
900
+
901
+ AcceptLanguage?: string;
902
+
903
+ ProductId: string | undefined;
904
+
905
+ ProvisioningArtifactId: string | undefined;
906
+ }
907
+ export declare namespace DeleteProvisioningArtifactInput {
908
+
909
+ const filterSensitiveLog: (obj: DeleteProvisioningArtifactInput) => any;
910
+ }
911
+ export interface DeleteProvisioningArtifactOutput {
912
+ }
913
+ export declare namespace DeleteProvisioningArtifactOutput {
914
+
915
+ const filterSensitiveLog: (obj: DeleteProvisioningArtifactOutput) => any;
916
+ }
917
+ export interface DeleteServiceActionInput {
918
+
919
+ Id: string | undefined;
920
+
921
+ AcceptLanguage?: string;
922
+ }
923
+ export declare namespace DeleteServiceActionInput {
924
+
925
+ const filterSensitiveLog: (obj: DeleteServiceActionInput) => any;
926
+ }
927
+ export interface DeleteServiceActionOutput {
928
+ }
929
+ export declare namespace DeleteServiceActionOutput {
930
+
931
+ const filterSensitiveLog: (obj: DeleteServiceActionOutput) => any;
932
+ }
933
+ export interface DeleteTagOptionInput {
934
+
935
+ Id: string | undefined;
936
+ }
937
+ export declare namespace DeleteTagOptionInput {
938
+
939
+ const filterSensitiveLog: (obj: DeleteTagOptionInput) => any;
940
+ }
941
+ export interface DeleteTagOptionOutput {
942
+ }
943
+ export declare namespace DeleteTagOptionOutput {
944
+
945
+ const filterSensitiveLog: (obj: DeleteTagOptionOutput) => any;
946
+ }
947
+ export interface DescribeConstraintInput {
948
+
949
+ AcceptLanguage?: string;
950
+
951
+ Id: string | undefined;
952
+ }
953
+ export declare namespace DescribeConstraintInput {
954
+
955
+ const filterSensitiveLog: (obj: DescribeConstraintInput) => any;
956
+ }
957
+ export interface DescribeConstraintOutput {
958
+
959
+ ConstraintDetail?: ConstraintDetail;
960
+
961
+ ConstraintParameters?: string;
962
+
963
+ Status?: Status | string;
964
+ }
965
+ export declare namespace DescribeConstraintOutput {
966
+
967
+ const filterSensitiveLog: (obj: DescribeConstraintOutput) => any;
968
+ }
969
+ export interface DescribeCopyProductStatusInput {
970
+
971
+ AcceptLanguage?: string;
972
+
973
+ CopyProductToken: string | undefined;
974
+ }
975
+ export declare namespace DescribeCopyProductStatusInput {
976
+
977
+ const filterSensitiveLog: (obj: DescribeCopyProductStatusInput) => any;
978
+ }
979
+ export declare enum CopyProductStatus {
980
+ FAILED = "FAILED",
981
+ IN_PROGRESS = "IN_PROGRESS",
982
+ SUCCEEDED = "SUCCEEDED"
983
+ }
984
+ export interface DescribeCopyProductStatusOutput {
985
+
986
+ CopyProductStatus?: CopyProductStatus | string;
987
+
988
+ TargetProductId?: string;
989
+
990
+ StatusDetail?: string;
991
+ }
992
+ export declare namespace DescribeCopyProductStatusOutput {
993
+
994
+ const filterSensitiveLog: (obj: DescribeCopyProductStatusOutput) => any;
995
+ }
996
+ export interface DescribePortfolioInput {
997
+
998
+ AcceptLanguage?: string;
999
+
1000
+ Id: string | undefined;
1001
+ }
1002
+ export declare namespace DescribePortfolioInput {
1003
+
1004
+ const filterSensitiveLog: (obj: DescribePortfolioInput) => any;
1005
+ }
1006
+
1007
+ export interface BudgetDetail {
1008
+
1009
+ BudgetName?: string;
1010
+ }
1011
+ export declare namespace BudgetDetail {
1012
+
1013
+ const filterSensitiveLog: (obj: BudgetDetail) => any;
1014
+ }
1015
+ export interface DescribePortfolioOutput {
1016
+
1017
+ PortfolioDetail?: PortfolioDetail;
1018
+
1019
+ Tags?: Tag[];
1020
+
1021
+ TagOptions?: TagOptionDetail[];
1022
+
1023
+ Budgets?: BudgetDetail[];
1024
+ }
1025
+ export declare namespace DescribePortfolioOutput {
1026
+
1027
+ const filterSensitiveLog: (obj: DescribePortfolioOutput) => any;
1028
+ }
1029
+ export declare enum DescribePortfolioShareType {
1030
+ ACCOUNT = "ACCOUNT",
1031
+ ORGANIZATION = "ORGANIZATION",
1032
+ ORGANIZATIONAL_UNIT = "ORGANIZATIONAL_UNIT",
1033
+ ORGANIZATION_MEMBER_ACCOUNT = "ORGANIZATION_MEMBER_ACCOUNT"
1034
+ }
1035
+ export interface DescribePortfolioSharesInput {
1036
+
1037
+ PortfolioId: string | undefined;
1038
+
1039
+ Type: DescribePortfolioShareType | string | undefined;
1040
+
1041
+ PageToken?: string;
1042
+
1043
+ PageSize?: number;
1044
+ }
1045
+ export declare namespace DescribePortfolioSharesInput {
1046
+
1047
+ const filterSensitiveLog: (obj: DescribePortfolioSharesInput) => any;
1048
+ }
1049
+
1050
+ export interface PortfolioShareDetail {
1051
+
1052
+ PrincipalId?: string;
1053
+
1054
+ Type?: DescribePortfolioShareType | string;
1055
+
1056
+ Accepted?: boolean;
1057
+
1058
+ ShareTagOptions?: boolean;
1059
+ }
1060
+ export declare namespace PortfolioShareDetail {
1061
+
1062
+ const filterSensitiveLog: (obj: PortfolioShareDetail) => any;
1063
+ }
1064
+ export interface DescribePortfolioSharesOutput {
1065
+
1066
+ NextPageToken?: string;
1067
+
1068
+ PortfolioShareDetails?: PortfolioShareDetail[];
1069
+ }
1070
+ export declare namespace DescribePortfolioSharesOutput {
1071
+
1072
+ const filterSensitiveLog: (obj: DescribePortfolioSharesOutput) => any;
1073
+ }
1074
+ export interface DescribePortfolioShareStatusInput {
1075
+
1076
+ PortfolioShareToken: string | undefined;
1077
+ }
1078
+ export declare namespace DescribePortfolioShareStatusInput {
1079
+
1080
+ const filterSensitiveLog: (obj: DescribePortfolioShareStatusInput) => any;
1081
+ }
1082
+
1083
+ export interface ShareError {
1084
+
1085
+ Accounts?: string[];
1086
+
1087
+ Message?: string;
1088
+
1089
+ Error?: string;
1090
+ }
1091
+ export declare namespace ShareError {
1092
+
1093
+ const filterSensitiveLog: (obj: ShareError) => any;
1094
+ }
1095
+
1096
+ export interface ShareDetails {
1097
+
1098
+ SuccessfulShares?: string[];
1099
+
1100
+ ShareErrors?: ShareError[];
1101
+ }
1102
+ export declare namespace ShareDetails {
1103
+
1104
+ const filterSensitiveLog: (obj: ShareDetails) => any;
1105
+ }
1106
+ export declare enum ShareStatus {
1107
+ COMPLETED = "COMPLETED",
1108
+ COMPLETED_WITH_ERRORS = "COMPLETED_WITH_ERRORS",
1109
+ ERROR = "ERROR",
1110
+ IN_PROGRESS = "IN_PROGRESS",
1111
+ NOT_STARTED = "NOT_STARTED"
1112
+ }
1113
+ export interface DescribePortfolioShareStatusOutput {
1114
+
1115
+ PortfolioShareToken?: string;
1116
+
1117
+ PortfolioId?: string;
1118
+
1119
+ OrganizationNodeValue?: string;
1120
+
1121
+ Status?: ShareStatus | string;
1122
+
1123
+ ShareDetails?: ShareDetails;
1124
+ }
1125
+ export declare namespace DescribePortfolioShareStatusOutput {
1126
+
1127
+ const filterSensitiveLog: (obj: DescribePortfolioShareStatusOutput) => any;
1128
+ }
1129
+ export interface DescribeProductInput {
1130
+
1131
+ AcceptLanguage?: string;
1132
+
1133
+ Id?: string;
1134
+
1135
+ Name?: string;
1136
+ }
1137
+ export declare namespace DescribeProductInput {
1138
+
1139
+ const filterSensitiveLog: (obj: DescribeProductInput) => any;
1140
+ }
1141
+
1142
+ export interface LaunchPath {
1143
+
1144
+ Id?: string;
1145
+
1146
+ Name?: string;
1147
+ }
1148
+ export declare namespace LaunchPath {
1149
+
1150
+ const filterSensitiveLog: (obj: LaunchPath) => any;
1151
+ }
1152
+
1153
+ export interface ProvisioningArtifact {
1154
+
1155
+ Id?: string;
1156
+
1157
+ Name?: string;
1158
+
1159
+ Description?: string;
1160
+
1161
+ CreatedTime?: Date;
1162
+
1163
+ Guidance?: ProvisioningArtifactGuidance | string;
1164
+ }
1165
+ export declare namespace ProvisioningArtifact {
1166
+
1167
+ const filterSensitiveLog: (obj: ProvisioningArtifact) => any;
1168
+ }
1169
+ export interface DescribeProductOutput {
1170
+
1171
+ ProductViewSummary?: ProductViewSummary;
1172
+
1173
+ ProvisioningArtifacts?: ProvisioningArtifact[];
1174
+
1175
+ Budgets?: BudgetDetail[];
1176
+
1177
+ LaunchPaths?: LaunchPath[];
1178
+ }
1179
+ export declare namespace DescribeProductOutput {
1180
+
1181
+ const filterSensitiveLog: (obj: DescribeProductOutput) => any;
1182
+ }
1183
+ export interface DescribeProductAsAdminInput {
1184
+
1185
+ AcceptLanguage?: string;
1186
+
1187
+ Id?: string;
1188
+
1189
+ Name?: string;
1190
+
1191
+ SourcePortfolioId?: string;
1192
+ }
1193
+ export declare namespace DescribeProductAsAdminInput {
1194
+
1195
+ const filterSensitiveLog: (obj: DescribeProductAsAdminInput) => any;
1196
+ }
1197
+
1198
+ export interface ProvisioningArtifactSummary {
1199
+
1200
+ Id?: string;
1201
+
1202
+ Name?: string;
1203
+
1204
+ Description?: string;
1205
+
1206
+ CreatedTime?: Date;
1207
+
1208
+ ProvisioningArtifactMetadata?: {
1209
+ [key: string]: string;
1210
+ };
1211
+ }
1212
+ export declare namespace ProvisioningArtifactSummary {
1213
+
1214
+ const filterSensitiveLog: (obj: ProvisioningArtifactSummary) => any;
1215
+ }
1216
+ export interface DescribeProductAsAdminOutput {
1217
+
1218
+ ProductViewDetail?: ProductViewDetail;
1219
+
1220
+ ProvisioningArtifactSummaries?: ProvisioningArtifactSummary[];
1221
+
1222
+ Tags?: Tag[];
1223
+
1224
+ TagOptions?: TagOptionDetail[];
1225
+
1226
+ Budgets?: BudgetDetail[];
1227
+ }
1228
+ export declare namespace DescribeProductAsAdminOutput {
1229
+
1230
+ const filterSensitiveLog: (obj: DescribeProductAsAdminOutput) => any;
1231
+ }
1232
+ export interface DescribeProductViewInput {
1233
+
1234
+ AcceptLanguage?: string;
1235
+
1236
+ Id: string | undefined;
1237
+ }
1238
+ export declare namespace DescribeProductViewInput {
1239
+
1240
+ const filterSensitiveLog: (obj: DescribeProductViewInput) => any;
1241
+ }
1242
+ export interface DescribeProductViewOutput {
1243
+
1244
+ ProductViewSummary?: ProductViewSummary;
1245
+
1246
+ ProvisioningArtifacts?: ProvisioningArtifact[];
1247
+ }
1248
+ export declare namespace DescribeProductViewOutput {
1249
+
1250
+ const filterSensitiveLog: (obj: DescribeProductViewOutput) => any;
1251
+ }
1252
+
1253
+ export interface DescribeProvisionedProductInput {
1254
+
1255
+ AcceptLanguage?: string;
1256
+
1257
+ Id?: string;
1258
+
1259
+ Name?: string;
1260
+ }
1261
+ export declare namespace DescribeProvisionedProductInput {
1262
+
1263
+ const filterSensitiveLog: (obj: DescribeProvisionedProductInput) => any;
1264
+ }
1265
+
1266
+ export interface CloudWatchDashboard {
1267
+
1268
+ Name?: string;
1269
+ }
1270
+ export declare namespace CloudWatchDashboard {
1271
+
1272
+ const filterSensitiveLog: (obj: CloudWatchDashboard) => any;
1273
+ }
1274
+ export declare enum ProvisionedProductStatus {
1275
+ AVAILABLE = "AVAILABLE",
1276
+ ERROR = "ERROR",
1277
+ PLAN_IN_PROGRESS = "PLAN_IN_PROGRESS",
1278
+ TAINTED = "TAINTED",
1279
+ UNDER_CHANGE = "UNDER_CHANGE"
1280
+ }
1281
+
1282
+ export interface ProvisionedProductDetail {
1283
+
1284
+ Name?: string;
1285
+
1286
+ Arn?: string;
1287
+
1288
+ Type?: string;
1289
+
1290
+ Id?: string;
1291
+
1292
+ Status?: ProvisionedProductStatus | string;
1293
+
1294
+ StatusMessage?: string;
1295
+
1296
+ CreatedTime?: Date;
1297
+
1298
+ IdempotencyToken?: string;
1299
+
1300
+ LastRecordId?: string;
1301
+
1302
+ LastProvisioningRecordId?: string;
1303
+
1304
+ LastSuccessfulProvisioningRecordId?: string;
1305
+
1306
+ ProductId?: string;
1307
+
1308
+ ProvisioningArtifactId?: string;
1309
+
1310
+ LaunchRoleArn?: string;
1311
+ }
1312
+ export declare namespace ProvisionedProductDetail {
1313
+
1314
+ const filterSensitiveLog: (obj: ProvisionedProductDetail) => any;
1315
+ }
1316
+ export interface DescribeProvisionedProductOutput {
1317
+
1318
+ ProvisionedProductDetail?: ProvisionedProductDetail;
1319
+
1320
+ CloudWatchDashboards?: CloudWatchDashboard[];
1321
+ }
1322
+ export declare namespace DescribeProvisionedProductOutput {
1323
+
1324
+ const filterSensitiveLog: (obj: DescribeProvisionedProductOutput) => any;
1325
+ }
1326
+ export interface DescribeProvisionedProductPlanInput {
1327
+
1328
+ AcceptLanguage?: string;
1329
+
1330
+ PlanId: string | undefined;
1331
+
1332
+ PageSize?: number;
1333
+
1334
+ PageToken?: string;
1335
+ }
1336
+ export declare namespace DescribeProvisionedProductPlanInput {
1337
+
1338
+ const filterSensitiveLog: (obj: DescribeProvisionedProductPlanInput) => any;
1339
+ }
1340
+ export declare enum ProvisionedProductPlanStatus {
1341
+ CREATE_FAILED = "CREATE_FAILED",
1342
+ CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
1343
+ CREATE_SUCCESS = "CREATE_SUCCESS",
1344
+ EXECUTE_FAILED = "EXECUTE_FAILED",
1345
+ EXECUTE_IN_PROGRESS = "EXECUTE_IN_PROGRESS",
1346
+ EXECUTE_SUCCESS = "EXECUTE_SUCCESS"
1347
+ }
1348
+
1349
+ export interface ProvisionedProductPlanDetails {
1350
+
1351
+ CreatedTime?: Date;
1352
+
1353
+ PathId?: string;
1354
+
1355
+ ProductId?: string;
1356
+
1357
+ PlanName?: string;
1358
+
1359
+ PlanId?: string;
1360
+
1361
+ ProvisionProductId?: string;
1362
+
1363
+ ProvisionProductName?: string;
1364
+
1365
+ PlanType?: ProvisionedProductPlanType | string;
1366
+
1367
+ ProvisioningArtifactId?: string;
1368
+
1369
+ Status?: ProvisionedProductPlanStatus | string;
1370
+
1371
+ UpdatedTime?: Date;
1372
+
1373
+ NotificationArns?: string[];
1374
+
1375
+ ProvisioningParameters?: UpdateProvisioningParameter[];
1376
+
1377
+ Tags?: Tag[];
1378
+
1379
+ StatusMessage?: string;
1380
+ }
1381
+ export declare namespace ProvisionedProductPlanDetails {
1382
+
1383
+ const filterSensitiveLog: (obj: ProvisionedProductPlanDetails) => any;
1384
+ }
1385
+ export declare enum ChangeAction {
1386
+ ADD = "ADD",
1387
+ MODIFY = "MODIFY",
1388
+ REMOVE = "REMOVE"
1389
+ }
1390
+ export declare enum EvaluationType {
1391
+ DYNAMIC = "DYNAMIC",
1392
+ STATIC = "STATIC"
1393
+ }
1394
+ export declare enum ResourceAttribute {
1395
+ CREATIONPOLICY = "CREATIONPOLICY",
1396
+ DELETIONPOLICY = "DELETIONPOLICY",
1397
+ METADATA = "METADATA",
1398
+ PROPERTIES = "PROPERTIES",
1399
+ TAGS = "TAGS",
1400
+ UPDATEPOLICY = "UPDATEPOLICY"
1401
+ }
1402
+ export declare enum RequiresRecreation {
1403
+ ALWAYS = "ALWAYS",
1404
+ CONDITIONALLY = "CONDITIONALLY",
1405
+ NEVER = "NEVER"
1406
+ }
1407
+
1408
+ export interface ResourceTargetDefinition {
1409
+
1410
+ Attribute?: ResourceAttribute | string;
1411
+
1412
+ Name?: string;
1413
+
1414
+ RequiresRecreation?: RequiresRecreation | string;
1415
+ }
1416
+ export declare namespace ResourceTargetDefinition {
1417
+
1418
+ const filterSensitiveLog: (obj: ResourceTargetDefinition) => any;
1419
+ }
1420
+
1421
+ export interface ResourceChangeDetail {
1422
+
1423
+ Target?: ResourceTargetDefinition;
1424
+
1425
+ Evaluation?: EvaluationType | string;
1426
+
1427
+ CausingEntity?: string;
1428
+ }
1429
+ export declare namespace ResourceChangeDetail {
1430
+
1431
+ const filterSensitiveLog: (obj: ResourceChangeDetail) => any;
1432
+ }
1433
+ export declare enum Replacement {
1434
+ CONDITIONAL = "CONDITIONAL",
1435
+ FALSE = "FALSE",
1436
+ TRUE = "TRUE"
1437
+ }
1438
+
1439
+ export interface ResourceChange {
1440
+
1441
+ Action?: ChangeAction | string;
1442
+
1443
+ LogicalResourceId?: string;
1444
+
1445
+ PhysicalResourceId?: string;
1446
+
1447
+ ResourceType?: string;
1448
+
1449
+ Replacement?: Replacement | string;
1450
+
1451
+ Scope?: (ResourceAttribute | string)[];
1452
+
1453
+ Details?: ResourceChangeDetail[];
1454
+ }
1455
+ export declare namespace ResourceChange {
1456
+
1457
+ const filterSensitiveLog: (obj: ResourceChange) => any;
1458
+ }
1459
+ export interface DescribeProvisionedProductPlanOutput {
1460
+
1461
+ ProvisionedProductPlanDetails?: ProvisionedProductPlanDetails;
1462
+
1463
+ ResourceChanges?: ResourceChange[];
1464
+
1465
+ NextPageToken?: string;
1466
+ }
1467
+ export declare namespace DescribeProvisionedProductPlanOutput {
1468
+
1469
+ const filterSensitiveLog: (obj: DescribeProvisionedProductPlanOutput) => any;
1470
+ }
1471
+ export interface DescribeProvisioningArtifactInput {
1472
+
1473
+ AcceptLanguage?: string;
1474
+
1475
+ ProvisioningArtifactId?: string;
1476
+
1477
+ ProductId?: string;
1478
+
1479
+ ProvisioningArtifactName?: string;
1480
+
1481
+ ProductName?: string;
1482
+
1483
+ Verbose?: boolean;
1484
+ }
1485
+ export declare namespace DescribeProvisioningArtifactInput {
1486
+
1487
+ const filterSensitiveLog: (obj: DescribeProvisioningArtifactInput) => any;
1488
+ }
1489
+ export interface DescribeProvisioningArtifactOutput {
1490
+
1491
+ ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
1492
+
1493
+ Info?: {
1494
+ [key: string]: string;
1495
+ };
1496
+
1497
+ Status?: Status | string;
1498
+ }
1499
+ export declare namespace DescribeProvisioningArtifactOutput {
1500
+
1501
+ const filterSensitiveLog: (obj: DescribeProvisioningArtifactOutput) => any;
1502
+ }
1503
+ export interface DescribeProvisioningParametersInput {
1504
+
1505
+ AcceptLanguage?: string;
1506
+
1507
+ ProductId?: string;
1508
+
1509
+ ProductName?: string;
1510
+
1511
+ ProvisioningArtifactId?: string;
1512
+
1513
+ ProvisioningArtifactName?: string;
1514
+
1515
+ PathId?: string;
1516
+
1517
+ PathName?: string;
1518
+ }
1519
+ export declare namespace DescribeProvisioningParametersInput {
1520
+
1521
+ const filterSensitiveLog: (obj: DescribeProvisioningParametersInput) => any;
1522
+ }
1523
+
1524
+ export interface ConstraintSummary {
1525
+
1526
+ Type?: string;
1527
+
1528
+ Description?: string;
1529
+ }
1530
+ export declare namespace ConstraintSummary {
1531
+
1532
+ const filterSensitiveLog: (obj: ConstraintSummary) => any;
1533
+ }
1534
+
1535
+ export interface ProvisioningArtifactOutput {
1536
+
1537
+ Key?: string;
1538
+
1539
+ Description?: string;
1540
+ }
1541
+ export declare namespace ProvisioningArtifactOutput {
1542
+
1543
+ const filterSensitiveLog: (obj: ProvisioningArtifactOutput) => any;
1544
+ }
1545
+
1546
+ export interface ParameterConstraints {
1547
+
1548
+ AllowedValues?: string[];
1549
+
1550
+ AllowedPattern?: string;
1551
+
1552
+ ConstraintDescription?: string;
1553
+
1554
+ MaxLength?: string;
1555
+
1556
+ MinLength?: string;
1557
+
1558
+ MaxValue?: string;
1559
+
1560
+ MinValue?: string;
1561
+ }
1562
+ export declare namespace ParameterConstraints {
1563
+
1564
+ const filterSensitiveLog: (obj: ParameterConstraints) => any;
1565
+ }
1566
+
1567
+ export interface ProvisioningArtifactParameter {
1568
+
1569
+ ParameterKey?: string;
1570
+
1571
+ DefaultValue?: string;
1572
+
1573
+ ParameterType?: string;
1574
+
1575
+ IsNoEcho?: boolean;
1576
+
1577
+ Description?: string;
1578
+
1579
+ ParameterConstraints?: ParameterConstraints;
1580
+ }
1581
+ export declare namespace ProvisioningArtifactParameter {
1582
+
1583
+ const filterSensitiveLog: (obj: ProvisioningArtifactParameter) => any;
1584
+ }
1585
+
1586
+ export interface ProvisioningArtifactPreferences {
1587
+
1588
+ StackSetAccounts?: string[];
1589
+
1590
+ StackSetRegions?: string[];
1591
+ }
1592
+ export declare namespace ProvisioningArtifactPreferences {
1593
+
1594
+ const filterSensitiveLog: (obj: ProvisioningArtifactPreferences) => any;
1595
+ }
1596
+
1597
+ export interface TagOptionSummary {
1598
+
1599
+ Key?: string;
1600
+
1601
+ Values?: string[];
1602
+ }
1603
+ export declare namespace TagOptionSummary {
1604
+
1605
+ const filterSensitiveLog: (obj: TagOptionSummary) => any;
1606
+ }
1607
+
1608
+ export interface UsageInstruction {
1609
+
1610
+ Type?: string;
1611
+
1612
+ Value?: string;
1613
+ }
1614
+ export declare namespace UsageInstruction {
1615
+
1616
+ const filterSensitiveLog: (obj: UsageInstruction) => any;
1617
+ }
1618
+ export interface DescribeProvisioningParametersOutput {
1619
+
1620
+ ProvisioningArtifactParameters?: ProvisioningArtifactParameter[];
1621
+
1622
+ ConstraintSummaries?: ConstraintSummary[];
1623
+
1624
+ UsageInstructions?: UsageInstruction[];
1625
+
1626
+ TagOptions?: TagOptionSummary[];
1627
+
1628
+ ProvisioningArtifactPreferences?: ProvisioningArtifactPreferences;
1629
+
1630
+ ProvisioningArtifactOutputs?: ProvisioningArtifactOutput[];
1631
+ }
1632
+ export declare namespace DescribeProvisioningParametersOutput {
1633
+
1634
+ const filterSensitiveLog: (obj: DescribeProvisioningParametersOutput) => any;
1635
+ }
1636
+ export interface DescribeRecordInput {
1637
+
1638
+ AcceptLanguage?: string;
1639
+
1640
+ Id: string | undefined;
1641
+
1642
+ PageToken?: string;
1643
+
1644
+ PageSize?: number;
1645
+ }
1646
+ export declare namespace DescribeRecordInput {
1647
+
1648
+ const filterSensitiveLog: (obj: DescribeRecordInput) => any;
1649
+ }
1650
+
1651
+ export interface RecordError {
1652
+
1653
+ Code?: string;
1654
+
1655
+ Description?: string;
1656
+ }
1657
+ export declare namespace RecordError {
1658
+
1659
+ const filterSensitiveLog: (obj: RecordError) => any;
1660
+ }
1661
+
1662
+ export interface RecordTag {
1663
+
1664
+ Key?: string;
1665
+
1666
+ Value?: string;
1667
+ }
1668
+ export declare namespace RecordTag {
1669
+
1670
+ const filterSensitiveLog: (obj: RecordTag) => any;
1671
+ }
1672
+ export declare enum RecordStatus {
1673
+ CREATED = "CREATED",
1674
+ FAILED = "FAILED",
1675
+ IN_PROGRESS = "IN_PROGRESS",
1676
+ IN_PROGRESS_IN_ERROR = "IN_PROGRESS_IN_ERROR",
1677
+ SUCCEEDED = "SUCCEEDED"
1678
+ }
1679
+
1680
+ export interface RecordDetail {
1681
+
1682
+ RecordId?: string;
1683
+
1684
+ ProvisionedProductName?: string;
1685
+
1686
+ Status?: RecordStatus | string;
1687
+
1688
+ CreatedTime?: Date;
1689
+
1690
+ UpdatedTime?: Date;
1691
+
1692
+ ProvisionedProductType?: string;
1693
+
1694
+ RecordType?: string;
1695
+
1696
+ ProvisionedProductId?: string;
1697
+
1698
+ ProductId?: string;
1699
+
1700
+ ProvisioningArtifactId?: string;
1701
+
1702
+ PathId?: string;
1703
+
1704
+ RecordErrors?: RecordError[];
1705
+
1706
+ RecordTags?: RecordTag[];
1707
+
1708
+ LaunchRoleArn?: string;
1709
+ }
1710
+ export declare namespace RecordDetail {
1711
+
1712
+ const filterSensitiveLog: (obj: RecordDetail) => any;
1713
+ }
1714
+
1715
+ export interface RecordOutput {
1716
+
1717
+ OutputKey?: string;
1718
+
1719
+ OutputValue?: string;
1720
+
1721
+ Description?: string;
1722
+ }
1723
+ export declare namespace RecordOutput {
1724
+
1725
+ const filterSensitiveLog: (obj: RecordOutput) => any;
1726
+ }
1727
+ export interface DescribeRecordOutput {
1728
+
1729
+ RecordDetail?: RecordDetail;
1730
+
1731
+ RecordOutputs?: RecordOutput[];
1732
+
1733
+ NextPageToken?: string;
1734
+ }
1735
+ export declare namespace DescribeRecordOutput {
1736
+
1737
+ const filterSensitiveLog: (obj: DescribeRecordOutput) => any;
1738
+ }
1739
+ export interface DescribeServiceActionInput {
1740
+
1741
+ Id: string | undefined;
1742
+
1743
+ AcceptLanguage?: string;
1744
+ }
1745
+ export declare namespace DescribeServiceActionInput {
1746
+
1747
+ const filterSensitiveLog: (obj: DescribeServiceActionInput) => any;
1748
+ }
1749
+ export interface DescribeServiceActionOutput {
1750
+
1751
+ ServiceActionDetail?: ServiceActionDetail;
1752
+ }
1753
+ export declare namespace DescribeServiceActionOutput {
1754
+
1755
+ const filterSensitiveLog: (obj: DescribeServiceActionOutput) => any;
1756
+ }
1757
+ export interface DescribeServiceActionExecutionParametersInput {
1758
+
1759
+ ProvisionedProductId: string | undefined;
1760
+
1761
+ ServiceActionId: string | undefined;
1762
+
1763
+ AcceptLanguage?: string;
1764
+ }
1765
+ export declare namespace DescribeServiceActionExecutionParametersInput {
1766
+
1767
+ const filterSensitiveLog: (obj: DescribeServiceActionExecutionParametersInput) => any;
1768
+ }
1769
+
1770
+ export interface ExecutionParameter {
1771
+
1772
+ Name?: string;
1773
+
1774
+ Type?: string;
1775
+
1776
+ DefaultValues?: string[];
1777
+ }
1778
+ export declare namespace ExecutionParameter {
1779
+
1780
+ const filterSensitiveLog: (obj: ExecutionParameter) => any;
1781
+ }
1782
+ export interface DescribeServiceActionExecutionParametersOutput {
1783
+
1784
+ ServiceActionParameters?: ExecutionParameter[];
1785
+ }
1786
+ export declare namespace DescribeServiceActionExecutionParametersOutput {
1787
+
1788
+ const filterSensitiveLog: (obj: DescribeServiceActionExecutionParametersOutput) => any;
1789
+ }
1790
+ export interface DescribeTagOptionInput {
1791
+
1792
+ Id: string | undefined;
1793
+ }
1794
+ export declare namespace DescribeTagOptionInput {
1795
+
1796
+ const filterSensitiveLog: (obj: DescribeTagOptionInput) => any;
1797
+ }
1798
+ export interface DescribeTagOptionOutput {
1799
+
1800
+ TagOptionDetail?: TagOptionDetail;
1801
+ }
1802
+ export declare namespace DescribeTagOptionOutput {
1803
+
1804
+ const filterSensitiveLog: (obj: DescribeTagOptionOutput) => any;
1805
+ }
1806
+ export interface DisableAWSOrganizationsAccessInput {
1807
+ }
1808
+ export declare namespace DisableAWSOrganizationsAccessInput {
1809
+
1810
+ const filterSensitiveLog: (obj: DisableAWSOrganizationsAccessInput) => any;
1811
+ }
1812
+ export interface DisableAWSOrganizationsAccessOutput {
1813
+ }
1814
+ export declare namespace DisableAWSOrganizationsAccessOutput {
1815
+
1816
+ const filterSensitiveLog: (obj: DisableAWSOrganizationsAccessOutput) => any;
1817
+ }
1818
+ export interface DisassociateBudgetFromResourceInput {
1819
+
1820
+ BudgetName: string | undefined;
1821
+
1822
+ ResourceId: string | undefined;
1823
+ }
1824
+ export declare namespace DisassociateBudgetFromResourceInput {
1825
+
1826
+ const filterSensitiveLog: (obj: DisassociateBudgetFromResourceInput) => any;
1827
+ }
1828
+ export interface DisassociateBudgetFromResourceOutput {
1829
+ }
1830
+ export declare namespace DisassociateBudgetFromResourceOutput {
1831
+
1832
+ const filterSensitiveLog: (obj: DisassociateBudgetFromResourceOutput) => any;
1833
+ }
1834
+ export interface DisassociatePrincipalFromPortfolioInput {
1835
+
1836
+ AcceptLanguage?: string;
1837
+
1838
+ PortfolioId: string | undefined;
1839
+
1840
+ PrincipalARN: string | undefined;
1841
+ }
1842
+ export declare namespace DisassociatePrincipalFromPortfolioInput {
1843
+
1844
+ const filterSensitiveLog: (obj: DisassociatePrincipalFromPortfolioInput) => any;
1845
+ }
1846
+ export interface DisassociatePrincipalFromPortfolioOutput {
1847
+ }
1848
+ export declare namespace DisassociatePrincipalFromPortfolioOutput {
1849
+
1850
+ const filterSensitiveLog: (obj: DisassociatePrincipalFromPortfolioOutput) => any;
1851
+ }
1852
+ export interface DisassociateProductFromPortfolioInput {
1853
+
1854
+ AcceptLanguage?: string;
1855
+
1856
+ ProductId: string | undefined;
1857
+
1858
+ PortfolioId: string | undefined;
1859
+ }
1860
+ export declare namespace DisassociateProductFromPortfolioInput {
1861
+
1862
+ const filterSensitiveLog: (obj: DisassociateProductFromPortfolioInput) => any;
1863
+ }
1864
+ export interface DisassociateProductFromPortfolioOutput {
1865
+ }
1866
+ export declare namespace DisassociateProductFromPortfolioOutput {
1867
+
1868
+ const filterSensitiveLog: (obj: DisassociateProductFromPortfolioOutput) => any;
1869
+ }
1870
+ export interface DisassociateServiceActionFromProvisioningArtifactInput {
1871
+
1872
+ ProductId: string | undefined;
1873
+
1874
+ ProvisioningArtifactId: string | undefined;
1875
+
1876
+ ServiceActionId: string | undefined;
1877
+
1878
+ AcceptLanguage?: string;
1879
+ }
1880
+ export declare namespace DisassociateServiceActionFromProvisioningArtifactInput {
1881
+
1882
+ const filterSensitiveLog: (obj: DisassociateServiceActionFromProvisioningArtifactInput) => any;
1883
+ }
1884
+ export interface DisassociateServiceActionFromProvisioningArtifactOutput {
1885
+ }
1886
+ export declare namespace DisassociateServiceActionFromProvisioningArtifactOutput {
1887
+
1888
+ const filterSensitiveLog: (obj: DisassociateServiceActionFromProvisioningArtifactOutput) => any;
1889
+ }
1890
+ export interface DisassociateTagOptionFromResourceInput {
1891
+
1892
+ ResourceId: string | undefined;
1893
+
1894
+ TagOptionId: string | undefined;
1895
+ }
1896
+ export declare namespace DisassociateTagOptionFromResourceInput {
1897
+
1898
+ const filterSensitiveLog: (obj: DisassociateTagOptionFromResourceInput) => any;
1899
+ }
1900
+ export interface DisassociateTagOptionFromResourceOutput {
1901
+ }
1902
+ export declare namespace DisassociateTagOptionFromResourceOutput {
1903
+
1904
+ const filterSensitiveLog: (obj: DisassociateTagOptionFromResourceOutput) => any;
1905
+ }
1906
+ export interface EnableAWSOrganizationsAccessInput {
1907
+ }
1908
+ export declare namespace EnableAWSOrganizationsAccessInput {
1909
+
1910
+ const filterSensitiveLog: (obj: EnableAWSOrganizationsAccessInput) => any;
1911
+ }
1912
+ export interface EnableAWSOrganizationsAccessOutput {
1913
+ }
1914
+ export declare namespace EnableAWSOrganizationsAccessOutput {
1915
+
1916
+ const filterSensitiveLog: (obj: EnableAWSOrganizationsAccessOutput) => any;
1917
+ }
1918
+ export interface ExecuteProvisionedProductPlanInput {
1919
+
1920
+ AcceptLanguage?: string;
1921
+
1922
+ PlanId: string | undefined;
1923
+
1924
+ IdempotencyToken?: string;
1925
+ }
1926
+ export declare namespace ExecuteProvisionedProductPlanInput {
1927
+
1928
+ const filterSensitiveLog: (obj: ExecuteProvisionedProductPlanInput) => any;
1929
+ }
1930
+ export interface ExecuteProvisionedProductPlanOutput {
1931
+
1932
+ RecordDetail?: RecordDetail;
1933
+ }
1934
+ export declare namespace ExecuteProvisionedProductPlanOutput {
1935
+
1936
+ const filterSensitiveLog: (obj: ExecuteProvisionedProductPlanOutput) => any;
1937
+ }
1938
+ export interface ExecuteProvisionedProductServiceActionInput {
1939
+
1940
+ ProvisionedProductId: string | undefined;
1941
+
1942
+ ServiceActionId: string | undefined;
1943
+
1944
+ ExecuteToken?: string;
1945
+
1946
+ AcceptLanguage?: string;
1947
+
1948
+ Parameters?: {
1949
+ [key: string]: string[];
1950
+ };
1951
+ }
1952
+ export declare namespace ExecuteProvisionedProductServiceActionInput {
1953
+
1954
+ const filterSensitiveLog: (obj: ExecuteProvisionedProductServiceActionInput) => any;
1955
+ }
1956
+ export interface ExecuteProvisionedProductServiceActionOutput {
1957
+
1958
+ RecordDetail?: RecordDetail;
1959
+ }
1960
+ export declare namespace ExecuteProvisionedProductServiceActionOutput {
1961
+
1962
+ const filterSensitiveLog: (obj: ExecuteProvisionedProductServiceActionOutput) => any;
1963
+ }
1964
+ export interface GetAWSOrganizationsAccessStatusInput {
1965
+ }
1966
+ export declare namespace GetAWSOrganizationsAccessStatusInput {
1967
+
1968
+ const filterSensitiveLog: (obj: GetAWSOrganizationsAccessStatusInput) => any;
1969
+ }
1970
+ export interface GetAWSOrganizationsAccessStatusOutput {
1971
+
1972
+ AccessStatus?: AccessStatus | string;
1973
+ }
1974
+ export declare namespace GetAWSOrganizationsAccessStatusOutput {
1975
+
1976
+ const filterSensitiveLog: (obj: GetAWSOrganizationsAccessStatusOutput) => any;
1977
+ }
1978
+ export interface GetProvisionedProductOutputsInput {
1979
+
1980
+ AcceptLanguage?: string;
1981
+
1982
+ ProvisionedProductId?: string;
1983
+
1984
+ ProvisionedProductName?: string;
1985
+
1986
+ OutputKeys?: string[];
1987
+
1988
+ PageSize?: number;
1989
+
1990
+ PageToken?: string;
1991
+ }
1992
+ export declare namespace GetProvisionedProductOutputsInput {
1993
+
1994
+ const filterSensitiveLog: (obj: GetProvisionedProductOutputsInput) => any;
1995
+ }
1996
+ export interface GetProvisionedProductOutputsOutput {
1997
+
1998
+ Outputs?: RecordOutput[];
1999
+
2000
+ NextPageToken?: string;
2001
+ }
2002
+ export declare namespace GetProvisionedProductOutputsOutput {
2003
+
2004
+ const filterSensitiveLog: (obj: GetProvisionedProductOutputsOutput) => any;
2005
+ }
2006
+ export interface ImportAsProvisionedProductInput {
2007
+
2008
+ AcceptLanguage?: string;
2009
+
2010
+ ProductId: string | undefined;
2011
+
2012
+ ProvisioningArtifactId: string | undefined;
2013
+
2014
+ ProvisionedProductName: string | undefined;
2015
+
2016
+ PhysicalId: string | undefined;
2017
+
2018
+ IdempotencyToken?: string;
2019
+ }
2020
+ export declare namespace ImportAsProvisionedProductInput {
2021
+
2022
+ const filterSensitiveLog: (obj: ImportAsProvisionedProductInput) => any;
2023
+ }
2024
+ export interface ImportAsProvisionedProductOutput {
2025
+
2026
+ RecordDetail?: RecordDetail;
2027
+ }
2028
+ export declare namespace ImportAsProvisionedProductOutput {
2029
+
2030
+ const filterSensitiveLog: (obj: ImportAsProvisionedProductOutput) => any;
2031
+ }
2032
+ export interface ListAcceptedPortfolioSharesInput {
2033
+
2034
+ AcceptLanguage?: string;
2035
+
2036
+ PageToken?: string;
2037
+
2038
+ PageSize?: number;
2039
+
2040
+ PortfolioShareType?: PortfolioShareType | string;
2041
+ }
2042
+ export declare namespace ListAcceptedPortfolioSharesInput {
2043
+
2044
+ const filterSensitiveLog: (obj: ListAcceptedPortfolioSharesInput) => any;
2045
+ }
2046
+ export interface ListAcceptedPortfolioSharesOutput {
2047
+
2048
+ PortfolioDetails?: PortfolioDetail[];
2049
+
2050
+ NextPageToken?: string;
2051
+ }
2052
+ export declare namespace ListAcceptedPortfolioSharesOutput {
2053
+
2054
+ const filterSensitiveLog: (obj: ListAcceptedPortfolioSharesOutput) => any;
2055
+ }
2056
+ export interface ListBudgetsForResourceInput {
2057
+
2058
+ AcceptLanguage?: string;
2059
+
2060
+ ResourceId: string | undefined;
2061
+
2062
+ PageSize?: number;
2063
+
2064
+ PageToken?: string;
2065
+ }
2066
+ export declare namespace ListBudgetsForResourceInput {
2067
+
2068
+ const filterSensitiveLog: (obj: ListBudgetsForResourceInput) => any;
2069
+ }
2070
+ export interface ListBudgetsForResourceOutput {
2071
+
2072
+ Budgets?: BudgetDetail[];
2073
+
2074
+ NextPageToken?: string;
2075
+ }
2076
+ export declare namespace ListBudgetsForResourceOutput {
2077
+
2078
+ const filterSensitiveLog: (obj: ListBudgetsForResourceOutput) => any;
2079
+ }
2080
+ export interface ListConstraintsForPortfolioInput {
2081
+
2082
+ AcceptLanguage?: string;
2083
+
2084
+ PortfolioId: string | undefined;
2085
+
2086
+ ProductId?: string;
2087
+
2088
+ PageSize?: number;
2089
+
2090
+ PageToken?: string;
2091
+ }
2092
+ export declare namespace ListConstraintsForPortfolioInput {
2093
+
2094
+ const filterSensitiveLog: (obj: ListConstraintsForPortfolioInput) => any;
2095
+ }
2096
+ export interface ListConstraintsForPortfolioOutput {
2097
+
2098
+ ConstraintDetails?: ConstraintDetail[];
2099
+
2100
+ NextPageToken?: string;
2101
+ }
2102
+ export declare namespace ListConstraintsForPortfolioOutput {
2103
+
2104
+ const filterSensitiveLog: (obj: ListConstraintsForPortfolioOutput) => any;
2105
+ }
2106
+ export interface ListLaunchPathsInput {
2107
+
2108
+ AcceptLanguage?: string;
2109
+
2110
+ ProductId: string | undefined;
2111
+
2112
+ PageSize?: number;
2113
+
2114
+ PageToken?: string;
2115
+ }
2116
+ export declare namespace ListLaunchPathsInput {
2117
+
2118
+ const filterSensitiveLog: (obj: ListLaunchPathsInput) => any;
2119
+ }
2120
+
2121
+ export interface LaunchPathSummary {
2122
+
2123
+ Id?: string;
2124
+
2125
+ ConstraintSummaries?: ConstraintSummary[];
2126
+
2127
+ Tags?: Tag[];
2128
+
2129
+ Name?: string;
2130
+ }
2131
+ export declare namespace LaunchPathSummary {
2132
+
2133
+ const filterSensitiveLog: (obj: LaunchPathSummary) => any;
2134
+ }
2135
+ export interface ListLaunchPathsOutput {
2136
+
2137
+ LaunchPathSummaries?: LaunchPathSummary[];
2138
+
2139
+ NextPageToken?: string;
2140
+ }
2141
+ export declare namespace ListLaunchPathsOutput {
2142
+
2143
+ const filterSensitiveLog: (obj: ListLaunchPathsOutput) => any;
2144
+ }
2145
+ export interface ListOrganizationPortfolioAccessInput {
2146
+
2147
+ AcceptLanguage?: string;
2148
+
2149
+ PortfolioId: string | undefined;
2150
+
2151
+ OrganizationNodeType: OrganizationNodeType | string | undefined;
2152
+
2153
+ PageToken?: string;
2154
+
2155
+ PageSize?: number;
2156
+ }
2157
+ export declare namespace ListOrganizationPortfolioAccessInput {
2158
+
2159
+ const filterSensitiveLog: (obj: ListOrganizationPortfolioAccessInput) => any;
2160
+ }
2161
+ export interface ListOrganizationPortfolioAccessOutput {
2162
+
2163
+ OrganizationNodes?: OrganizationNode[];
2164
+
2165
+ NextPageToken?: string;
2166
+ }
2167
+ export declare namespace ListOrganizationPortfolioAccessOutput {
2168
+
2169
+ const filterSensitiveLog: (obj: ListOrganizationPortfolioAccessOutput) => any;
2170
+ }
2171
+ export interface ListPortfolioAccessInput {
2172
+
2173
+ AcceptLanguage?: string;
2174
+
2175
+ PortfolioId: string | undefined;
2176
+
2177
+ OrganizationParentId?: string;
2178
+
2179
+ PageToken?: string;
2180
+
2181
+ PageSize?: number;
2182
+ }
2183
+ export declare namespace ListPortfolioAccessInput {
2184
+
2185
+ const filterSensitiveLog: (obj: ListPortfolioAccessInput) => any;
2186
+ }
2187
+ export interface ListPortfolioAccessOutput {
2188
+
2189
+ AccountIds?: string[];
2190
+
2191
+ NextPageToken?: string;
2192
+ }
2193
+ export declare namespace ListPortfolioAccessOutput {
2194
+
2195
+ const filterSensitiveLog: (obj: ListPortfolioAccessOutput) => any;
2196
+ }
2197
+ export interface ListPortfoliosInput {
2198
+
2199
+ AcceptLanguage?: string;
2200
+
2201
+ PageToken?: string;
2202
+
2203
+ PageSize?: number;
2204
+ }
2205
+ export declare namespace ListPortfoliosInput {
2206
+
2207
+ const filterSensitiveLog: (obj: ListPortfoliosInput) => any;
2208
+ }
2209
+ export interface ListPortfoliosOutput {
2210
+
2211
+ PortfolioDetails?: PortfolioDetail[];
2212
+
2213
+ NextPageToken?: string;
2214
+ }
2215
+ export declare namespace ListPortfoliosOutput {
2216
+
2217
+ const filterSensitiveLog: (obj: ListPortfoliosOutput) => any;
2218
+ }
2219
+ export interface ListPortfoliosForProductInput {
2220
+
2221
+ AcceptLanguage?: string;
2222
+
2223
+ ProductId: string | undefined;
2224
+
2225
+ PageToken?: string;
2226
+
2227
+ PageSize?: number;
2228
+ }
2229
+ export declare namespace ListPortfoliosForProductInput {
2230
+
2231
+ const filterSensitiveLog: (obj: ListPortfoliosForProductInput) => any;
2232
+ }
2233
+ export interface ListPortfoliosForProductOutput {
2234
+
2235
+ PortfolioDetails?: PortfolioDetail[];
2236
+
2237
+ NextPageToken?: string;
2238
+ }
2239
+ export declare namespace ListPortfoliosForProductOutput {
2240
+
2241
+ const filterSensitiveLog: (obj: ListPortfoliosForProductOutput) => any;
2242
+ }
2243
+ export interface ListPrincipalsForPortfolioInput {
2244
+
2245
+ AcceptLanguage?: string;
2246
+
2247
+ PortfolioId: string | undefined;
2248
+
2249
+ PageSize?: number;
2250
+
2251
+ PageToken?: string;
2252
+ }
2253
+ export declare namespace ListPrincipalsForPortfolioInput {
2254
+
2255
+ const filterSensitiveLog: (obj: ListPrincipalsForPortfolioInput) => any;
2256
+ }
2257
+
2258
+ export interface Principal {
2259
+
2260
+ PrincipalARN?: string;
2261
+
2262
+ PrincipalType?: PrincipalType | string;
2263
+ }
2264
+ export declare namespace Principal {
2265
+
2266
+ const filterSensitiveLog: (obj: Principal) => any;
2267
+ }
2268
+ export interface ListPrincipalsForPortfolioOutput {
2269
+
2270
+ Principals?: Principal[];
2271
+
2272
+ NextPageToken?: string;
2273
+ }
2274
+ export declare namespace ListPrincipalsForPortfolioOutput {
2275
+
2276
+ const filterSensitiveLog: (obj: ListPrincipalsForPortfolioOutput) => any;
2277
+ }
2278
+ export interface ListProvisionedProductPlansInput {
2279
+
2280
+ AcceptLanguage?: string;
2281
+
2282
+ ProvisionProductId?: string;
2283
+
2284
+ PageSize?: number;
2285
+
2286
+ PageToken?: string;
2287
+
2288
+ AccessLevelFilter?: AccessLevelFilter;
2289
+ }
2290
+ export declare namespace ListProvisionedProductPlansInput {
2291
+
2292
+ const filterSensitiveLog: (obj: ListProvisionedProductPlansInput) => any;
2293
+ }
2294
+
2295
+ export interface ProvisionedProductPlanSummary {
2296
+
2297
+ PlanName?: string;
2298
+
2299
+ PlanId?: string;
2300
+
2301
+ ProvisionProductId?: string;
2302
+
2303
+ ProvisionProductName?: string;
2304
+
2305
+ PlanType?: ProvisionedProductPlanType | string;
2306
+
2307
+ ProvisioningArtifactId?: string;
2308
+ }
2309
+ export declare namespace ProvisionedProductPlanSummary {
2310
+
2311
+ const filterSensitiveLog: (obj: ProvisionedProductPlanSummary) => any;
2312
+ }
2313
+ export interface ListProvisionedProductPlansOutput {
2314
+
2315
+ ProvisionedProductPlans?: ProvisionedProductPlanSummary[];
2316
+
2317
+ NextPageToken?: string;
2318
+ }
2319
+ export declare namespace ListProvisionedProductPlansOutput {
2320
+
2321
+ const filterSensitiveLog: (obj: ListProvisionedProductPlansOutput) => any;
2322
+ }
2323
+ export interface ListProvisioningArtifactsInput {
2324
+
2325
+ AcceptLanguage?: string;
2326
+
2327
+ ProductId: string | undefined;
2328
+ }
2329
+ export declare namespace ListProvisioningArtifactsInput {
2330
+
2331
+ const filterSensitiveLog: (obj: ListProvisioningArtifactsInput) => any;
2332
+ }
2333
+ export interface ListProvisioningArtifactsOutput {
2334
+
2335
+ ProvisioningArtifactDetails?: ProvisioningArtifactDetail[];
2336
+
2337
+ NextPageToken?: string;
2338
+ }
2339
+ export declare namespace ListProvisioningArtifactsOutput {
2340
+
2341
+ const filterSensitiveLog: (obj: ListProvisioningArtifactsOutput) => any;
2342
+ }
2343
+ export interface ListProvisioningArtifactsForServiceActionInput {
2344
+
2345
+ ServiceActionId: string | undefined;
2346
+
2347
+ PageSize?: number;
2348
+
2349
+ PageToken?: string;
2350
+
2351
+ AcceptLanguage?: string;
2352
+ }
2353
+ export declare namespace ListProvisioningArtifactsForServiceActionInput {
2354
+
2355
+ const filterSensitiveLog: (obj: ListProvisioningArtifactsForServiceActionInput) => any;
2356
+ }
2357
+
2358
+ export interface ProvisioningArtifactView {
2359
+
2360
+ ProductViewSummary?: ProductViewSummary;
2361
+
2362
+ ProvisioningArtifact?: ProvisioningArtifact;
2363
+ }
2364
+ export declare namespace ProvisioningArtifactView {
2365
+
2366
+ const filterSensitiveLog: (obj: ProvisioningArtifactView) => any;
2367
+ }
2368
+ export interface ListProvisioningArtifactsForServiceActionOutput {
2369
+
2370
+ ProvisioningArtifactViews?: ProvisioningArtifactView[];
2371
+
2372
+ NextPageToken?: string;
2373
+ }
2374
+ export declare namespace ListProvisioningArtifactsForServiceActionOutput {
2375
+
2376
+ const filterSensitiveLog: (obj: ListProvisioningArtifactsForServiceActionOutput) => any;
2377
+ }
2378
+
2379
+ export interface ListRecordHistorySearchFilter {
2380
+
2381
+ Key?: string;
2382
+
2383
+ Value?: string;
2384
+ }
2385
+ export declare namespace ListRecordHistorySearchFilter {
2386
+
2387
+ const filterSensitiveLog: (obj: ListRecordHistorySearchFilter) => any;
2388
+ }
2389
+ export interface ListRecordHistoryInput {
2390
+
2391
+ AcceptLanguage?: string;
2392
+
2393
+ AccessLevelFilter?: AccessLevelFilter;
2394
+
2395
+ SearchFilter?: ListRecordHistorySearchFilter;
2396
+
2397
+ PageSize?: number;
2398
+
2399
+ PageToken?: string;
2400
+ }
2401
+ export declare namespace ListRecordHistoryInput {
2402
+
2403
+ const filterSensitiveLog: (obj: ListRecordHistoryInput) => any;
2404
+ }
2405
+ export interface ListRecordHistoryOutput {
2406
+
2407
+ RecordDetails?: RecordDetail[];
2408
+
2409
+ NextPageToken?: string;
2410
+ }
2411
+ export declare namespace ListRecordHistoryOutput {
2412
+
2413
+ const filterSensitiveLog: (obj: ListRecordHistoryOutput) => any;
2414
+ }
2415
+ export interface ListResourcesForTagOptionInput {
2416
+
2417
+ TagOptionId: string | undefined;
2418
+
2419
+ ResourceType?: string;
2420
+
2421
+ PageSize?: number;
2422
+
2423
+ PageToken?: string;
2424
+ }
2425
+ export declare namespace ListResourcesForTagOptionInput {
2426
+
2427
+ const filterSensitiveLog: (obj: ListResourcesForTagOptionInput) => any;
2428
+ }
2429
+
2430
+ export interface ResourceDetail {
2431
+
2432
+ Id?: string;
2433
+
2434
+ ARN?: string;
2435
+
2436
+ Name?: string;
2437
+
2438
+ Description?: string;
2439
+
2440
+ CreatedTime?: Date;
2441
+ }
2442
+ export declare namespace ResourceDetail {
2443
+
2444
+ const filterSensitiveLog: (obj: ResourceDetail) => any;
2445
+ }
2446
+ export interface ListResourcesForTagOptionOutput {
2447
+
2448
+ ResourceDetails?: ResourceDetail[];
2449
+
2450
+ PageToken?: string;
2451
+ }
2452
+ export declare namespace ListResourcesForTagOptionOutput {
2453
+
2454
+ const filterSensitiveLog: (obj: ListResourcesForTagOptionOutput) => any;
2455
+ }
2456
+ export interface ListServiceActionsInput {
2457
+
2458
+ AcceptLanguage?: string;
2459
+
2460
+ PageSize?: number;
2461
+
2462
+ PageToken?: string;
2463
+ }
2464
+ export declare namespace ListServiceActionsInput {
2465
+
2466
+ const filterSensitiveLog: (obj: ListServiceActionsInput) => any;
2467
+ }
2468
+ export interface ListServiceActionsOutput {
2469
+
2470
+ ServiceActionSummaries?: ServiceActionSummary[];
2471
+
2472
+ NextPageToken?: string;
2473
+ }
2474
+ export declare namespace ListServiceActionsOutput {
2475
+
2476
+ const filterSensitiveLog: (obj: ListServiceActionsOutput) => any;
2477
+ }
2478
+ export interface ListServiceActionsForProvisioningArtifactInput {
2479
+
2480
+ ProductId: string | undefined;
2481
+
2482
+ ProvisioningArtifactId: string | undefined;
2483
+
2484
+ PageSize?: number;
2485
+
2486
+ PageToken?: string;
2487
+
2488
+ AcceptLanguage?: string;
2489
+ }
2490
+ export declare namespace ListServiceActionsForProvisioningArtifactInput {
2491
+
2492
+ const filterSensitiveLog: (obj: ListServiceActionsForProvisioningArtifactInput) => any;
2493
+ }
2494
+ export interface ListServiceActionsForProvisioningArtifactOutput {
2495
+
2496
+ ServiceActionSummaries?: ServiceActionSummary[];
2497
+
2498
+ NextPageToken?: string;
2499
+ }
2500
+ export declare namespace ListServiceActionsForProvisioningArtifactOutput {
2501
+
2502
+ const filterSensitiveLog: (obj: ListServiceActionsForProvisioningArtifactOutput) => any;
2503
+ }
2504
+ export interface ListStackInstancesForProvisionedProductInput {
2505
+
2506
+ AcceptLanguage?: string;
2507
+
2508
+ ProvisionedProductId: string | undefined;
2509
+
2510
+ PageToken?: string;
2511
+
2512
+ PageSize?: number;
2513
+ }
2514
+ export declare namespace ListStackInstancesForProvisionedProductInput {
2515
+
2516
+ const filterSensitiveLog: (obj: ListStackInstancesForProvisionedProductInput) => any;
2517
+ }
2518
+ export declare enum StackInstanceStatus {
2519
+ CURRENT = "CURRENT",
2520
+ INOPERABLE = "INOPERABLE",
2521
+ OUTDATED = "OUTDATED"
2522
+ }
2523
+
2524
+ export interface StackInstance {
2525
+
2526
+ Account?: string;
2527
+
2528
+ Region?: string;
2529
+
2530
+ StackInstanceStatus?: StackInstanceStatus | string;
2531
+ }
2532
+ export declare namespace StackInstance {
2533
+
2534
+ const filterSensitiveLog: (obj: StackInstance) => any;
2535
+ }
2536
+ export interface ListStackInstancesForProvisionedProductOutput {
2537
+
2538
+ StackInstances?: StackInstance[];
2539
+
2540
+ NextPageToken?: string;
2541
+ }
2542
+ export declare namespace ListStackInstancesForProvisionedProductOutput {
2543
+
2544
+ const filterSensitiveLog: (obj: ListStackInstancesForProvisionedProductOutput) => any;
2545
+ }
2546
+
2547
+ export interface ListTagOptionsFilters {
2548
+
2549
+ Key?: string;
2550
+
2551
+ Value?: string;
2552
+
2553
+ Active?: boolean;
2554
+ }
2555
+ export declare namespace ListTagOptionsFilters {
2556
+
2557
+ const filterSensitiveLog: (obj: ListTagOptionsFilters) => any;
2558
+ }
2559
+ export interface ListTagOptionsInput {
2560
+
2561
+ Filters?: ListTagOptionsFilters;
2562
+
2563
+ PageSize?: number;
2564
+
2565
+ PageToken?: string;
2566
+ }
2567
+ export declare namespace ListTagOptionsInput {
2568
+
2569
+ const filterSensitiveLog: (obj: ListTagOptionsInput) => any;
2570
+ }
2571
+ export interface ListTagOptionsOutput {
2572
+
2573
+ TagOptionDetails?: TagOptionDetail[];
2574
+
2575
+ PageToken?: string;
2576
+ }
2577
+ export declare namespace ListTagOptionsOutput {
2578
+
2579
+ const filterSensitiveLog: (obj: ListTagOptionsOutput) => any;
2580
+ }
2581
+
2582
+ export interface ProvisioningParameter {
2583
+
2584
+ Key?: string;
2585
+
2586
+ Value?: string;
2587
+ }
2588
+ export declare namespace ProvisioningParameter {
2589
+
2590
+ const filterSensitiveLog: (obj: ProvisioningParameter) => any;
2591
+ }
2592
+
2593
+ export interface ProvisioningPreferences {
2594
+
2595
+ StackSetAccounts?: string[];
2596
+
2597
+ StackSetRegions?: string[];
2598
+
2599
+ StackSetFailureToleranceCount?: number;
2600
+
2601
+ StackSetFailureTolerancePercentage?: number;
2602
+
2603
+ StackSetMaxConcurrencyCount?: number;
2604
+
2605
+ StackSetMaxConcurrencyPercentage?: number;
2606
+ }
2607
+ export declare namespace ProvisioningPreferences {
2608
+
2609
+ const filterSensitiveLog: (obj: ProvisioningPreferences) => any;
2610
+ }
2611
+ export interface ProvisionProductInput {
2612
+
2613
+ AcceptLanguage?: string;
2614
+
2615
+ ProductId?: string;
2616
+
2617
+ ProductName?: string;
2618
+
2619
+ ProvisioningArtifactId?: string;
2620
+
2621
+ ProvisioningArtifactName?: string;
2622
+
2623
+ PathId?: string;
2624
+
2625
+ PathName?: string;
2626
+
2627
+ ProvisionedProductName: string | undefined;
2628
+
2629
+ ProvisioningParameters?: ProvisioningParameter[];
2630
+
2631
+ ProvisioningPreferences?: ProvisioningPreferences;
2632
+
2633
+ Tags?: Tag[];
2634
+
2635
+ NotificationArns?: string[];
2636
+
2637
+ ProvisionToken?: string;
2638
+ }
2639
+ export declare namespace ProvisionProductInput {
2640
+
2641
+ const filterSensitiveLog: (obj: ProvisionProductInput) => any;
2642
+ }
2643
+ export interface ProvisionProductOutput {
2644
+
2645
+ RecordDetail?: RecordDetail;
2646
+ }
2647
+ export declare namespace ProvisionProductOutput {
2648
+
2649
+ const filterSensitiveLog: (obj: ProvisionProductOutput) => any;
2650
+ }
2651
+ export interface RejectPortfolioShareInput {
2652
+
2653
+ AcceptLanguage?: string;
2654
+
2655
+ PortfolioId: string | undefined;
2656
+
2657
+ PortfolioShareType?: PortfolioShareType | string;
2658
+ }
2659
+ export declare namespace RejectPortfolioShareInput {
2660
+
2661
+ const filterSensitiveLog: (obj: RejectPortfolioShareInput) => any;
2662
+ }
2663
+ export interface RejectPortfolioShareOutput {
2664
+ }
2665
+ export declare namespace RejectPortfolioShareOutput {
2666
+
2667
+ const filterSensitiveLog: (obj: RejectPortfolioShareOutput) => any;
2668
+ }
2669
+ export interface ScanProvisionedProductsInput {
2670
+
2671
+ AcceptLanguage?: string;
2672
+
2673
+ AccessLevelFilter?: AccessLevelFilter;
2674
+
2675
+ PageSize?: number;
2676
+
2677
+ PageToken?: string;
2678
+ }
2679
+ export declare namespace ScanProvisionedProductsInput {
2680
+
2681
+ const filterSensitiveLog: (obj: ScanProvisionedProductsInput) => any;
2682
+ }
2683
+ export interface ScanProvisionedProductsOutput {
2684
+
2685
+ ProvisionedProducts?: ProvisionedProductDetail[];
2686
+
2687
+ NextPageToken?: string;
2688
+ }
2689
+ export declare namespace ScanProvisionedProductsOutput {
2690
+
2691
+ const filterSensitiveLog: (obj: ScanProvisionedProductsOutput) => any;
2692
+ }
2693
+ export declare enum ProductViewFilterBy {
2694
+ FullTextSearch = "FullTextSearch",
2695
+ Owner = "Owner",
2696
+ ProductType = "ProductType",
2697
+ SourceProductId = "SourceProductId"
2698
+ }
2699
+ export declare enum ProductViewSortBy {
2700
+ CreationDate = "CreationDate",
2701
+ Title = "Title",
2702
+ VersionCount = "VersionCount"
2703
+ }
2704
+ export declare enum SortOrder {
2705
+ ASCENDING = "ASCENDING",
2706
+ DESCENDING = "DESCENDING"
2707
+ }
2708
+ export interface SearchProductsInput {
2709
+
2710
+ AcceptLanguage?: string;
2711
+
2712
+ Filters?: {
2713
+ [key: string]: string[];
2714
+ };
2715
+
2716
+ PageSize?: number;
2717
+
2718
+ SortBy?: ProductViewSortBy | string;
2719
+
2720
+ SortOrder?: SortOrder | string;
2721
+
2722
+ PageToken?: string;
2723
+ }
2724
+ export declare namespace SearchProductsInput {
2725
+
2726
+ const filterSensitiveLog: (obj: SearchProductsInput) => any;
2727
+ }
2728
+
2729
+ export interface ProductViewAggregationValue {
2730
+
2731
+ Value?: string;
2732
+
2733
+ ApproximateCount?: number;
2734
+ }
2735
+ export declare namespace ProductViewAggregationValue {
2736
+
2737
+ const filterSensitiveLog: (obj: ProductViewAggregationValue) => any;
2738
+ }
2739
+ export interface SearchProductsOutput {
2740
+
2741
+ ProductViewSummaries?: ProductViewSummary[];
2742
+
2743
+ ProductViewAggregations?: {
2744
+ [key: string]: ProductViewAggregationValue[];
2745
+ };
2746
+
2747
+ NextPageToken?: string;
2748
+ }
2749
+ export declare namespace SearchProductsOutput {
2750
+
2751
+ const filterSensitiveLog: (obj: SearchProductsOutput) => any;
2752
+ }
2753
+ export declare enum ProductSource {
2754
+ ACCOUNT = "ACCOUNT"
2755
+ }
2756
+ export interface SearchProductsAsAdminInput {
2757
+
2758
+ AcceptLanguage?: string;
2759
+
2760
+ PortfolioId?: string;
2761
+
2762
+ Filters?: {
2763
+ [key: string]: string[];
2764
+ };
2765
+
2766
+ SortBy?: ProductViewSortBy | string;
2767
+
2768
+ SortOrder?: SortOrder | string;
2769
+
2770
+ PageToken?: string;
2771
+
2772
+ PageSize?: number;
2773
+
2774
+ ProductSource?: ProductSource | string;
2775
+ }
2776
+ export declare namespace SearchProductsAsAdminInput {
2777
+
2778
+ const filterSensitiveLog: (obj: SearchProductsAsAdminInput) => any;
2779
+ }
2780
+ export interface SearchProductsAsAdminOutput {
2781
+
2782
+ ProductViewDetails?: ProductViewDetail[];
2783
+
2784
+ NextPageToken?: string;
2785
+ }
2786
+ export declare namespace SearchProductsAsAdminOutput {
2787
+
2788
+ const filterSensitiveLog: (obj: SearchProductsAsAdminOutput) => any;
2789
+ }
2790
+ export declare enum ProvisionedProductViewFilterBy {
2791
+ SearchQuery = "SearchQuery"
2792
+ }
2793
+ export interface SearchProvisionedProductsInput {
2794
+
2795
+ AcceptLanguage?: string;
2796
+
2797
+ AccessLevelFilter?: AccessLevelFilter;
2798
+
2799
+ Filters?: {
2800
+ [key: string]: string[];
2801
+ };
2802
+
2803
+ SortBy?: string;
2804
+
2805
+ SortOrder?: SortOrder | string;
2806
+
2807
+ PageSize?: number;
2808
+
2809
+ PageToken?: string;
2810
+ }
2811
+ export declare namespace SearchProvisionedProductsInput {
2812
+
2813
+ const filterSensitiveLog: (obj: SearchProvisionedProductsInput) => any;
2814
+ }
2815
+
2816
+ export interface ProvisionedProductAttribute {
2817
+
2818
+ Name?: string;
2819
+
2820
+ Arn?: string;
2821
+
2822
+ Type?: string;
2823
+
2824
+ Id?: string;
2825
+
2826
+ Status?: ProvisionedProductStatus | string;
2827
+
2828
+ StatusMessage?: string;
2829
+
2830
+ CreatedTime?: Date;
2831
+
2832
+ IdempotencyToken?: string;
2833
+
2834
+ LastRecordId?: string;
2835
+
2836
+ LastProvisioningRecordId?: string;
2837
+
2838
+ LastSuccessfulProvisioningRecordId?: string;
2839
+
2840
+ Tags?: Tag[];
2841
+
2842
+ PhysicalId?: string;
2843
+
2844
+ ProductId?: string;
2845
+
2846
+ ProductName?: string;
2847
+
2848
+ ProvisioningArtifactId?: string;
2849
+
2850
+ ProvisioningArtifactName?: string;
2851
+
2852
+ UserArn?: string;
2853
+
2854
+ UserArnSession?: string;
2855
+ }
2856
+ export declare namespace ProvisionedProductAttribute {
2857
+
2858
+ const filterSensitiveLog: (obj: ProvisionedProductAttribute) => any;
2859
+ }
2860
+ export interface SearchProvisionedProductsOutput {
2861
+
2862
+ ProvisionedProducts?: ProvisionedProductAttribute[];
2863
+
2864
+ TotalResultsCount?: number;
2865
+
2866
+ NextPageToken?: string;
2867
+ }
2868
+ export declare namespace SearchProvisionedProductsOutput {
2869
+
2870
+ const filterSensitiveLog: (obj: SearchProvisionedProductsOutput) => any;
2871
+ }
2872
+ export interface TerminateProvisionedProductInput {
2873
+
2874
+ ProvisionedProductName?: string;
2875
+
2876
+ ProvisionedProductId?: string;
2877
+
2878
+ TerminateToken?: string;
2879
+
2880
+ IgnoreErrors?: boolean;
2881
+
2882
+ AcceptLanguage?: string;
2883
+
2884
+ RetainPhysicalResources?: boolean;
2885
+ }
2886
+ export declare namespace TerminateProvisionedProductInput {
2887
+
2888
+ const filterSensitiveLog: (obj: TerminateProvisionedProductInput) => any;
2889
+ }
2890
+ export interface TerminateProvisionedProductOutput {
2891
+
2892
+ RecordDetail?: RecordDetail;
2893
+ }
2894
+ export declare namespace TerminateProvisionedProductOutput {
2895
+
2896
+ const filterSensitiveLog: (obj: TerminateProvisionedProductOutput) => any;
2897
+ }
2898
+ export interface UpdateConstraintInput {
2899
+
2900
+ AcceptLanguage?: string;
2901
+
2902
+ Id: string | undefined;
2903
+
2904
+ Description?: string;
2905
+
2906
+ Parameters?: string;
2907
+ }
2908
+ export declare namespace UpdateConstraintInput {
2909
+
2910
+ const filterSensitiveLog: (obj: UpdateConstraintInput) => any;
2911
+ }
2912
+ export interface UpdateConstraintOutput {
2913
+
2914
+ ConstraintDetail?: ConstraintDetail;
2915
+
2916
+ ConstraintParameters?: string;
2917
+
2918
+ Status?: Status | string;
2919
+ }
2920
+ export declare namespace UpdateConstraintOutput {
2921
+
2922
+ const filterSensitiveLog: (obj: UpdateConstraintOutput) => any;
2923
+ }
2924
+ export interface UpdatePortfolioInput {
2925
+
2926
+ AcceptLanguage?: string;
2927
+
2928
+ Id: string | undefined;
2929
+
2930
+ DisplayName?: string;
2931
+
2932
+ Description?: string;
2933
+
2934
+ ProviderName?: string;
2935
+
2936
+ AddTags?: Tag[];
2937
+
2938
+ RemoveTags?: string[];
2939
+ }
2940
+ export declare namespace UpdatePortfolioInput {
2941
+
2942
+ const filterSensitiveLog: (obj: UpdatePortfolioInput) => any;
2943
+ }
2944
+ export interface UpdatePortfolioOutput {
2945
+
2946
+ PortfolioDetail?: PortfolioDetail;
2947
+
2948
+ Tags?: Tag[];
2949
+ }
2950
+ export declare namespace UpdatePortfolioOutput {
2951
+
2952
+ const filterSensitiveLog: (obj: UpdatePortfolioOutput) => any;
2953
+ }
2954
+ export interface UpdatePortfolioShareInput {
2955
+
2956
+ AcceptLanguage?: string;
2957
+
2958
+ PortfolioId: string | undefined;
2959
+
2960
+ AccountId?: string;
2961
+
2962
+ OrganizationNode?: OrganizationNode;
2963
+
2964
+ ShareTagOptions?: boolean;
2965
+ }
2966
+ export declare namespace UpdatePortfolioShareInput {
2967
+
2968
+ const filterSensitiveLog: (obj: UpdatePortfolioShareInput) => any;
2969
+ }
2970
+ export interface UpdatePortfolioShareOutput {
2971
+
2972
+ PortfolioShareToken?: string;
2973
+
2974
+ Status?: ShareStatus | string;
2975
+ }
2976
+ export declare namespace UpdatePortfolioShareOutput {
2977
+
2978
+ const filterSensitiveLog: (obj: UpdatePortfolioShareOutput) => any;
2979
+ }
2980
+ export interface UpdateProductInput {
2981
+
2982
+ AcceptLanguage?: string;
2983
+
2984
+ Id: string | undefined;
2985
+
2986
+ Name?: string;
2987
+
2988
+ Owner?: string;
2989
+
2990
+ Description?: string;
2991
+
2992
+ Distributor?: string;
2993
+
2994
+ SupportDescription?: string;
2995
+
2996
+ SupportEmail?: string;
2997
+
2998
+ SupportUrl?: string;
2999
+
3000
+ AddTags?: Tag[];
3001
+
3002
+ RemoveTags?: string[];
3003
+ }
3004
+ export declare namespace UpdateProductInput {
3005
+
3006
+ const filterSensitiveLog: (obj: UpdateProductInput) => any;
3007
+ }
3008
+ export interface UpdateProductOutput {
3009
+
3010
+ ProductViewDetail?: ProductViewDetail;
3011
+
3012
+ Tags?: Tag[];
3013
+ }
3014
+ export declare namespace UpdateProductOutput {
3015
+
3016
+ const filterSensitiveLog: (obj: UpdateProductOutput) => any;
3017
+ }
3018
+ export declare type StackSetOperationType = "CREATE" | "DELETE" | "UPDATE";
3019
+
3020
+ export interface UpdateProvisioningPreferences {
3021
+
3022
+ StackSetAccounts?: string[];
3023
+
3024
+ StackSetRegions?: string[];
3025
+
3026
+ StackSetFailureToleranceCount?: number;
3027
+
3028
+ StackSetFailureTolerancePercentage?: number;
3029
+
3030
+ StackSetMaxConcurrencyCount?: number;
3031
+
3032
+ StackSetMaxConcurrencyPercentage?: number;
3033
+
3034
+ StackSetOperationType?: StackSetOperationType | string;
3035
+ }
3036
+ export declare namespace UpdateProvisioningPreferences {
3037
+
3038
+ const filterSensitiveLog: (obj: UpdateProvisioningPreferences) => any;
3039
+ }
3040
+ export interface UpdateProvisionedProductInput {
3041
+
3042
+ AcceptLanguage?: string;
3043
+
3044
+ ProvisionedProductName?: string;
3045
+
3046
+ ProvisionedProductId?: string;
3047
+
3048
+ ProductId?: string;
3049
+
3050
+ ProductName?: string;
3051
+
3052
+ ProvisioningArtifactId?: string;
3053
+
3054
+ ProvisioningArtifactName?: string;
3055
+
3056
+ PathId?: string;
3057
+
3058
+ PathName?: string;
3059
+
3060
+ ProvisioningParameters?: UpdateProvisioningParameter[];
3061
+
3062
+ ProvisioningPreferences?: UpdateProvisioningPreferences;
3063
+
3064
+ Tags?: Tag[];
3065
+
3066
+ UpdateToken?: string;
3067
+ }
3068
+ export declare namespace UpdateProvisionedProductInput {
3069
+
3070
+ const filterSensitiveLog: (obj: UpdateProvisionedProductInput) => any;
3071
+ }
3072
+ export interface UpdateProvisionedProductOutput {
3073
+
3074
+ RecordDetail?: RecordDetail;
3075
+ }
3076
+ export declare namespace UpdateProvisionedProductOutput {
3077
+
3078
+ const filterSensitiveLog: (obj: UpdateProvisionedProductOutput) => any;
3079
+ }
3080
+ export declare enum PropertyKey {
3081
+ LaunchRole = "LAUNCH_ROLE",
3082
+ Owner = "OWNER"
3083
+ }
3084
+ export interface UpdateProvisionedProductPropertiesInput {
3085
+
3086
+ AcceptLanguage?: string;
3087
+
3088
+ ProvisionedProductId: string | undefined;
3089
+
3090
+ ProvisionedProductProperties: {
3091
+ [key: string]: string;
3092
+ } | undefined;
3093
+
3094
+ IdempotencyToken?: string;
3095
+ }
3096
+ export declare namespace UpdateProvisionedProductPropertiesInput {
3097
+
3098
+ const filterSensitiveLog: (obj: UpdateProvisionedProductPropertiesInput) => any;
3099
+ }
3100
+ export interface UpdateProvisionedProductPropertiesOutput {
3101
+
3102
+ ProvisionedProductId?: string;
3103
+
3104
+ ProvisionedProductProperties?: {
3105
+ [key: string]: string;
3106
+ };
3107
+
3108
+ RecordId?: string;
3109
+
3110
+ Status?: RecordStatus | string;
3111
+ }
3112
+ export declare namespace UpdateProvisionedProductPropertiesOutput {
3113
+
3114
+ const filterSensitiveLog: (obj: UpdateProvisionedProductPropertiesOutput) => any;
3115
+ }
3116
+ export interface UpdateProvisioningArtifactInput {
3117
+
3118
+ AcceptLanguage?: string;
3119
+
3120
+ ProductId: string | undefined;
3121
+
3122
+ ProvisioningArtifactId: string | undefined;
3123
+
3124
+ Name?: string;
3125
+
3126
+ Description?: string;
3127
+
3128
+ Active?: boolean;
3129
+
3130
+ Guidance?: ProvisioningArtifactGuidance | string;
3131
+ }
3132
+ export declare namespace UpdateProvisioningArtifactInput {
3133
+
3134
+ const filterSensitiveLog: (obj: UpdateProvisioningArtifactInput) => any;
3135
+ }
3136
+ export interface UpdateProvisioningArtifactOutput {
3137
+
3138
+ ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
3139
+
3140
+ Info?: {
3141
+ [key: string]: string;
3142
+ };
3143
+
3144
+ Status?: Status | string;
3145
+ }
3146
+ export declare namespace UpdateProvisioningArtifactOutput {
3147
+
3148
+ const filterSensitiveLog: (obj: UpdateProvisioningArtifactOutput) => any;
3149
+ }
3150
+ export interface UpdateServiceActionInput {
3151
+
3152
+ Id: string | undefined;
3153
+
3154
+ Name?: string;
3155
+
3156
+ Definition?: {
3157
+ [key: string]: string;
3158
+ };
3159
+
3160
+ Description?: string;
3161
+
3162
+ AcceptLanguage?: string;
3163
+ }
3164
+ export declare namespace UpdateServiceActionInput {
3165
+
3166
+ const filterSensitiveLog: (obj: UpdateServiceActionInput) => any;
3167
+ }
3168
+ export interface UpdateServiceActionOutput {
3169
+
3170
+ ServiceActionDetail?: ServiceActionDetail;
3171
+ }
3172
+ export declare namespace UpdateServiceActionOutput {
3173
+
3174
+ const filterSensitiveLog: (obj: UpdateServiceActionOutput) => any;
3175
+ }
3176
+ export interface UpdateTagOptionInput {
3177
+
3178
+ Id: string | undefined;
3179
+
3180
+ Value?: string;
3181
+
3182
+ Active?: boolean;
3183
+ }
3184
+ export declare namespace UpdateTagOptionInput {
3185
+
3186
+ const filterSensitiveLog: (obj: UpdateTagOptionInput) => any;
3187
+ }
3188
+ export interface UpdateTagOptionOutput {
3189
+
3190
+ TagOptionDetail?: TagOptionDetail;
3191
+ }
3192
+ export declare namespace UpdateTagOptionOutput {
3193
+
3194
+ const filterSensitiveLog: (obj: UpdateTagOptionOutput) => any;
3195
+ }