@aws-sdk/client-service-catalog 3.956.0 → 3.958.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -96
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1181 -1493
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +4 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1189 -1493
- package/dist-types/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
AWS SDK for JavaScript ServiceCatalog Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>Service Catalog</fullname>
|
|
10
|
-
|
|
11
10
|
<p>
|
|
12
11
|
<a href="http://aws.amazon.com/servicecatalog">Service Catalog</a> enables
|
|
13
12
|
organizations to create and manage catalogs of IT services that are approved for Amazon Web Services. To
|
|
@@ -16,10 +15,8 @@ discussed in <a href="http://docs.aws.amazon.com/servicecatalog/latest/adminguid
|
|
|
16
15
|
Concepts</a>.</p>
|
|
17
16
|
|
|
18
17
|
## Installing
|
|
19
|
-
|
|
20
18
|
To install this package, simply type add or install @aws-sdk/client-service-catalog
|
|
21
19
|
using your favorite package manager:
|
|
22
|
-
|
|
23
20
|
- `npm install @aws-sdk/client-service-catalog`
|
|
24
21
|
- `yarn add @aws-sdk/client-service-catalog`
|
|
25
22
|
- `pnpm add @aws-sdk/client-service-catalog`
|
|
@@ -55,9 +52,7 @@ To send a request, you:
|
|
|
55
52
|
// a client can be shared by different commands.
|
|
56
53
|
const client = new ServiceCatalogClient({ region: "REGION" });
|
|
57
54
|
|
|
58
|
-
const params = {
|
|
59
|
-
/** input parameters */
|
|
60
|
-
};
|
|
55
|
+
const params = { /** input parameters */ };
|
|
61
56
|
const command = new ListPortfoliosCommand(params);
|
|
62
57
|
```
|
|
63
58
|
|
|
@@ -216,7 +211,6 @@ AcceptPortfolioShare
|
|
|
216
211
|
</summary>
|
|
217
212
|
|
|
218
213
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/AcceptPortfolioShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AcceptPortfolioShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AcceptPortfolioShareCommandOutput/)
|
|
219
|
-
|
|
220
214
|
</details>
|
|
221
215
|
<details>
|
|
222
216
|
<summary>
|
|
@@ -224,7 +218,6 @@ AssociateBudgetWithResource
|
|
|
224
218
|
</summary>
|
|
225
219
|
|
|
226
220
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/AssociateBudgetWithResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AssociateBudgetWithResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AssociateBudgetWithResourceCommandOutput/)
|
|
227
|
-
|
|
228
221
|
</details>
|
|
229
222
|
<details>
|
|
230
223
|
<summary>
|
|
@@ -232,7 +225,6 @@ AssociatePrincipalWithPortfolio
|
|
|
232
225
|
</summary>
|
|
233
226
|
|
|
234
227
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/AssociatePrincipalWithPortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AssociatePrincipalWithPortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AssociatePrincipalWithPortfolioCommandOutput/)
|
|
235
|
-
|
|
236
228
|
</details>
|
|
237
229
|
<details>
|
|
238
230
|
<summary>
|
|
@@ -240,7 +232,6 @@ AssociateProductWithPortfolio
|
|
|
240
232
|
</summary>
|
|
241
233
|
|
|
242
234
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/AssociateProductWithPortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AssociateProductWithPortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AssociateProductWithPortfolioCommandOutput/)
|
|
243
|
-
|
|
244
235
|
</details>
|
|
245
236
|
<details>
|
|
246
237
|
<summary>
|
|
@@ -248,7 +239,6 @@ AssociateServiceActionWithProvisioningArtifact
|
|
|
248
239
|
</summary>
|
|
249
240
|
|
|
250
241
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/AssociateServiceActionWithProvisioningArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AssociateServiceActionWithProvisioningArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AssociateServiceActionWithProvisioningArtifactCommandOutput/)
|
|
251
|
-
|
|
252
242
|
</details>
|
|
253
243
|
<details>
|
|
254
244
|
<summary>
|
|
@@ -256,7 +246,6 @@ AssociateTagOptionWithResource
|
|
|
256
246
|
</summary>
|
|
257
247
|
|
|
258
248
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/AssociateTagOptionWithResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AssociateTagOptionWithResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/AssociateTagOptionWithResourceCommandOutput/)
|
|
259
|
-
|
|
260
249
|
</details>
|
|
261
250
|
<details>
|
|
262
251
|
<summary>
|
|
@@ -264,7 +253,6 @@ BatchAssociateServiceActionWithProvisioningArtifact
|
|
|
264
253
|
</summary>
|
|
265
254
|
|
|
266
255
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/BatchAssociateServiceActionWithProvisioningArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/BatchAssociateServiceActionWithProvisioningArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/BatchAssociateServiceActionWithProvisioningArtifactCommandOutput/)
|
|
267
|
-
|
|
268
256
|
</details>
|
|
269
257
|
<details>
|
|
270
258
|
<summary>
|
|
@@ -272,7 +260,6 @@ BatchDisassociateServiceActionFromProvisioningArtifact
|
|
|
272
260
|
</summary>
|
|
273
261
|
|
|
274
262
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/BatchDisassociateServiceActionFromProvisioningArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/BatchDisassociateServiceActionFromProvisioningArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput/)
|
|
275
|
-
|
|
276
263
|
</details>
|
|
277
264
|
<details>
|
|
278
265
|
<summary>
|
|
@@ -280,7 +267,6 @@ CopyProduct
|
|
|
280
267
|
</summary>
|
|
281
268
|
|
|
282
269
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/CopyProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CopyProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CopyProductCommandOutput/)
|
|
283
|
-
|
|
284
270
|
</details>
|
|
285
271
|
<details>
|
|
286
272
|
<summary>
|
|
@@ -288,7 +274,6 @@ CreateConstraint
|
|
|
288
274
|
</summary>
|
|
289
275
|
|
|
290
276
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/CreateConstraintCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateConstraintCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateConstraintCommandOutput/)
|
|
291
|
-
|
|
292
277
|
</details>
|
|
293
278
|
<details>
|
|
294
279
|
<summary>
|
|
@@ -296,7 +281,6 @@ CreatePortfolio
|
|
|
296
281
|
</summary>
|
|
297
282
|
|
|
298
283
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/CreatePortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreatePortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreatePortfolioCommandOutput/)
|
|
299
|
-
|
|
300
284
|
</details>
|
|
301
285
|
<details>
|
|
302
286
|
<summary>
|
|
@@ -304,7 +288,6 @@ CreatePortfolioShare
|
|
|
304
288
|
</summary>
|
|
305
289
|
|
|
306
290
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/CreatePortfolioShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreatePortfolioShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreatePortfolioShareCommandOutput/)
|
|
307
|
-
|
|
308
291
|
</details>
|
|
309
292
|
<details>
|
|
310
293
|
<summary>
|
|
@@ -312,7 +295,6 @@ CreateProduct
|
|
|
312
295
|
</summary>
|
|
313
296
|
|
|
314
297
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/CreateProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateProductCommandOutput/)
|
|
315
|
-
|
|
316
298
|
</details>
|
|
317
299
|
<details>
|
|
318
300
|
<summary>
|
|
@@ -320,7 +302,6 @@ CreateProvisionedProductPlan
|
|
|
320
302
|
</summary>
|
|
321
303
|
|
|
322
304
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/CreateProvisionedProductPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateProvisionedProductPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateProvisionedProductPlanCommandOutput/)
|
|
323
|
-
|
|
324
305
|
</details>
|
|
325
306
|
<details>
|
|
326
307
|
<summary>
|
|
@@ -328,7 +309,6 @@ CreateProvisioningArtifact
|
|
|
328
309
|
</summary>
|
|
329
310
|
|
|
330
311
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/CreateProvisioningArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateProvisioningArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateProvisioningArtifactCommandOutput/)
|
|
331
|
-
|
|
332
312
|
</details>
|
|
333
313
|
<details>
|
|
334
314
|
<summary>
|
|
@@ -336,7 +316,6 @@ CreateServiceAction
|
|
|
336
316
|
</summary>
|
|
337
317
|
|
|
338
318
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/CreateServiceActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateServiceActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateServiceActionCommandOutput/)
|
|
339
|
-
|
|
340
319
|
</details>
|
|
341
320
|
<details>
|
|
342
321
|
<summary>
|
|
@@ -344,7 +323,6 @@ CreateTagOption
|
|
|
344
323
|
</summary>
|
|
345
324
|
|
|
346
325
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/CreateTagOptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateTagOptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/CreateTagOptionCommandOutput/)
|
|
347
|
-
|
|
348
326
|
</details>
|
|
349
327
|
<details>
|
|
350
328
|
<summary>
|
|
@@ -352,7 +330,6 @@ DeleteConstraint
|
|
|
352
330
|
</summary>
|
|
353
331
|
|
|
354
332
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DeleteConstraintCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteConstraintCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteConstraintCommandOutput/)
|
|
355
|
-
|
|
356
333
|
</details>
|
|
357
334
|
<details>
|
|
358
335
|
<summary>
|
|
@@ -360,7 +337,6 @@ DeletePortfolio
|
|
|
360
337
|
</summary>
|
|
361
338
|
|
|
362
339
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DeletePortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeletePortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeletePortfolioCommandOutput/)
|
|
363
|
-
|
|
364
340
|
</details>
|
|
365
341
|
<details>
|
|
366
342
|
<summary>
|
|
@@ -368,7 +344,6 @@ DeletePortfolioShare
|
|
|
368
344
|
</summary>
|
|
369
345
|
|
|
370
346
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DeletePortfolioShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeletePortfolioShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeletePortfolioShareCommandOutput/)
|
|
371
|
-
|
|
372
347
|
</details>
|
|
373
348
|
<details>
|
|
374
349
|
<summary>
|
|
@@ -376,7 +351,6 @@ DeleteProduct
|
|
|
376
351
|
</summary>
|
|
377
352
|
|
|
378
353
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DeleteProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteProductCommandOutput/)
|
|
379
|
-
|
|
380
354
|
</details>
|
|
381
355
|
<details>
|
|
382
356
|
<summary>
|
|
@@ -384,7 +358,6 @@ DeleteProvisionedProductPlan
|
|
|
384
358
|
</summary>
|
|
385
359
|
|
|
386
360
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DeleteProvisionedProductPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteProvisionedProductPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteProvisionedProductPlanCommandOutput/)
|
|
387
|
-
|
|
388
361
|
</details>
|
|
389
362
|
<details>
|
|
390
363
|
<summary>
|
|
@@ -392,7 +365,6 @@ DeleteProvisioningArtifact
|
|
|
392
365
|
</summary>
|
|
393
366
|
|
|
394
367
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DeleteProvisioningArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteProvisioningArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteProvisioningArtifactCommandOutput/)
|
|
395
|
-
|
|
396
368
|
</details>
|
|
397
369
|
<details>
|
|
398
370
|
<summary>
|
|
@@ -400,7 +372,6 @@ DeleteServiceAction
|
|
|
400
372
|
</summary>
|
|
401
373
|
|
|
402
374
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DeleteServiceActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteServiceActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteServiceActionCommandOutput/)
|
|
403
|
-
|
|
404
375
|
</details>
|
|
405
376
|
<details>
|
|
406
377
|
<summary>
|
|
@@ -408,7 +379,6 @@ DeleteTagOption
|
|
|
408
379
|
</summary>
|
|
409
380
|
|
|
410
381
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DeleteTagOptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteTagOptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DeleteTagOptionCommandOutput/)
|
|
411
|
-
|
|
412
382
|
</details>
|
|
413
383
|
<details>
|
|
414
384
|
<summary>
|
|
@@ -416,7 +386,6 @@ DescribeConstraint
|
|
|
416
386
|
</summary>
|
|
417
387
|
|
|
418
388
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeConstraintCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeConstraintCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeConstraintCommandOutput/)
|
|
419
|
-
|
|
420
389
|
</details>
|
|
421
390
|
<details>
|
|
422
391
|
<summary>
|
|
@@ -424,7 +393,6 @@ DescribeCopyProductStatus
|
|
|
424
393
|
</summary>
|
|
425
394
|
|
|
426
395
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeCopyProductStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeCopyProductStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeCopyProductStatusCommandOutput/)
|
|
427
|
-
|
|
428
396
|
</details>
|
|
429
397
|
<details>
|
|
430
398
|
<summary>
|
|
@@ -432,7 +400,6 @@ DescribePortfolio
|
|
|
432
400
|
</summary>
|
|
433
401
|
|
|
434
402
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribePortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribePortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribePortfolioCommandOutput/)
|
|
435
|
-
|
|
436
403
|
</details>
|
|
437
404
|
<details>
|
|
438
405
|
<summary>
|
|
@@ -440,7 +407,6 @@ DescribePortfolioShares
|
|
|
440
407
|
</summary>
|
|
441
408
|
|
|
442
409
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribePortfolioSharesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribePortfolioSharesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribePortfolioSharesCommandOutput/)
|
|
443
|
-
|
|
444
410
|
</details>
|
|
445
411
|
<details>
|
|
446
412
|
<summary>
|
|
@@ -448,7 +414,6 @@ DescribePortfolioShareStatus
|
|
|
448
414
|
</summary>
|
|
449
415
|
|
|
450
416
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribePortfolioShareStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribePortfolioShareStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribePortfolioShareStatusCommandOutput/)
|
|
451
|
-
|
|
452
417
|
</details>
|
|
453
418
|
<details>
|
|
454
419
|
<summary>
|
|
@@ -456,7 +421,6 @@ DescribeProduct
|
|
|
456
421
|
</summary>
|
|
457
422
|
|
|
458
423
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProductCommandOutput/)
|
|
459
|
-
|
|
460
424
|
</details>
|
|
461
425
|
<details>
|
|
462
426
|
<summary>
|
|
@@ -464,7 +428,6 @@ DescribeProductAsAdmin
|
|
|
464
428
|
</summary>
|
|
465
429
|
|
|
466
430
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeProductAsAdminCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProductAsAdminCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProductAsAdminCommandOutput/)
|
|
467
|
-
|
|
468
431
|
</details>
|
|
469
432
|
<details>
|
|
470
433
|
<summary>
|
|
@@ -472,7 +435,6 @@ DescribeProductView
|
|
|
472
435
|
</summary>
|
|
473
436
|
|
|
474
437
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeProductViewCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProductViewCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProductViewCommandOutput/)
|
|
475
|
-
|
|
476
438
|
</details>
|
|
477
439
|
<details>
|
|
478
440
|
<summary>
|
|
@@ -480,7 +442,6 @@ DescribeProvisionedProduct
|
|
|
480
442
|
</summary>
|
|
481
443
|
|
|
482
444
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeProvisionedProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProvisionedProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProvisionedProductCommandOutput/)
|
|
483
|
-
|
|
484
445
|
</details>
|
|
485
446
|
<details>
|
|
486
447
|
<summary>
|
|
@@ -488,7 +449,6 @@ DescribeProvisionedProductPlan
|
|
|
488
449
|
</summary>
|
|
489
450
|
|
|
490
451
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeProvisionedProductPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProvisionedProductPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProvisionedProductPlanCommandOutput/)
|
|
491
|
-
|
|
492
452
|
</details>
|
|
493
453
|
<details>
|
|
494
454
|
<summary>
|
|
@@ -496,7 +456,6 @@ DescribeProvisioningArtifact
|
|
|
496
456
|
</summary>
|
|
497
457
|
|
|
498
458
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeProvisioningArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProvisioningArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProvisioningArtifactCommandOutput/)
|
|
499
|
-
|
|
500
459
|
</details>
|
|
501
460
|
<details>
|
|
502
461
|
<summary>
|
|
@@ -504,7 +463,6 @@ DescribeProvisioningParameters
|
|
|
504
463
|
</summary>
|
|
505
464
|
|
|
506
465
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeProvisioningParametersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProvisioningParametersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeProvisioningParametersCommandOutput/)
|
|
507
|
-
|
|
508
466
|
</details>
|
|
509
467
|
<details>
|
|
510
468
|
<summary>
|
|
@@ -512,7 +470,6 @@ DescribeRecord
|
|
|
512
470
|
</summary>
|
|
513
471
|
|
|
514
472
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeRecordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeRecordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeRecordCommandOutput/)
|
|
515
|
-
|
|
516
473
|
</details>
|
|
517
474
|
<details>
|
|
518
475
|
<summary>
|
|
@@ -520,7 +477,6 @@ DescribeServiceAction
|
|
|
520
477
|
</summary>
|
|
521
478
|
|
|
522
479
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeServiceActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeServiceActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeServiceActionCommandOutput/)
|
|
523
|
-
|
|
524
480
|
</details>
|
|
525
481
|
<details>
|
|
526
482
|
<summary>
|
|
@@ -528,7 +484,6 @@ DescribeServiceActionExecutionParameters
|
|
|
528
484
|
</summary>
|
|
529
485
|
|
|
530
486
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeServiceActionExecutionParametersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeServiceActionExecutionParametersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeServiceActionExecutionParametersCommandOutput/)
|
|
531
|
-
|
|
532
487
|
</details>
|
|
533
488
|
<details>
|
|
534
489
|
<summary>
|
|
@@ -536,7 +491,6 @@ DescribeTagOption
|
|
|
536
491
|
</summary>
|
|
537
492
|
|
|
538
493
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DescribeTagOptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeTagOptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DescribeTagOptionCommandOutput/)
|
|
539
|
-
|
|
540
494
|
</details>
|
|
541
495
|
<details>
|
|
542
496
|
<summary>
|
|
@@ -544,7 +498,6 @@ DisableAWSOrganizationsAccess
|
|
|
544
498
|
</summary>
|
|
545
499
|
|
|
546
500
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DisableAWSOrganizationsAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisableAWSOrganizationsAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisableAWSOrganizationsAccessCommandOutput/)
|
|
547
|
-
|
|
548
501
|
</details>
|
|
549
502
|
<details>
|
|
550
503
|
<summary>
|
|
@@ -552,7 +505,6 @@ DisassociateBudgetFromResource
|
|
|
552
505
|
</summary>
|
|
553
506
|
|
|
554
507
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DisassociateBudgetFromResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisassociateBudgetFromResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisassociateBudgetFromResourceCommandOutput/)
|
|
555
|
-
|
|
556
508
|
</details>
|
|
557
509
|
<details>
|
|
558
510
|
<summary>
|
|
@@ -560,7 +512,6 @@ DisassociatePrincipalFromPortfolio
|
|
|
560
512
|
</summary>
|
|
561
513
|
|
|
562
514
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DisassociatePrincipalFromPortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisassociatePrincipalFromPortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisassociatePrincipalFromPortfolioCommandOutput/)
|
|
563
|
-
|
|
564
515
|
</details>
|
|
565
516
|
<details>
|
|
566
517
|
<summary>
|
|
@@ -568,7 +519,6 @@ DisassociateProductFromPortfolio
|
|
|
568
519
|
</summary>
|
|
569
520
|
|
|
570
521
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DisassociateProductFromPortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisassociateProductFromPortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisassociateProductFromPortfolioCommandOutput/)
|
|
571
|
-
|
|
572
522
|
</details>
|
|
573
523
|
<details>
|
|
574
524
|
<summary>
|
|
@@ -576,7 +526,6 @@ DisassociateServiceActionFromProvisioningArtifact
|
|
|
576
526
|
</summary>
|
|
577
527
|
|
|
578
528
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DisassociateServiceActionFromProvisioningArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisassociateServiceActionFromProvisioningArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisassociateServiceActionFromProvisioningArtifactCommandOutput/)
|
|
579
|
-
|
|
580
529
|
</details>
|
|
581
530
|
<details>
|
|
582
531
|
<summary>
|
|
@@ -584,7 +533,6 @@ DisassociateTagOptionFromResource
|
|
|
584
533
|
</summary>
|
|
585
534
|
|
|
586
535
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/DisassociateTagOptionFromResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisassociateTagOptionFromResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/DisassociateTagOptionFromResourceCommandOutput/)
|
|
587
|
-
|
|
588
536
|
</details>
|
|
589
537
|
<details>
|
|
590
538
|
<summary>
|
|
@@ -592,7 +540,6 @@ EnableAWSOrganizationsAccess
|
|
|
592
540
|
</summary>
|
|
593
541
|
|
|
594
542
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/EnableAWSOrganizationsAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/EnableAWSOrganizationsAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/EnableAWSOrganizationsAccessCommandOutput/)
|
|
595
|
-
|
|
596
543
|
</details>
|
|
597
544
|
<details>
|
|
598
545
|
<summary>
|
|
@@ -600,7 +547,6 @@ ExecuteProvisionedProductPlan
|
|
|
600
547
|
</summary>
|
|
601
548
|
|
|
602
549
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ExecuteProvisionedProductPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ExecuteProvisionedProductPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ExecuteProvisionedProductPlanCommandOutput/)
|
|
603
|
-
|
|
604
550
|
</details>
|
|
605
551
|
<details>
|
|
606
552
|
<summary>
|
|
@@ -608,7 +554,6 @@ ExecuteProvisionedProductServiceAction
|
|
|
608
554
|
</summary>
|
|
609
555
|
|
|
610
556
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ExecuteProvisionedProductServiceActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ExecuteProvisionedProductServiceActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ExecuteProvisionedProductServiceActionCommandOutput/)
|
|
611
|
-
|
|
612
557
|
</details>
|
|
613
558
|
<details>
|
|
614
559
|
<summary>
|
|
@@ -616,7 +561,6 @@ GetAWSOrganizationsAccessStatus
|
|
|
616
561
|
</summary>
|
|
617
562
|
|
|
618
563
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/GetAWSOrganizationsAccessStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/GetAWSOrganizationsAccessStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/GetAWSOrganizationsAccessStatusCommandOutput/)
|
|
619
|
-
|
|
620
564
|
</details>
|
|
621
565
|
<details>
|
|
622
566
|
<summary>
|
|
@@ -624,7 +568,6 @@ GetProvisionedProductOutputs
|
|
|
624
568
|
</summary>
|
|
625
569
|
|
|
626
570
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/GetProvisionedProductOutputsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/GetProvisionedProductOutputsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/GetProvisionedProductOutputsCommandOutput/)
|
|
627
|
-
|
|
628
571
|
</details>
|
|
629
572
|
<details>
|
|
630
573
|
<summary>
|
|
@@ -632,7 +575,6 @@ ImportAsProvisionedProduct
|
|
|
632
575
|
</summary>
|
|
633
576
|
|
|
634
577
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ImportAsProvisionedProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ImportAsProvisionedProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ImportAsProvisionedProductCommandOutput/)
|
|
635
|
-
|
|
636
578
|
</details>
|
|
637
579
|
<details>
|
|
638
580
|
<summary>
|
|
@@ -640,7 +582,6 @@ ListAcceptedPortfolioShares
|
|
|
640
582
|
</summary>
|
|
641
583
|
|
|
642
584
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListAcceptedPortfolioSharesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListAcceptedPortfolioSharesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListAcceptedPortfolioSharesCommandOutput/)
|
|
643
|
-
|
|
644
585
|
</details>
|
|
645
586
|
<details>
|
|
646
587
|
<summary>
|
|
@@ -648,7 +589,6 @@ ListBudgetsForResource
|
|
|
648
589
|
</summary>
|
|
649
590
|
|
|
650
591
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListBudgetsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListBudgetsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListBudgetsForResourceCommandOutput/)
|
|
651
|
-
|
|
652
592
|
</details>
|
|
653
593
|
<details>
|
|
654
594
|
<summary>
|
|
@@ -656,7 +596,6 @@ ListConstraintsForPortfolio
|
|
|
656
596
|
</summary>
|
|
657
597
|
|
|
658
598
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListConstraintsForPortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListConstraintsForPortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListConstraintsForPortfolioCommandOutput/)
|
|
659
|
-
|
|
660
599
|
</details>
|
|
661
600
|
<details>
|
|
662
601
|
<summary>
|
|
@@ -664,7 +603,6 @@ ListLaunchPaths
|
|
|
664
603
|
</summary>
|
|
665
604
|
|
|
666
605
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListLaunchPathsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListLaunchPathsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListLaunchPathsCommandOutput/)
|
|
667
|
-
|
|
668
606
|
</details>
|
|
669
607
|
<details>
|
|
670
608
|
<summary>
|
|
@@ -672,7 +610,6 @@ ListOrganizationPortfolioAccess
|
|
|
672
610
|
</summary>
|
|
673
611
|
|
|
674
612
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListOrganizationPortfolioAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListOrganizationPortfolioAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListOrganizationPortfolioAccessCommandOutput/)
|
|
675
|
-
|
|
676
613
|
</details>
|
|
677
614
|
<details>
|
|
678
615
|
<summary>
|
|
@@ -680,7 +617,6 @@ ListPortfolioAccess
|
|
|
680
617
|
</summary>
|
|
681
618
|
|
|
682
619
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListPortfolioAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListPortfolioAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListPortfolioAccessCommandOutput/)
|
|
683
|
-
|
|
684
620
|
</details>
|
|
685
621
|
<details>
|
|
686
622
|
<summary>
|
|
@@ -688,7 +624,6 @@ ListPortfolios
|
|
|
688
624
|
</summary>
|
|
689
625
|
|
|
690
626
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListPortfoliosCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListPortfoliosCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListPortfoliosCommandOutput/)
|
|
691
|
-
|
|
692
627
|
</details>
|
|
693
628
|
<details>
|
|
694
629
|
<summary>
|
|
@@ -696,7 +631,6 @@ ListPortfoliosForProduct
|
|
|
696
631
|
</summary>
|
|
697
632
|
|
|
698
633
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListPortfoliosForProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListPortfoliosForProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListPortfoliosForProductCommandOutput/)
|
|
699
|
-
|
|
700
634
|
</details>
|
|
701
635
|
<details>
|
|
702
636
|
<summary>
|
|
@@ -704,7 +638,6 @@ ListPrincipalsForPortfolio
|
|
|
704
638
|
</summary>
|
|
705
639
|
|
|
706
640
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListPrincipalsForPortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListPrincipalsForPortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListPrincipalsForPortfolioCommandOutput/)
|
|
707
|
-
|
|
708
641
|
</details>
|
|
709
642
|
<details>
|
|
710
643
|
<summary>
|
|
@@ -712,7 +645,6 @@ ListProvisionedProductPlans
|
|
|
712
645
|
</summary>
|
|
713
646
|
|
|
714
647
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListProvisionedProductPlansCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListProvisionedProductPlansCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListProvisionedProductPlansCommandOutput/)
|
|
715
|
-
|
|
716
648
|
</details>
|
|
717
649
|
<details>
|
|
718
650
|
<summary>
|
|
@@ -720,7 +652,6 @@ ListProvisioningArtifacts
|
|
|
720
652
|
</summary>
|
|
721
653
|
|
|
722
654
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListProvisioningArtifactsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListProvisioningArtifactsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListProvisioningArtifactsCommandOutput/)
|
|
723
|
-
|
|
724
655
|
</details>
|
|
725
656
|
<details>
|
|
726
657
|
<summary>
|
|
@@ -728,7 +659,6 @@ ListProvisioningArtifactsForServiceAction
|
|
|
728
659
|
</summary>
|
|
729
660
|
|
|
730
661
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListProvisioningArtifactsForServiceActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListProvisioningArtifactsForServiceActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListProvisioningArtifactsForServiceActionCommandOutput/)
|
|
731
|
-
|
|
732
662
|
</details>
|
|
733
663
|
<details>
|
|
734
664
|
<summary>
|
|
@@ -736,7 +666,6 @@ ListRecordHistory
|
|
|
736
666
|
</summary>
|
|
737
667
|
|
|
738
668
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListRecordHistoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListRecordHistoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListRecordHistoryCommandOutput/)
|
|
739
|
-
|
|
740
669
|
</details>
|
|
741
670
|
<details>
|
|
742
671
|
<summary>
|
|
@@ -744,7 +673,6 @@ ListResourcesForTagOption
|
|
|
744
673
|
</summary>
|
|
745
674
|
|
|
746
675
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListResourcesForTagOptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListResourcesForTagOptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListResourcesForTagOptionCommandOutput/)
|
|
747
|
-
|
|
748
676
|
</details>
|
|
749
677
|
<details>
|
|
750
678
|
<summary>
|
|
@@ -752,7 +680,6 @@ ListServiceActions
|
|
|
752
680
|
</summary>
|
|
753
681
|
|
|
754
682
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListServiceActionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListServiceActionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListServiceActionsCommandOutput/)
|
|
755
|
-
|
|
756
683
|
</details>
|
|
757
684
|
<details>
|
|
758
685
|
<summary>
|
|
@@ -760,7 +687,6 @@ ListServiceActionsForProvisioningArtifact
|
|
|
760
687
|
</summary>
|
|
761
688
|
|
|
762
689
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListServiceActionsForProvisioningArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListServiceActionsForProvisioningArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListServiceActionsForProvisioningArtifactCommandOutput/)
|
|
763
|
-
|
|
764
690
|
</details>
|
|
765
691
|
<details>
|
|
766
692
|
<summary>
|
|
@@ -768,7 +694,6 @@ ListStackInstancesForProvisionedProduct
|
|
|
768
694
|
</summary>
|
|
769
695
|
|
|
770
696
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListStackInstancesForProvisionedProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListStackInstancesForProvisionedProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListStackInstancesForProvisionedProductCommandOutput/)
|
|
771
|
-
|
|
772
697
|
</details>
|
|
773
698
|
<details>
|
|
774
699
|
<summary>
|
|
@@ -776,7 +701,6 @@ ListTagOptions
|
|
|
776
701
|
</summary>
|
|
777
702
|
|
|
778
703
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ListTagOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListTagOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ListTagOptionsCommandOutput/)
|
|
779
|
-
|
|
780
704
|
</details>
|
|
781
705
|
<details>
|
|
782
706
|
<summary>
|
|
@@ -784,7 +708,6 @@ NotifyProvisionProductEngineWorkflowResult
|
|
|
784
708
|
</summary>
|
|
785
709
|
|
|
786
710
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/NotifyProvisionProductEngineWorkflowResultCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/NotifyProvisionProductEngineWorkflowResultCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/NotifyProvisionProductEngineWorkflowResultCommandOutput/)
|
|
787
|
-
|
|
788
711
|
</details>
|
|
789
712
|
<details>
|
|
790
713
|
<summary>
|
|
@@ -792,7 +715,6 @@ NotifyTerminateProvisionedProductEngineWorkflowResult
|
|
|
792
715
|
</summary>
|
|
793
716
|
|
|
794
717
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/NotifyTerminateProvisionedProductEngineWorkflowResultCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput/)
|
|
795
|
-
|
|
796
718
|
</details>
|
|
797
719
|
<details>
|
|
798
720
|
<summary>
|
|
@@ -800,7 +722,6 @@ NotifyUpdateProvisionedProductEngineWorkflowResult
|
|
|
800
722
|
</summary>
|
|
801
723
|
|
|
802
724
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/NotifyUpdateProvisionedProductEngineWorkflowResultCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput/)
|
|
803
|
-
|
|
804
725
|
</details>
|
|
805
726
|
<details>
|
|
806
727
|
<summary>
|
|
@@ -808,7 +729,6 @@ ProvisionProduct
|
|
|
808
729
|
</summary>
|
|
809
730
|
|
|
810
731
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ProvisionProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ProvisionProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ProvisionProductCommandOutput/)
|
|
811
|
-
|
|
812
732
|
</details>
|
|
813
733
|
<details>
|
|
814
734
|
<summary>
|
|
@@ -816,7 +736,6 @@ RejectPortfolioShare
|
|
|
816
736
|
</summary>
|
|
817
737
|
|
|
818
738
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/RejectPortfolioShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/RejectPortfolioShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/RejectPortfolioShareCommandOutput/)
|
|
819
|
-
|
|
820
739
|
</details>
|
|
821
740
|
<details>
|
|
822
741
|
<summary>
|
|
@@ -824,7 +743,6 @@ ScanProvisionedProducts
|
|
|
824
743
|
</summary>
|
|
825
744
|
|
|
826
745
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/ScanProvisionedProductsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ScanProvisionedProductsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/ScanProvisionedProductsCommandOutput/)
|
|
827
|
-
|
|
828
746
|
</details>
|
|
829
747
|
<details>
|
|
830
748
|
<summary>
|
|
@@ -832,7 +750,6 @@ SearchProducts
|
|
|
832
750
|
</summary>
|
|
833
751
|
|
|
834
752
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/SearchProductsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/SearchProductsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/SearchProductsCommandOutput/)
|
|
835
|
-
|
|
836
753
|
</details>
|
|
837
754
|
<details>
|
|
838
755
|
<summary>
|
|
@@ -840,7 +757,6 @@ SearchProductsAsAdmin
|
|
|
840
757
|
</summary>
|
|
841
758
|
|
|
842
759
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/SearchProductsAsAdminCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/SearchProductsAsAdminCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/SearchProductsAsAdminCommandOutput/)
|
|
843
|
-
|
|
844
760
|
</details>
|
|
845
761
|
<details>
|
|
846
762
|
<summary>
|
|
@@ -848,7 +764,6 @@ SearchProvisionedProducts
|
|
|
848
764
|
</summary>
|
|
849
765
|
|
|
850
766
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/SearchProvisionedProductsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/SearchProvisionedProductsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/SearchProvisionedProductsCommandOutput/)
|
|
851
|
-
|
|
852
767
|
</details>
|
|
853
768
|
<details>
|
|
854
769
|
<summary>
|
|
@@ -856,7 +771,6 @@ TerminateProvisionedProduct
|
|
|
856
771
|
</summary>
|
|
857
772
|
|
|
858
773
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/TerminateProvisionedProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/TerminateProvisionedProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/TerminateProvisionedProductCommandOutput/)
|
|
859
|
-
|
|
860
774
|
</details>
|
|
861
775
|
<details>
|
|
862
776
|
<summary>
|
|
@@ -864,7 +778,6 @@ UpdateConstraint
|
|
|
864
778
|
</summary>
|
|
865
779
|
|
|
866
780
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/UpdateConstraintCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateConstraintCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateConstraintCommandOutput/)
|
|
867
|
-
|
|
868
781
|
</details>
|
|
869
782
|
<details>
|
|
870
783
|
<summary>
|
|
@@ -872,7 +785,6 @@ UpdatePortfolio
|
|
|
872
785
|
</summary>
|
|
873
786
|
|
|
874
787
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/UpdatePortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdatePortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdatePortfolioCommandOutput/)
|
|
875
|
-
|
|
876
788
|
</details>
|
|
877
789
|
<details>
|
|
878
790
|
<summary>
|
|
@@ -880,7 +792,6 @@ UpdatePortfolioShare
|
|
|
880
792
|
</summary>
|
|
881
793
|
|
|
882
794
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/UpdatePortfolioShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdatePortfolioShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdatePortfolioShareCommandOutput/)
|
|
883
|
-
|
|
884
795
|
</details>
|
|
885
796
|
<details>
|
|
886
797
|
<summary>
|
|
@@ -888,7 +799,6 @@ UpdateProduct
|
|
|
888
799
|
</summary>
|
|
889
800
|
|
|
890
801
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/UpdateProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateProductCommandOutput/)
|
|
891
|
-
|
|
892
802
|
</details>
|
|
893
803
|
<details>
|
|
894
804
|
<summary>
|
|
@@ -896,7 +806,6 @@ UpdateProvisionedProduct
|
|
|
896
806
|
</summary>
|
|
897
807
|
|
|
898
808
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/UpdateProvisionedProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateProvisionedProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateProvisionedProductCommandOutput/)
|
|
899
|
-
|
|
900
809
|
</details>
|
|
901
810
|
<details>
|
|
902
811
|
<summary>
|
|
@@ -904,7 +813,6 @@ UpdateProvisionedProductProperties
|
|
|
904
813
|
</summary>
|
|
905
814
|
|
|
906
815
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/UpdateProvisionedProductPropertiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateProvisionedProductPropertiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateProvisionedProductPropertiesCommandOutput/)
|
|
907
|
-
|
|
908
816
|
</details>
|
|
909
817
|
<details>
|
|
910
818
|
<summary>
|
|
@@ -912,7 +820,6 @@ UpdateProvisioningArtifact
|
|
|
912
820
|
</summary>
|
|
913
821
|
|
|
914
822
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/UpdateProvisioningArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateProvisioningArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateProvisioningArtifactCommandOutput/)
|
|
915
|
-
|
|
916
823
|
</details>
|
|
917
824
|
<details>
|
|
918
825
|
<summary>
|
|
@@ -920,7 +827,6 @@ UpdateServiceAction
|
|
|
920
827
|
</summary>
|
|
921
828
|
|
|
922
829
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/UpdateServiceActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateServiceActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateServiceActionCommandOutput/)
|
|
923
|
-
|
|
924
830
|
</details>
|
|
925
831
|
<details>
|
|
926
832
|
<summary>
|
|
@@ -928,5 +834,4 @@ UpdateTagOption
|
|
|
928
834
|
</summary>
|
|
929
835
|
|
|
930
836
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/service-catalog/command/UpdateTagOptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateTagOptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-service-catalog/Interface/UpdateTagOptionCommandOutput/)
|
|
931
|
-
|
|
932
837
|
</details>
|