@aws-sdk/client-service-catalog 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/dist-types/ServiceCatalog.d.ts +88 -0
  2. package/dist-types/ServiceCatalogClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +16 -0
  8. package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +16 -0
  11. package/dist-types/commands/CopyProductCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateConstraintCommand.d.ts +16 -0
  13. package/dist-types/commands/CreatePortfolioCommand.d.ts +16 -0
  14. package/dist-types/commands/CreatePortfolioShareCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateProductCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateServiceActionCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateTagOptionCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteConstraintCommand.d.ts +16 -0
  21. package/dist-types/commands/DeletePortfolioCommand.d.ts +16 -0
  22. package/dist-types/commands/DeletePortfolioShareCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteProductCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteServiceActionCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteTagOptionCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeConstraintCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribePortfolioCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeProductCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeProductViewCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeRecordCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeServiceActionCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeTagOptionCommand.d.ts +16 -0
  44. package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +16 -0
  45. package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +16 -0
  46. package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +16 -0
  47. package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +16 -0
  48. package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +16 -0
  49. package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +16 -0
  50. package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +16 -0
  51. package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +16 -0
  52. package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +16 -0
  53. package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +16 -0
  54. package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +16 -0
  55. package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +16 -0
  56. package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +16 -0
  58. package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +16 -0
  59. package/dist-types/commands/ListLaunchPathsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +16 -0
  61. package/dist-types/commands/ListPortfolioAccessCommand.d.ts +16 -0
  62. package/dist-types/commands/ListPortfoliosCommand.d.ts +16 -0
  63. package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +16 -0
  64. package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +16 -0
  65. package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +16 -0
  66. package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +16 -0
  68. package/dist-types/commands/ListRecordHistoryCommand.d.ts +16 -0
  69. package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +16 -0
  70. package/dist-types/commands/ListServiceActionsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +16 -0
  72. package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +16 -0
  73. package/dist-types/commands/ListTagOptionsCommand.d.ts +16 -0
  74. package/dist-types/commands/ProvisionProductCommand.d.ts +16 -0
  75. package/dist-types/commands/RejectPortfolioShareCommand.d.ts +16 -0
  76. package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +16 -0
  77. package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +16 -0
  78. package/dist-types/commands/SearchProductsCommand.d.ts +16 -0
  79. package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +16 -0
  80. package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateConstraintCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdatePortfolioCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateProductCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateServiceActionCommand.d.ts +16 -0
  89. package/dist-types/commands/UpdateTagOptionCommand.d.ts +16 -0
  90. package/dist-types/models/ServiceCatalogServiceException.d.ts +2 -0
  91. package/dist-types/models/models_0.d.ts +705 -11
  92. package/dist-types/pagination/DescribePortfolioSharesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/GetProvisionedProductOutputsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/Interfaces.d.ts +3 -0
  95. package/dist-types/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListBudgetsForResourcePaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListConstraintsForPortfolioPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListLaunchPathsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListPortfolioAccessPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListPortfoliosForProductPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListPortfoliosPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListPrincipalsForPortfolioPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +3 -0
  105. package/dist-types/pagination/ListResourcesForTagOptionPaginator.d.ts +3 -0
  106. package/dist-types/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +3 -0
  107. package/dist-types/pagination/ListServiceActionsPaginator.d.ts +3 -0
  108. package/dist-types/pagination/ListTagOptionsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/SearchProductsAsAdminPaginator.d.ts +3 -0
  110. package/dist-types/pagination/SearchProductsPaginator.d.ts +3 -0
  111. package/dist-types/pagination/SearchProvisionedProductsPaginator.d.ts +3 -0
  112. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteServiceActionInput, DeleteServiceActionOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteServiceActionCommand}.
8
10
  */
9
11
  export interface DeleteServiceActionCommandInput extends DeleteServiceActionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteServiceActionCommand}.
13
17
  */
14
18
  export interface DeleteServiceActionCommandOutput extends DeleteServiceActionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes 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 DeleteServiceActionCommandOutput extends DeleteServiceActionOut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteServiceActionCommandInput - {@link DeleteServiceActionCommandInput}
