@aws-sdk/client-service-catalog 3.296.0 → 3.297.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 (112) hide show
  1. package/dist-types/ServiceCatalog.d.ts +88 -0
  2. package/dist-types/ServiceCatalogClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +16 -0
  8. package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +16 -0
  11. package/dist-types/commands/CopyProductCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateConstraintCommand.d.ts +16 -0
  13. package/dist-types/commands/CreatePortfolioCommand.d.ts +16 -0
  14. package/dist-types/commands/CreatePortfolioShareCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateProductCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateServiceActionCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateTagOptionCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteConstraintCommand.d.ts +16 -0
  21. package/dist-types/commands/DeletePortfolioCommand.d.ts +16 -0
  22. package/dist-types/commands/DeletePortfolioShareCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteProductCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteServiceActionCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteTagOptionCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeConstraintCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribePortfolioCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeProductCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeProductViewCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeRecordCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeServiceActionCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeTagOptionCommand.d.ts +16 -0
  44. package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +16 -0
  45. package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +16 -0
  46. package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +16 -0
  47. package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +16 -0
  48. package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +16 -0
  49. package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +16 -0
  50. package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +16 -0
  51. package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +16 -0
  52. package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +16 -0
  53. package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +16 -0
  54. package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +16 -0
  55. package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +16 -0
  56. package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +16 -0
  58. package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +16 -0
  59. package/dist-types/commands/ListLaunchPathsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +16 -0
  61. package/dist-types/commands/ListPortfolioAccessCommand.d.ts +16 -0
  62. package/dist-types/commands/ListPortfoliosCommand.d.ts +16 -0
  63. package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +16 -0
  64. package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +16 -0
  65. package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +16 -0
  66. package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +16 -0
  68. package/dist-types/commands/ListRecordHistoryCommand.d.ts +16 -0
  69. package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +16 -0
  70. package/dist-types/commands/ListServiceActionsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +16 -0
  72. package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +16 -0
  73. package/dist-types/commands/ListTagOptionsCommand.d.ts +16 -0
  74. package/dist-types/commands/ProvisionProductCommand.d.ts +16 -0
  75. package/dist-types/commands/RejectPortfolioShareCommand.d.ts +16 -0
  76. package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +16 -0
  77. package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +16 -0
  78. package/dist-types/commands/SearchProductsCommand.d.ts +16 -0
  79. package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +16 -0
  80. package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateConstraintCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdatePortfolioCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateProductCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateServiceActionCommand.d.ts +16 -0
  89. package/dist-types/commands/UpdateTagOptionCommand.d.ts +16 -0
  90. package/dist-types/models/ServiceCatalogServiceException.d.ts +2 -0
  91. package/dist-types/models/models_0.d.ts +705 -11
  92. package/dist-types/pagination/DescribePortfolioSharesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/GetProvisionedProductOutputsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/Interfaces.d.ts +3 -0
  95. package/dist-types/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListBudgetsForResourcePaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListConstraintsForPortfolioPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListLaunchPathsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListPortfolioAccessPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListPortfoliosForProductPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListPortfoliosPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListPrincipalsForPortfolioPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +3 -0
  105. package/dist-types/pagination/ListResourcesForTagOptionPaginator.d.ts +3 -0
  106. package/dist-types/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +3 -0
  107. package/dist-types/pagination/ListServiceActionsPaginator.d.ts +3 -0
  108. package/dist-types/pagination/ListTagOptionsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/SearchProductsAsAdminPaginator.d.ts +3 -0
  110. package/dist-types/pagination/SearchProductsPaginator.d.ts +3 -0
  111. package/dist-types/pagination/SearchProvisionedProductsPaginator.d.ts +3 -0
  112. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateProvisionedProductPropertiesInput, UpdateProvisionedProductPropertiesOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateProvisionedProductPropertiesCommand}.
8
10
  */
9
11
  export interface UpdateProvisionedProductPropertiesCommandInput extends UpdateProvisionedProductPropertiesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateProvisionedProductPropertiesCommand}.
13
17
  */
14
18
  export interface UpdateProvisionedProductPropertiesCommandOutput extends UpdateProvisionedProductPropertiesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Requests updates to the properties of the specified provisioned product.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateProvisionedProductPropertiesCommandOutput extends UpdateP
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateProvisionedProductPropertiesCommandInput - {@link UpdateProvisionedProductPropertiesCommandInput}
34
+ * @returns {@link UpdateProvisionedProductPropertiesCommandOutput}
28
35
  * @see {@link UpdateProvisionedProductPropertiesCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateProvisionedProductPropertiesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -44,11 +51,20 @@ export interface UpdateProvisionedProductPropertiesCommandOutput extends UpdateP
44
51
  export declare class UpdateProvisionedProductPropertiesCommand extends $Command<UpdateProvisionedProductPropertiesCommandInput, UpdateProvisionedProductPropertiesCommandOutput, ServiceCatalogClientResolvedConfig> {
45
52
  readonly input: UpdateProvisionedProductPropertiesCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: UpdateProvisionedProductPropertiesCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProvisionedProductPropertiesCommandInput, UpdateProvisionedProductPropertiesCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateProvisioningArtifactInput, UpdateProvisioningArtifactOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateProvisioningArtifactCommand}.
8
10
  */
9
11
  export interface UpdateProvisioningArtifactCommandInput extends UpdateProvisioningArtifactInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateProvisioningArtifactCommand}.
13
17
  */
14
18
  export interface UpdateProvisioningArtifactCommandOutput extends UpdateProvisioningArtifactOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the specified provisioning artifact (also known as a version) for the specified product.</p>
18
23
  * <p>You cannot update a provisioning artifact for a product that was shared with you.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateProvisioningArtifactCommandOutput extends UpdateProvision
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateProvisioningArtifactCommandInput - {@link UpdateProvisioningArtifactCommandInput}
35
+ * @returns {@link UpdateProvisioningArtifactCommandOutput}
29
36
  * @see {@link UpdateProvisioningArtifactCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateProvisioningArtifactCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -41,11 +48,20 @@ export interface UpdateProvisioningArtifactCommandOutput extends UpdateProvision
41
48
  export declare class UpdateProvisioningArtifactCommand extends $Command<UpdateProvisioningArtifactCommandInput, UpdateProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
42
49
  readonly input: UpdateProvisioningArtifactCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: UpdateProvisioningArtifactCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProvisioningArtifactCommandInput, UpdateProvisioningArtifactCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateServiceActionInput, UpdateServiceActionOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateServiceActionCommand}.
8
10
  */
9
11
  export interface UpdateServiceActionCommandInput extends UpdateServiceActionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateServiceActionCommand}.
13
17
  */
14
18
  export interface UpdateServiceActionCommandOutput extends UpdateServiceActionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a self-service action.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateServiceActionCommandOutput extends UpdateServiceActionOut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateServiceActionCommandInput - {@link UpdateServiceActionCommandInput}
34
+ * @returns {@link UpdateServiceActionCommandOutput}
28
35
  * @see {@link UpdateServiceActionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateServiceActionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UpdateServiceActionCommandOutput extends UpdateServiceActionOut
40
47
  export declare class UpdateServiceActionCommand extends $Command<UpdateServiceActionCommandInput, UpdateServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: UpdateServiceActionCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UpdateServiceActionCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceActionCommandInput, UpdateServiceActionCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateTagOptionInput, UpdateTagOptionOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTagOptionCommand}.
8
10
  */
9
11
  export interface UpdateTagOptionCommandInput extends UpdateTagOptionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTagOptionCommand}.
13
17
  */
14
18
  export interface UpdateTagOptionCommandOutput extends UpdateTagOptionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the specified TagOption.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateTagOptionCommandOutput extends UpdateTagOptionOutput, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateTagOptionCommandInput - {@link UpdateTagOptionCommandInput}
34
+ * @returns {@link UpdateTagOptionCommandOutput}
28
35
  * @see {@link UpdateTagOptionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateTagOptionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -48,11 +55,20 @@ export interface UpdateTagOptionCommandOutput extends UpdateTagOptionOutput, __M
48
55
  export declare class UpdateTagOptionCommand extends $Command<UpdateTagOptionCommandInput, UpdateTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
49
56
  readonly input: UpdateTagOptionCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: UpdateTagOptionCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTagOptionCommandInput, UpdateTagOptionCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from ServiceCatalog service.
4
6
  */
5
7
  export declare class ServiceCatalogServiceException extends __ServiceException {