@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 { EnableAWSOrganizationsAccessInput, EnableAWSOrganizationsAccessOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link EnableAWSOrganizationsAccessCommand}.
8
10
  */
9
11
  export interface EnableAWSOrganizationsAccessCommandInput extends EnableAWSOrganizationsAccessInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link EnableAWSOrganizationsAccessCommand}.
13
17
  */
14
18
  export interface EnableAWSOrganizationsAccessCommandOutput extends EnableAWSOrganizationsAccessOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enable portfolio sharing feature through Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the
18
23
  * current structure. This API can only be called by the management account in the organization.</p>
19
24
  * <p>When you call this API, Service Catalog calls <code>organizations:EnableAWSServiceAccess</code> on your behalf so that your shares stay in sync with any changes in your Organizations structure.</p>
@@ -37,6 +42,8 @@ export interface EnableAWSOrganizationsAccessCommandOutput extends EnableAWSOrga
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param EnableAWSOrganizationsAccessCommandInput - {@link EnableAWSOrganizationsAccessCommandInput}
46
+ * @returns {@link EnableAWSOrganizationsAccessCommandOutput}
40
47
  * @see {@link EnableAWSOrganizationsAccessCommandInput} for command's `input` shape.
41
48
  * @see {@link EnableAWSOrganizationsAccessCommandOutput} for command's `response` shape.
42
49
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -56,11 +63,20 @@ export interface EnableAWSOrganizationsAccessCommandOutput extends EnableAWSOrga
56
63
  export declare class EnableAWSOrganizationsAccessCommand extends $Command<EnableAWSOrganizationsAccessCommandInput, EnableAWSOrganizationsAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
57
64
  readonly input: EnableAWSOrganizationsAccessCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: EnableAWSOrganizationsAccessCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableAWSOrganizationsAccessCommandInput, EnableAWSOrganizationsAccessCommandOutput>;
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 { ExecuteProvisionedProductPlanInput, ExecuteProvisionedProductPlanOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExecuteProvisionedProductPlanCommand}.
8
10
  */
9
11
  export interface ExecuteProvisionedProductPlanCommandInput extends ExecuteProvisionedProductPlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExecuteProvisionedProductPlanCommand}.
13
17
  */
14
18
  export interface ExecuteProvisionedProductPlanCommandOutput extends ExecuteProvisionedProductPlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provisions or modifies a product based on the resource changes for the specified plan.</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 ExecuteProvisionedProductPlanCommandOutput extends ExecuteProvi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ExecuteProvisionedProductPlanCommandInput - {@link ExecuteProvisionedProductPlanCommandInput}
34
+ * @returns {@link ExecuteProvisionedProductPlanCommandOutput}
28
35
  * @see {@link ExecuteProvisionedProductPlanCommandInput} for command's `input` shape.
29
36
  * @see {@link ExecuteProvisionedProductPlanCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ExecuteProvisionedProductPlanCommandOutput extends ExecuteProvi
44
51
  export declare class ExecuteProvisionedProductPlanCommand extends $Command<ExecuteProvisionedProductPlanCommandInput, ExecuteProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
45
52
  readonly input: ExecuteProvisionedProductPlanCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ExecuteProvisionedProductPlanCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteProvisionedProductPlanCommandInput, ExecuteProvisionedProductPlanCommandOutput>;
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 { ExecuteProvisionedProductServiceActionInput, ExecuteProvisionedProductServiceActionOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExecuteProvisionedProductServiceActionCommand}.
8
10
  */
9
11
  export interface ExecuteProvisionedProductServiceActionCommandInput extends ExecuteProvisionedProductServiceActionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExecuteProvisionedProductServiceActionCommand}.
13
17
  */
14
18
  export interface ExecuteProvisionedProductServiceActionCommandOutput extends ExecuteProvisionedProductServiceActionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Executes a self-service action against a 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 ExecuteProvisionedProductServiceActionCommandOutput extends Exe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ExecuteProvisionedProductServiceActionCommandInput - {@link ExecuteProvisionedProductServiceActionCommandInput}
34
+ * @returns {@link ExecuteProvisionedProductServiceActionCommandOutput}
28
35
  * @see {@link ExecuteProvisionedProductServiceActionCommandInput} for command's `input` shape.
