@aws-sdk/client-service-catalog 3.325.0 → 3.327.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.
- package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +4 -0
- package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +4 -0
- package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +4 -0
- package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +4 -0
- package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +4 -0
- package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +4 -0
- package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +14 -0
- package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +14 -0
- package/dist-types/commands/CopyProductCommand.d.ts +6 -0
- package/dist-types/commands/CreateConstraintCommand.d.ts +15 -0
- package/dist-types/commands/CreatePortfolioCommand.d.ts +19 -0
- package/dist-types/commands/CreatePortfolioShareCommand.d.ts +6 -0
- package/dist-types/commands/CreateProductCommand.d.ts +57 -0
- package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +10 -0
- package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +19 -0
- package/dist-types/commands/CreateServiceActionCommand.d.ts +16 -0
- package/dist-types/commands/CreateTagOptionCommand.d.ts +12 -0
- package/dist-types/commands/DeleteConstraintCommand.d.ts +4 -0
- package/dist-types/commands/DeletePortfolioCommand.d.ts +4 -0
- package/dist-types/commands/DeletePortfolioShareCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProductCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +4 -0
- package/dist-types/commands/DeleteServiceActionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTagOptionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeConstraintCommand.d.ts +15 -0
- package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +8 -0
- package/dist-types/commands/DescribePortfolioCommand.d.ts +33 -0
- package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +23 -0
- package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +72 -0
- package/dist-types/commands/DescribeProductCommand.d.ts +38 -0
- package/dist-types/commands/DescribeProductViewCommand.d.ts +27 -0
- package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +26 -0
- package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +59 -0
- package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +19 -0
- package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +65 -0
- package/dist-types/commands/DescribeRecordCommand.d.ts +39 -0
- package/dist-types/commands/DescribeServiceActionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +14 -0
- package/dist-types/commands/DescribeTagOptionCommand.d.ts +12 -0
- package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +4 -0
- package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +4 -0
- package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +4 -0
- package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +31 -0
- package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +31 -0
- package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +13 -0
- package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +31 -0
- package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +16 -0
- package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +16 -0
- package/dist-types/commands/ListLaunchPathsCommand.d.ts +24 -0
- package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +12 -0
- package/dist-types/commands/ListPortfolioAccessCommand.d.ts +9 -0
- package/dist-types/commands/ListPortfoliosCommand.d.ts +16 -0
- package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +16 -0
- package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +12 -0
- package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +16 -0
- package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +18 -0
- package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +30 -0
- package/dist-types/commands/ListRecordHistoryCommand.d.ts +34 -0
- package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +15 -0
- package/dist-types/commands/ListServiceActionsCommand.d.ts +14 -0
- package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +14 -0
- package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +13 -0
- package/dist-types/commands/ListTagOptionsCommand.d.ts +15 -0
- package/dist-types/commands/NotifyProvisionProductEngineWorkflowResultCommand.d.ts +4 -0
- package/dist-types/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.d.ts +4 -0
- package/dist-types/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.d.ts +4 -0
- package/dist-types/commands/ProvisionProductCommand.d.ts +31 -0
- package/dist-types/commands/RejectPortfolioShareCommand.d.ts +4 -0
- package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +24 -0
- package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +44 -0
- package/dist-types/commands/SearchProductsCommand.d.ts +29 -0
- package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +35 -0
- package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +31 -0
- package/dist-types/commands/UpdateConstraintCommand.d.ts +15 -0
- package/dist-types/commands/UpdatePortfolioCommand.d.ts +19 -0
- package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +7 -0
- package/dist-types/commands/UpdateProductCommand.d.ts +47 -0
- package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +31 -0
- package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +19 -0
- package/dist-types/commands/UpdateServiceActionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTagOptionCommand.d.ts +12 -0
- package/package.json +7 -7
|
@@ -33,6 +33,8 @@ export interface AcceptPortfolioShareCommandOutput extends AcceptPortfolioShareO
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new AcceptPortfolioShareCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param AcceptPortfolioShareCommandInput - {@link AcceptPortfolioShareCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface AcceptPortfolioShareCommandOutput extends AcceptPortfolioShareO
|
|
|
51
53
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
54
|
* <p>The specified resource was not found.</p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class AcceptPortfolioShareCommand extends $Command<AcceptPortfolioShareCommandInput, AcceptPortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface AssociateBudgetWithResourceCommandOutput extends AssociateBudge
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new AssociateBudgetWithResourceCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param AssociateBudgetWithResourceCommandInput - {@link AssociateBudgetWithResourceCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface AssociateBudgetWithResourceCommandOutput extends AssociateBudge
|
|
|
53
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
56
|
* <p>The specified resource was not found.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class AssociateBudgetWithResourceCommand extends $Command<AssociateBudgetWithResourceCommandInput, AssociateBudgetWithResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -49,6 +49,8 @@ export interface AssociatePrincipalWithPortfolioCommandOutput extends AssociateP
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new AssociatePrincipalWithPortfolioCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // {};
|
|
53
|
+
*
|
|
52
54
|
* ```
|
|
53
55
|
*
|
|
54
56
|
* @param AssociatePrincipalWithPortfolioCommandInput - {@link AssociatePrincipalWithPortfolioCommandInput}
|
|
@@ -67,6 +69,8 @@ export interface AssociatePrincipalWithPortfolioCommandOutput extends AssociateP
|
|
|
67
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
70
|
* <p>The specified resource was not found.</p>
|
|
69
71
|
*
|
|
72
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
70
74
|
*
|
|
71
75
|
*/
|
|
72
76
|
export declare class AssociatePrincipalWithPortfolioCommand extends $Command<AssociatePrincipalWithPortfolioCommandInput, AssociatePrincipalWithPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface AssociateProductWithPortfolioCommandOutput extends AssociatePro
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new AssociateProductWithPortfolioCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param AssociateProductWithPortfolioCommandInput - {@link AssociateProductWithPortfolioCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface AssociateProductWithPortfolioCommandOutput extends AssociatePro
|
|
|
53
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
56
|
* <p>The specified resource was not found.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class AssociateProductWithPortfolioCommand extends $Command<AssociateProductWithPortfolioCommandInput, AssociateProductWithPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface AssociateServiceActionWithProvisioningArtifactCommandOutput ext
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new AssociateServiceActionWithProvisioningArtifactCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param AssociateServiceActionWithProvisioningArtifactCommandInput - {@link AssociateServiceActionWithProvisioningArtifactCommandInput}
|
|
@@ -55,6 +57,8 @@ export interface AssociateServiceActionWithProvisioningArtifactCommandOutput ext
|
|
|
55
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
58
|
* <p>The specified resource was not found.</p>
|
|
57
59
|
*
|
|
60
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
58
62
|
*
|
|
59
63
|
*/
|
|
60
64
|
export declare class AssociateServiceActionWithProvisioningArtifactCommand extends $Command<AssociateServiceActionWithProvisioningArtifactCommandInput, AssociateServiceActionWithProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface AssociateTagOptionWithResourceCommandOutput extends AssociateTa
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new AssociateTagOptionWithResourceCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param AssociateTagOptionWithResourceCommandInput - {@link AssociateTagOptionWithResourceCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface AssociateTagOptionWithResourceCommandOutput extends AssociateTa
|
|
|
62
64
|
* not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
|
|
63
65
|
* process before retrying the operation.</p>
|
|
64
66
|
*
|
|
67
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
65
69
|
*
|
|
66
70
|
*/
|
|
67
71
|
export declare class AssociateTagOptionWithResourceCommand extends $Command<AssociateTagOptionWithResourceCommandInput, AssociateTagOptionWithResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -38,6 +38,18 @@ export interface BatchAssociateServiceActionWithProvisioningArtifactCommandOutpu
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new BatchAssociateServiceActionWithProvisioningArtifactCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // BatchAssociateServiceActionWithProvisioningArtifactOutput
|
|
42
|
+
* // FailedServiceActionAssociations: [ // FailedServiceActionAssociations
|
|
43
|
+
* // { // FailedServiceActionAssociation
|
|
44
|
+
* // ServiceActionId: "STRING_VALUE",
|
|
45
|
+
* // ProductId: "STRING_VALUE",
|
|
46
|
+
* // ProvisioningArtifactId: "STRING_VALUE",
|
|
47
|
+
* // ErrorCode: "DUPLICATE_RESOURCE" || "INTERNAL_FAILURE" || "LIMIT_EXCEEDED" || "RESOURCE_NOT_FOUND" || "THROTTLING" || "INVALID_PARAMETER",
|
|
48
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
41
53
|
* ```
|
|
42
54
|
*
|
|
43
55
|
* @param BatchAssociateServiceActionWithProvisioningArtifactCommandInput - {@link BatchAssociateServiceActionWithProvisioningArtifactCommandInput}
|
|
@@ -49,6 +61,8 @@ export interface BatchAssociateServiceActionWithProvisioningArtifactCommandOutpu
|
|
|
49
61
|
* @throws {@link InvalidParametersException} (client fault)
|
|
50
62
|
* <p>One or more parameters provided to the operation are not valid.</p>
|
|
51
63
|
*
|
|
64
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
52
66
|
*
|
|
53
67
|
*/
|
|
54
68
|
export declare class BatchAssociateServiceActionWithProvisioningArtifactCommand extends $Command<BatchAssociateServiceActionWithProvisioningArtifactCommandInput, BatchAssociateServiceActionWithProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
|
package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts
CHANGED
|
@@ -38,6 +38,18 @@ export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandOu
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new BatchDisassociateServiceActionFromProvisioningArtifactCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // BatchDisassociateServiceActionFromProvisioningArtifactOutput
|
|
42
|
+
* // FailedServiceActionAssociations: [ // FailedServiceActionAssociations
|
|
43
|
+
* // { // FailedServiceActionAssociation
|
|
44
|
+
* // ServiceActionId: "STRING_VALUE",
|
|
45
|
+
* // ProductId: "STRING_VALUE",
|
|
46
|
+
* // ProvisioningArtifactId: "STRING_VALUE",
|
|
47
|
+
* // ErrorCode: "DUPLICATE_RESOURCE" || "INTERNAL_FAILURE" || "LIMIT_EXCEEDED" || "RESOURCE_NOT_FOUND" || "THROTTLING" || "INVALID_PARAMETER",
|
|
48
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
41
53
|
* ```
|
|
42
54
|
*
|
|
43
55
|
* @param BatchDisassociateServiceActionFromProvisioningArtifactCommandInput - {@link BatchDisassociateServiceActionFromProvisioningArtifactCommandInput}
|
|
@@ -49,6 +61,8 @@ export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandOu
|
|
|
49
61
|
* @throws {@link InvalidParametersException} (client fault)
|
|
50
62
|
* <p>One or more parameters provided to the operation are not valid.</p>
|
|
51
63
|
*
|
|
64
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
52
66
|
*
|
|
53
67
|
*/
|
|
54
68
|
export declare class BatchDisassociateServiceActionFromProvisioningArtifactCommand extends $Command<BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -49,6 +49,10 @@ export interface CopyProductCommandOutput extends CopyProductOutput, __MetadataB
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new CopyProductCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // CopyProductOutput
|
|
53
|
+
* // CopyProductToken: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
52
56
|
* ```
|
|
53
57
|
*
|
|
54
58
|
* @param CopyProductCommandInput - {@link CopyProductCommandInput}
|
|
@@ -63,6 +67,8 @@ export interface CopyProductCommandOutput extends CopyProductOutput, __MetadataB
|
|
|
63
67
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
68
|
* <p>The specified resource was not found.</p>
|
|
65
69
|
*
|
|
70
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
66
72
|
*
|
|
67
73
|
*/
|
|
68
74
|
export declare class CopyProductCommand extends $Command<CopyProductCommandInput, CopyProductCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -38,6 +38,19 @@ export interface CreateConstraintCommandOutput extends CreateConstraintOutput, _
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CreateConstraintCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // CreateConstraintOutput
|
|
42
|
+
* // ConstraintDetail: { // ConstraintDetail
|
|
43
|
+
* // ConstraintId: "STRING_VALUE",
|
|
44
|
+
* // Type: "STRING_VALUE",
|
|
45
|
+
* // Description: "STRING_VALUE",
|
|
46
|
+
* // Owner: "STRING_VALUE",
|
|
47
|
+
* // ProductId: "STRING_VALUE",
|
|
48
|
+
* // PortfolioId: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ConstraintParameters: "STRING_VALUE",
|
|
51
|
+
* // Status: "AVAILABLE" || "CREATING" || "FAILED",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
41
54
|
* ```
|
|
42
55
|
*
|
|
43
56
|
* @param CreateConstraintCommandInput - {@link CreateConstraintCommandInput}
|
|
@@ -59,6 +72,8 @@ export interface CreateConstraintCommandOutput extends CreateConstraintOutput, _
|
|
|
59
72
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
73
|
* <p>The specified resource was not found.</p>
|
|
61
74
|
*
|
|
75
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
62
77
|
*
|
|
63
78
|
*/
|
|
64
79
|
export declare class CreateConstraintCommand extends $Command<CreateConstraintCommandInput, CreateConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -42,6 +42,23 @@ export interface CreatePortfolioCommandOutput extends CreatePortfolioOutput, __M
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new CreatePortfolioCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // CreatePortfolioOutput
|
|
46
|
+
* // PortfolioDetail: { // PortfolioDetail
|
|
47
|
+
* // Id: "STRING_VALUE",
|
|
48
|
+
* // ARN: "STRING_VALUE",
|
|
49
|
+
* // DisplayName: "STRING_VALUE",
|
|
50
|
+
* // Description: "STRING_VALUE",
|
|
51
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // ProviderName: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // Tags: [ // Tags
|
|
55
|
+
* // { // Tag
|
|
56
|
+
* // Key: "STRING_VALUE", // required
|
|
57
|
+
* // Value: "STRING_VALUE", // required
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
45
62
|
* ```
|
|
46
63
|
*
|
|
47
64
|
* @param CreatePortfolioCommandInput - {@link CreatePortfolioCommandInput}
|
|
@@ -62,6 +79,8 @@ export interface CreatePortfolioCommandOutput extends CreatePortfolioOutput, __M
|
|
|
62
79
|
* not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
|
|
63
80
|
* process before retrying the operation.</p>
|
|
64
81
|
*
|
|
82
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
65
84
|
*
|
|
66
85
|
*/
|
|
67
86
|
export declare class CreatePortfolioCommand extends $Command<CreatePortfolioCommandInput, CreatePortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -57,6 +57,10 @@ export interface CreatePortfolioShareCommandOutput extends CreatePortfolioShareO
|
|
|
57
57
|
* };
|
|
58
58
|
* const command = new CreatePortfolioShareCommand(input);
|
|
59
59
|
* const response = await client.send(command);
|
|
60
|
+
* // { // CreatePortfolioShareOutput
|
|
61
|
+
* // PortfolioShareToken: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
60
64
|
* ```
|
|
61
65
|
*
|
|
62
66
|
* @param CreatePortfolioShareCommandInput - {@link CreatePortfolioShareCommandInput}
|
|
@@ -82,6 +86,8 @@ export interface CreatePortfolioShareCommandOutput extends CreatePortfolioShareO
|
|
|
82
86
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
87
|
* <p>The specified resource was not found.</p>
|
|
84
88
|
*
|
|
89
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
85
91
|
*
|
|
86
92
|
*/
|
|
87
93
|
export declare class CreatePortfolioShareCommand extends $Command<CreatePortfolioShareCommandInput, CreatePortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -71,6 +71,61 @@ export interface CreateProductCommandOutput extends CreateProductOutput, __Metad
|
|
|
71
71
|
* };
|
|
72
72
|
* const command = new CreateProductCommand(input);
|
|
73
73
|
* const response = await client.send(command);
|
|
74
|
+
* // { // CreateProductOutput
|
|
75
|
+
* // ProductViewDetail: { // ProductViewDetail
|
|
76
|
+
* // ProductViewSummary: { // ProductViewSummary
|
|
77
|
+
* // Id: "STRING_VALUE",
|
|
78
|
+
* // ProductId: "STRING_VALUE",
|
|
79
|
+
* // Name: "STRING_VALUE",
|
|
80
|
+
* // Owner: "STRING_VALUE",
|
|
81
|
+
* // ShortDescription: "STRING_VALUE",
|
|
82
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE",
|
|
83
|
+
* // Distributor: "STRING_VALUE",
|
|
84
|
+
* // HasDefaultPath: true || false,
|
|
85
|
+
* // SupportEmail: "STRING_VALUE",
|
|
86
|
+
* // SupportDescription: "STRING_VALUE",
|
|
87
|
+
* // SupportUrl: "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // Status: "AVAILABLE" || "CREATING" || "FAILED",
|
|
90
|
+
* // ProductARN: "STRING_VALUE",
|
|
91
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
92
|
+
* // SourceConnection: { // SourceConnectionDetail
|
|
93
|
+
* // Type: "CODESTAR",
|
|
94
|
+
* // ConnectionParameters: { // SourceConnectionParameters
|
|
95
|
+
* // CodeStar: { // CodeStarParameters
|
|
96
|
+
* // ConnectionArn: "STRING_VALUE", // required
|
|
97
|
+
* // Repository: "STRING_VALUE", // required
|
|
98
|
+
* // Branch: "STRING_VALUE", // required
|
|
99
|
+
* // ArtifactPath: "STRING_VALUE", // required
|
|
100
|
+
* // },
|
|
101
|
+
* // },
|
|
102
|
+
* // LastSync: { // LastSync
|
|
103
|
+
* // LastSyncTime: new Date("TIMESTAMP"),
|
|
104
|
+
* // LastSyncStatus: "SUCCEEDED" || "FAILED",
|
|
105
|
+
* // LastSyncStatusMessage: "STRING_VALUE",
|
|
106
|
+
* // LastSuccessfulSyncTime: new Date("TIMESTAMP"),
|
|
107
|
+
* // LastSuccessfulSyncProvisioningArtifactId: "STRING_VALUE",
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
110
|
+
* // },
|
|
111
|
+
* // ProvisioningArtifactDetail: { // ProvisioningArtifactDetail
|
|
112
|
+
* // Id: "STRING_VALUE",
|
|
113
|
+
* // Name: "STRING_VALUE",
|
|
114
|
+
* // Description: "STRING_VALUE",
|
|
115
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE",
|
|
116
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
117
|
+
* // Active: true || false,
|
|
118
|
+
* // Guidance: "DEFAULT" || "DEPRECATED",
|
|
119
|
+
* // SourceRevision: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // Tags: [ // Tags
|
|
122
|
+
* // { // Tag
|
|
123
|
+
* // Key: "STRING_VALUE", // required
|
|
124
|
+
* // Value: "STRING_VALUE", // required
|
|
125
|
+
* // },
|
|
126
|
+
* // ],
|
|
127
|
+
* // };
|
|
128
|
+
*
|
|
74
129
|
* ```
|
|
75
130
|
*
|
|
76
131
|
* @param CreateProductCommandInput - {@link CreateProductCommandInput}
|
|
@@ -91,6 +146,8 @@ export interface CreateProductCommandOutput extends CreateProductOutput, __Metad
|
|
|
91
146
|
* not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
|
|
92
147
|
* process before retrying the operation.</p>
|
|
93
148
|
*
|
|
149
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
150
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
94
151
|
*
|
|
95
152
|
*/
|
|
96
153
|
export declare class CreateProductCommand extends $Command<CreateProductCommandInput, CreateProductCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -61,6 +61,14 @@ export interface CreateProvisionedProductPlanCommandOutput extends CreateProvisi
|
|
|
61
61
|
* };
|
|
62
62
|
* const command = new CreateProvisionedProductPlanCommand(input);
|
|
63
63
|
* const response = await client.send(command);
|
|
64
|
+
* // { // CreateProvisionedProductPlanOutput
|
|
65
|
+
* // PlanName: "STRING_VALUE",
|
|
66
|
+
* // PlanId: "STRING_VALUE",
|
|
67
|
+
* // ProvisionProductId: "STRING_VALUE",
|
|
68
|
+
* // ProvisionedProductName: "STRING_VALUE",
|
|
69
|
+
* // ProvisioningArtifactId: "STRING_VALUE",
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
64
72
|
* ```
|
|
65
73
|
*
|
|
66
74
|
* @param CreateProvisionedProductPlanCommandInput - {@link CreateProvisionedProductPlanCommandInput}
|
|
@@ -79,6 +87,8 @@ export interface CreateProvisionedProductPlanCommandOutput extends CreateProvisi
|
|
|
79
87
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
80
88
|
* <p>The specified resource was not found.</p>
|
|
81
89
|
*
|
|
90
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
82
92
|
*
|
|
83
93
|
*/
|
|
84
94
|
export declare class CreateProvisionedProductPlanCommand extends $Command<CreateProvisionedProductPlanCommandInput, CreateProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -46,6 +46,23 @@ export interface CreateProvisioningArtifactCommandOutput extends CreateProvision
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateProvisioningArtifactCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateProvisioningArtifactOutput
|
|
50
|
+
* // ProvisioningArtifactDetail: { // ProvisioningArtifactDetail
|
|
51
|
+
* // Id: "STRING_VALUE",
|
|
52
|
+
* // Name: "STRING_VALUE",
|
|
53
|
+
* // Description: "STRING_VALUE",
|
|
54
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE",
|
|
55
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // Active: true || false,
|
|
57
|
+
* // Guidance: "DEFAULT" || "DEPRECATED",
|
|
58
|
+
* // SourceRevision: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // Info: { // ProvisioningArtifactInfo
|
|
61
|
+
* // "<keys>": "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // Status: "AVAILABLE" || "CREATING" || "FAILED",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
49
66
|
* ```
|
|
50
67
|
*
|
|
51
68
|
* @param CreateProvisioningArtifactCommandInput - {@link CreateProvisioningArtifactCommandInput}
|
|
@@ -64,6 +81,8 @@ export interface CreateProvisioningArtifactCommandOutput extends CreateProvision
|
|
|
64
81
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
82
|
* <p>The specified resource was not found.</p>
|
|
66
83
|
*
|
|
84
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
67
86
|
*
|
|
68
87
|
*/
|
|
69
88
|
export declare class CreateProvisioningArtifactCommand extends $Command<CreateProvisioningArtifactCommandInput, CreateProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -38,6 +38,20 @@ export interface CreateServiceActionCommandOutput extends CreateServiceActionOut
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CreateServiceActionCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // CreateServiceActionOutput
|
|
42
|
+
* // ServiceActionDetail: { // ServiceActionDetail
|
|
43
|
+
* // ServiceActionSummary: { // ServiceActionSummary
|
|
44
|
+
* // Id: "STRING_VALUE",
|
|
45
|
+
* // Name: "STRING_VALUE",
|
|
46
|
+
* // Description: "STRING_VALUE",
|
|
47
|
+
* // DefinitionType: "SSM_AUTOMATION",
|
|
48
|
+
* // },
|
|
49
|
+
* // Definition: { // ServiceActionDefinitionMap
|
|
50
|
+
* // "<keys>": "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
41
55
|
* ```
|
|
42
56
|
*
|
|
43
57
|
* @param CreateServiceActionCommandInput - {@link CreateServiceActionCommandInput}
|
|
@@ -53,6 +67,8 @@ export interface CreateServiceActionCommandOutput extends CreateServiceActionOut
|
|
|
53
67
|
* <p>The current limits of the service would have been exceeded by this operation. Decrease your
|
|
54
68
|
* resource use or increase your service limits and retry the operation.</p>
|
|
55
69
|
*
|
|
70
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
56
72
|
*
|
|
57
73
|
*/
|
|
58
74
|
export declare class CreateServiceActionCommand extends $Command<CreateServiceActionCommandInput, CreateServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -32,6 +32,16 @@ export interface CreateTagOptionCommandOutput extends CreateTagOptionOutput, __M
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new CreateTagOptionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // CreateTagOptionOutput
|
|
36
|
+
* // TagOptionDetail: { // TagOptionDetail
|
|
37
|
+
* // Key: "STRING_VALUE",
|
|
38
|
+
* // Value: "STRING_VALUE",
|
|
39
|
+
* // Active: true || false,
|
|
40
|
+
* // Id: "STRING_VALUE",
|
|
41
|
+
* // Owner: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
35
45
|
* ```
|
|
36
46
|
*
|
|
37
47
|
* @param CreateTagOptionCommandInput - {@link CreateTagOptionCommandInput}
|
|
@@ -52,6 +62,8 @@ export interface CreateTagOptionCommandOutput extends CreateTagOptionOutput, __M
|
|
|
52
62
|
* not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
|
|
53
63
|
* process before retrying the operation.</p>
|
|
54
64
|
*
|
|
65
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
55
67
|
*
|
|
56
68
|
*/
|
|
57
69
|
export declare class CreateTagOptionCommand extends $Command<CreateTagOptionCommandInput, CreateTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteConstraintCommandOutput extends DeleteConstraintOutput, _
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteConstraintCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteConstraintCommandInput - {@link DeleteConstraintCommandInput}
|
|
@@ -47,6 +49,8 @@ export interface DeleteConstraintCommandOutput extends DeleteConstraintOutput, _
|
|
|
47
49
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
50
|
* <p>The specified resource was not found.</p>
|
|
49
51
|
*
|
|
52
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
53
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
50
54
|
*
|
|
51
55
|
*/
|
|
52
56
|
export declare class DeleteConstraintCommand extends $Command<DeleteConstraintCommandInput, DeleteConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface DeletePortfolioCommandOutput extends DeletePortfolioOutput, __M
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeletePortfolioCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param DeletePortfolioCommandInput - {@link DeletePortfolioCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface DeletePortfolioCommandOutput extends DeletePortfolioOutput, __M
|
|
|
57
59
|
* not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
|
|
58
60
|
* process before retrying the operation.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class DeletePortfolioCommand extends $Command<DeletePortfolioCommandInput, DeletePortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -40,6 +40,10 @@ export interface DeletePortfolioShareCommandOutput extends DeletePortfolioShareO
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DeletePortfolioShareCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DeletePortfolioShareOutput
|
|
44
|
+
* // PortfolioShareToken: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
43
47
|
* ```
|
|
44
48
|
*
|
|
45
49
|
* @param DeletePortfolioShareCommandInput - {@link DeletePortfolioShareCommandInput}
|
|
@@ -61,6 +65,8 @@ export interface DeletePortfolioShareCommandOutput extends DeletePortfolioShareO
|
|
|
61
65
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
66
|
* <p>The specified resource was not found.</p>
|
|
63
67
|
*
|
|
68
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
64
70
|
*
|
|
65
71
|
*/
|
|
66
72
|
export declare class DeletePortfolioShareCommand extends $Command<DeletePortfolioShareCommandInput, DeletePortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DeleteProductCommandOutput extends DeleteProductOutput, __Metad
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteProductCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteProductCommandInput - {@link DeleteProductCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface DeleteProductCommandOutput extends DeleteProductOutput, __Metad
|
|
|
56
58
|
* not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
|
|
57
59
|
* process before retrying the operation.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class DeleteProductCommand extends $Command<DeleteProductCommandInput, DeleteProductCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteProvisionedProductPlanCommandOutput extends DeleteProvisi
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteProvisionedProductPlanCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteProvisionedProductPlanCommandInput - {@link DeleteProvisionedProductPlanCommandInput}
|
|
@@ -47,6 +49,8 @@ export interface DeleteProvisionedProductPlanCommandOutput extends DeleteProvisi
|
|
|
47
49
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
50
|
* <p>The specified resource was not found.</p>
|
|
49
51
|
*
|
|
52
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
53
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
50
54
|
*
|
|
51
55
|
*/
|
|
52
56
|
export declare class DeleteProvisionedProductPlanCommand extends $Command<DeleteProvisionedProductPlanCommandInput, DeleteProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface DeleteProvisioningArtifactCommandOutput extends DeleteProvision
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteProvisioningArtifactCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param DeleteProvisioningArtifactCommandInput - {@link DeleteProvisioningArtifactCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface DeleteProvisioningArtifactCommandOutput extends DeleteProvision
|
|
|
53
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
56
|
* <p>The specified resource was not found.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class DeleteProvisioningArtifactCommand extends $Command<DeleteProvisioningArtifactCommandInput, DeleteProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteServiceActionCommandOutput extends DeleteServiceActionOut
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteServiceActionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteServiceActionCommandInput - {@link DeleteServiceActionCommandInput}
|
|
@@ -46,6 +48,8 @@ export interface DeleteServiceActionCommandOutput extends DeleteServiceActionOut
|
|
|
46
48
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
49
|
* <p>The specified resource was not found.</p>
|
|
48
50
|
*
|
|
51
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
49
53
|
*
|
|
50
54
|
*/
|
|
51
55
|
export declare class DeleteServiceActionCommand extends $Command<DeleteServiceActionCommandInput, DeleteServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteTagOptionCommandOutput extends DeleteTagOptionOutput, __M
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteTagOptionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteTagOptionCommandInput - {@link DeleteTagOptionCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface DeleteTagOptionCommandOutput extends DeleteTagOptionOutput, __M
|
|
|
51
53
|
* not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
|
|
52
54
|
* process before retrying the operation.</p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class DeleteTagOptionCommand extends $Command<DeleteTagOptionCommandInput, DeleteTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
|
|
@@ -32,6 +32,19 @@ export interface DescribeConstraintCommandOutput extends DescribeConstraintOutpu
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeConstraintCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeConstraintOutput
|
|
36
|
+
* // ConstraintDetail: { // ConstraintDetail
|
|
37
|
+
* // ConstraintId: "STRING_VALUE",
|
|
38
|
+
* // Type: "STRING_VALUE",
|
|
39
|
+
* // Description: "STRING_VALUE",
|
|
40
|
+
* // Owner: "STRING_VALUE",
|
|
41
|
+
* // ProductId: "STRING_VALUE",
|
|
42
|
+
* // PortfolioId: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ConstraintParameters: "STRING_VALUE",
|
|
45
|
+
* // Status: "AVAILABLE" || "CREATING" || "FAILED",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
35
48
|
* ```
|
|
36
49
|
*
|
|
37
50
|
* @param DescribeConstraintCommandInput - {@link DescribeConstraintCommandInput}
|
|
@@ -43,6 +56,8 @@ export interface DescribeConstraintCommandOutput extends DescribeConstraintOutpu
|
|
|
43
56
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
57
|
* <p>The specified resource was not found.</p>
|
|
45
58
|
*
|
|
59
|
+
* @throws {@link ServiceCatalogServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
|
|
46
61
|
*
|
|
47
62
|
*/
|
|
48
63
|
export declare class DescribeConstraintCommand extends $Command<DescribeConstraintCommandInput, DescribeConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
|