@aws-sdk/client-service-catalog 3.289.0 → 3.290.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 +29 -29
@@ -29,6 +29,17 @@ export interface AcceptPortfolioShareCommandOutput extends AcceptPortfolioShareO
29
29
  * @see {@link AcceptPortfolioShareCommandOutput} 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 LimitExceededException} (client fault)
36
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
37
+ * resource use or increase your service limits and retry 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 AcceptPortfolioShareCommand extends $Command<AcceptPortfolioShareCommandInput, AcceptPortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
34
45
  readonly input: AcceptPortfolioShareCommandInput;
@@ -29,6 +29,20 @@ export interface AssociateBudgetWithResourceCommandOutput extends AssociateBudge
29
29
  * @see {@link AssociateBudgetWithResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link DuplicateResourceException} (client fault)
33
+ * <p>The specified resource is a duplicate.</p>
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 LimitExceededException} (client fault)
39
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
40
+ * resource use or increase your service limits and retry the operation.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource was not found.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class AssociateBudgetWithResourceCommand extends $Command<AssociateBudgetWithResourceCommandInput, AssociateBudgetWithResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
34
48
  readonly input: AssociateBudgetWithResourceCommandInput;
@@ -44,6 +44,17 @@ export interface AssociatePrincipalWithPortfolioCommandOutput extends AssociateP
44
44
  * @see {@link AssociatePrincipalWithPortfolioCommandOutput} for command's `response` shape.
45
45
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
46
46
  *
47
+ * @throws {@link InvalidParametersException} (client fault)
48
+ * <p>One or more parameters provided to the operation are not valid.</p>
49
+ *
50
+ * @throws {@link LimitExceededException} (client fault)
51
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
52
+ * resource use or increase your service limits and retry the operation.</p>
53
+ *
54
+ * @throws {@link ResourceNotFoundException} (client fault)
55
+ * <p>The specified resource was not found.</p>
56
+ *
57
+ *
47
58
  */
48
59
  export declare class AssociatePrincipalWithPortfolioCommand extends $Command<AssociatePrincipalWithPortfolioCommandInput, AssociatePrincipalWithPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
49
60
  readonly input: AssociatePrincipalWithPortfolioCommandInput;
@@ -30,6 +30,17 @@ export interface AssociateProductWithPortfolioCommandOutput extends AssociatePro
30
30
  * @see {@link AssociateProductWithPortfolioCommandOutput} 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 LimitExceededException} (client fault)
37
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
38
+ * resource use or increase your service limits and retry the operation.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The specified resource was not found.</p>
42
+ *
43
+ *
33
44
  */
34
45
  export declare class AssociateProductWithPortfolioCommand extends $Command<AssociateProductWithPortfolioCommandInput, AssociateProductWithPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
35
46
  readonly input: AssociateProductWithPortfolioCommandInput;
@@ -29,6 +29,17 @@ export interface AssociateServiceActionWithProvisioningArtifactCommandOutput ext
29
29
  * @see {@link AssociateServiceActionWithProvisioningArtifactCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link DuplicateResourceException} (client fault)
33
+ * <p>The specified resource is a duplicate.</p>
34
+ *
35
+ * @throws {@link LimitExceededException} (client fault)
36
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
37
+ * resource use or increase your service limits and retry 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 AssociateServiceActionWithProvisioningArtifactCommand extends $Command<AssociateServiceActionWithProvisioningArtifactCommandInput, AssociateServiceActionWithProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
34
45
  readonly input: AssociateServiceActionWithProvisioningArtifactCommandInput;
@@ -29,6 +29,29 @@ export interface AssociateTagOptionWithResourceCommandOutput extends AssociateTa
29
29
  * @see {@link AssociateTagOptionWithResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link DuplicateResourceException} (client fault)
33
+ * <p>The specified resource is a duplicate.</p>
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 InvalidStateException} (client fault)
39
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
40
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
41
+ *
42
+ * @throws {@link LimitExceededException} (client fault)
43
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
44
+ * resource use or increase your service limits and retry the operation.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ * @throws {@link TagOptionNotMigratedException} (client fault)
50
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
51
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
52
+ * process before retrying the operation.</p>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class AssociateTagOptionWithResourceCommand extends $Command<AssociateTagOptionWithResourceCommandInput, AssociateTagOptionWithResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
34
57
  readonly input: AssociateTagOptionWithResourceCommandInput;