29
36
  * @see {@link ExecuteProvisionedProductServiceActionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ExecuteProvisionedProductServiceActionCommandOutput extends Exe
44
51
  export declare class ExecuteProvisionedProductServiceActionCommand extends $Command<ExecuteProvisionedProductServiceActionCommandInput, ExecuteProvisionedProductServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
45
52
  readonly input: ExecuteProvisionedProductServiceActionCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ExecuteProvisionedProductServiceActionCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteProvisionedProductServiceActionCommandInput, ExecuteProvisionedProductServiceActionCommandOutput>;
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 { GetAWSOrganizationsAccessStatusInput, GetAWSOrganizationsAccessStatusOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAWSOrganizationsAccessStatusCommand}.
8
10
  */
9
11
  export interface GetAWSOrganizationsAccessStatusCommandInput extends GetAWSOrganizationsAccessStatusInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAWSOrganizationsAccessStatusCommand}.
13
17
  */
14
18
  export interface GetAWSOrganizationsAccessStatusCommandOutput extends GetAWSOrganizationsAccessStatusOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get the Access Status for Organizations portfolio share feature. This API can only be
18
23
  * called by the management account in the organization or by a delegated admin.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetAWSOrganizationsAccessStatusCommandOutput extends GetAWSOrga
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetAWSOrganizationsAccessStatusCommandInput - {@link GetAWSOrganizationsAccessStatusCommandInput}
35
+ * @returns {@link GetAWSOrganizationsAccessStatusCommandOutput}
29
36
  * @see {@link GetAWSOrganizationsAccessStatusCommandInput} for command's `input` shape.
