@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
@@ -88,6 +88,7 @@ import { UpdateServiceActionCommandInput, UpdateServiceActionCommandOutput } fro
88
88
  import { UpdateTagOptionCommandInput, UpdateTagOptionCommandOutput } from "./commands/UpdateTagOptionCommand";
89
89
  import { ServiceCatalogClient } from "./ServiceCatalogClient";
90
90
  /**
91
+ * @public
91
92
  * <fullname>Service Catalog</fullname>
92
93
  * <p>
93
94
  * <a href="http://aws.amazon.com/servicecatalog">Service Catalog</a> enables
@@ -98,18 +99,21 @@ import { ServiceCatalogClient } from "./ServiceCatalogClient";
98
99
  */
99
100
  export declare class ServiceCatalog extends ServiceCatalogClient {
100
101
  /**
102
+ * @public
101
103
  * <p>Accepts an offer to share the specified portfolio.</p>
102
104
  */
103
105
  acceptPortfolioShare(args: AcceptPortfolioShareCommandInput, options?: __HttpHandlerOptions): Promise<AcceptPortfolioShareCommandOutput>;
104
106
  acceptPortfolioShare(args: AcceptPortfolioShareCommandInput, cb: (err: any, data?: AcceptPortfolioShareCommandOutput) => void): void;
105
107
  acceptPortfolioShare(args: AcceptPortfolioShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptPortfolioShareCommandOutput) => void): void;
106
108
  /**
109
+ * @public
107
110
  * <p>Associates the specified budget with the specified resource.</p>
108
111
  */
109
112
  associateBudgetWithResource(args: AssociateBudgetWithResourceCommandInput, options?: __HttpHandlerOptions): Promise<AssociateBudgetWithResourceCommandOutput>;
110
113
  associateBudgetWithResource(args: AssociateBudgetWithResourceCommandInput, cb: (err: any, data?: AssociateBudgetWithResourceCommandOutput) => void): void;
111
114
  associateBudgetWithResource(args: AssociateBudgetWithResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateBudgetWithResourceCommandOutput) => void): void;
112
115
  /**
116
+ * @public
113
117
  * <p>Associates the specified principal ARN with the specified portfolio.</p>
114
118
  * <p>If you share the portfolio with principal name sharing enabled, the <code>PrincipalARN</code> association is
115
119
  * included in the share. </p>
@@ -131,6 +135,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
131
135
  associatePrincipalWithPortfolio(args: AssociatePrincipalWithPortfolioCommandInput, cb: (err: any, data?: AssociatePrincipalWithPortfolioCommandOutput) => void): void;
132
136
  associatePrincipalWithPortfolio(args: AssociatePrincipalWithPortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePrincipalWithPortfolioCommandOutput) => void): void;
133
137
  /**
138
+ * @public
134
139
  * <p>Associates the specified product with the specified portfolio.</p>
135
140
  * <p>A delegated admin is authorized to invoke this command.</p>
136
141
  */
@@ -138,30 +143,35 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
138
143
  associateProductWithPortfolio(args: AssociateProductWithPortfolioCommandInput, cb: (err: any, data?: AssociateProductWithPortfolioCommandOutput) => void): void;
139
144
  associateProductWithPortfolio(args: AssociateProductWithPortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateProductWithPortfolioCommandOutput) => void): void;
140
145
  /**
146
+ * @public
141
147
  * <p>Associates a self-service action with a provisioning artifact.</p>
142
148
  */
143
149
  associateServiceActionWithProvisioningArtifact(args: AssociateServiceActionWithProvisioningArtifactCommandInput, options?: __HttpHandlerOptions): Promise<AssociateServiceActionWithProvisioningArtifactCommandOutput>;
144
150
  associateServiceActionWithProvisioningArtifact(args: AssociateServiceActionWithProvisioningArtifactCommandInput, cb: (err: any, data?: AssociateServiceActionWithProvisioningArtifactCommandOutput) => void): void;
145
151
  associateServiceActionWithProvisioningArtifact(args: AssociateServiceActionWithProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateServiceActionWithProvisioningArtifactCommandOutput) => void): void;
146
152
  /**
153
+ * @public
147
154
  * <p>Associate the specified TagOption with the specified portfolio or product.</p>
148
155
  */
149
156
  associateTagOptionWithResource(args: AssociateTagOptionWithResourceCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTagOptionWithResourceCommandOutput>;
150
157
  associateTagOptionWithResource(args: AssociateTagOptionWithResourceCommandInput, cb: (err: any, data?: AssociateTagOptionWithResourceCommandOutput) => void): void;
151
158
  associateTagOptionWithResource(args: AssociateTagOptionWithResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTagOptionWithResourceCommandOutput) => void): void;
152
159
  /**
160
+ * @public
153
161
  * <p>Associates multiple self-service actions with provisioning artifacts.</p>
154
162
  */
155
163
  batchAssociateServiceActionWithProvisioningArtifact(args: BatchAssociateServiceActionWithProvisioningArtifactCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateServiceActionWithProvisioningArtifactCommandOutput>;
156
164
  batchAssociateServiceActionWithProvisioningArtifact(args: BatchAssociateServiceActionWithProvisioningArtifactCommandInput, cb: (err: any, data?: BatchAssociateServiceActionWithProvisioningArtifactCommandOutput) => void): void;
157
165
  batchAssociateServiceActionWithProvisioningArtifact(args: BatchAssociateServiceActionWithProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateServiceActionWithProvisioningArtifactCommandOutput) => void): void;
158
166
  /**
167
+ * @public
159
168
  * <p>Disassociates a batch of self-service actions from the specified provisioning artifact.</p>
160
169
  */
161
170
  batchDisassociateServiceActionFromProvisioningArtifact(args: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, options?: __HttpHandlerOptions): Promise<BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput>;
162
171
  batchDisassociateServiceActionFromProvisioningArtifact(args: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, cb: (err: any, data?: BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput) => void): void;
163
172
  batchDisassociateServiceActionFromProvisioningArtifact(args: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput) => void): void;