@@ -29,6 +29,10 @@ export interface BatchAssociateServiceActionWithProvisioningArtifactCommandOutpu
29
29
  * @see {@link BatchAssociateServiceActionWithProvisioningArtifactCommandOutput} 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 BatchAssociateServiceActionWithProvisioningArtifactCommand extends $Command<BatchAssociateServiceActionWithProvisioningArtifactCommandInput, BatchAssociateServiceActionWithProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: BatchAssociateServiceActionWithProvisioningArtifactCommandInput;
@@ -29,6 +29,10 @@ export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandOu
29
29
  * @see {@link BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput} 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 BatchDisassociateServiceActionFromProvisioningArtifactCommand extends $Command<BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput;
@@ -35,6 +35,13 @@ export interface CopyProductCommandOutput extends CopyProductOutput, __MetadataB
35
35
  * @see {@link CopyProductCommandOutput} for command's `response` shape.
36
36
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
37
37
  *
38
+ * @throws {@link InvalidParametersException} (client fault)
39
+ * <p>One or more parameters provided to the operation are not valid.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The specified resource was not found.</p>
43
+ *
44
+ *
38
45
  */
39
46
  export declare class CopyProductCommand extends $Command<CopyProductCommandInput, CopyProductCommandOutput, ServiceCatalogClientResolvedConfig> {
40
47
  readonly input: CopyProductCommandInput;
@@ -30,6 +30,20 @@ export interface CreateConstraintCommandOutput extends CreateConstraintOutput, _
30
30
  * @see {@link CreateConstraintCommandOutput} for command's `response` shape.
31
31
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
32
32
  *
33
+ * @throws {@link DuplicateResourceException} (client fault)
34
+ * <p>The specified resource is a duplicate.</p>
35
+ *
36
+ * @throws {@link InvalidParametersException} (client fault)
37
+ * <p>One or more parameters provided to the operation are not valid.</p>
38
+ *
39
+ * @throws {@link LimitExceededException} (client fault)
40
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
41
+ * resource use or increase your service limits and retry the operation.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource was not found.</p>
45
+ *
46
+ *
33
47
  */
34
48
  export declare class CreateConstraintCommand extends $Command<CreateConstraintCommandInput, CreateConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
35
49
  readonly input: CreateConstraintCommandInput;
@@ -30,6 +30,19 @@ export interface CreatePortfolioCommandOutput extends CreatePortfolioOutput, __M
30
30
  * @see {@link CreatePortfolioCommandOutput} 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 LimitExceededException} (client fault)
37
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
38
+ * resource use or increase your service limits and retry the operation.</p>
39
+ *
40
+ * @throws {@link TagOptionNotMigratedException} (client fault)
41
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
42
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
43
+ * process before retrying the operation.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class CreatePortfolioCommand extends $Command<CreatePortfolioCommandInput, CreatePortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
35
48
  readonly input: CreatePortfolioCommandInput;
@@ -47,6 +47,24 @@ export interface CreatePortfolioShareCommandOutput extends CreatePortfolioShareO
47
47
  * @see {@link CreatePortfolioShareCommandOutput} for command's `response` shape.
48
48
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
49
49
  *
50
+ * @throws {@link InvalidParametersException} (client fault)
51
+ * <p>One or more parameters provided to the operation are not valid.</p>
52
+ *
53
+ * @throws {@link InvalidStateException} (client fault)
54
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
55
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
56
+ *
57
+ * @throws {@link LimitExceededException} (client fault)
58
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
59
+ * resource use or increase your service limits and retry the operation.</p>
60
+ *
61
+ * @throws {@link OperationNotSupportedException} (client fault)
62
+ * <p>The operation is not supported.</p>
63
+ *
64
+ * @throws {@link ResourceNotFoundException} (client fault)
65
+ * <p>The specified resource was not found.</p>
66
+ *
67
+ *
50
68
  */
51
69
  export declare class CreatePortfolioShareCommand extends $Command<CreatePortfolioShareCommandInput, CreatePortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
52
70
  readonly input: CreatePortfolioShareCommandInput;
@@ -34,6 +34,19 @@ export interface CreateProductCommandOutput extends CreateProductOutput, __Metad
34
34
  * @see {@link CreateProductCommandOutput} for command's `response` shape.
35
35
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
36
36
  *
37
+ * @throws {@link InvalidParametersException} (client fault)
38
+ * <p>One or more parameters provided to the operation are not valid.</p>
39
+ *
40
+ * @throws {@link LimitExceededException} (client fault)
41
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
42
+ * resource use or increase your service limits and retry the operation.</p>
43
+ *
44
+ * @throws {@link TagOptionNotMigratedException} (client fault)
45
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
46
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
47
+ * process before retrying the operation.</p>
48
+ *
49
+ *
37
50
  */
38
51
  export declare class CreateProductCommand extends $Command<CreateProductCommandInput, CreateProductCommandOutput, ServiceCatalogClientResolvedConfig> {
39
52
  readonly input: CreateProductCommandInput;
@@ -36,6 +36,17 @@ export interface CreateProvisionedProductPlanCommandOutput extends CreateProvisi
36
36
  * @see {@link CreateProvisionedProductPlanCommandOutput} 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 InvalidStateException} (client fault)
43
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
44
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The specified resource was not found.</p>
48
+ *
49
+ *
39
50
  */
40
51
  export declare class CreateProvisionedProductPlanCommand extends $Command<CreateProvisionedProductPlanCommandInput, CreateProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
41
52
  readonly input: CreateProvisionedProductPlanCommandInput;
@@ -33,6 +33,17 @@ export interface CreateProvisioningArtifactCommandOutput extends CreateProvision
33
33
  * @see {@link CreateProvisioningArtifactCommandOutput} for command's `response` shape.
34
34
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
35
35
  *
36
+ * @throws {@link InvalidParametersException} (client fault)
37
+ * <p>One or more parameters provided to the operation are not valid.</p>
38
+ *
39
+ * @throws {@link LimitExceededException} (client fault)
40
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
41
+ * resource use or increase your service limits and retry the operation.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource was not found.</p>
45
+ *
46
+ *
36
47
  */
37
48
  export declare class CreateProvisioningArtifactCommand extends $Command<CreateProvisioningArtifactCommandInput, CreateProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
38
49
  readonly input: CreateProvisioningArtifactCommandInput;
@@ -29,6 +29,14 @@ export interface CreateServiceActionCommandOutput extends CreateServiceActionOut
29
29
  * @see {@link CreateServiceActionCommandOutput} 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 LimitExceededException} (client fault)
36
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
37
+ * resource use or increase your service limits and retry the operation.</p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class CreateServiceActionCommand extends $Command<CreateServiceActionCommandInput, CreateServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
34
42
  readonly input: CreateServiceActionCommandInput;
@@ -29,6 +29,19 @@ export interface CreateTagOptionCommandOutput extends CreateTagOptionOutput, __M
29
29
  * @see {@link CreateTagOptionCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link DuplicateResourceException} (client fault)
33
+ * <p>The specified resource is a duplicate.</p>
34
+ *
35
+ * @throws {@link LimitExceededException} (client fault)
36
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
37
+ * resource use or increase your service limits and retry the operation.</p>
38
+ *
39
+ * @throws {@link TagOptionNotMigratedException} (client fault)
40
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
41
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
42
+ * process before retrying the operation.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class CreateTagOptionCommand extends $Command<CreateTagOptionCommandInput, CreateTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
34
47
  readonly input: CreateTagOptionCommandInput;
@@ -30,6 +30,13 @@ export interface DeleteConstraintCommandOutput extends DeleteConstraintOutput, _
30
30
  * @see {@link DeleteConstraintCommandOutput} 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 DeleteConstraintCommand extends $Command<DeleteConstraintCommandInput, DeleteConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
35
42
  readonly input: DeleteConstraintCommandInput;
@@ -32,6 +32,21 @@ export interface DeletePortfolioCommandOutput extends DeletePortfolioOutput, __M
32
32
  * @see {@link DeletePortfolioCommandOutput} 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 ResourceInUseException} (client fault)
