@aws-sdk/client-service-catalog 3.295.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 +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeProvisioningArtifactInput, DescribeProvisioningArtifactOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProvisioningArtifactCommand}.
8
10
  */
9
11
  export interface DescribeProvisioningArtifactCommandInput extends DescribeProvisioningArtifactInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProvisioningArtifactCommand}.
13
17
  */
14
18
  export interface DescribeProvisioningArtifactCommandOutput extends DescribeProvisioningArtifactOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about the specified provisioning artifact (also known as a version) for the specified 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 DescribeProvisioningArtifactCommandOutput extends DescribeProvi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeProvisioningArtifactCommandInput - {@link DescribeProvisioningArtifactCommandInput}
34
+ * @returns {@link DescribeProvisioningArtifactCommandOutput}
28
35
  * @see {@link DescribeProvisioningArtifactCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeProvisioningArtifactCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeProvisioningArtifactCommandOutput extends DescribeProvi
40
47
  export declare class DescribeProvisioningArtifactCommand extends $Command<DescribeProvisioningArtifactCommandInput, DescribeProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: DescribeProvisioningArtifactCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeProvisioningArtifactCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProvisioningArtifactCommandInput, DescribeProvisioningArtifactCommandOutput>;
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 { DescribeProvisioningParametersInput, DescribeProvisioningParametersOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProvisioningParametersCommand}.
8
10
  */
9
11
  export interface DescribeProvisioningParametersCommandInput extends DescribeProvisioningParametersInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProvisioningParametersCommand}.
13
17
  */
14
18
  export interface DescribeProvisioningParametersCommandOutput extends DescribeProvisioningParametersOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about the configuration required to provision the specified product using
18
23
  * the specified provisioning artifact.</p>
19
24
  * <p>If the output contains a TagOption key with an empty list of values, there is a
@@ -32,6 +37,8 @@ export interface DescribeProvisioningParametersCommandOutput extends DescribePro
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param DescribeProvisioningParametersCommandInput - {@link DescribeProvisioningParametersCommandInput}
41
+ * @returns {@link DescribeProvisioningParametersCommandOutput}
35
42
  * @see {@link DescribeProvisioningParametersCommandInput} for command's `input` shape.
36
43
  * @see {@link DescribeProvisioningParametersCommandOutput} for command's `response` shape.
37
44
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DescribeProvisioningParametersCommandOutput extends DescribePro
47
54
  export declare class DescribeProvisioningParametersCommand extends $Command<DescribeProvisioningParametersCommandInput, DescribeProvisioningParametersCommandOutput, ServiceCatalogClientResolvedConfig> {
48
55
  readonly input: DescribeProvisioningParametersCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DescribeProvisioningParametersCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProvisioningParametersCommandInput, DescribeProvisioningParametersCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeRecordInput, DescribeRecordOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRecordCommand}.
8
10
  */
9
11
  export interface DescribeRecordCommandInput extends DescribeRecordInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRecordCommand}.
13
17
  */
14
18
  export interface DescribeRecordCommandOutput extends DescribeRecordOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about the specified request operation.</p>
18
23
  * <p>Use this operation after calling a request operation (for example, <a>ProvisionProduct</a>,
19
24
  * <a>TerminateProvisionedProduct</a>, or <a>UpdateProvisionedProduct</a>).
@@ -33,6 +38,8 @@ export interface DescribeRecordCommandOutput extends DescribeRecordOutput, __Met
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param DescribeRecordCommandInput - {@link DescribeRecordCommandInput}
42
+ * @returns {@link DescribeRecordCommandOutput}
36
43
  * @see {@link DescribeRecordCommandInput} for command's `input` shape.
37
44
  * @see {@link DescribeRecordCommandOutput} for command's `response` shape.
38
45
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -45,11 +52,20 @@ export interface DescribeRecordCommandOutput extends DescribeRecordOutput, __Met
45
52
  export declare class DescribeRecordCommand extends $Command<DescribeRecordCommandInput, DescribeRecordCommandOutput, ServiceCatalogClientResolvedConfig> {
46
53
  readonly input: DescribeRecordCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: DescribeRecordCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecordCommandInput, DescribeRecordCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeServiceActionInput, DescribeServiceActionOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeServiceActionCommand}.
8
10
  */
9
11
  export interface DescribeServiceActionCommandInput extends DescribeServiceActionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeServiceActionCommand}.
13
17
  */
14
18
  export interface DescribeServiceActionCommandOutput extends DescribeServiceActionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes 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 DescribeServiceActionCommandOutput extends DescribeServiceActio
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeServiceActionCommandInput - {@link DescribeServiceActionCommandInput}
34
+ * @returns {@link DescribeServiceActionCommandOutput}
28
35
  * @see {@link DescribeServiceActionCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeServiceActionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DescribeServiceActionCommandOutput extends DescribeServiceActio
37
44
  export declare class DescribeServiceActionCommand extends $Command<DescribeServiceActionCommandInput, DescribeServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
38
45
  readonly input: DescribeServiceActionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DescribeServiceActionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServiceActionCommandInput, DescribeServiceActionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeServiceActionExecutionParametersInput, DescribeServiceActionExecutionParametersOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeServiceActionExecutionParametersCommand}.
8
10
  */
9
11
  export interface DescribeServiceActionExecutionParametersCommandInput extends DescribeServiceActionExecutionParametersInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeServiceActionExecutionParametersCommand}.
13
17
  */
14
18
  export interface DescribeServiceActionExecutionParametersCommandOutput extends DescribeServiceActionExecutionParametersOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.</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 DescribeServiceActionExecutionParametersCommandOutput extends D
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeServiceActionExecutionParametersCommandInput - {@link DescribeServiceActionExecutionParametersCommandInput}
34
+ * @returns {@link DescribeServiceActionExecutionParametersCommandOutput}
28
35
  * @see {@link DescribeServiceActionExecutionParametersCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeServiceActionExecutionParametersCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeServiceActionExecutionParametersCommandOutput extends D
40
47
  export declare class DescribeServiceActionExecutionParametersCommand extends $Command<DescribeServiceActionExecutionParametersCommandInput, DescribeServiceActionExecutionParametersCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: DescribeServiceActionExecutionParametersCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeServiceActionExecutionParametersCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServiceActionExecutionParametersCommandInput, DescribeServiceActionExecutionParametersCommandOutput>;
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 { DescribeTagOptionInput, DescribeTagOptionOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTagOptionCommand}.
8
10
  */
9
11
  export interface DescribeTagOptionCommandInput extends DescribeTagOptionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTagOptionCommand}.
13
17
  */
14
18
  export interface DescribeTagOptionCommandOutput extends DescribeTagOptionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about 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 DescribeTagOptionCommandOutput extends DescribeTagOptionOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeTagOptionCommandInput - {@link DescribeTagOptionCommandInput}
34
+ * @returns {@link DescribeTagOptionCommandOutput}
28
35
  * @see {@link DescribeTagOptionCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeTagOptionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DescribeTagOptionCommandOutput extends DescribeTagOptionOutput,
42
49
  export declare class DescribeTagOptionCommand extends $Command<DescribeTagOptionCommandInput, DescribeTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
43
50
  readonly input: DescribeTagOptionCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DescribeTagOptionCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagOptionCommandInput, DescribeTagOptionCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisableAWSOrganizationsAccessInput, DisableAWSOrganizationsAccessOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisableAWSOrganizationsAccessCommand}.
8
10
  */
9
11
  export interface DisableAWSOrganizationsAccessCommandInput extends DisableAWSOrganizationsAccessInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisableAWSOrganizationsAccessCommand}.
13
17
  */
14
18
  export interface DisableAWSOrganizationsAccessCommandOutput extends DisableAWSOrganizationsAccessOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disable portfolio sharing through the Organizations service. This command will not
18
23
  * delete your current shares, but prevents you from creating new shares throughout your
19
24
  * organization. Current shares are not kept in sync with your organization structure if the structure