164
173
  /**
174
+ * @public
165
175
  * <p>Copies the specified source product to the specified target product or a new
166
176
  * product.</p>
167
177
  * <p>You can copy a product to the same account or another account. You can copy a product
@@ -174,6 +184,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
174
184
  copyProduct(args: CopyProductCommandInput, cb: (err: any, data?: CopyProductCommandOutput) => void): void;
175
185
  copyProduct(args: CopyProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyProductCommandOutput) => void): void;
176
186
  /**
187
+ * @public
177
188
  * <p>Creates a constraint.</p>
178
189
  * <p>A delegated admin is authorized to invoke this command.</p>
179
190
  */
@@ -181,6 +192,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
181
192
  createConstraint(args: CreateConstraintCommandInput, cb: (err: any, data?: CreateConstraintCommandOutput) => void): void;
182
193
  createConstraint(args: CreateConstraintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConstraintCommandOutput) => void): void;
183
194
  /**
195
+ * @public
184
196
  * <p>Creates a portfolio.</p>
185
197
  * <p>A delegated admin is authorized to invoke this command.</p>
186
198
  */
@@ -188,6 +200,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
188
200
  createPortfolio(args: CreatePortfolioCommandInput, cb: (err: any, data?: CreatePortfolioCommandOutput) => void): void;
189
201
  createPortfolio(args: CreatePortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePortfolioCommandOutput) => void): void;
190
202
  /**
203
+ * @public
191
204
  * <p>Shares the specified portfolio with the specified account or organization node.
192
205
  * Shares to an organization node can only be created by the management account of an
193
206
  * organization or by a delegated administrator. You can share portfolios to an organization,
@@ -212,6 +225,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
212
225
  createPortfolioShare(args: CreatePortfolioShareCommandInput, cb: (err: any, data?: CreatePortfolioShareCommandOutput) => void): void;
213
226
  createPortfolioShare(args: CreatePortfolioShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePortfolioShareCommandOutput) => void): void;
214
227
  /**
228
+ * @public
215
229
  * <p>Creates a product.</p>
216
230
  * <p>A delegated admin is authorized to invoke this command.</p>
217
231
  * <p>The user or role that performs this operation must have the
@@ -223,6 +237,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
223
237
  createProduct(args: CreateProductCommandInput, cb: (err: any, data?: CreateProductCommandOutput) => void): void;
224
238
  createProduct(args: CreateProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProductCommandOutput) => void): void;
225
239
  /**
240
+ * @public
226
241
  * <p>Creates a plan.</p>
227
242
  * <p>A plan includes the list of resources to be
228
243
  * created (when provisioning a new product) or modified (when updating a provisioned product)
@@ -236,6 +251,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
236
251
  createProvisionedProductPlan(args: CreateProvisionedProductPlanCommandInput, cb: (err: any, data?: CreateProvisionedProductPlanCommandOutput) => void): void;
237
252
  createProvisionedProductPlan(args: CreateProvisionedProductPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProvisionedProductPlanCommandOutput) => void): void;
238
253
  /**
254
+ * @public
239
255
  * <p>Creates a provisioning artifact (also known as a version) for the specified product.</p>
240
256
  * <p>You cannot create a provisioning artifact for a product that was shared with you.</p>
241
257
  * <p>The user or role that performs this operation must have the <code>cloudformation:GetTemplate</code>
@@ -246,18 +262,21 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
246
262
  createProvisioningArtifact(args: CreateProvisioningArtifactCommandInput, cb: (err: any, data?: CreateProvisioningArtifactCommandOutput) => void): void;
247
263
  createProvisioningArtifact(args: CreateProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProvisioningArtifactCommandOutput) => void): void;
248
264
  /**
265
+ * @public
249
266
  * <p>Creates a self-service action.</p>
250
267
  */
251
268
  createServiceAction(args: CreateServiceActionCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceActionCommandOutput>;
252
269
  createServiceAction(args: CreateServiceActionCommandInput, cb: (err: any, data?: CreateServiceActionCommandOutput) => void): void;
253
270
  createServiceAction(args: CreateServiceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceActionCommandOutput) => void): void;
254
271
  /**
272
+ * @public
255
273
  * <p>Creates a TagOption.</p>
256
274
  */
257
275
  createTagOption(args: CreateTagOptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagOptionCommandOutput>;
258
276
  createTagOption(args: CreateTagOptionCommandInput, cb: (err: any, data?: CreateTagOptionCommandOutput) => void): void;
259
277
  createTagOption(args: CreateTagOptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTagOptionCommandOutput) => void): void;
260
278
  /**
279
+ * @public
261
280
  * <p>Deletes the specified constraint.</p>
262
281
  * <p>A delegated admin is authorized to invoke this command.</p>
263
282
  */
@@ -265,6 +284,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
265
284
  deleteConstraint(args: DeleteConstraintCommandInput, cb: (err: any, data?: DeleteConstraintCommandOutput) => void): void;
266
285
  deleteConstraint(args: DeleteConstraintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConstraintCommandOutput) => void): void;
267
286
  /**
287
+ * @public
268
288
  * <p>Deletes the specified portfolio.</p>
269
289
  * <p>You cannot delete a portfolio if it was shared with you or if it has associated
270
290
  * products, users, constraints, or shared accounts.</p>
@@ -274,6 +294,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
274
294
  deletePortfolio(args: DeletePortfolioCommandInput, cb: (err: any, data?: DeletePortfolioCommandOutput) => void): void;
275
295
  deletePortfolio(args: DeletePortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePortfolioCommandOutput) => void): void;
276
296
  /**
297
+ * @public
277
298
  * <p>Stops sharing the specified portfolio with the specified account or organization
278
299
  * node. Shares to an organization node can only be deleted by the management account of an
279
300
  * organization or by a delegated administrator.</p>
@@ -283,6 +304,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
283
304
  deletePortfolioShare(args: DeletePortfolioShareCommandInput, cb: (err: any, data?: DeletePortfolioShareCommandOutput) => void): void;
284
305
  deletePortfolioShare(args: DeletePortfolioShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePortfolioShareCommandOutput) => void): void;
285
306
  /**
307
+ * @public
286
308
  * <p>Deletes the specified product.</p>
287
309
  * <p>You cannot delete a product if it was shared with you or is associated with a portfolio.</p>
288
310
  * <p>A delegated admin is authorized to invoke this command.</p>
@@ -291,12 +313,14 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
291
313
  deleteProduct(args: DeleteProductCommandInput, cb: (err: any, data?: DeleteProductCommandOutput) => void): void;
292
314
  deleteProduct(args: DeleteProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProductCommandOutput) => void): void;
293
315
  /**
316
+ * @public
294
317
  * <p>Deletes the specified plan.</p>
295
318
  */