39
+ * <p>A resource that is currently in use. Ensure that the resource is not in use and retry the operation.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The specified resource was not found.</p>
43
+ *
44
+ * @throws {@link TagOptionNotMigratedException} (client fault)
45
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
46
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
47
+ * process before retrying the operation.</p>
48
+ *
49
+ *
35
50
  */
36
51
  export declare class DeletePortfolioCommand extends $Command<DeletePortfolioCommandInput, DeletePortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
37
52
  readonly input: DeletePortfolioCommandInput;
@@ -32,6 +32,20 @@ export interface DeletePortfolioShareCommandOutput extends DeletePortfolioShareO
32
32
  * @see {@link DeletePortfolioShareCommandOutput} 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 InvalidStateException} (client fault)
39
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
40
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
41
+ *
42
+ * @throws {@link OperationNotSupportedException} (client fault)
43
+ * <p>The operation is not supported.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The specified resource was not found.</p>
47
+ *
48
+ *
35
49
  */
36
50
  export declare class DeletePortfolioShareCommand extends $Command<DeletePortfolioShareCommandInput, DeletePortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
37
51
  readonly input: DeletePortfolioShareCommandInput;
@@ -31,6 +31,21 @@ export interface DeleteProductCommandOutput extends DeleteProductOutput, __Metad
31
31
  * @see {@link DeleteProductCommandOutput} 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 ResourceInUseException} (client fault)
38
+ * <p>A resource that is currently in use. Ensure that the resource is not in use and retry the operation.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The specified resource was not found.</p>
42
+ *
43
+ * @throws {@link TagOptionNotMigratedException} (client fault)
44
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
45
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
46
+ * process before retrying the operation.</p>
47
+ *
48
+ *
34
49
  */
35
50
  export declare class DeleteProductCommand extends $Command<DeleteProductCommandInput, DeleteProductCommandOutput, ServiceCatalogClientResolvedConfig> {
36
51
  readonly input: DeleteProductCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteProvisionedProductPlanCommandOutput extends DeleteProvisi
29
29
  * @see {@link DeleteProvisionedProductPlanCommandOutput} 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 DeleteProvisionedProductPlanCommand extends $Command<DeleteProvisionedProductPlanCommandInput, DeleteProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: DeleteProvisionedProductPlanCommandInput;
@@ -32,6 +32,16 @@ export interface DeleteProvisioningArtifactCommandOutput extends DeleteProvision
32
32
  * @see {@link DeleteProvisioningArtifactCommandOutput} 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 ResourceInUseException} (client fault)
39
+ * <p>A resource that is currently in use. Ensure that the resource is not in use and retry the operation.</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 DeleteProvisioningArtifactCommand extends $Command<DeleteProvisioningArtifactCommandInput, DeleteProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
37
47
  readonly input: DeleteProvisioningArtifactCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteServiceActionCommandOutput extends DeleteServiceActionOut
29
29
  * @see {@link DeleteServiceActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceInUseException} (client fault)
33
+ * <p>A resource that is currently in use. Ensure that the resource is not in use and retry the operation.</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 DeleteServiceActionCommand extends $Command<DeleteServiceActionCommandInput, DeleteServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: DeleteServiceActionCommandInput;
@@ -30,6 +30,18 @@ export interface DeleteTagOptionCommandOutput extends DeleteTagOptionOutput, __M
30
30
  * @see {@link DeleteTagOptionCommandOutput} for command's `response` shape.
31
31
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceInUseException} (client fault)
34
+ * <p>A resource that is currently in use. Ensure that the resource is not in use and retry the operation.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource was not found.</p>
38
+ *
39
+ * @throws {@link TagOptionNotMigratedException} (client fault)
40
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
41
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
42
+ * process before retrying the operation.</p>
43
+ *
44
+ *
33
45
  */
34
46
  export declare class DeleteTagOptionCommand extends $Command<DeleteTagOptionCommandInput, DeleteTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
35
47
  readonly input: DeleteTagOptionCommandInput;
@@ -29,6 +29,10 @@ export interface DescribeConstraintCommandOutput extends DescribeConstraintOutpu
29
29
  * @see {@link DescribeConstraintCommandOutput} 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 DescribeConstraintCommand extends $Command<DescribeConstraintCommandInput, DescribeConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: DescribeConstraintCommandInput;
@@ -29,6 +29,10 @@ export interface DescribeCopyProductStatusCommandOutput extends DescribeCopyProd
29
29
  * @see {@link DescribeCopyProductStatusCommandOutput} 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 DescribeCopyProductStatusCommand extends $Command<DescribeCopyProductStatusCommandInput, DescribeCopyProductStatusCommandOutput, ServiceCatalogClientResolvedConfig> {
34
38
  readonly input: DescribeCopyProductStatusCommandInput;
@@ -30,6 +30,10 @@ export interface DescribePortfolioCommandOutput extends DescribePortfolioOutput,
30
30
  * @see {@link DescribePortfolioCommandOutput} for command's `response` shape.
31
31
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceNotFoundException} (client fault)
34
+ * <p>The specified resource was not found.</p>
35
+ *
36
+ *
33
37
  */
34
38
  export declare class DescribePortfolioCommand extends $Command<DescribePortfolioCommandInput, DescribePortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
35
39
  readonly input: DescribePortfolioCommandInput;
@@ -30,6 +30,16 @@ export interface DescribePortfolioShareStatusCommandOutput extends DescribePortf
30
30
  * @see {@link DescribePortfolioShareStatusCommandOutput} 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 OperationNotSupportedException} (client fault)
37
+ * <p>The operation is not supported.</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 DescribePortfolioShareStatusCommand extends $Command<DescribePortfolioShareStatusCommandInput, DescribePortfolioShareStatusCommandOutput, ServiceCatalogClientResolvedConfig> {
35
45
  readonly input: DescribePortfolioShareStatusCommandInput;
@@ -33,6 +33,13 @@ export interface DescribePortfolioSharesCommandOutput extends DescribePortfolioS
33
33
  * @see {@link DescribePortfolioSharesCommandOutput} for command's `response` shape.
34
34
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
35
35
  *
36
+ * @throws {@link InvalidParametersException} (client fault)
37
+ * <p>One or more parameters provided to the operation are not valid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The specified resource was not found.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DescribePortfolioSharesCommand extends $Command<DescribePortfolioSharesCommandInput, DescribePortfolioSharesCommandOutput, ServiceCatalogClientResolvedConfig> {
38
45
  readonly input: DescribePortfolioSharesCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeProductAsAdminCommandOutput extends DescribeProductAsAd
29
29
  * @see {@link DescribeProductAsAdminCommandOutput} 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 DescribeProductAsAdminCommand extends $Command<DescribeProductAsAdminCommandInput, DescribeProductAsAdminCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: DescribeProductAsAdminCommandInput;
@@ -38,6 +38,13 @@ export interface DescribeProductCommandOutput extends DescribeProductOutput, __M
38
38
  * @see {@link DescribeProductCommandOutput} for command's `response` shape.
39
39
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
40
40
  *
41
+ * @throws {@link InvalidParametersException} (client fault)
42
+ * <p>One or more parameters provided to the operation are not valid.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The specified resource was not found.</p>
46
+ *
47
+ *
41
48
  */
42
49
  export declare class DescribeProductCommand extends $Command<DescribeProductCommandInput, DescribeProductCommandOutput, ServiceCatalogClientResolvedConfig> {
43
50
  readonly input: DescribeProductCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeProductViewCommandOutput extends DescribeProductViewOut
29
29
  * @see {@link DescribeProductViewCommandOutput} 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 DescribeProductViewCommand extends $Command<DescribeProductViewCommandInput, DescribeProductViewCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: DescribeProductViewCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeProvisionedProductCommandOutput extends DescribeProvisi
29
29
  * @see {@link DescribeProvisionedProductCommandOutput} 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 DescribeProvisionedProductCommand extends $Command<DescribeProvisionedProductCommandInput, DescribeProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: DescribeProvisionedProductCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeProvisionedProductPlanCommandOutput extends DescribePro
29
29
  * @see {@link DescribeProvisionedProductPlanCommandOutput} 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 DescribeProvisionedProductPlanCommand extends $Command<DescribeProvisionedProductPlanCommandInput, DescribeProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
34
41
  readonly input: DescribeProvisionedProductPlanCommandInput;