30
37
  * @see {@link GetAWSOrganizationsAccessStatusCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -41,11 +48,20 @@ export interface GetAWSOrganizationsAccessStatusCommandOutput extends GetAWSOrga
41
48
  export declare class GetAWSOrganizationsAccessStatusCommand extends $Command<GetAWSOrganizationsAccessStatusCommandInput, GetAWSOrganizationsAccessStatusCommandOutput, ServiceCatalogClientResolvedConfig> {
42
49
  readonly input: GetAWSOrganizationsAccessStatusCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: GetAWSOrganizationsAccessStatusCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAWSOrganizationsAccessStatusCommandInput, GetAWSOrganizationsAccessStatusCommandOutput>;
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 { GetProvisionedProductOutputsInput, GetProvisionedProductOutputsOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetProvisionedProductOutputsCommand}.
8
10
  */
9
11
  export interface GetProvisionedProductOutputsCommandInput extends GetProvisionedProductOutputsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetProvisionedProductOutputsCommand}.
13
17
  */
14
18
  export interface GetProvisionedProductOutputsCommandOutput extends GetProvisionedProductOutputsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This API takes either a <code>ProvisonedProductId</code> or a <code>ProvisionedProductName</code>, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.</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 GetProvisionedProductOutputsCommandOutput extends GetProvisione
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetProvisionedProductOutputsCommandInput - {@link GetProvisionedProductOutputsCommandInput}
34
+ * @returns {@link GetProvisionedProductOutputsCommandOutput}
28
35
  * @see {@link GetProvisionedProductOutputsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetProvisionedProductOutputsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetProvisionedProductOutputsCommandOutput extends GetProvisione
40
47
  export declare class GetProvisionedProductOutputsCommand extends $Command<GetProvisionedProductOutputsCommandInput, GetProvisionedProductOutputsCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: GetProvisionedProductOutputsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetProvisionedProductOutputsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProvisionedProductOutputsCommandInput, GetProvisionedProductOutputsCommandOutput>;
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 { ImportAsProvisionedProductInput, ImportAsProvisionedProductOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportAsProvisionedProductCommand}.
8
10
  */
9
11
  export interface ImportAsProvisionedProductCommandInput extends ImportAsProvisionedProductInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportAsProvisionedProductCommand}.
13
17
  */
14
18
  export interface ImportAsProvisionedProductCommandOutput extends ImportAsProvisionedProductOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Requests the import
19
24
  * of a resource
@@ -66,6 +71,8 @@ export interface ImportAsProvisionedProductCommandOutput extends ImportAsProvisi
66
71
  * const response = await client.send(command);
67
72
  * ```
68
73
  *
74
+ * @param ImportAsProvisionedProductCommandInput - {@link ImportAsProvisionedProductCommandInput}
75
+ * @returns {@link ImportAsProvisionedProductCommandOutput}
69
76
  * @see {@link ImportAsProvisionedProductCommandInput} for command's `input` shape.
70
77
  * @see {@link ImportAsProvisionedProductCommandOutput} for command's `response` shape.
71
78
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -88,11 +95,20 @@ export interface ImportAsProvisionedProductCommandOutput extends ImportAsProvisi
88
95
  export declare class ImportAsProvisionedProductCommand extends $Command<ImportAsProvisionedProductCommandInput, ImportAsProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
89
96
  readonly input: ImportAsProvisionedProductCommandInput;
90
97
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
+ /**
99
+ * @public
100
+ */
91
101
  constructor(input: ImportAsProvisionedProductCommandInput);
92
102
  /**
93
103
  * @internal
94
104
  */
95
105
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportAsProvisionedProductCommandInput, ImportAsProvisionedProductCommandOutput>;
106
+ /**
107
+ * @internal
108
+ */
96
109
  private serialize;
110
+ /**
111
+ * @internal
112
+ */
97
113
  private deserialize;
98
114
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListAcceptedPortfolioSharesInput, ListAcceptedPortfolioSharesOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAcceptedPortfolioSharesCommand}.
8
10
  */
9
11
  export interface ListAcceptedPortfolioSharesCommandInput extends ListAcceptedPortfolioSharesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAcceptedPortfolioSharesCommand}.
13
17
  */
14
18
  export interface ListAcceptedPortfolioSharesCommandOutput extends ListAcceptedPortfolioSharesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all imported portfolios for which account-to-account shares were accepted by
18
23
  * this account. By specifying the <code>PortfolioShareType</code>, you can list portfolios for which
19
24
  * organizational shares were accepted by this account.</p>
@@ -27,6 +32,8 @@ export interface ListAcceptedPortfolioSharesCommandOutput extends ListAcceptedPo
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListAcceptedPortfolioSharesCommandInput - {@link ListAcceptedPortfolioSharesCommandInput}
36
+ * @returns {@link ListAcceptedPortfolioSharesCommandOutput}
30
37
  * @see {@link ListAcceptedPortfolioSharesCommandInput} for command's `input` shape.
31
38
  * @see {@link ListAcceptedPortfolioSharesCommandOutput} for command's `response` shape.
32
39
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -42,11 +49,20 @@ export interface ListAcceptedPortfolioSharesCommandOutput extends ListAcceptedPo
42
49
  export declare class ListAcceptedPortfolioSharesCommand extends $Command<ListAcceptedPortfolioSharesCommandInput, ListAcceptedPortfolioSharesCommandOutput, ServiceCatalogClientResolvedConfig> {
43
50
  readonly input: ListAcceptedPortfolioSharesCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: ListAcceptedPortfolioSharesCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAcceptedPortfolioSharesCommandInput, ListAcceptedPortfolioSharesCommandOutput>;
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 { ListBudgetsForResourceInput, ListBudgetsForResourceOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBudgetsForResourceCommand}.
8
10
  */
9
11
  export interface ListBudgetsForResourceCommandInput extends ListBudgetsForResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBudgetsForResourceCommand}.
13
17
  */
14
18
  export interface ListBudgetsForResourceCommandOutput extends ListBudgetsForResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all the budgets associated to 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 ListBudgetsForResourceCommandOutput extends ListBudgetsForResou
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListBudgetsForResourceCommandInput - {@link ListBudgetsForResourceCommandInput}
34
+ * @returns {@link ListBudgetsForResourceCommandOutput}
28
35
  * @see {@link ListBudgetsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListBudgetsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListBudgetsForResourceCommandOutput extends ListBudgetsForResou
40
47
  export declare class ListBudgetsForResourceCommand extends $Command<ListBudgetsForResourceCommandInput, ListBudgetsForResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: ListBudgetsForResourceCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListBudgetsForResourceCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBudgetsForResourceCommandInput, ListBudgetsForResourceCommandOutput>;
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 { ListConstraintsForPortfolioInput, ListConstraintsForPortfolioOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListConstraintsForPortfolioCommand}.
8
10
  */
9
11
  export interface ListConstraintsForPortfolioCommandInput extends ListConstraintsForPortfolioInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListConstraintsForPortfolioCommand}.
13
17
  */
14
18
  export interface ListConstraintsForPortfolioCommandOutput extends ListConstraintsForPortfolioOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the constraints for the specified portfolio and 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 ListConstraintsForPortfolioCommandOutput extends ListConstraint
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListConstraintsForPortfolioCommandInput - {@link ListConstraintsForPortfolioCommandInput}
34
+ * @returns {@link ListConstraintsForPortfolioCommandOutput}
28
35
  * @see {@link ListConstraintsForPortfolioCommandInput} for command's `input` shape.
29
36
  * @see {@link ListConstraintsForPortfolioCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListConstraintsForPortfolioCommandOutput extends ListConstraint
40
47
  export declare class ListConstraintsForPortfolioCommand extends $Command<ListConstraintsForPortfolioCommandInput, ListConstraintsForPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: ListConstraintsForPortfolioCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListConstraintsForPortfolioCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConstraintsForPortfolioCommandInput, ListConstraintsForPortfolioCommandOutput>;
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 { ListLaunchPathsInput, ListLaunchPathsOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListLaunchPathsCommand}.
8
10
  */
9
11
  export interface ListLaunchPathsCommandInput extends ListLaunchPathsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListLaunchPathsCommand}.
13
17
  */
14
18
  export interface ListLaunchPathsCommandOutput extends ListLaunchPathsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Lists the paths
19
24
  * to the specified product.
@@ -50,6 +55,8 @@ export interface ListLaunchPathsCommandOutput extends ListLaunchPathsOutput, __M
50
55
  * const response = await client.send(command);
51
56
  * ```
52
57
  *
58
+ * @param ListLaunchPathsCommandInput - {@link ListLaunchPathsCommandInput}
59
+ * @returns {@link ListLaunchPathsCommandOutput}
53
60
  * @see {@link ListLaunchPathsCommandInput} for command's `input` shape.
54
61
  * @see {@link ListLaunchPathsCommandOutput} for command's `response` shape.
55
62
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -65,11 +72,20 @@ export interface ListLaunchPathsCommandOutput extends ListLaunchPathsOutput, __M
65
72
  export declare class ListLaunchPathsCommand extends $Command<ListLaunchPathsCommandInput, ListLaunchPathsCommandOutput, ServiceCatalogClientResolvedConfig> {
66
73
  readonly input: ListLaunchPathsCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: ListLaunchPathsCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLaunchPathsCommandInput, ListLaunchPathsCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListOrganizationPortfolioAccessInput, ListOrganizationPortfolioAccessOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListOrganizationPortfolioAccessCommand}.
8
10
  */
9
11
  export interface ListOrganizationPortfolioAccessCommandInput extends ListOrganizationPortfolioAccessInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListOrganizationPortfolioAccessCommand}.
13
17
  */
14
18
  export interface ListOrganizationPortfolioAccessCommandOutput extends ListOrganizationPortfolioAccessOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the organization nodes that have access to the specified portfolio. This API can
18
23
  * only be called by the management account in the organization or by a delegated
19
24
  * admin.</p>
@@ -28,6 +33,8 @@ export interface ListOrganizationPortfolioAccessCommandOutput extends ListOrgani
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListOrganizationPortfolioAccessCommandInput - {@link ListOrganizationPortfolioAccessCommandInput}
37
+ * @returns {@link ListOrganizationPortfolioAccessCommandOutput}
31
38
  * @see {@link ListOrganizationPortfolioAccessCommandInput} for command's `input` shape.
32
39
  * @see {@link ListOrganizationPortfolioAccessCommandOutput} for command's `response` shape.
33
40
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListOrganizationPortfolioAccessCommandOutput extends ListOrgani
46
53
  export declare class ListOrganizationPortfolioAccessCommand extends $Command<ListOrganizationPortfolioAccessCommandInput, ListOrganizationPortfolioAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
47
54
  readonly input: ListOrganizationPortfolioAccessCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListOrganizationPortfolioAccessCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrganizationPortfolioAccessCommandInput, ListOrganizationPortfolioAccessCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListPortfolioAccessInput, ListPortfolioAccessOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPortfolioAccessCommand}.
8
10
  */
9
11
  export interface ListPortfolioAccessCommandInput extends ListPortfolioAccessInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPortfolioAccessCommand}.
13
17
  */
14
18
  export interface ListPortfolioAccessCommandOutput extends ListPortfolioAccessOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the account IDs that have access to the specified portfolio.</p>
18
23
  * <p>A delegated admin can list the accounts that have access to the shared portfolio. Note that if a delegated admin is de-registered, they can no longer perform this operation.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListPortfolioAccessCommandOutput extends ListPortfolioAccessOut
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListPortfolioAccessCommandInput - {@link ListPortfolioAccessCommandInput}
35
+ * @returns {@link ListPortfolioAccessCommandOutput}
29
36
  * @see {@link ListPortfolioAccessCommandInput} for command's `input` shape.
30
37
  * @see {@link ListPortfolioAccessCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListPortfolioAccessCommandOutput extends ListPortfolioAccessOut
41
48
  export declare class ListPortfolioAccessCommand extends $Command<ListPortfolioAccessCommandInput, ListPortfolioAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
42
49
  readonly input: ListPortfolioAccessCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListPortfolioAccessCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPortfolioAccessCommandInput, ListPortfolioAccessCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }