@aws-sdk/client-service-catalog 3.289.0 → 3.292.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 (88) hide show
  1. package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +14 -0
  3. package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +11 -0
  4. package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +11 -0
  5. package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +11 -0
  6. package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +23 -0
  7. package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +4 -0
  8. package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +4 -0
  9. package/dist-types/commands/CopyProductCommand.d.ts +7 -0
  10. package/dist-types/commands/CreateConstraintCommand.d.ts +14 -0
  11. package/dist-types/commands/CreatePortfolioCommand.d.ts +13 -0
  12. package/dist-types/commands/CreatePortfolioShareCommand.d.ts +18 -0
  13. package/dist-types/commands/CreateProductCommand.d.ts +13 -0
  14. package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +11 -0
  16. package/dist-types/commands/CreateServiceActionCommand.d.ts +8 -0
  17. package/dist-types/commands/CreateTagOptionCommand.d.ts +13 -0
  18. package/dist-types/commands/DeleteConstraintCommand.d.ts +7 -0
  19. package/dist-types/commands/DeletePortfolioCommand.d.ts +15 -0
  20. package/dist-types/commands/DeletePortfolioShareCommand.d.ts +14 -0
  21. package/dist-types/commands/DeleteProductCommand.d.ts +15 -0
  22. package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +7 -0
  23. package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +10 -0
  24. package/dist-types/commands/DeleteServiceActionCommand.d.ts +7 -0
  25. package/dist-types/commands/DeleteTagOptionCommand.d.ts +12 -0
  26. package/dist-types/commands/DescribeConstraintCommand.d.ts +4 -0
  27. package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribePortfolioCommand.d.ts +4 -0
  29. package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +10 -0
  30. package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +7 -0
  31. package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +7 -0
  32. package/dist-types/commands/DescribeProductCommand.d.ts +7 -0
  33. package/dist-types/commands/DescribeProductViewCommand.d.ts +7 -0
  34. package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +7 -0
  35. package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +7 -0
  36. package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +7 -0
  37. package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +7 -0
  38. package/dist-types/commands/DescribeRecordCommand.d.ts +4 -0
  39. package/dist-types/commands/DescribeServiceActionCommand.d.ts +4 -0
  40. package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +7 -0
  41. package/dist-types/commands/DescribeTagOptionCommand.d.ts +9 -0
  42. package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +11 -0
  43. package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +4 -0
  44. package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +7 -0
  45. package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +10 -0
  46. package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +4 -0
  47. package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +9 -0
  48. package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +11 -0
  49. package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +11 -0
  50. package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +11 -0
  51. package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +7 -0
  52. package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +7 -0
  53. package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +14 -0
  54. package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +7 -0
  55. package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +7 -0
  56. package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +7 -0
  57. package/dist-types/commands/ListLaunchPathsCommand.d.ts +7 -0
  58. package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +10 -0
  59. package/dist-types/commands/ListPortfolioAccessCommand.d.ts +7 -0
  60. package/dist-types/commands/ListPortfoliosCommand.d.ts +4 -0
  61. package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +7 -0
  62. package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +7 -0
  63. package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +7 -0
  64. package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +7 -0
  65. package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +7 -0
  66. package/dist-types/commands/ListRecordHistoryCommand.d.ts +4 -0
  67. package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +12 -0
  68. package/dist-types/commands/ListServiceActionsCommand.d.ts +4 -0
  69. package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +7 -0
  70. package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +7 -0
  71. package/dist-types/commands/ListTagOptionsCommand.d.ts +9 -0
  72. package/dist-types/commands/ProvisionProductCommand.d.ts +10 -0
  73. package/dist-types/commands/RejectPortfolioShareCommand.d.ts +4 -0
  74. package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +4 -0
  75. package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +7 -0
  76. package/dist-types/commands/SearchProductsCommand.d.ts +4 -0
  77. package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +4 -0
  78. package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +4 -0
  79. package/dist-types/commands/UpdateConstraintCommand.d.ts +7 -0
  80. package/dist-types/commands/UpdatePortfolioCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +14 -0
  82. package/dist-types/commands/UpdateProductCommand.d.ts +12 -0
  83. package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +7 -0
  84. package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +11 -0
  85. package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +7 -0
  86. package/dist-types/commands/UpdateServiceActionCommand.d.ts +7 -0
  87. package/dist-types/commands/UpdateTagOptionCommand.d.ts +15 -0
  88. package/package.json +35 -40
@@ -29,6 +29,13 @@ export interface DescribeProvisioningArtifactCommandOutput extends DescribeProvi
29
29
  * @see {@link DescribeProvisioningArtifactCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeProvisioningArtifactCommand extends $Command<DescribeProvisioningArtifactCommandInput, DescribeProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: DescribeProvisioningArtifactCommandInput;
@@ -36,6 +36,13 @@ export interface DescribeProvisioningParametersCommandOutput extends DescribePro
36
36
  * @see {@link DescribeProvisioningParametersCommandOutput} for command's `response` shape.
37
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
38
38
  *
39
+ * @throws {@link InvalidParametersException} (client fault)
40
+ * <p>One or more parameters provided to the operation are not valid.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource was not found.</p>
44
+ *
45
+ *
39
46
  */
40
47
  export declare class DescribeProvisioningParametersCommand extends $Command<DescribeProvisioningParametersCommandInput, DescribeProvisioningParametersCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: DescribeProvisioningParametersCommandInput;
@@ -37,6 +37,10 @@ export interface DescribeRecordCommandOutput extends DescribeRecordOutput, __Met
37
37
  * @see {@link DescribeRecordCommandOutput} for command's `response` shape.
38
38
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
39
39
  *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The specified resource was not found.</p>
42
+ *
43
+ *
40
44
  */
41
45
  export declare class DescribeRecordCommand extends $Command<DescribeRecordCommandInput, DescribeRecordCommandOutput, ServiceCatalogClientResolvedConfig> {
42
46
  readonly input: DescribeRecordCommandInput;
@@ -29,6 +29,10 @@ export interface DescribeServiceActionCommandOutput extends DescribeServiceActio
29
29
  * @see {@link DescribeServiceActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>The specified resource was not found.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class DescribeServiceActionCommand extends $Command<DescribeServiceActionCommandInput, DescribeServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: DescribeServiceActionCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeServiceActionExecutionParametersCommandOutput extends D
29
29
  * @see {@link DescribeServiceActionExecutionParametersCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeServiceActionExecutionParametersCommand extends $Command<DescribeServiceActionExecutionParametersCommandInput, DescribeServiceActionExecutionParametersCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: DescribeServiceActionExecutionParametersCommandInput;
@@ -29,6 +29,15 @@ export interface DescribeTagOptionCommandOutput extends DescribeTagOptionOutput,
29
29
  * @see {@link DescribeTagOptionCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>The specified resource was not found.</p>
34
+ *
35
+ * @throws {@link TagOptionNotMigratedException} (client fault)
36
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
37
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
38
+ * process before retrying the operation.</p>
39
+ *
40
+ *
32
41
  */
33
42
  export declare class DescribeTagOptionCommand extends $Command<DescribeTagOptionCommandInput, DescribeTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
34
43
  readonly input: DescribeTagOptionCommandInput;
@@ -41,6 +41,17 @@ export interface DisableAWSOrganizationsAccessCommandOutput extends DisableAWSOr
41
41
  * @see {@link DisableAWSOrganizationsAccessCommandOutput} for command's `response` shape.
42
42
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
43
43
  *
44
+ * @throws {@link InvalidStateException} (client fault)
45
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
46
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
47
+ *
48
+ * @throws {@link OperationNotSupportedException} (client fault)
49
+ * <p>The operation is not supported.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>The specified resource was not found.</p>
53
+ *
54
+ *
44
55
  */
45
56
  export declare class DisableAWSOrganizationsAccessCommand extends $Command<DisableAWSOrganizationsAccessCommandInput, DisableAWSOrganizationsAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
46
57
  readonly input: DisableAWSOrganizationsAccessCommandInput;
@@ -29,6 +29,10 @@ export interface DisassociateBudgetFromResourceCommandOutput extends Disassociat
29
29
  * @see {@link DisassociateBudgetFromResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>The specified resource was not found.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class DisassociateBudgetFromResourceCommand extends $Command<DisassociateBudgetFromResourceCommandInput, DisassociateBudgetFromResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: DisassociateBudgetFromResourceCommandInput;
@@ -37,6 +37,13 @@ export interface DisassociatePrincipalFromPortfolioCommandOutput extends Disasso
37
37
  * @see {@link DisassociatePrincipalFromPortfolioCommandOutput} for command's `response` shape.
38
38
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
39
39
  *
40
+ * @throws {@link InvalidParametersException} (client fault)
41
+ * <p>One or more parameters provided to the operation are not valid.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource was not found.</p>
45
+ *
46
+ *
40
47
  */
41
48
  export declare class DisassociatePrincipalFromPortfolioCommand extends $Command<DisassociatePrincipalFromPortfolioCommandInput, DisassociatePrincipalFromPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
42
49
  readonly input: DisassociatePrincipalFromPortfolioCommandInput;
@@ -30,6 +30,16 @@ export interface DisassociateProductFromPortfolioCommandOutput extends Disassoci
30
30
  * @see {@link DisassociateProductFromPortfolioCommandOutput} for command's `response` shape.
31
31
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParametersException} (client fault)
34
+ * <p>One or more parameters provided to the operation are not valid.</p>
35
+ *
36
+ * @throws {@link ResourceInUseException} (client fault)
37
+ * <p>A resource that is currently in use. Ensure that the resource is not in use and retry the operation.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource was not found.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class DisassociateProductFromPortfolioCommand extends $Command<DisassociateProductFromPortfolioCommandInput, DisassociateProductFromPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
35
45
  readonly input: DisassociateProductFromPortfolioCommandInput;
@@ -29,6 +29,10 @@ export interface DisassociateServiceActionFromProvisioningArtifactCommandOutput
29
29
  * @see {@link DisassociateServiceActionFromProvisioningArtifactCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>The specified resource was not found.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class DisassociateServiceActionFromProvisioningArtifactCommand extends $Command<DisassociateServiceActionFromProvisioningArtifactCommandInput, DisassociateServiceActionFromProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: DisassociateServiceActionFromProvisioningArtifactCommandInput;
@@ -29,6 +29,15 @@ export interface DisassociateTagOptionFromResourceCommandOutput extends Disassoc
29
29
  * @see {@link DisassociateTagOptionFromResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>The specified resource was not found.</p>
34
+ *
35
+ * @throws {@link TagOptionNotMigratedException} (client fault)
36
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
37
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
38
+ * process before retrying the operation.</p>
39
+ *
40
+ *
32
41
  */
33
42
  export declare class DisassociateTagOptionFromResourceCommand extends $Command<DisassociateTagOptionFromResourceCommandInput, DisassociateTagOptionFromResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
34
43
  readonly input: DisassociateTagOptionFromResourceCommandInput;
@@ -41,6 +41,17 @@ export interface EnableAWSOrganizationsAccessCommandOutput extends EnableAWSOrga
41
41
  * @see {@link EnableAWSOrganizationsAccessCommandOutput} for command's `response` shape.
42
42
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
43
43
  *
44
+ * @throws {@link InvalidStateException} (client fault)
45
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
46
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
47
+ *
48
+ * @throws {@link OperationNotSupportedException} (client fault)
49
+ * <p>The operation is not supported.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>The specified resource was not found.</p>
53
+ *
54
+ *
44
55
  */
45
56
  export declare class EnableAWSOrganizationsAccessCommand extends $Command<EnableAWSOrganizationsAccessCommandInput, EnableAWSOrganizationsAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
46
57
  readonly input: EnableAWSOrganizationsAccessCommandInput;
@@ -29,6 +29,17 @@ export interface ExecuteProvisionedProductPlanCommandOutput extends ExecuteProvi
29
29
  * @see {@link ExecuteProvisionedProductPlanCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link InvalidStateException} (client fault)
36
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
37
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource was not found.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ExecuteProvisionedProductPlanCommand extends $Command<ExecuteProvisionedProductPlanCommandInput, ExecuteProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
34
45
  readonly input: ExecuteProvisionedProductPlanCommandInput;
@@ -29,6 +29,17 @@ export interface ExecuteProvisionedProductServiceActionCommandOutput extends Exe
29
29
  * @see {@link ExecuteProvisionedProductServiceActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link InvalidStateException} (client fault)
36
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
37
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource was not found.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ExecuteProvisionedProductServiceActionCommand extends $Command<ExecuteProvisionedProductServiceActionCommandInput, ExecuteProvisionedProductServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
34
45
  readonly input: ExecuteProvisionedProductServiceActionCommandInput;
@@ -30,6 +30,13 @@ export interface GetAWSOrganizationsAccessStatusCommandOutput extends GetAWSOrga
30
30
  * @see {@link GetAWSOrganizationsAccessStatusCommandOutput} for command's `response` shape.
31
31
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
32
32
  *
33
+ * @throws {@link OperationNotSupportedException} (client fault)
34
+ * <p>The operation is not supported.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource was not found.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class GetAWSOrganizationsAccessStatusCommand extends $Command<GetAWSOrganizationsAccessStatusCommandInput, GetAWSOrganizationsAccessStatusCommandOutput, ServiceCatalogClientResolvedConfig> {
35
42
  readonly input: GetAWSOrganizationsAccessStatusCommandInput;
@@ -29,6 +29,13 @@ export interface GetProvisionedProductOutputsCommandOutput extends GetProvisione
29
29
  * @see {@link GetProvisionedProductOutputsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetProvisionedProductOutputsCommand extends $Command<GetProvisionedProductOutputsCommandInput, GetProvisionedProductOutputsCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: GetProvisionedProductOutputsCommandInput;
@@ -70,6 +70,20 @@ export interface ImportAsProvisionedProductCommandOutput extends ImportAsProvisi
70
70
  * @see {@link ImportAsProvisionedProductCommandOutput} for command's `response` shape.
71
71
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
72
72
  *
73
+ * @throws {@link DuplicateResourceException} (client fault)
74
+ * <p>The specified resource is a duplicate.</p>
75
+ *
76
+ * @throws {@link InvalidParametersException} (client fault)
77
+ * <p>One or more parameters provided to the operation are not valid.</p>
78
+ *
79
+ * @throws {@link InvalidStateException} (client fault)
80
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
81
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
82
+ *
83
+ * @throws {@link ResourceNotFoundException} (client fault)
84
+ * <p>The specified resource was not found.</p>
85
+ *
86
+ *
73
87
  */
74
88
  export declare class ImportAsProvisionedProductCommand extends $Command<ImportAsProvisionedProductCommandInput, ImportAsProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
75
89
  readonly input: ImportAsProvisionedProductCommandInput;
@@ -31,6 +31,13 @@ export interface ListAcceptedPortfolioSharesCommandOutput extends ListAcceptedPo
31
31
  * @see {@link ListAcceptedPortfolioSharesCommandOutput} for command's `response` shape.
32
32
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidParametersException} (client fault)
35
+ * <p>One or more parameters provided to the operation are not valid.</p>
36
+ *
37
+ * @throws {@link OperationNotSupportedException} (client fault)
38
+ * <p>The operation is not supported.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class ListAcceptedPortfolioSharesCommand extends $Command<ListAcceptedPortfolioSharesCommandInput, ListAcceptedPortfolioSharesCommandOutput, ServiceCatalogClientResolvedConfig> {
36
43
  readonly input: ListAcceptedPortfolioSharesCommandInput;
@@ -29,6 +29,13 @@ export interface ListBudgetsForResourceCommandOutput extends ListBudgetsForResou
29
29
  * @see {@link ListBudgetsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListBudgetsForResourceCommand extends $Command<ListBudgetsForResourceCommandInput, ListBudgetsForResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: ListBudgetsForResourceCommandInput;
@@ -29,6 +29,13 @@ export interface ListConstraintsForPortfolioCommandOutput extends ListConstraint
29
29
  * @see {@link ListConstraintsForPortfolioCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListConstraintsForPortfolioCommand extends $Command<ListConstraintsForPortfolioCommandInput, ListConstraintsForPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: ListConstraintsForPortfolioCommandInput;
@@ -54,6 +54,13 @@ export interface ListLaunchPathsCommandOutput extends ListLaunchPathsOutput, __M
54
54
  * @see {@link ListLaunchPathsCommandOutput} for command's `response` shape.
55
55
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
56
56
  *
57
+ * @throws {@link InvalidParametersException} (client fault)
58
+ * <p>One or more parameters provided to the operation are not valid.</p>
59
+ *
60
+ * @throws {@link ResourceNotFoundException} (client fault)
61
+ * <p>The specified resource was not found.</p>
62
+ *
63
+ *
57
64
  */
58
65
  export declare class ListLaunchPathsCommand extends $Command<ListLaunchPathsCommandInput, ListLaunchPathsCommandOutput, ServiceCatalogClientResolvedConfig> {
59
66
  readonly input: ListLaunchPathsCommandInput;
@@ -32,6 +32,16 @@ export interface ListOrganizationPortfolioAccessCommandOutput extends ListOrgani
32
32
  * @see {@link ListOrganizationPortfolioAccessCommandOutput} for command's `response` shape.
33
33
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidParametersException} (client fault)
36
+ * <p>One or more parameters provided to the operation are not valid.</p>
37
+ *
38
+ * @throws {@link OperationNotSupportedException} (client fault)
39
+ * <p>The operation is not supported.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The specified resource was not found.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class ListOrganizationPortfolioAccessCommand extends $Command<ListOrganizationPortfolioAccessCommandInput, ListOrganizationPortfolioAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
37
47
  readonly input: ListOrganizationPortfolioAccessCommandInput;
@@ -30,6 +30,13 @@ export interface ListPortfolioAccessCommandOutput extends ListPortfolioAccessOut
30
30
  * @see {@link ListPortfolioAccessCommandOutput} for command's `response` shape.
31
31
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParametersException} (client fault)
34
+ * <p>One or more parameters provided to the operation are not valid.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource was not found.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class ListPortfolioAccessCommand extends $Command<ListPortfolioAccessCommandInput, ListPortfolioAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
35
42
  readonly input: ListPortfolioAccessCommandInput;
@@ -29,6 +29,10 @@ export interface ListPortfoliosCommandOutput extends ListPortfoliosOutput, __Met
29
29
  * @see {@link ListPortfoliosCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class ListPortfoliosCommand extends $Command<ListPortfoliosCommandInput, ListPortfoliosCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: ListPortfoliosCommandInput;
@@ -29,6 +29,13 @@ export interface ListPortfoliosForProductCommandOutput extends ListPortfoliosFor
29
29
  * @see {@link ListPortfoliosForProductCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListPortfoliosForProductCommand extends $Command<ListPortfoliosForProductCommandInput, ListPortfoliosForProductCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: ListPortfoliosForProductCommandInput;
@@ -29,6 +29,13 @@ export interface ListPrincipalsForPortfolioCommandOutput extends ListPrincipalsF
29
29
  * @see {@link ListPrincipalsForPortfolioCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListPrincipalsForPortfolioCommand extends $Command<ListPrincipalsForPortfolioCommandInput, ListPrincipalsForPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: ListPrincipalsForPortfolioCommandInput;
@@ -29,6 +29,13 @@ export interface ListProvisionedProductPlansCommandOutput extends ListProvisione
29
29
  * @see {@link ListProvisionedProductPlansCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListProvisionedProductPlansCommand extends $Command<ListProvisionedProductPlansCommandInput, ListProvisionedProductPlansCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: ListProvisionedProductPlansCommandInput;
@@ -29,6 +29,13 @@ export interface ListProvisioningArtifactsCommandOutput extends ListProvisioning
29
29
  * @see {@link ListProvisioningArtifactsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListProvisioningArtifactsCommand extends $Command<ListProvisioningArtifactsCommandInput, ListProvisioningArtifactsCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: ListProvisioningArtifactsCommandInput;
@@ -29,6 +29,13 @@ export interface ListProvisioningArtifactsForServiceActionCommandOutput extends
29
29
  * @see {@link ListProvisioningArtifactsForServiceActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListProvisioningArtifactsForServiceActionCommand extends $Command<ListProvisioningArtifactsForServiceActionCommandInput, ListProvisioningArtifactsForServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: ListProvisioningArtifactsForServiceActionCommandInput;
@@ -29,6 +29,10 @@ export interface ListRecordHistoryCommandOutput extends ListRecordHistoryOutput,
29
29
  * @see {@link ListRecordHistoryCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class ListRecordHistoryCommand extends $Command<ListRecordHistoryCommandInput, ListRecordHistoryCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: ListRecordHistoryCommandInput;
@@ -29,6 +29,18 @@ export interface ListResourcesForTagOptionCommandOutput extends ListResourcesFor
29
29
  * @see {@link ListResourcesForTagOptionCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ * @throws {@link TagOptionNotMigratedException} (client fault)
39
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
40
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
41
+ * process before retrying the operation.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class ListResourcesForTagOptionCommand extends $Command<ListResourcesForTagOptionCommandInput, ListResourcesForTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
34
46
  readonly input: ListResourcesForTagOptionCommandInput;
@@ -29,6 +29,10 @@ export interface ListServiceActionsCommandOutput extends ListServiceActionsOutpu
29
29
  * @see {@link ListServiceActionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class ListServiceActionsCommand extends $Command<ListServiceActionsCommandInput, ListServiceActionsCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: ListServiceActionsCommandInput;
@@ -29,6 +29,13 @@ export interface ListServiceActionsForProvisioningArtifactCommandOutput extends
29
29
  * @see {@link ListServiceActionsForProvisioningArtifactCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListServiceActionsForProvisioningArtifactCommand extends $Command<ListServiceActionsForProvisioningArtifactCommandInput, ListServiceActionsForProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: ListServiceActionsForProvisioningArtifactCommandInput;
@@ -29,6 +29,13 @@ export interface ListStackInstancesForProvisionedProductCommandOutput extends Li
29
29
  * @see {@link ListStackInstancesForProvisionedProductCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListStackInstancesForProvisionedProductCommand extends $Command<ListStackInstancesForProvisionedProductCommandInput, ListStackInstancesForProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: ListStackInstancesForProvisionedProductCommandInput;
@@ -29,6 +29,15 @@ export interface ListTagOptionsCommandOutput extends ListTagOptionsOutput, __Met
29
29
  * @see {@link ListTagOptionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link TagOptionNotMigratedException} (client fault)
36
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
37
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
38
+ * process before retrying the operation.</p>
39
+ *
40
+ *
32
41
  */
33
42
  export declare class ListTagOptionsCommand extends $Command<ListTagOptionsCommandInput, ListTagOptionsCommandOutput, ServiceCatalogClientResolvedConfig> {
34
43
  readonly input: ListTagOptionsCommandInput;
@@ -65,6 +65,16 @@ export interface ProvisionProductCommandOutput extends ProvisionProductOutput, _
65
65
  * @see {@link ProvisionProductCommandOutput} for command's `response` shape.
66
66
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
67
67
  *
68
+ * @throws {@link DuplicateResourceException} (client fault)
69
+ * <p>The specified resource is a duplicate.</p>
70
+ *
71
+ * @throws {@link InvalidParametersException} (client fault)
72
+ * <p>One or more parameters provided to the operation are not valid.</p>
73
+ *
74
+ * @throws {@link ResourceNotFoundException} (client fault)
75
+ * <p>The specified resource was not found.</p>
76
+ *
77
+ *
68
78
  */
69
79
  export declare class ProvisionProductCommand extends $Command<ProvisionProductCommandInput, ProvisionProductCommandOutput, ServiceCatalogClientResolvedConfig> {
70
80
  readonly input: ProvisionProductCommandInput;
@@ -29,6 +29,10 @@ export interface RejectPortfolioShareCommandOutput extends RejectPortfolioShareO
29
29
  * @see {@link RejectPortfolioShareCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>The specified resource was not found.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class RejectPortfolioShareCommand extends $Command<RejectPortfolioShareCommandInput, RejectPortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: RejectPortfolioShareCommandInput;
@@ -30,6 +30,10 @@ export interface ScanProvisionedProductsCommandOutput extends ScanProvisionedPro
30
30
  * @see {@link ScanProvisionedProductsCommandOutput} for command's `response` shape.
31
31
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParametersException} (client fault)
34
+ * <p>One or more parameters provided to the operation are not valid.</p>
35
+ *
36
+ *
33
37
  */
34
38
  export declare class ScanProvisionedProductsCommand extends $Command<ScanProvisionedProductsCommandInput, ScanProvisionedProductsCommandOutput, ServiceCatalogClientResolvedConfig> {
35
39
  readonly input: ScanProvisionedProductsCommandInput;
@@ -29,6 +29,13 @@ export interface SearchProductsAsAdminCommandOutput extends SearchProductsAsAdmi
29
29
  * @see {@link SearchProductsAsAdminCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParametersException} (client fault)
33
+ * <p>One or more parameters provided to the operation are not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class SearchProductsAsAdminCommand extends $Command<SearchProductsAsAdminCommandInput, SearchProductsAsAdminCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: SearchProductsAsAdminCommandInput;