296
319
  deleteProvisionedProductPlan(args: DeleteProvisionedProductPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProvisionedProductPlanCommandOutput>;
297
320
  deleteProvisionedProductPlan(args: DeleteProvisionedProductPlanCommandInput, cb: (err: any, data?: DeleteProvisionedProductPlanCommandOutput) => void): void;
298
321
  deleteProvisionedProductPlan(args: DeleteProvisionedProductPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProvisionedProductPlanCommandOutput) => void): void;
299
322
  /**
323
+ * @public
300
324
  * <p>Deletes the specified provisioning artifact (also known as a version) for the specified product.</p>
301
325
  * <p>You cannot delete a provisioning artifact associated with a product that was shared with you.
302
326
  * You cannot delete the last provisioning artifact for a product, because a product must have at
@@ -306,12 +330,14 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
306
330
  deleteProvisioningArtifact(args: DeleteProvisioningArtifactCommandInput, cb: (err: any, data?: DeleteProvisioningArtifactCommandOutput) => void): void;
307
331
  deleteProvisioningArtifact(args: DeleteProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProvisioningArtifactCommandOutput) => void): void;
308
332
  /**
333
+ * @public
309
334
  * <p>Deletes a self-service action.</p>
310
335
  */
311
336
  deleteServiceAction(args: DeleteServiceActionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceActionCommandOutput>;
312
337
  deleteServiceAction(args: DeleteServiceActionCommandInput, cb: (err: any, data?: DeleteServiceActionCommandOutput) => void): void;
313
338
  deleteServiceAction(args: DeleteServiceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceActionCommandOutput) => void): void;
314
339
  /**
340
+ * @public
315
341
  * <p>Deletes the specified TagOption.</p>
316
342
  * <p>You cannot delete a TagOption if it is associated with a product or portfolio.</p>
317
343
  */
@@ -319,18 +345,21 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
319
345
  deleteTagOption(args: DeleteTagOptionCommandInput, cb: (err: any, data?: DeleteTagOptionCommandOutput) => void): void;
320
346
  deleteTagOption(args: DeleteTagOptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagOptionCommandOutput) => void): void;
321
347
  /**
348
+ * @public
322
349
  * <p>Gets information about the specified constraint.</p>
323
350
  */
324
351
  describeConstraint(args: DescribeConstraintCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConstraintCommandOutput>;
325
352
  describeConstraint(args: DescribeConstraintCommandInput, cb: (err: any, data?: DescribeConstraintCommandOutput) => void): void;
326
353
  describeConstraint(args: DescribeConstraintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConstraintCommandOutput) => void): void;
327
354
  /**
355
+ * @public
328
356
  * <p>Gets the status of the specified copy product operation.</p>
329
357
  */
330
358
  describeCopyProductStatus(args: DescribeCopyProductStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCopyProductStatusCommandOutput>;
331
359
  describeCopyProductStatus(args: DescribeCopyProductStatusCommandInput, cb: (err: any, data?: DescribeCopyProductStatusCommandOutput) => void): void;
332
360
  describeCopyProductStatus(args: DescribeCopyProductStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCopyProductStatusCommandOutput) => void): void;
333
361
  /**
362
+ * @public
334
363
  * <p>Gets information about the specified portfolio.</p>
335
364
  * <p>A delegated admin is authorized to invoke this command.</p>
336
365
  */
@@ -338,6 +367,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
338
367
  describePortfolio(args: DescribePortfolioCommandInput, cb: (err: any, data?: DescribePortfolioCommandOutput) => void): void;
339
368
  describePortfolio(args: DescribePortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePortfolioCommandOutput) => void): void;
340
369
  /**
370
+ * @public
341
371
  * <p>Returns a summary of each of the portfolio shares that were created for the specified portfolio.</p>
342
372
  * <p>You can use this API to determine which accounts or organizational nodes this
343
373
  * portfolio have been shared, whether the recipient entity has imported the share, and
@@ -348,6 +378,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
348
378
  describePortfolioShares(args: DescribePortfolioSharesCommandInput, cb: (err: any, data?: DescribePortfolioSharesCommandOutput) => void): void;
349
379
  describePortfolioShares(args: DescribePortfolioSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePortfolioSharesCommandOutput) => void): void;
350
380
  /**
381
+ * @public
351
382
  * <p>Gets the status of the specified portfolio share operation. This API can only be called
352
383
  * by the management account in the organization or by a delegated admin.</p>
353
384
  */
@@ -355,6 +386,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
355
386
  describePortfolioShareStatus(args: DescribePortfolioShareStatusCommandInput, cb: (err: any, data?: DescribePortfolioShareStatusCommandOutput) => void): void;
356
387
  describePortfolioShareStatus(args: DescribePortfolioShareStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePortfolioShareStatusCommandOutput) => void): void;
357
388
  /**
389
+ * @public
358
390
  * <p>Gets information about the specified product.</p>
359
391
  * <note>
360
392
  * <p>
@@ -370,36 +402,42 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
370
402
  describeProduct(args: DescribeProductCommandInput, cb: (err: any, data?: DescribeProductCommandOutput) => void): void;
371
403
  describeProduct(args: DescribeProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProductCommandOutput) => void): void;
372
404
  /**
405
+ * @public
373
406
  * <p>Gets information about the specified product. This operation is run with administrator access.</p>
374
407
  */
375
408
  describeProductAsAdmin(args: DescribeProductAsAdminCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProductAsAdminCommandOutput>;
376
409
  describeProductAsAdmin(args: DescribeProductAsAdminCommandInput, cb: (err: any, data?: DescribeProductAsAdminCommandOutput) => void): void;
377
410
  describeProductAsAdmin(args: DescribeProductAsAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProductAsAdminCommandOutput) => void): void;
378
411
  /**
412
+ * @public
379
413
  * <p>Gets information about the specified product.</p>
380
414
  */
381
415
  describeProductView(args: DescribeProductViewCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProductViewCommandOutput>;
382
416
  describeProductView(args: DescribeProductViewCommandInput, cb: (err: any, data?: DescribeProductViewCommandOutput) => void): void;
383
417
  describeProductView(args: DescribeProductViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProductViewCommandOutput) => void): void;