34
+ * @returns {@link DeleteServiceActionCommandOutput}
28
35
  * @see {@link DeleteServiceActionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteServiceActionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DeleteServiceActionCommandOutput extends DeleteServiceActionOut
40
47
  export declare class DeleteServiceActionCommand extends $Command<DeleteServiceActionCommandInput, DeleteServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: DeleteServiceActionCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DeleteServiceActionCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceActionCommandInput, DeleteServiceActionCommandOutput>;
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 { DeleteTagOptionInput, DeleteTagOptionOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTagOptionCommand}.
8
10
  */
9
11
  export interface DeleteTagOptionCommandInput extends DeleteTagOptionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTagOptionCommand}.
13
17
  */
14
18
  export interface DeleteTagOptionCommandOutput extends DeleteTagOptionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified TagOption.</p>
18
23
  * <p>You cannot delete a TagOption if it is associated with a product or portfolio.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteTagOptionCommandOutput extends DeleteTagOptionOutput, __M
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteTagOptionCommandInput - {@link DeleteTagOptionCommandInput}
35
+ * @returns {@link DeleteTagOptionCommandOutput}
29
36
  * @see {@link DeleteTagOptionCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteTagOptionCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteTagOptionCommandOutput extends DeleteTagOptionOutput, __M
46
53
  export declare class DeleteTagOptionCommand extends $Command<DeleteTagOptionCommandInput, DeleteTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
47
54
  readonly input: DeleteTagOptionCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteTagOptionCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagOptionCommandInput, DeleteTagOptionCommandOutput>;
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 { DescribeConstraintInput, DescribeConstraintOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeConstraintCommand}.
8
10
  */
9
11
  export interface DescribeConstraintCommandInput extends DescribeConstraintInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeConstraintCommand}.
13
17
  */
14
18
  export interface DescribeConstraintCommandOutput extends DescribeConstraintOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about the specified constraint.</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 DescribeConstraintCommandOutput extends DescribeConstraintOutpu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeConstraintCommandInput - {@link DescribeConstraintCommandInput}
34
+ * @returns {@link DescribeConstraintCommandOutput}
28
35
  * @see {@link DescribeConstraintCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeConstraintCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DescribeConstraintCommandOutput extends DescribeConstraintOutpu
37
44
  export declare class DescribeConstraintCommand extends $Command<DescribeConstraintCommandInput, DescribeConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {
38
45
  readonly input: DescribeConstraintCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DescribeConstraintCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConstraintCommandInput, DescribeConstraintCommandOutput>;
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 { DescribeCopyProductStatusInput, DescribeCopyProductStatusOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeCopyProductStatusCommand}.
8
10
  */
9
11
  export interface DescribeCopyProductStatusCommandInput extends DescribeCopyProductStatusInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeCopyProductStatusCommand}.
13
17
  */
14
18
  export interface DescribeCopyProductStatusCommandOutput extends DescribeCopyProductStatusOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the status of the specified copy product operation.</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 DescribeCopyProductStatusCommandOutput extends DescribeCopyProd
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeCopyProductStatusCommandInput - {@link DescribeCopyProductStatusCommandInput}
34
+ * @returns {@link DescribeCopyProductStatusCommandOutput}
28
35
  * @see {@link DescribeCopyProductStatusCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeCopyProductStatusCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DescribeCopyProductStatusCommandOutput extends DescribeCopyProd
37
44
  export declare class DescribeCopyProductStatusCommand extends $Command<DescribeCopyProductStatusCommandInput, DescribeCopyProductStatusCommandOutput, ServiceCatalogClientResolvedConfig> {
38
45
  readonly input: DescribeCopyProductStatusCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DescribeCopyProductStatusCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCopyProductStatusCommandInput, DescribeCopyProductStatusCommandOutput>;
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 { DescribePortfolioInput, DescribePortfolioOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribePortfolioCommand}.
8
10
  */
9
11
  export interface DescribePortfolioCommandInput extends DescribePortfolioInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribePortfolioCommand}.
13
17
  */
14
18
  export interface DescribePortfolioCommandOutput extends DescribePortfolioOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about 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 DescribePortfolioCommandOutput extends DescribePortfolioOutput,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribePortfolioCommandInput - {@link DescribePortfolioCommandInput}
35
+ * @returns {@link DescribePortfolioCommandOutput}
29
36
  * @see {@link DescribePortfolioCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribePortfolioCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -38,11 +45,20 @@ export interface DescribePortfolioCommandOutput extends DescribePortfolioOutput,
38
45
  export declare class DescribePortfolioCommand extends $Command<DescribePortfolioCommandInput, DescribePortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
39
46
  readonly input: DescribePortfolioCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: DescribePortfolioCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePortfolioCommandInput, DescribePortfolioCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribePortfolioShareStatusInput, DescribePortfolioShareStatusOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribePortfolioShareStatusCommand}.
8
10
  */
9
11
  export interface DescribePortfolioShareStatusCommandInput extends DescribePortfolioShareStatusInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribePortfolioShareStatusCommand}.
13
17
  */
14
18
  export interface DescribePortfolioShareStatusCommandOutput extends DescribePortfolioShareStatusOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the status of the specified portfolio share operation. This API can only be called
18
23
  * by the management account in the organization or by a delegated admin.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribePortfolioShareStatusCommandOutput extends DescribePortf
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribePortfolioShareStatusCommandInput - {@link DescribePortfolioShareStatusCommandInput}
35
+ * @returns {@link DescribePortfolioShareStatusCommandOutput}
29
36
  * @see {@link DescribePortfolioShareStatusCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribePortfolioShareStatusCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DescribePortfolioShareStatusCommandOutput extends DescribePortf
44
51
  export declare class DescribePortfolioShareStatusCommand extends $Command<DescribePortfolioShareStatusCommandInput, DescribePortfolioShareStatusCommandOutput, ServiceCatalogClientResolvedConfig> {
45
52
  readonly input: DescribePortfolioShareStatusCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DescribePortfolioShareStatusCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePortfolioShareStatusCommandInput, DescribePortfolioShareStatusCommandOutput>;
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 { DescribePortfolioSharesInput, DescribePortfolioSharesOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribePortfolioSharesCommand}.
8
10
  */
9
11
  export interface DescribePortfolioSharesCommandInput extends DescribePortfolioSharesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribePortfolioSharesCommand}.
13
17
  */
14
18
  export interface DescribePortfolioSharesCommandOutput extends DescribePortfolioSharesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a summary of each of the portfolio shares that were created for the specified portfolio.</p>
18
23
  * <p>You can use this API to determine which accounts or organizational nodes this
19
24
  * portfolio have been shared, whether the recipient entity has imported the share, and
@@ -29,6 +34,8 @@ export interface DescribePortfolioSharesCommandOutput extends DescribePortfolioS
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribePortfolioSharesCommandInput - {@link DescribePortfolioSharesCommandInput}
38
+ * @returns {@link DescribePortfolioSharesCommandOutput}
32
39
  * @see {@link DescribePortfolioSharesCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribePortfolioSharesCommandOutput} for command's `response` shape.
34
41
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DescribePortfolioSharesCommandOutput extends DescribePortfolioS
44
51
  export declare class DescribePortfolioSharesCommand extends $Command<DescribePortfolioSharesCommandInput, DescribePortfolioSharesCommandOutput, ServiceCatalogClientResolvedConfig> {
45
52
  readonly input: DescribePortfolioSharesCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DescribePortfolioSharesCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePortfolioSharesCommandInput, DescribePortfolioSharesCommandOutput>;
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 { DescribeProductAsAdminInput, DescribeProductAsAdminOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProductAsAdminCommand}.
8
10
  */
9
11
  export interface DescribeProductAsAdminCommandInput extends DescribeProductAsAdminInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProductAsAdminCommand}.
13
17
  */
14
18
  export interface DescribeProductAsAdminCommandOutput extends DescribeProductAsAdminOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about the specified product. This operation is run with administrator access.</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 DescribeProductAsAdminCommandOutput extends DescribeProductAsAd
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeProductAsAdminCommandInput - {@link DescribeProductAsAdminCommandInput}
34
+ * @returns {@link DescribeProductAsAdminCommandOutput}
28
35
  * @see {@link DescribeProductAsAdminCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeProductAsAdminCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeProductAsAdminCommandOutput extends DescribeProductAsAd
40
47
  export declare class DescribeProductAsAdminCommand extends $Command<DescribeProductAsAdminCommandInput, DescribeProductAsAdminCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: DescribeProductAsAdminCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeProductAsAdminCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProductAsAdminCommandInput, DescribeProductAsAdminCommandOutput>;
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 { DescribeProductInput, DescribeProductOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProductCommand}.
8
10
  */
9
11
  export interface DescribeProductCommandInput extends DescribeProductInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProductCommand}.
13
17
  */
14
18
  export interface DescribeProductCommandOutput extends DescribeProductOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about the specified product.</p>
18
23
  * <note>
19
24
  * <p>
@@ -34,6 +39,8 @@ export interface DescribeProductCommandOutput extends DescribeProductOutput, __M
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param DescribeProductCommandInput - {@link DescribeProductCommandInput}
43
+ * @returns {@link DescribeProductCommandOutput}
37
44
  * @see {@link DescribeProductCommandInput} for command's `input` shape.
38
45
  * @see {@link DescribeProductCommandOutput} for command's `response` shape.
39
46
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DescribeProductCommandOutput extends DescribeProductOutput, __M
49
56
  export declare class DescribeProductCommand extends $Command<DescribeProductCommandInput, DescribeProductCommandOutput, ServiceCatalogClientResolvedConfig> {
50
57
  readonly input: DescribeProductCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DescribeProductCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProductCommandInput, DescribeProductCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeProductViewInput, DescribeProductViewOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProductViewCommand}.
8
10
  */
9
11
  export interface DescribeProductViewCommandInput extends DescribeProductViewInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProductViewCommand}.
13
17
  */
14
18
  export interface DescribeProductViewCommandOutput extends DescribeProductViewOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about 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 DescribeProductViewCommandOutput extends DescribeProductViewOut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeProductViewCommandInput - {@link DescribeProductViewCommandInput}
34
+ * @returns {@link DescribeProductViewCommandOutput}
28
35
  * @see {@link DescribeProductViewCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeProductViewCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeProductViewCommandOutput extends DescribeProductViewOut
40
47
  export declare class DescribeProductViewCommand extends $Command<DescribeProductViewCommandInput, DescribeProductViewCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: DescribeProductViewCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeProductViewCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProductViewCommandInput, DescribeProductViewCommandOutput>;
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 { DescribeProvisionedProductInput, DescribeProvisionedProductOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProvisionedProductCommand}.
8
10
  */
9
11
  export interface DescribeProvisionedProductCommandInput extends DescribeProvisionedProductInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProvisionedProductCommand}.
13
17
  */
14
18
  export interface DescribeProvisionedProductCommandOutput extends DescribeProvisionedProductOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about the specified provisioned product.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeProvisionedProductCommandOutput extends DescribeProvisi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeProvisionedProductCommandInput - {@link DescribeProvisionedProductCommandInput}
34
+ * @returns {@link DescribeProvisionedProductCommandOutput}
28
35
  * @see {@link DescribeProvisionedProductCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeProvisionedProductCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeProvisionedProductCommandOutput extends DescribeProvisi
40
47
  export declare class DescribeProvisionedProductCommand extends $Command<DescribeProvisionedProductCommandInput, DescribeProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: DescribeProvisionedProductCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeProvisionedProductCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProvisionedProductCommandInput, DescribeProvisionedProductCommandOutput>;
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 { DescribeProvisionedProductPlanInput, DescribeProvisionedProductPlanOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProvisionedProductPlanCommand}.
8
10
  */
9
11
  export interface DescribeProvisionedProductPlanCommandInput extends DescribeProvisionedProductPlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProvisionedProductPlanCommand}.
13
17
  */
14
18
  export interface DescribeProvisionedProductPlanCommandOutput extends DescribeProvisionedProductPlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about 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 DescribeProvisionedProductPlanCommandOutput extends DescribePro
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeProvisionedProductPlanCommandInput - {@link DescribeProvisionedProductPlanCommandInput}
34
+ * @returns {@link DescribeProvisionedProductPlanCommandOutput}
28
35
  * @see {@link DescribeProvisionedProductPlanCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeProvisionedProductPlanCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogClientResolvedConfig | config} for ServiceCatalogClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeProvisionedProductPlanCommandOutput extends DescribePro
40
47
  export declare class DescribeProvisionedProductPlanCommand extends $Command<DescribeProvisionedProductPlanCommandInput, DescribeProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
41
48
  readonly input: DescribeProvisionedProductPlanCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeProvisionedProductPlanCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProvisionedProductPlanCommandInput, DescribeProvisionedProductPlanCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }