@aws-sdk/client-service-catalog 3.278.0 → 3.281.0

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 (93) hide show
  1. package/README.md +699 -0
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-types/ServiceCatalog.d.ts +115 -46
  5. package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +6 -0
  6. package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +6 -0
  7. package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +6 -1
  8. package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +6 -0
  9. package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +6 -0
  10. package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +6 -0
  11. package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +6 -0
  12. package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +6 -0
  13. package/dist-types/commands/CopyProductCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateConstraintCommand.d.ts +6 -0
  15. package/dist-types/commands/CreatePortfolioCommand.d.ts +6 -0
  16. package/dist-types/commands/CreatePortfolioShareCommand.d.ts +7 -2
  17. package/dist-types/commands/CreateProductCommand.d.ts +6 -1
  18. package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +6 -0
  19. package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +6 -1
  20. package/dist-types/commands/CreateServiceActionCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateTagOptionCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteConstraintCommand.d.ts +6 -0
  23. package/dist-types/commands/DeletePortfolioCommand.d.ts +6 -0
  24. package/dist-types/commands/DeletePortfolioShareCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteProductCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteServiceActionCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteTagOptionCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeConstraintCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribePortfolioCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeProductCommand.d.ts +15 -0
  37. package/dist-types/commands/DescribeProductViewCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +6 -0
  42. package/dist-types/commands/DescribeRecordCommand.d.ts +6 -0
  43. package/dist-types/commands/DescribeServiceActionCommand.d.ts +6 -0
  44. package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +6 -0
  45. package/dist-types/commands/DescribeTagOptionCommand.d.ts +6 -0
  46. package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +6 -0
  47. package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +6 -0
  48. package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +6 -0
  49. package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +6 -0
  50. package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +6 -0
  51. package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +6 -0
  52. package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +6 -0
  53. package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +6 -0
  54. package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +6 -0
  55. package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +6 -0
  56. package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +6 -0
  57. package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +48 -14
  58. package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +6 -0
  59. package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +6 -0
  60. package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +6 -0
  61. package/dist-types/commands/ListLaunchPathsCommand.d.ts +32 -3
  62. package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +6 -0
  63. package/dist-types/commands/ListPortfolioAccessCommand.d.ts +6 -0
  64. package/dist-types/commands/ListPortfoliosCommand.d.ts +6 -0
  65. package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +6 -0
  66. package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +6 -0
  67. package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +6 -0
  68. package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +6 -0
  69. package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +6 -0
  70. package/dist-types/commands/ListRecordHistoryCommand.d.ts +6 -0
  71. package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +6 -0
  72. package/dist-types/commands/ListServiceActionsCommand.d.ts +6 -0
  73. package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +6 -0
  74. package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +6 -0
  75. package/dist-types/commands/ListTagOptionsCommand.d.ts +6 -0
  76. package/dist-types/commands/ProvisionProductCommand.d.ts +43 -9
  77. package/dist-types/commands/RejectPortfolioShareCommand.d.ts +6 -0
  78. package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +6 -0
  79. package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +6 -0
  80. package/dist-types/commands/SearchProductsCommand.d.ts +6 -0
  81. package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +6 -10
  82. package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +6 -0
  83. package/dist-types/commands/UpdateConstraintCommand.d.ts +6 -0
  84. package/dist-types/commands/UpdatePortfolioCommand.d.ts +6 -0
  85. package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +6 -5
  86. package/dist-types/commands/UpdateProductCommand.d.ts +6 -0
  87. package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +6 -0
  88. package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +6 -0
  89. package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +6 -0
  90. package/dist-types/commands/UpdateServiceActionCommand.d.ts +6 -0
  91. package/dist-types/commands/UpdateTagOptionCommand.d.ts +6 -0
  92. package/dist-types/models/models_0.d.ts +0 -4
  93. package/package.json +6 -6
package/README.md CHANGED
@@ -210,3 +210,702 @@ To contribute to client you can check our [generate clients scripts](https://git
210
210
  This SDK is distributed under the
211
211
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
212
212
  see LICENSE for more information.
213
+
214
+ ## Client Commands (Operations List)
215
+
216
+ <details>
217
+ <summary>
218
+ AcceptPortfolioShare
219
+ </summary>
220
+
221
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/acceptportfoliosharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/acceptportfoliosharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/acceptportfoliosharecommandoutput.html)
222
+
223
+ </details>
224
+ <details>
225
+ <summary>
226
+ AssociateBudgetWithResource
227
+ </summary>
228
+
229
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/associatebudgetwithresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/associatebudgetwithresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/associatebudgetwithresourcecommandoutput.html)
230
+
231
+ </details>
232
+ <details>
233
+ <summary>
234
+ AssociatePrincipalWithPortfolio
235
+ </summary>
236
+
237
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/associateprincipalwithportfoliocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/associateprincipalwithportfoliocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/associateprincipalwithportfoliocommandoutput.html)
238
+
239
+ </details>
240
+ <details>
241
+ <summary>
242
+ AssociateProductWithPortfolio
243
+ </summary>
244
+
245
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/associateproductwithportfoliocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/associateproductwithportfoliocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/associateproductwithportfoliocommandoutput.html)
246
+
247
+ </details>
248
+ <details>
249
+ <summary>
250
+ AssociateServiceActionWithProvisioningArtifact
251
+ </summary>
252
+
253
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/associateserviceactionwithprovisioningartifactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/associateserviceactionwithprovisioningartifactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/associateserviceactionwithprovisioningartifactcommandoutput.html)
254
+
255
+ </details>
256
+ <details>
257
+ <summary>
258
+ AssociateTagOptionWithResource
259
+ </summary>
260
+
261
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/associatetagoptionwithresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/associatetagoptionwithresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/associatetagoptionwithresourcecommandoutput.html)
262
+
263
+ </details>
264
+ <details>
265
+ <summary>
266
+ BatchAssociateServiceActionWithProvisioningArtifact
267
+ </summary>
268
+
269
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/batchassociateserviceactionwithprovisioningartifactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/batchassociateserviceactionwithprovisioningartifactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/batchassociateserviceactionwithprovisioningartifactcommandoutput.html)
270
+
271
+ </details>
272
+ <details>
273
+ <summary>
274
+ BatchDisassociateServiceActionFromProvisioningArtifact
275
+ </summary>
276
+
277
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/batchdisassociateserviceactionfromprovisioningartifactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/batchdisassociateserviceactionfromprovisioningartifactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/batchdisassociateserviceactionfromprovisioningartifactcommandoutput.html)
278
+
279
+ </details>
280
+ <details>
281
+ <summary>
282
+ CopyProduct
283
+ </summary>
284
+
285
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/copyproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/copyproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/copyproductcommandoutput.html)
286
+
287
+ </details>
288
+ <details>
289
+ <summary>
290
+ CreateConstraint
291
+ </summary>
292
+
293
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/createconstraintcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createconstraintcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createconstraintcommandoutput.html)
294
+
295
+ </details>
296
+ <details>
297
+ <summary>
298
+ CreatePortfolio
299
+ </summary>
300
+
301
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/createportfoliocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createportfoliocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createportfoliocommandoutput.html)
302
+
303
+ </details>
304
+ <details>
305
+ <summary>
306
+ CreatePortfolioShare
307
+ </summary>
308
+
309
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/createportfoliosharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createportfoliosharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createportfoliosharecommandoutput.html)
310
+
311
+ </details>
312
+ <details>
313
+ <summary>
314
+ CreateProduct
315
+ </summary>
316
+
317
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/createproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createproductcommandoutput.html)
318
+
319
+ </details>
320
+ <details>
321
+ <summary>
322
+ CreateProvisionedProductPlan
323
+ </summary>
324
+
325
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/createprovisionedproductplancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createprovisionedproductplancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createprovisionedproductplancommandoutput.html)
326
+
327
+ </details>
328
+ <details>
329
+ <summary>
330
+ CreateProvisioningArtifact
331
+ </summary>
332
+
333
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/createprovisioningartifactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createprovisioningartifactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createprovisioningartifactcommandoutput.html)
334
+
335
+ </details>
336
+ <details>
337
+ <summary>
338
+ CreateServiceAction
339
+ </summary>
340
+
341
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/createserviceactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createserviceactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createserviceactioncommandoutput.html)
342
+
343
+ </details>
344
+ <details>
345
+ <summary>
346
+ CreateTagOption
347
+ </summary>
348
+
349
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/createtagoptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createtagoptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/createtagoptioncommandoutput.html)
350
+
351
+ </details>
352
+ <details>
353
+ <summary>
354
+ DeleteConstraint
355
+ </summary>
356
+
357
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/deleteconstraintcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteconstraintcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteconstraintcommandoutput.html)
358
+
359
+ </details>
360
+ <details>
361
+ <summary>
362
+ DeletePortfolio
363
+ </summary>
364
+
365
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/deleteportfoliocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteportfoliocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteportfoliocommandoutput.html)
366
+
367
+ </details>
368
+ <details>
369
+ <summary>
370
+ DeletePortfolioShare
371
+ </summary>
372
+
373
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/deleteportfoliosharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteportfoliosharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteportfoliosharecommandoutput.html)
374
+
375
+ </details>
376
+ <details>
377
+ <summary>
378
+ DeleteProduct
379
+ </summary>
380
+
381
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/deleteproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteproductcommandoutput.html)
382
+
383
+ </details>
384
+ <details>
385
+ <summary>
386
+ DeleteProvisionedProductPlan
387
+ </summary>
388
+
389
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/deleteprovisionedproductplancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteprovisionedproductplancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteprovisionedproductplancommandoutput.html)
390
+
391
+ </details>
392
+ <details>
393
+ <summary>
394
+ DeleteProvisioningArtifact
395
+ </summary>
396
+
397
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/deleteprovisioningartifactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteprovisioningartifactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteprovisioningartifactcommandoutput.html)
398
+
399
+ </details>
400
+ <details>
401
+ <summary>
402
+ DeleteServiceAction
403
+ </summary>
404
+
405
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/deleteserviceactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteserviceactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deleteserviceactioncommandoutput.html)
406
+
407
+ </details>
408
+ <details>
409
+ <summary>
410
+ DeleteTagOption
411
+ </summary>
412
+
413
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/deletetagoptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deletetagoptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/deletetagoptioncommandoutput.html)
414
+
415
+ </details>
416
+ <details>
417
+ <summary>
418
+ DescribeConstraint
419
+ </summary>
420
+
421
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeconstraintcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeconstraintcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeconstraintcommandoutput.html)
422
+
423
+ </details>
424
+ <details>
425
+ <summary>
426
+ DescribeCopyProductStatus
427
+ </summary>
428
+
429
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describecopyproductstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describecopyproductstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describecopyproductstatuscommandoutput.html)
430
+
431
+ </details>
432
+ <details>
433
+ <summary>
434
+ DescribePortfolio
435
+ </summary>
436
+
437
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeportfoliocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeportfoliocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeportfoliocommandoutput.html)
438
+
439
+ </details>
440
+ <details>
441
+ <summary>
442
+ DescribePortfolioShares
443
+ </summary>
444
+
445
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeportfoliosharescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeportfoliosharescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeportfoliosharescommandoutput.html)
446
+
447
+ </details>
448
+ <details>
449
+ <summary>
450
+ DescribePortfolioShareStatus
451
+ </summary>
452
+
453
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeportfoliosharestatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeportfoliosharestatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeportfoliosharestatuscommandoutput.html)
454
+
455
+ </details>
456
+ <details>
457
+ <summary>
458
+ DescribeProduct
459
+ </summary>
460
+
461
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeproductcommandoutput.html)
462
+
463
+ </details>
464
+ <details>
465
+ <summary>
466
+ DescribeProductAsAdmin
467
+ </summary>
468
+
469
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeproductasadmincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeproductasadmincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeproductasadmincommandoutput.html)
470
+
471
+ </details>
472
+ <details>
473
+ <summary>
474
+ DescribeProductView
475
+ </summary>
476
+
477
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeproductviewcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeproductviewcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeproductviewcommandoutput.html)
478
+
479
+ </details>
480
+ <details>
481
+ <summary>
482
+ DescribeProvisionedProduct
483
+ </summary>
484
+
485
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeprovisionedproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeprovisionedproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeprovisionedproductcommandoutput.html)
486
+
487
+ </details>
488
+ <details>
489
+ <summary>
490
+ DescribeProvisionedProductPlan
491
+ </summary>
492
+
493
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeprovisionedproductplancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeprovisionedproductplancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeprovisionedproductplancommandoutput.html)
494
+
495
+ </details>
496
+ <details>
497
+ <summary>
498
+ DescribeProvisioningArtifact
499
+ </summary>
500
+
501
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeprovisioningartifactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeprovisioningartifactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeprovisioningartifactcommandoutput.html)
502
+
503
+ </details>
504
+ <details>
505
+ <summary>
506
+ DescribeProvisioningParameters
507
+ </summary>
508
+
509
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeprovisioningparameterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeprovisioningparameterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeprovisioningparameterscommandoutput.html)
510
+
511
+ </details>
512
+ <details>
513
+ <summary>
514
+ DescribeRecord
515
+ </summary>
516
+
517
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describerecordcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describerecordcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describerecordcommandoutput.html)
518
+
519
+ </details>
520
+ <details>
521
+ <summary>
522
+ DescribeServiceAction
523
+ </summary>
524
+
525
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeserviceactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeserviceactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeserviceactioncommandoutput.html)
526
+
527
+ </details>
528
+ <details>
529
+ <summary>
530
+ DescribeServiceActionExecutionParameters
531
+ </summary>
532
+
533
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describeserviceactionexecutionparameterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeserviceactionexecutionparameterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describeserviceactionexecutionparameterscommandoutput.html)
534
+
535
+ </details>
536
+ <details>
537
+ <summary>
538
+ DescribeTagOption
539
+ </summary>
540
+
541
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/describetagoptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describetagoptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/describetagoptioncommandoutput.html)
542
+
543
+ </details>
544
+ <details>
545
+ <summary>
546
+ DisableAWSOrganizationsAccess
547
+ </summary>
548
+
549
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/disableawsorganizationsaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disableawsorganizationsaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disableawsorganizationsaccesscommandoutput.html)
550
+
551
+ </details>
552
+ <details>
553
+ <summary>
554
+ DisassociateBudgetFromResource
555
+ </summary>
556
+
557
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/disassociatebudgetfromresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disassociatebudgetfromresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disassociatebudgetfromresourcecommandoutput.html)
558
+
559
+ </details>
560
+ <details>
561
+ <summary>
562
+ DisassociatePrincipalFromPortfolio
563
+ </summary>
564
+
565
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/disassociateprincipalfromportfoliocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disassociateprincipalfromportfoliocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disassociateprincipalfromportfoliocommandoutput.html)
566
+
567
+ </details>
568
+ <details>
569
+ <summary>
570
+ DisassociateProductFromPortfolio
571
+ </summary>
572
+
573
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/disassociateproductfromportfoliocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disassociateproductfromportfoliocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disassociateproductfromportfoliocommandoutput.html)
574
+
575
+ </details>
576
+ <details>
577
+ <summary>
578
+ DisassociateServiceActionFromProvisioningArtifact
579
+ </summary>
580
+
581
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/disassociateserviceactionfromprovisioningartifactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disassociateserviceactionfromprovisioningartifactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disassociateserviceactionfromprovisioningartifactcommandoutput.html)
582
+
583
+ </details>
584
+ <details>
585
+ <summary>
586
+ DisassociateTagOptionFromResource
587
+ </summary>
588
+
589
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/disassociatetagoptionfromresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disassociatetagoptionfromresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/disassociatetagoptionfromresourcecommandoutput.html)
590
+
591
+ </details>
592
+ <details>
593
+ <summary>
594
+ EnableAWSOrganizationsAccess
595
+ </summary>
596
+
597
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/enableawsorganizationsaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/enableawsorganizationsaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/enableawsorganizationsaccesscommandoutput.html)
598
+
599
+ </details>
600
+ <details>
601
+ <summary>
602
+ ExecuteProvisionedProductPlan
603
+ </summary>
604
+
605
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/executeprovisionedproductplancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/executeprovisionedproductplancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/executeprovisionedproductplancommandoutput.html)
606
+
607
+ </details>
608
+ <details>
609
+ <summary>
610
+ ExecuteProvisionedProductServiceAction
611
+ </summary>
612
+
613
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/executeprovisionedproductserviceactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/executeprovisionedproductserviceactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/executeprovisionedproductserviceactioncommandoutput.html)
614
+
615
+ </details>
616
+ <details>
617
+ <summary>
618
+ GetAWSOrganizationsAccessStatus
619
+ </summary>
620
+
621
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/getawsorganizationsaccessstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/getawsorganizationsaccessstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/getawsorganizationsaccessstatuscommandoutput.html)
622
+
623
+ </details>
624
+ <details>
625
+ <summary>
626
+ GetProvisionedProductOutputs
627
+ </summary>
628
+
629
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/getprovisionedproductoutputscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/getprovisionedproductoutputscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/getprovisionedproductoutputscommandoutput.html)
630
+
631
+ </details>
632
+ <details>
633
+ <summary>
634
+ ImportAsProvisionedProduct
635
+ </summary>
636
+
637
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/importasprovisionedproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/importasprovisionedproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/importasprovisionedproductcommandoutput.html)
638
+
639
+ </details>
640
+ <details>
641
+ <summary>
642
+ ListAcceptedPortfolioShares
643
+ </summary>
644
+
645
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listacceptedportfoliosharescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listacceptedportfoliosharescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listacceptedportfoliosharescommandoutput.html)
646
+
647
+ </details>
648
+ <details>
649
+ <summary>
650
+ ListBudgetsForResource
651
+ </summary>
652
+
653
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listbudgetsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listbudgetsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listbudgetsforresourcecommandoutput.html)
654
+
655
+ </details>
656
+ <details>
657
+ <summary>
658
+ ListConstraintsForPortfolio
659
+ </summary>
660
+
661
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listconstraintsforportfoliocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listconstraintsforportfoliocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listconstraintsforportfoliocommandoutput.html)
662
+
663
+ </details>
664
+ <details>
665
+ <summary>
666
+ ListLaunchPaths
667
+ </summary>
668
+
669
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listlaunchpathscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listlaunchpathscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listlaunchpathscommandoutput.html)
670
+
671
+ </details>
672
+ <details>
673
+ <summary>
674
+ ListOrganizationPortfolioAccess
675
+ </summary>
676
+
677
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listorganizationportfolioaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listorganizationportfolioaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listorganizationportfolioaccesscommandoutput.html)
678
+
679
+ </details>
680
+ <details>
681
+ <summary>
682
+ ListPortfolioAccess
683
+ </summary>
684
+
685
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listportfolioaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listportfolioaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listportfolioaccesscommandoutput.html)
686
+
687
+ </details>
688
+ <details>
689
+ <summary>
690
+ ListPortfolios
691
+ </summary>
692
+
693
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listportfolioscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listportfolioscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listportfolioscommandoutput.html)
694
+
695
+ </details>
696
+ <details>
697
+ <summary>
698
+ ListPortfoliosForProduct
699
+ </summary>
700
+
701
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listportfoliosforproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listportfoliosforproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listportfoliosforproductcommandoutput.html)
702
+
703
+ </details>
704
+ <details>
705
+ <summary>
706
+ ListPrincipalsForPortfolio
707
+ </summary>
708
+
709
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listprincipalsforportfoliocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listprincipalsforportfoliocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listprincipalsforportfoliocommandoutput.html)
710
+
711
+ </details>
712
+ <details>
713
+ <summary>
714
+ ListProvisionedProductPlans
715
+ </summary>
716
+
717
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listprovisionedproductplanscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listprovisionedproductplanscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listprovisionedproductplanscommandoutput.html)
718
+
719
+ </details>
720
+ <details>
721
+ <summary>
722
+ ListProvisioningArtifacts
723
+ </summary>
724
+
725
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listprovisioningartifactscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listprovisioningartifactscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listprovisioningartifactscommandoutput.html)
726
+
727
+ </details>
728
+ <details>
729
+ <summary>
730
+ ListProvisioningArtifactsForServiceAction
731
+ </summary>
732
+
733
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listprovisioningartifactsforserviceactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listprovisioningartifactsforserviceactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listprovisioningartifactsforserviceactioncommandoutput.html)
734
+
735
+ </details>
736
+ <details>
737
+ <summary>
738
+ ListRecordHistory
739
+ </summary>
740
+
741
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listrecordhistorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listrecordhistorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listrecordhistorycommandoutput.html)
742
+
743
+ </details>
744
+ <details>
745
+ <summary>
746
+ ListResourcesForTagOption
747
+ </summary>
748
+
749
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listresourcesfortagoptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listresourcesfortagoptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listresourcesfortagoptioncommandoutput.html)
750
+
751
+ </details>
752
+ <details>
753
+ <summary>
754
+ ListServiceActions
755
+ </summary>
756
+
757
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listserviceactionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listserviceactionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listserviceactionscommandoutput.html)
758
+
759
+ </details>
760
+ <details>
761
+ <summary>
762
+ ListServiceActionsForProvisioningArtifact
763
+ </summary>
764
+
765
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listserviceactionsforprovisioningartifactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listserviceactionsforprovisioningartifactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listserviceactionsforprovisioningartifactcommandoutput.html)
766
+
767
+ </details>
768
+ <details>
769
+ <summary>
770
+ ListStackInstancesForProvisionedProduct
771
+ </summary>
772
+
773
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/liststackinstancesforprovisionedproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/liststackinstancesforprovisionedproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/liststackinstancesforprovisionedproductcommandoutput.html)
774
+
775
+ </details>
776
+ <details>
777
+ <summary>
778
+ ListTagOptions
779
+ </summary>
780
+
781
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listtagoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listtagoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listtagoptionscommandoutput.html)
782
+
783
+ </details>
784
+ <details>
785
+ <summary>
786
+ ProvisionProduct
787
+ </summary>
788
+
789
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/provisionproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/provisionproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/provisionproductcommandoutput.html)
790
+
791
+ </details>
792
+ <details>
793
+ <summary>
794
+ RejectPortfolioShare
795
+ </summary>
796
+
797
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/rejectportfoliosharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/rejectportfoliosharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/rejectportfoliosharecommandoutput.html)
798
+
799
+ </details>
800
+ <details>
801
+ <summary>
802
+ ScanProvisionedProducts
803
+ </summary>
804
+
805
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/scanprovisionedproductscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/scanprovisionedproductscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/scanprovisionedproductscommandoutput.html)
806
+
807
+ </details>
808
+ <details>
809
+ <summary>
810
+ SearchProducts
811
+ </summary>
812
+
813
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/searchproductscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/searchproductscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/searchproductscommandoutput.html)
814
+
815
+ </details>
816
+ <details>
817
+ <summary>
818
+ SearchProductsAsAdmin
819
+ </summary>
820
+
821
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/searchproductsasadmincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/searchproductsasadmincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/searchproductsasadmincommandoutput.html)
822
+
823
+ </details>
824
+ <details>
825
+ <summary>
826
+ SearchProvisionedProducts
827
+ </summary>
828
+
829
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/searchprovisionedproductscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/searchprovisionedproductscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/searchprovisionedproductscommandoutput.html)
830
+
831
+ </details>
832
+ <details>
833
+ <summary>
834
+ TerminateProvisionedProduct
835
+ </summary>
836
+
837
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/terminateprovisionedproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/terminateprovisionedproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/terminateprovisionedproductcommandoutput.html)
838
+
839
+ </details>
840
+ <details>
841
+ <summary>
842
+ UpdateConstraint
843
+ </summary>
844
+
845
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/updateconstraintcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateconstraintcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateconstraintcommandoutput.html)
846
+
847
+ </details>
848
+ <details>
849
+ <summary>
850
+ UpdatePortfolio
851
+ </summary>
852
+
853
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/updateportfoliocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateportfoliocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateportfoliocommandoutput.html)
854
+
855
+ </details>
856
+ <details>
857
+ <summary>
858
+ UpdatePortfolioShare
859
+ </summary>
860
+
861
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/updateportfoliosharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateportfoliosharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateportfoliosharecommandoutput.html)
862
+
863
+ </details>
864
+ <details>
865
+ <summary>
866
+ UpdateProduct
867
+ </summary>
868
+
869
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/updateproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateproductcommandoutput.html)
870
+
871
+ </details>
872
+ <details>
873
+ <summary>
874
+ UpdateProvisionedProduct
875
+ </summary>
876
+
877
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/updateprovisionedproductcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateprovisionedproductcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateprovisionedproductcommandoutput.html)
878
+
879
+ </details>
880
+ <details>
881
+ <summary>
882
+ UpdateProvisionedProductProperties
883
+ </summary>
884
+
885
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/updateprovisionedproductpropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateprovisionedproductpropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateprovisionedproductpropertiescommandoutput.html)
886
+
887
+ </details>
888
+ <details>
889
+ <summary>
890
+ UpdateProvisioningArtifact
891
+ </summary>
892
+
893
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/updateprovisioningartifactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateprovisioningartifactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateprovisioningartifactcommandoutput.html)
894
+
895
+ </details>
896
+ <details>
897
+ <summary>
898
+ UpdateServiceAction
899
+ </summary>
900
+
901
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/updateserviceactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateserviceactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updateserviceactioncommandoutput.html)
902
+
903
+ </details>
904
+ <details>
905
+ <summary>
906
+ UpdateTagOption
907
+ </summary>
908
+
909
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/updatetagoptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updatetagoptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/updatetagoptioncommandoutput.html)
910
+
911
+ </details>