384
418
  /**
419
+ * @public
385
420
  * <p>Gets information about the specified provisioned product.</p>
386
421
  */
387
422
  describeProvisionedProduct(args: DescribeProvisionedProductCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProvisionedProductCommandOutput>;
388
423
  describeProvisionedProduct(args: DescribeProvisionedProductCommandInput, cb: (err: any, data?: DescribeProvisionedProductCommandOutput) => void): void;
389
424
  describeProvisionedProduct(args: DescribeProvisionedProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProvisionedProductCommandOutput) => void): void;
390
425
  /**
426
+ * @public
391
427
  * <p>Gets information about the resource changes for the specified plan.</p>
392
428
  */
393
429
  describeProvisionedProductPlan(args: DescribeProvisionedProductPlanCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProvisionedProductPlanCommandOutput>;
394
430
  describeProvisionedProductPlan(args: DescribeProvisionedProductPlanCommandInput, cb: (err: any, data?: DescribeProvisionedProductPlanCommandOutput) => void): void;
395
431
  describeProvisionedProductPlan(args: DescribeProvisionedProductPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProvisionedProductPlanCommandOutput) => void): void;
396
432
  /**
433
+ * @public
397
434
  * <p>Gets information about the specified provisioning artifact (also known as a version) for the specified product.</p>
398
435
  */
399
436
  describeProvisioningArtifact(args: DescribeProvisioningArtifactCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProvisioningArtifactCommandOutput>;
400
437
  describeProvisioningArtifact(args: DescribeProvisioningArtifactCommandInput, cb: (err: any, data?: DescribeProvisioningArtifactCommandOutput) => void): void;
401
438
  describeProvisioningArtifact(args: DescribeProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProvisioningArtifactCommandOutput) => void): void;
402
439
  /**
440
+ * @public
403
441
  * <p>Gets information about the configuration required to provision the specified product using
404
442
  * the specified provisioning artifact.</p>
405
443
  * <p>If the output contains a TagOption key with an empty list of values, there is a
@@ -413,6 +451,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
413
451
  describeProvisioningParameters(args: DescribeProvisioningParametersCommandInput, cb: (err: any, data?: DescribeProvisioningParametersCommandOutput) => void): void;
414
452
  describeProvisioningParameters(args: DescribeProvisioningParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProvisioningParametersCommandOutput) => void): void;
415
453
  /**
454
+ * @public
416
455
  * <p>Gets information about the specified request operation.</p>
417
456
  * <p>Use this operation after calling a request operation (for example, <a>ProvisionProduct</a>,
418
457
  * <a>TerminateProvisionedProduct</a>, or <a>UpdateProvisionedProduct</a>).
@@ -427,24 +466,28 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
427
466
  describeRecord(args: DescribeRecordCommandInput, cb: (err: any, data?: DescribeRecordCommandOutput) => void): void;
428
467
  describeRecord(args: DescribeRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRecordCommandOutput) => void): void;
429
468
  /**
469
+ * @public
430
470
  * <p>Describes a self-service action.</p>
431
471
  */
432
472
  describeServiceAction(args: DescribeServiceActionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceActionCommandOutput>;
433
473
  describeServiceAction(args: DescribeServiceActionCommandInput, cb: (err: any, data?: DescribeServiceActionCommandOutput) => void): void;
434
474
  describeServiceAction(args: DescribeServiceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceActionCommandOutput) => void): void;
435
475
  /**
476
+ * @public
436
477
  * <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>
437
478
  */
438
479
  describeServiceActionExecutionParameters(args: DescribeServiceActionExecutionParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceActionExecutionParametersCommandOutput>;
439
480
  describeServiceActionExecutionParameters(args: DescribeServiceActionExecutionParametersCommandInput, cb: (err: any, data?: DescribeServiceActionExecutionParametersCommandOutput) => void): void;
440
481
  describeServiceActionExecutionParameters(args: DescribeServiceActionExecutionParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceActionExecutionParametersCommandOutput) => void): void;
441
482
  /**
483
+ * @public
442
484
  * <p>Gets information about the specified TagOption.</p>
443
485
  */
444
486
  describeTagOption(args: DescribeTagOptionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagOptionCommandOutput>;
445
487
  describeTagOption(args: DescribeTagOptionCommandInput, cb: (err: any, data?: DescribeTagOptionCommandOutput) => void): void;
446
488
  describeTagOption(args: DescribeTagOptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagOptionCommandOutput) => void): void;
447
489
  /**
490
+ * @public
448
491
  * <p>Disable portfolio sharing through the Organizations service. This command will not
449
492
  * delete your current shares, but prevents you from creating new shares throughout your
450
493
  * organization. Current shares are not kept in sync with your organization structure if the structure
@@ -463,12 +506,14 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
463
506
  disableAWSOrganizationsAccess(args: DisableAWSOrganizationsAccessCommandInput, cb: (err: any, data?: DisableAWSOrganizationsAccessCommandOutput) => void): void;
464
507
  disableAWSOrganizationsAccess(args: DisableAWSOrganizationsAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableAWSOrganizationsAccessCommandOutput) => void): void;
465
508
  /**
509
+ * @public
466
510
  * <p>Disassociates the specified budget from the specified resource.</p>
467
511
  */
468
512
  disassociateBudgetFromResource(args: DisassociateBudgetFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateBudgetFromResourceCommandOutput>;
469
513
  disassociateBudgetFromResource(args: DisassociateBudgetFromResourceCommandInput, cb: (err: any, data?: DisassociateBudgetFromResourceCommandOutput) => void): void;
470
514
  disassociateBudgetFromResource(args: DisassociateBudgetFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateBudgetFromResourceCommandOutput) => void): void;
471
515
  /**
516
+ * @public
472
517
  * <p>Disassociates a previously associated principal ARN from a specified
473
518
  * portfolio.</p>
474
519
  * <p>The <code>PrincipalType</code> and <code>PrincipalARN</code> must match the
@@ -483,6 +528,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
483
528
  disassociatePrincipalFromPortfolio(args: DisassociatePrincipalFromPortfolioCommandInput, cb: (err: any, data?: DisassociatePrincipalFromPortfolioCommandOutput) => void): void;
484
529
  disassociatePrincipalFromPortfolio(args: DisassociatePrincipalFromPortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePrincipalFromPortfolioCommandOutput) => void): void;
485
530
  /**
531
+ * @public
486
532
  * <p>Disassociates the specified product from the specified portfolio. </p>
487
533
  * <p>A delegated admin is authorized to invoke this command.</p>
488
534
  */
@@ -490,18 +536,21 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
490
536
  disassociateProductFromPortfolio(args: DisassociateProductFromPortfolioCommandInput, cb: (err: any, data?: DisassociateProductFromPortfolioCommandOutput) => void): void;
491
537
  disassociateProductFromPortfolio(args: DisassociateProductFromPortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateProductFromPortfolioCommandOutput) => void): void;
492
538
  /**
539
+ * @public
493
540
  * <p>Disassociates the specified self-service action association from the specified provisioning artifact.</p>
494
541
  */
495
542
  disassociateServiceActionFromProvisioningArtifact(args: DisassociateServiceActionFromProvisioningArtifactCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateServiceActionFromProvisioningArtifactCommandOutput>;
496
543
  disassociateServiceActionFromProvisioningArtifact(args: DisassociateServiceActionFromProvisioningArtifactCommandInput, cb: (err: any, data?: DisassociateServiceActionFromProvisioningArtifactCommandOutput) => void): void;
497
544
  disassociateServiceActionFromProvisioningArtifact(args: DisassociateServiceActionFromProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateServiceActionFromProvisioningArtifactCommandOutput) => void): void;
498
545
  /**
546
+ * @public
499
547
  * <p>Disassociates the specified TagOption from the specified resource.</p>
500
548
  */
501
549
  disassociateTagOptionFromResource(args: DisassociateTagOptionFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTagOptionFromResourceCommandOutput>;
502
550
  disassociateTagOptionFromResource(args: DisassociateTagOptionFromResourceCommandInput, cb: (err: any, data?: DisassociateTagOptionFromResourceCommandOutput) => void): void;
503
551
  disassociateTagOptionFromResource(args: DisassociateTagOptionFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTagOptionFromResourceCommandOutput) => void): void;
504
552
  /**
553
+ * @public
505
554
  * <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
506
555
  * current structure. This API can only be called by the management account in the organization.</p>
507
556
  * <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>
@@ -520,18 +569,21 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
520
569
  enableAWSOrganizationsAccess(args: EnableAWSOrganizationsAccessCommandInput, cb: (err: any, data?: EnableAWSOrganizationsAccessCommandOutput) => void): void;
521
570
  enableAWSOrganizationsAccess(args: EnableAWSOrganizationsAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableAWSOrganizationsAccessCommandOutput) => void): void;
522
571
  /**
572
+ * @public
523
573
  * <p>Provisions or modifies a product based on the resource changes for the specified plan.</p>
524
574
  */
525
575
  executeProvisionedProductPlan(args: ExecuteProvisionedProductPlanCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteProvisionedProductPlanCommandOutput>;
526
576
  executeProvisionedProductPlan(args: ExecuteProvisionedProductPlanCommandInput, cb: (err: any, data?: ExecuteProvisionedProductPlanCommandOutput) => void): void;
527
577
  executeProvisionedProductPlan(args: ExecuteProvisionedProductPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteProvisionedProductPlanCommandOutput) => void): void;
528
578
  /**
579
+ * @public
529
580
  * <p>Executes a self-service action against a provisioned product.</p>
530
581
  */
531
582
  executeProvisionedProductServiceAction(args: ExecuteProvisionedProductServiceActionCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteProvisionedProductServiceActionCommandOutput>;
532
583
  executeProvisionedProductServiceAction(args: ExecuteProvisionedProductServiceActionCommandInput, cb: (err: any, data?: ExecuteProvisionedProductServiceActionCommandOutput) => void): void;
533
584
  executeProvisionedProductServiceAction(args: ExecuteProvisionedProductServiceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteProvisionedProductServiceActionCommandOutput) => void): void;
534
585
  /**
586
+ * @public
535
587
  * <p>Get the Access Status for Organizations portfolio share feature. This API can only be
536
588
  * called by the management account in the organization or by a delegated admin.</p>
537
589
  */
@@ -539,12 +591,14 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
539
591
  getAWSOrganizationsAccessStatus(args: GetAWSOrganizationsAccessStatusCommandInput, cb: (err: any, data?: GetAWSOrganizationsAccessStatusCommandOutput) => void): void;
540
592
  getAWSOrganizationsAccessStatus(args: GetAWSOrganizationsAccessStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAWSOrganizationsAccessStatusCommandOutput) => void): void;
541
593
  /**
594
+ * @public
542
595
  * <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>
543
596
  */
544
597
  getProvisionedProductOutputs(args: GetProvisionedProductOutputsCommandInput, options?: __HttpHandlerOptions): Promise<GetProvisionedProductOutputsCommandOutput>;
545
598
  getProvisionedProductOutputs(args: GetProvisionedProductOutputsCommandInput, cb: (err: any, data?: GetProvisionedProductOutputsCommandOutput) => void): void;
546
599
  getProvisionedProductOutputs(args: GetProvisionedProductOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProvisionedProductOutputsCommandOutput) => void): void;
547
600
  /**
601
+ * @public
548
602
  * <p>
549
603
  * Requests the import
550
604
  * of a resource
@@ -592,6 +646,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
592
646
  importAsProvisionedProduct(args: ImportAsProvisionedProductCommandInput, cb: (err: any, data?: ImportAsProvisionedProductCommandOutput) => void): void;
593
647
  importAsProvisionedProduct(args: ImportAsProvisionedProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportAsProvisionedProductCommandOutput) => void): void;
594
648
  /**
649
+ * @public
595
650
  * <p>Lists all imported portfolios for which account-to-account shares were accepted by
596
651
  * this account. By specifying the <code>PortfolioShareType</code>, you can list portfolios for which
597
652
  * organizational shares were accepted by this account.</p>
@@ -600,18 +655,21 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
600
655
  listAcceptedPortfolioShares(args: ListAcceptedPortfolioSharesCommandInput, cb: (err: any, data?: ListAcceptedPortfolioSharesCommandOutput) => void): void;
601
656
  listAcceptedPortfolioShares(args: ListAcceptedPortfolioSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAcceptedPortfolioSharesCommandOutput) => void): void;
602
657
  /**
658
+ * @public
603
659
  * <p>Lists all the budgets associated to the specified resource.</p>
604
660
  */
605
661
  listBudgetsForResource(args: ListBudgetsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListBudgetsForResourceCommandOutput>;
606
662
  listBudgetsForResource(args: ListBudgetsForResourceCommandInput, cb: (err: any, data?: ListBudgetsForResourceCommandOutput) => void): void;
607
663
  listBudgetsForResource(args: ListBudgetsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBudgetsForResourceCommandOutput) => void): void;
608
664
  /**
665
+ * @public
609
666
  * <p>Lists the constraints for the specified portfolio and product.</p>
610
667
  */
611
668
  listConstraintsForPortfolio(args: ListConstraintsForPortfolioCommandInput, options?: __HttpHandlerOptions): Promise<ListConstraintsForPortfolioCommandOutput>;
612
669
  listConstraintsForPortfolio(args: ListConstraintsForPortfolioCommandInput, cb: (err: any, data?: ListConstraintsForPortfolioCommandOutput) => void): void;
613
670
  listConstraintsForPortfolio(args: ListConstraintsForPortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConstraintsForPortfolioCommandOutput) => void): void;
614
671
  /**
672
+ * @public
615
673
  * <p>
616
674
  * Lists the paths
617
675
  * to the specified product.
@@ -643,6 +701,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
643
701
  listLaunchPaths(args: ListLaunchPathsCommandInput, cb: (err: any, data?: ListLaunchPathsCommandOutput) => void): void;
644
702
  listLaunchPaths(args: ListLaunchPathsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLaunchPathsCommandOutput) => void): void;
645
703
  /**
704
+ * @public
646
705
  * <p>Lists the organization nodes that have access to the specified portfolio. This API can
647
706
  * only be called by the management account in the organization or by a delegated
648
707
  * admin.</p>
@@ -652,6 +711,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
652
711
  listOrganizationPortfolioAccess(args: ListOrganizationPortfolioAccessCommandInput, cb: (err: any, data?: ListOrganizationPortfolioAccessCommandOutput) => void): void;
653
712
  listOrganizationPortfolioAccess(args: ListOrganizationPortfolioAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationPortfolioAccessCommandOutput) => void): void;
654
713
  /**
714
+ * @public
655
715
  * <p>Lists the account IDs that have access to the specified portfolio.</p>
656
716
  * <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>
657
717
  */
@@ -659,78 +719,91 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
659
719
  listPortfolioAccess(args: ListPortfolioAccessCommandInput, cb: (err: any, data?: ListPortfolioAccessCommandOutput) => void): void;
660
720
  listPortfolioAccess(args: ListPortfolioAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPortfolioAccessCommandOutput) => void): void;
661
721
  /**
722
+ * @public
662
723
  * <p>Lists all portfolios in the catalog.</p>
663
724
  */
664
725
  listPortfolios(args: ListPortfoliosCommandInput, options?: __HttpHandlerOptions): Promise<ListPortfoliosCommandOutput>;
665
726
  listPortfolios(args: ListPortfoliosCommandInput, cb: (err: any, data?: ListPortfoliosCommandOutput) => void): void;
666
727
  listPortfolios(args: ListPortfoliosCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPortfoliosCommandOutput) => void): void;
667
728
  /**
729
+ * @public
668
730
  * <p>Lists all portfolios that the specified product is associated with.</p>
669
731
  */
670
732
  listPortfoliosForProduct(args: ListPortfoliosForProductCommandInput, options?: __HttpHandlerOptions): Promise<ListPortfoliosForProductCommandOutput>;
671
733
  listPortfoliosForProduct(args: ListPortfoliosForProductCommandInput, cb: (err: any, data?: ListPortfoliosForProductCommandOutput) => void): void;
672
734
  listPortfoliosForProduct(args: ListPortfoliosForProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPortfoliosForProductCommandOutput) => void): void;
673
735
  /**
736
+ * @public
674
737
  * <p>Lists all <code>PrincipalARN</code>s and corresponding <code>PrincipalType</code>s associated with the specified portfolio.</p>
675
738
  */
676
739
  listPrincipalsForPortfolio(args: ListPrincipalsForPortfolioCommandInput, options?: __HttpHandlerOptions): Promise<ListPrincipalsForPortfolioCommandOutput>;
677
740
  listPrincipalsForPortfolio(args: ListPrincipalsForPortfolioCommandInput, cb: (err: any, data?: ListPrincipalsForPortfolioCommandOutput) => void): void;
678
741
  listPrincipalsForPortfolio(args: ListPrincipalsForPortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrincipalsForPortfolioCommandOutput) => void): void;
679
742
  /**
743
+ * @public
680
744
  * <p>Lists the plans for the specified provisioned product or all plans to which the user has access.</p>
681
745
  */
682
746
  listProvisionedProductPlans(args: ListProvisionedProductPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListProvisionedProductPlansCommandOutput>;
683
747
  listProvisionedProductPlans(args: ListProvisionedProductPlansCommandInput, cb: (err: any, data?: ListProvisionedProductPlansCommandOutput) => void): void;
684
748
  listProvisionedProductPlans(args: ListProvisionedProductPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProvisionedProductPlansCommandOutput) => void): void;
685
749
  /**
750
+ * @public
686
751
  * <p>Lists all provisioning artifacts (also known as versions) for the specified product.</p>
687
752
  */
688
753
  listProvisioningArtifacts(args: ListProvisioningArtifactsCommandInput, options?: __HttpHandlerOptions): Promise<ListProvisioningArtifactsCommandOutput>;
689
754
  listProvisioningArtifacts(args: ListProvisioningArtifactsCommandInput, cb: (err: any, data?: ListProvisioningArtifactsCommandOutput) => void): void;
690
755
  listProvisioningArtifacts(args: ListProvisioningArtifactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProvisioningArtifactsCommandOutput) => void): void;
691
756
  /**
757
+ * @public
692
758
  * <p>Lists all provisioning artifacts (also known as versions) for the specified self-service action.</p>
693
759
  */
694
760
  listProvisioningArtifactsForServiceAction(args: ListProvisioningArtifactsForServiceActionCommandInput, options?: __HttpHandlerOptions): Promise<ListProvisioningArtifactsForServiceActionCommandOutput>;
695
761
  listProvisioningArtifactsForServiceAction(args: ListProvisioningArtifactsForServiceActionCommandInput, cb: (err: any, data?: ListProvisioningArtifactsForServiceActionCommandOutput) => void): void;
696
762
  listProvisioningArtifactsForServiceAction(args: ListProvisioningArtifactsForServiceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProvisioningArtifactsForServiceActionCommandOutput) => void): void;
697
763
  /**
764
+ * @public
698
765
  * <p>Lists the specified requests or all performed requests.</p>
699
766
  */
700
767
  listRecordHistory(args: ListRecordHistoryCommandInput, options?: __HttpHandlerOptions): Promise<ListRecordHistoryCommandOutput>;
701
768
  listRecordHistory(args: ListRecordHistoryCommandInput, cb: (err: any, data?: ListRecordHistoryCommandOutput) => void): void;
702
769
  listRecordHistory(args: ListRecordHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecordHistoryCommandOutput) => void): void;
703
770
  /**
771
+ * @public
704
772
  * <p>Lists the resources associated with the specified TagOption.</p>
705
773
  */
706
774
  listResourcesForTagOption(args: ListResourcesForTagOptionCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesForTagOptionCommandOutput>;
707
775
  listResourcesForTagOption(args: ListResourcesForTagOptionCommandInput, cb: (err: any, data?: ListResourcesForTagOptionCommandOutput) => void): void;
708
776
  listResourcesForTagOption(args: ListResourcesForTagOptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesForTagOptionCommandOutput) => void): void;
709
777
  /**
778
+ * @public
710
779
  * <p>Lists all self-service actions.</p>
711
780
  */
712
781
  listServiceActions(args: ListServiceActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceActionsCommandOutput>;
713
782
  listServiceActions(args: ListServiceActionsCommandInput, cb: (err: any, data?: ListServiceActionsCommandOutput) => void): void;
714
783
  listServiceActions(args: ListServiceActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceActionsCommandOutput) => void): void;
715
784
  /**
785
+ * @public
716
786
  * <p>Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.</p>
717
787
  */
718
788
  listServiceActionsForProvisioningArtifact(args: ListServiceActionsForProvisioningArtifactCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceActionsForProvisioningArtifactCommandOutput>;
719
789
  listServiceActionsForProvisioningArtifact(args: ListServiceActionsForProvisioningArtifactCommandInput, cb: (err: any, data?: ListServiceActionsForProvisioningArtifactCommandOutput) => void): void;
720
790
  listServiceActionsForProvisioningArtifact(args: ListServiceActionsForProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceActionsForProvisioningArtifactCommandOutput) => void): void;
721
791
  /**
792
+ * @public
722
793
  * <p>Returns summary information about stack instances that are associated with the specified <code>CFN_STACKSET</code> type provisioned product. You can filter for stack instances that are associated with a specific Amazon Web Services account name or Region. </p>
723
794
  */
724
795
  listStackInstancesForProvisionedProduct(args: ListStackInstancesForProvisionedProductCommandInput, options?: __HttpHandlerOptions): Promise<ListStackInstancesForProvisionedProductCommandOutput>;
725
796
  listStackInstancesForProvisionedProduct(args: ListStackInstancesForProvisionedProductCommandInput, cb: (err: any, data?: ListStackInstancesForProvisionedProductCommandOutput) => void): void;
726
797
  listStackInstancesForProvisionedProduct(args: ListStackInstancesForProvisionedProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStackInstancesForProvisionedProductCommandOutput) => void): void;
727
798
  /**
799
+ * @public
728
800
  * <p>Lists the specified TagOptions or all TagOptions.</p>
729
801
  */
730
802
  listTagOptions(args: ListTagOptionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagOptionsCommandOutput>;
731
803
  listTagOptions(args: ListTagOptionsCommandInput, cb: (err: any, data?: ListTagOptionsCommandOutput) => void): void;
732
804
  listTagOptions(args: ListTagOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagOptionsCommandOutput) => void): void;
733
805
  /**
806
+ * @public
734
807
  * <p>
735
808
  * Provisions the specified product.
736
809
  * </p>
@@ -773,12 +846,14 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
773
846
  provisionProduct(args: ProvisionProductCommandInput, cb: (err: any, data?: ProvisionProductCommandOutput) => void): void;
774
847
  provisionProduct(args: ProvisionProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ProvisionProductCommandOutput) => void): void;
775
848
  /**
849
+ * @public
776
850
  * <p>Rejects an offer to share the specified portfolio.</p>
777
851
  */
778
852
  rejectPortfolioShare(args: RejectPortfolioShareCommandInput, options?: __HttpHandlerOptions): Promise<RejectPortfolioShareCommandOutput>;
779
853
  rejectPortfolioShare(args: RejectPortfolioShareCommandInput, cb: (err: any, data?: RejectPortfolioShareCommandOutput) => void): void;
780
854
  rejectPortfolioShare(args: RejectPortfolioShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectPortfolioShareCommandOutput) => void): void;
781
855
  /**
856
+ * @public
782
857
  * <p>Lists the provisioned products that are available (not terminated).</p>
783
858
  * <p>To use additional filtering, see <a>SearchProvisionedProducts</a>.</p>
784
859
  */
@@ -786,24 +861,28 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
786
861
  scanProvisionedProducts(args: ScanProvisionedProductsCommandInput, cb: (err: any, data?: ScanProvisionedProductsCommandOutput) => void): void;
787
862
  scanProvisionedProducts(args: ScanProvisionedProductsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ScanProvisionedProductsCommandOutput) => void): void;
788
863
  /**
864
+ * @public
789
865
  * <p>Gets information about the products to which the caller has access.</p>
790
866
  */
791
867
  searchProducts(args: SearchProductsCommandInput, options?: __HttpHandlerOptions): Promise<SearchProductsCommandOutput>;
792
868
  searchProducts(args: SearchProductsCommandInput, cb: (err: any, data?: SearchProductsCommandOutput) => void): void;
793
869
  searchProducts(args: SearchProductsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchProductsCommandOutput) => void): void;
794
870
  /**
871
+ * @public
795
872
  * <p>Gets information about the products for the specified portfolio or all products.</p>
796
873
  */
797
874
  searchProductsAsAdmin(args: SearchProductsAsAdminCommandInput, options?: __HttpHandlerOptions): Promise<SearchProductsAsAdminCommandOutput>;
798
875
  searchProductsAsAdmin(args: SearchProductsAsAdminCommandInput, cb: (err: any, data?: SearchProductsAsAdminCommandOutput) => void): void;
799
876
  searchProductsAsAdmin(args: SearchProductsAsAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchProductsAsAdminCommandOutput) => void): void;
800
877
  /**
878
+ * @public
801
879
  * <p>Gets information about the provisioned products that meet the specified criteria.</p>
802
880
  */
803
881
  searchProvisionedProducts(args: SearchProvisionedProductsCommandInput, options?: __HttpHandlerOptions): Promise<SearchProvisionedProductsCommandOutput>;
804
882
  searchProvisionedProducts(args: SearchProvisionedProductsCommandInput, cb: (err: any, data?: SearchProvisionedProductsCommandOutput) => void): void;
805
883
  searchProvisionedProducts(args: SearchProvisionedProductsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchProvisionedProductsCommandOutput) => void): void;
806
884
  /**
885
+ * @public
807
886
  * <p>Terminates the specified provisioned product.</p>
808
887
  * <p>This operation does not delete any records associated with the provisioned product.</p>
809
888
  * <p>You can check the status of this request using <a>DescribeRecord</a>.</p>
@@ -812,12 +891,14 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
812
891
  terminateProvisionedProduct(args: TerminateProvisionedProductCommandInput, cb: (err: any, data?: TerminateProvisionedProductCommandOutput) => void): void;
813
892
  terminateProvisionedProduct(args: TerminateProvisionedProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateProvisionedProductCommandOutput) => void): void;
814
893
  /**
894
+ * @public
815
895
  * <p>Updates the specified constraint.</p>
816
896
  */
817
897
  updateConstraint(args: UpdateConstraintCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConstraintCommandOutput>;
818
898
  updateConstraint(args: UpdateConstraintCommandInput, cb: (err: any, data?: UpdateConstraintCommandOutput) => void): void;
819
899
  updateConstraint(args: UpdateConstraintCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConstraintCommandOutput) => void): void;
820
900
  /**
901
+ * @public
821
902
  * <p>Updates the specified portfolio.</p>
822
903
  * <p>You cannot update a product that was shared with you.</p>
823
904
  */
@@ -825,6 +906,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
825
906
  updatePortfolio(args: UpdatePortfolioCommandInput, cb: (err: any, data?: UpdatePortfolioCommandOutput) => void): void;
826
907
  updatePortfolio(args: UpdatePortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePortfolioCommandOutput) => void): void;
827
908
  /**
909
+ * @public
828
910
  * <p>Updates the specified portfolio share. You can use this API to enable or disable <code>TagOptions</code> sharing
829
911
  * or Principal sharing for an existing portfolio share. </p>
830
912
  * <p>The portfolio share cannot be updated if the <code>CreatePortfolioShare</code> operation is <code>IN_PROGRESS</code>, as the share is not available to recipient entities. In this case, you must wait for the portfolio share to be COMPLETED.</p>
@@ -845,12 +927,14 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
845
927
  updatePortfolioShare(args: UpdatePortfolioShareCommandInput, cb: (err: any, data?: UpdatePortfolioShareCommandOutput) => void): void;
846
928
  updatePortfolioShare(args: UpdatePortfolioShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePortfolioShareCommandOutput) => void): void;
847
929
  /**
930
+ * @public
848
931
  * <p>Updates the specified product.</p>
849
932
  */
850
933
  updateProduct(args: UpdateProductCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProductCommandOutput>;
851
934
  updateProduct(args: UpdateProductCommandInput, cb: (err: any, data?: UpdateProductCommandOutput) => void): void;
852
935
  updateProduct(args: UpdateProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProductCommandOutput) => void): void;
853
936
  /**
937
+ * @public
854
938
  * <p>Requests updates to the configuration of the specified provisioned product.</p>
855
939
  * <p>If there are tags associated with the object, they cannot be updated or added.
856
940
  * Depending on the specific updates requested, this operation can update with no
@@ -861,12 +945,14 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
861
945
  updateProvisionedProduct(args: UpdateProvisionedProductCommandInput, cb: (err: any, data?: UpdateProvisionedProductCommandOutput) => void): void;
862
946
  updateProvisionedProduct(args: UpdateProvisionedProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProvisionedProductCommandOutput) => void): void;
863
947
  /**
948
+ * @public
864
949
  * <p>Requests updates to the properties of the specified provisioned product.</p>
865
950
  */
866
951
  updateProvisionedProductProperties(args: UpdateProvisionedProductPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProvisionedProductPropertiesCommandOutput>;
867
952
  updateProvisionedProductProperties(args: UpdateProvisionedProductPropertiesCommandInput, cb: (err: any, data?: UpdateProvisionedProductPropertiesCommandOutput) => void): void;
868
953
  updateProvisionedProductProperties(args: UpdateProvisionedProductPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProvisionedProductPropertiesCommandOutput) => void): void;
869
954
  /**
955
+ * @public
870
956
  * <p>Updates the specified provisioning artifact (also known as a version) for the specified product.</p>
871
957
  * <p>You cannot update a provisioning artifact for a product that was shared with you.</p>
872
958
  */
@@ -874,12 +960,14 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
874
960
  updateProvisioningArtifact(args: UpdateProvisioningArtifactCommandInput, cb: (err: any, data?: UpdateProvisioningArtifactCommandOutput) => void): void;
875
961
  updateProvisioningArtifact(args: UpdateProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProvisioningArtifactCommandOutput) => void): void;
876
962
  /**
963
+ * @public
877
964
  * <p>Updates a self-service action.</p>
878
965
  */
879
966
  updateServiceAction(args: UpdateServiceActionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceActionCommandOutput>;
880
967
  updateServiceAction(args: UpdateServiceActionCommandInput, cb: (err: any, data?: UpdateServiceActionCommandOutput) => void): void;
881
968
  updateServiceAction(args: UpdateServiceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceActionCommandOutput) => void): void;
882
969
  /**
970
+ * @public
883
971
  * <p>Updates the specified TagOption.</p>
884
972
  */
885
973
  updateTagOption(args: UpdateTagOptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTagOptionCommandOutput>;