@@ -37,6 +42,8 @@ export interface DisableAWSOrganizationsAccessCommandOutput extends DisableAWSOr
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param DisableAWSOrganizationsAccessCommandInput - {@link DisableAWSOrganizationsAccessCommandInput}
46
+ * @returns {@link DisableAWSOrganizationsAccessCommandOutput}
40
47
  * @see {@link DisableAWSOrganizationsAccessCommandInput} for command's `input` shape.
41
48
  * @see {@link DisableAWSOrganizationsAccessCommandOutput} for command's `response` shape.
42
49
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -56,11 +63,20 @@ export interface DisableAWSOrganizationsAccessCommandOutput extends DisableAWSOr
56
63
  export declare class DisableAWSOrganizationsAccessCommand extends $Command<DisableAWSOrganizationsAccessCommandInput, DisableAWSOrganizationsAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
57
64
  readonly input: DisableAWSOrganizationsAccessCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DisableAWSOrganizationsAccessCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableAWSOrganizationsAccessCommandInput, DisableAWSOrganizationsAccessCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateBudgetFromResourceInput, DisassociateBudgetFromResourceOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateBudgetFromResourceCommand}.
8
10
  */
9
11
  export interface DisassociateBudgetFromResourceCommandInput extends DisassociateBudgetFromResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateBudgetFromResourceCommand}.
13
17
  */
14
18
  export interface DisassociateBudgetFromResourceCommandOutput extends DisassociateBudgetFromResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates the specified budget from the specified resource.</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 DisassociateBudgetFromResourceCommandOutput extends Disassociat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateBudgetFromResourceCommandInput - {@link DisassociateBudgetFromResourceCommandInput}
34
+ * @returns {@link DisassociateBudgetFromResourceCommandOutput}
28
35
  * @see {@link DisassociateBudgetFromResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateBudgetFromResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DisassociateBudgetFromResourceCommandOutput extends Disassociat
37
44
  export declare class DisassociateBudgetFromResourceCommand extends $Command<DisassociateBudgetFromResourceCommandInput, DisassociateBudgetFromResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
38
45
  readonly input: DisassociateBudgetFromResourceCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DisassociateBudgetFromResourceCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateBudgetFromResourceCommandInput, DisassociateBudgetFromResourceCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociatePrincipalFromPortfolioInput, DisassociatePrincipalFromPortfolioOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociatePrincipalFromPortfolioCommand}.
8
10
  */
9
11
  export interface DisassociatePrincipalFromPortfolioCommandInput extends DisassociatePrincipalFromPortfolioInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociatePrincipalFromPortfolioCommand}.
13
17
  */
14
18
  export interface DisassociatePrincipalFromPortfolioCommandOutput extends DisassociatePrincipalFromPortfolioOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates a previously associated principal ARN from a specified
18
23
  * portfolio.</p>
19
24
  * <p>The <code>PrincipalType</code> and <code>PrincipalARN</code> must match the
@@ -33,6 +38,8 @@ export interface DisassociatePrincipalFromPortfolioCommandOutput extends Disasso
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param DisassociatePrincipalFromPortfolioCommandInput - {@link DisassociatePrincipalFromPortfolioCommandInput}
42
+ * @returns {@link DisassociatePrincipalFromPortfolioCommandOutput}
36
43
  * @see {@link DisassociatePrincipalFromPortfolioCommandInput} for command's `input` shape.
37
44
  * @see {@link DisassociatePrincipalFromPortfolioCommandOutput} for command's `response` shape.
38
45
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DisassociatePrincipalFromPortfolioCommandOutput extends Disasso
48
55
  export declare class DisassociatePrincipalFromPortfolioCommand extends $Command<DisassociatePrincipalFromPortfolioCommandInput, DisassociatePrincipalFromPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
49
56
  readonly input: DisassociatePrincipalFromPortfolioCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DisassociatePrincipalFromPortfolioCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociatePrincipalFromPortfolioCommandInput, DisassociatePrincipalFromPortfolioCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateProductFromPortfolioInput, DisassociateProductFromPortfolioOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateProductFromPortfolioCommand}.
8
10
  */
9
11
  export interface DisassociateProductFromPortfolioCommandInput extends DisassociateProductFromPortfolioInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateProductFromPortfolioCommand}.
13
17
  */
14
18
  export interface DisassociateProductFromPortfolioCommandOutput extends DisassociateProductFromPortfolioOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates the specified product from the specified portfolio. </p>
18
23
  * <p>A delegated admin is authorized to invoke this command.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DisassociateProductFromPortfolioCommandOutput extends Disassoci
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DisassociateProductFromPortfolioCommandInput - {@link DisassociateProductFromPortfolioCommandInput}
35
+ * @returns {@link DisassociateProductFromPortfolioCommandOutput}
29
36
  * @see {@link DisassociateProductFromPortfolioCommandInput} for command's `input` shape.
30
37
  * @see {@link DisassociateProductFromPortfolioCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DisassociateProductFromPortfolioCommandOutput extends Disassoci
44
51
  export declare class DisassociateProductFromPortfolioCommand extends $Command<DisassociateProductFromPortfolioCommandInput, DisassociateProductFromPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
45
52
  readonly input: DisassociateProductFromPortfolioCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DisassociateProductFromPortfolioCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateProductFromPortfolioCommandInput, DisassociateProductFromPortfolioCommandOutput>;
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 { DisassociateServiceActionFromProvisioningArtifactInput, DisassociateServiceActionFromProvisioningArtifactOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateServiceActionFromProvisioningArtifactCommand}.
8
10
  */
9
11
  export interface DisassociateServiceActionFromProvisioningArtifactCommandInput extends DisassociateServiceActionFromProvisioningArtifactInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateServiceActionFromProvisioningArtifactCommand}.
13
17
  */
14
18
  export interface DisassociateServiceActionFromProvisioningArtifactCommandOutput extends DisassociateServiceActionFromProvisioningArtifactOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates the specified self-service action association from the specified provisioning artifact.</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 DisassociateServiceActionFromProvisioningArtifactCommandOutput
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateServiceActionFromProvisioningArtifactCommandInput - {@link DisassociateServiceActionFromProvisioningArtifactCommandInput}
34
+ * @returns {@link DisassociateServiceActionFromProvisioningArtifactCommandOutput}
28
35
  * @see {@link DisassociateServiceActionFromProvisioningArtifactCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateServiceActionFromProvisioningArtifactCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DisassociateServiceActionFromProvisioningArtifactCommandOutput
37
44
  export declare class DisassociateServiceActionFromProvisioningArtifactCommand extends $Command<DisassociateServiceActionFromProvisioningArtifactCommandInput, DisassociateServiceActionFromProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
38
45
  readonly input: DisassociateServiceActionFromProvisioningArtifactCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DisassociateServiceActionFromProvisioningArtifactCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateServiceActionFromProvisioningArtifactCommandInput, DisassociateServiceActionFromProvisioningArtifactCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateTagOptionFromResourceInput, DisassociateTagOptionFromResourceOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateTagOptionFromResourceCommand}.
8
10
  */
9
11
  export interface DisassociateTagOptionFromResourceCommandInput extends DisassociateTagOptionFromResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateTagOptionFromResourceCommand}.
13
17
  */
14
18
  export interface DisassociateTagOptionFromResourceCommandOutput extends DisassociateTagOptionFromResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates the specified TagOption from the specified resource.</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 DisassociateTagOptionFromResourceCommandOutput extends Disassoc
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateTagOptionFromResourceCommandInput - {@link DisassociateTagOptionFromResourceCommandInput}
34
+ * @returns {@link DisassociateTagOptionFromResourceCommandOutput}
28
35
  * @see {@link DisassociateTagOptionFromResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateTagOptionFromResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DisassociateTagOptionFromResourceCommandOutput extends Disassoc
42
49
  export declare class DisassociateTagOptionFromResourceCommand extends $Command<DisassociateTagOptionFromResourceCommandInput, DisassociateTagOptionFromResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
43
50
  readonly input: DisassociateTagOptionFromResourceCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DisassociateTagOptionFromResourceCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateTagOptionFromResourceCommandInput, DisassociateTagOptionFromResourceCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }