@aws-sdk/client-service-catalog 3.278.0 → 3.281.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 (93) hide show
  1. package/README.md +699 -0
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-types/ServiceCatalog.d.ts +115 -46
  5. package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +6 -0
  6. package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +6 -0
  7. package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +6 -1
  8. package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +6 -0
  9. package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +6 -0
  10. package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +6 -0
  11. package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +6 -0
  12. package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +6 -0
  13. package/dist-types/commands/CopyProductCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateConstraintCommand.d.ts +6 -0
  15. package/dist-types/commands/CreatePortfolioCommand.d.ts +6 -0
  16. package/dist-types/commands/CreatePortfolioShareCommand.d.ts +7 -2
  17. package/dist-types/commands/CreateProductCommand.d.ts +6 -1
  18. package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +6 -0
  19. package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +6 -1
  20. package/dist-types/commands/CreateServiceActionCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateTagOptionCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteConstraintCommand.d.ts +6 -0
  23. package/dist-types/commands/DeletePortfolioCommand.d.ts +6 -0
  24. package/dist-types/commands/DeletePortfolioShareCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteProductCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteServiceActionCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteTagOptionCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeConstraintCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribePortfolioCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeProductCommand.d.ts +15 -0
  37. package/dist-types/commands/DescribeProductViewCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +6 -0
  42. package/dist-types/commands/DescribeRecordCommand.d.ts +6 -0
  43. package/dist-types/commands/DescribeServiceActionCommand.d.ts +6 -0
  44. package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +6 -0
  45. package/dist-types/commands/DescribeTagOptionCommand.d.ts +6 -0
  46. package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +6 -0
  47. package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +6 -0
  48. package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +6 -0
  49. package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +6 -0
  50. package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +6 -0
  51. package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +6 -0
  52. package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +6 -0
  53. package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +6 -0
  54. package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +6 -0
  55. package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +6 -0
  56. package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +6 -0
  57. package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +48 -14
  58. package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +6 -0
  59. package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +6 -0
  60. package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +6 -0
  61. package/dist-types/commands/ListLaunchPathsCommand.d.ts +32 -3
  62. package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +6 -0
  63. package/dist-types/commands/ListPortfolioAccessCommand.d.ts +6 -0
  64. package/dist-types/commands/ListPortfoliosCommand.d.ts +6 -0
  65. package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +6 -0
  66. package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +6 -0
  67. package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +6 -0
  68. package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +6 -0
  69. package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +6 -0
  70. package/dist-types/commands/ListRecordHistoryCommand.d.ts +6 -0
  71. package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +6 -0
  72. package/dist-types/commands/ListServiceActionsCommand.d.ts +6 -0
  73. package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +6 -0
  74. package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +6 -0
  75. package/dist-types/commands/ListTagOptionsCommand.d.ts +6 -0
  76. package/dist-types/commands/ProvisionProductCommand.d.ts +43 -9
  77. package/dist-types/commands/RejectPortfolioShareCommand.d.ts +6 -0
  78. package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +6 -0
  79. package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +6 -0
  80. package/dist-types/commands/SearchProductsCommand.d.ts +6 -0
  81. package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +6 -10
  82. package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +6 -0
  83. package/dist-types/commands/UpdateConstraintCommand.d.ts +6 -0
  84. package/dist-types/commands/UpdatePortfolioCommand.d.ts +6 -0
  85. package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +6 -5
  86. package/dist-types/commands/UpdateProductCommand.d.ts +6 -0
  87. package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +6 -0
  88. package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +6 -0
  89. package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +6 -0
  90. package/dist-types/commands/UpdateServiceActionCommand.d.ts +6 -0
  91. package/dist-types/commands/UpdateTagOptionCommand.d.ts +6 -0
  92. package/dist-types/models/models_0.d.ts +0 -4
  93. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const p = "required", q = "fn", r = "argv", s = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
6
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const p = "required", q = "fn", r = "argv", s = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
3
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
1
+ const q = "required", r = "fn", s = "argv", t = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
4
4
  export const ruleSet = _data;
@@ -117,7 +117,6 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
117
117
  * required. </p>
118
118
  * <p>You can associate a maximum of 10 Principals with a portfolio using <code>PrincipalType</code> as <code>IAM_PATTERN</code>
119
119
  * </p>
120
- *
121
120
  * <note>
122
121
  * <p>When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is
123
122
  * then shared with other accounts. For a user in a recipient account who is <i>not</i> an Service Catalog Admin,
@@ -194,12 +193,11 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
194
193
  * organization or by a delegated administrator. You can share portfolios to an organization,
195
194
  * an organizational unit, or a specific account.</p>
196
195
  * <p>Note that if a delegated admin is de-registered, they can no longer create portfolio shares.</p>
197
- * <p>
196
+ * <p>
198
197
  * <code>AWSOrganizationsAccess</code> must be enabled in order to create a portfolio share to an organization node.</p>
199
198
  * <p>You can't share a shared resource, including portfolios that contain a shared product.</p>
200
199
  * <p>If the portfolio share with the specified account or organization node already exists, this action will have no effect
201
200
  * and will not return an error. To update an existing share, you must use the <code> UpdatePortfolioShare</code> API instead. </p>
202
- *
203
201
  * <note>
204
202
  * <p>When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is
205
203
  * then shared with other accounts. For a user in a recipient account who is <i>not</i> an Service Catalog Admin,
@@ -216,7 +214,6 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
216
214
  /**
217
215
  * <p>Creates a product.</p>
218
216
  * <p>A delegated admin is authorized to invoke this command.</p>
219
- *
220
217
  * <p>The user or role that performs this operation must have the
221
218
  * <code>cloudformation:GetTemplate</code> IAM policy permission. This policy permission is
222
219
  * required when using the <code>ImportFromPhysicalId</code> template source in the
@@ -241,7 +238,6 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
241
238
  /**
242
239
  * <p>Creates a provisioning artifact (also known as a version) for the specified product.</p>
243
240
  * <p>You cannot create a provisioning artifact for a product that was shared with you.</p>
244
- *
245
241
  * <p>The user or role that performs this operation must have the <code>cloudformation:GetTemplate</code>
246
242
  * IAM policy permission. This policy permission is required when using the
247
243
  * <code>ImportFromPhysicalId</code> template source in the information data section.</p>
@@ -360,6 +356,15 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
360
356
  describePortfolioShareStatus(args: DescribePortfolioShareStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePortfolioShareStatusCommandOutput) => void): void;
361
357
  /**
362
358
  * <p>Gets information about the specified product.</p>
359
+ * <note>
360
+ * <p>
361
+ * Running this operation
362
+ * with administrator access
363
+ * results
364
+ * in a failure.
365
+ * <a>DescribeProductAsAdmin</a> should be used instead.
366
+ * </p>
367
+ * </note>
363
368
  */
364
369
  describeProduct(args: DescribeProductCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProductCommandOutput>;
365
370
  describeProduct(args: DescribeProductCommandInput, cb: (err: any, data?: DescribeProductCommandOutput) => void): void;
@@ -540,20 +545,48 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
540
545
  getProvisionedProductOutputs(args: GetProvisionedProductOutputsCommandInput, cb: (err: any, data?: GetProvisionedProductOutputsCommandOutput) => void): void;
541
546
  getProvisionedProductOutputs(args: GetProvisionedProductOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProvisionedProductOutputsCommandOutput) => void): void;
542
547
  /**
543
- * <p>Requests the import of a resource as an Service Catalog provisioned product that is
544
- * associated to an Service Catalog product and provisioning artifact. Once imported, all
545
- * supported Service Catalog governance actions are supported on the provisioned
546
- * product.</p>
547
- * <p>Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and
548
- * non-root nested stacks are not supported.</p>
549
- * <p>The CloudFormation stack must have one of the following statuses to be imported:
550
- * <code>CREATE_COMPLETE</code>, <code>UPDATE_COMPLETE</code>, <code>UPDATE_ROLLBACK_COMPLETE</code>, <code>IMPORT_COMPLETE</code>,
551
- * <code>IMPORT_ROLLBACK_COMPLETE</code>.</p>
552
- * <p>Import of the resource requires that the CloudFormation stack template matches the
553
- * associated Service Catalog product provisioning artifact. </p>
554
- *
555
- * <p>The user or role that performs this operation must have the <code>cloudformation:GetTemplate</code>
556
- * and <code>cloudformation:DescribeStacks</code> IAM policy permissions. </p>
548
+ * <p>
549
+ * Requests the import
550
+ * of a resource
551
+ * as an Service Catalog provisioned product
552
+ * that is associated
553
+ * to an Service Catalog product and provisioning artifact.
554
+ * Once imported,
555
+ * all supported governance actions are supported
556
+ * on the provisioned product.
557
+ * </p>
558
+ * <p>
559
+ * Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets, and non-root nested stacks are not supported.
560
+ * </p>
561
+ * <p>
562
+ * The CloudFormation stack must have one
563
+ * of the following statuses
564
+ * to be imported: <code>CREATE_COMPLETE</code>, <code>UPDATE_COMPLETE</code>, <code>UPDATE_ROLLBACK_COMPLETE</code>, <code>IMPORT_COMPLETE</code>, and <code>IMPORT_ROLLBACK_COMPLETE</code>.
565
+ * </p>
566
+ * <p>
567
+ * Import
568
+ * of the resource requires
569
+ * that the CloudFormation stack template matches the associated Service Catalog product provisioning artifact.
570
+ * </p>
571
+ * <note>
572
+ * <p>
573
+ * When you import an existing CloudFormation stack
574
+ * into a portfolio,
575
+ * constraints
576
+ * that are associated
577
+ * with the product
578
+ * aren't applied
579
+ * during the import process.
580
+ * The constraints are applied
581
+ * after you call <code>UpdateProvisionedProduct</code>
582
+ * for the provisioned product.
583
+ * </p>
584
+ * </note>
585
+ * <p>
586
+ * The user or role
587
+ * that performs this operation
588
+ * must have the <code>cloudformation:GetTemplate</code> and <code>cloudformation:DescribeStacks</code> IAM policy permissions.
589
+ * </p>
557
590
  */
558
591
  importAsProvisionedProduct(args: ImportAsProvisionedProductCommandInput, options?: __HttpHandlerOptions): Promise<ImportAsProvisionedProductCommandOutput>;
559
592
  importAsProvisionedProduct(args: ImportAsProvisionedProductCommandInput, cb: (err: any, data?: ImportAsProvisionedProductCommandOutput) => void): void;
@@ -579,9 +612,32 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
579
612
  listConstraintsForPortfolio(args: ListConstraintsForPortfolioCommandInput, cb: (err: any, data?: ListConstraintsForPortfolioCommandOutput) => void): void;
580
613
  listConstraintsForPortfolio(args: ListConstraintsForPortfolioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConstraintsForPortfolioCommandOutput) => void): void;
581
614
  /**
582
- * <p>Lists the paths to the specified product. A path is how the user
583
- * has access to a specified product, and is necessary when provisioning a product. A path
584
- * also determines the constraints put on the product.</p>
615
+ * <p>
616
+ * Lists the paths
617
+ * to the specified product.
618
+ * A path describes
619
+ * how the user
620
+ * gets access
621
+ * to a specified product
622
+ * and is necessary
623
+ * when provisioning a product.
624
+ * A path also determines the constraints
625
+ * that are put on a product.
626
+ * A path is dependent
627
+ * on a specific product, porfolio, and principal.
628
+ * </p>
629
+ * <note>
630
+ * <p>
631
+ * When provisioning a product
632
+ * that's been added
633
+ * to a portfolio,
634
+ * you must grant your user, group, or role access
635
+ * to the portfolio.
636
+ * For more information,
637
+ * see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_portfolios_users.html">Granting users access</a>
638
+ * in the <i>Service Catalog User Guide</i>.
639
+ * </p>
640
+ * </note>
585
641
  */
586
642
  listLaunchPaths(args: ListLaunchPathsCommandInput, options?: __HttpHandlerOptions): Promise<ListLaunchPathsCommandOutput>;
587
643
  listLaunchPaths(args: ListLaunchPathsCommandInput, cb: (err: any, data?: ListLaunchPathsCommandOutput) => void): void;
@@ -675,15 +731,43 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
675
731
  listTagOptions(args: ListTagOptionsCommandInput, cb: (err: any, data?: ListTagOptionsCommandOutput) => void): void;
676
732
  listTagOptions(args: ListTagOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagOptionsCommandOutput) => void): void;
677
733
  /**
678
- * <p>Provisions the specified product.</p>
679
- * <p>A provisioned product is a resourced instance of a product.
680
- * For example, provisioning a product based on a CloudFormation template launches a
681
- * CloudFormation stack and its underlying resources.
682
- * You can check the status of this request using <a>DescribeRecord</a>.</p>
683
- * <p>If the request contains a tag key with an empty list of values, there is a
684
- * tag conflict for that key. Do not include conflicted keys as tags, or this causes
685
- * the error "Parameter validation failed: Missing required parameter in
686
- * Tags[<i>N</i>]:<i>Value</i>".</p>
734
+ * <p>
735
+ * Provisions the specified product.
736
+ * </p>
737
+ * <p>
738
+ * A provisioned product is a resourced instance
739
+ * of a product.
740
+ * For example,
741
+ * provisioning a product
742
+ * that's based
743
+ * on an CloudFormation template
744
+ * launches an CloudFormation stack and its underlying resources.
745
+ * You can check the status
746
+ * of this request
747
+ * using <a>DescribeRecord</a>.
748
+ * </p>
749
+ * <p>
750
+ * If the request contains a tag key
751
+ * with an empty list
752
+ * of values,
753
+ * there's a tag conflict
754
+ * for that key.
755
+ * Don't include conflicted keys
756
+ * as tags,
757
+ * or this will cause the error "Parameter validation failed: Missing required parameter in Tags[<i>N</i>]:<i>Value</i>".
758
+ * </p>
759
+ * <note>
760
+ * <p>
761
+ * When provisioning a product
762
+ * that's been added
763
+ * to a portfolio,
764
+ * you must grant your user, group, or role access
765
+ * to the portfolio.
766
+ * For more information,
767
+ * see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_portfolios_users.html">Granting users access</a>
768
+ * in the <i>Service Catalog User Guide</i>.
769
+ * </p>
770
+ * </note>
687
771
  */
688
772
  provisionProduct(args: ProvisionProductCommandInput, options?: __HttpHandlerOptions): Promise<ProvisionProductCommandOutput>;
689
773
  provisionProduct(args: ProvisionProductCommandInput, cb: (err: any, data?: ProvisionProductCommandOutput) => void): void;
@@ -715,16 +799,6 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
715
799
  searchProductsAsAdmin(args: SearchProductsAsAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchProductsAsAdminCommandOutput) => void): void;
716
800
  /**
717
801
  * <p>Gets information about the provisioned products that meet the specified criteria.</p>
718
- *
719
- * <note>
720
- * <p>To ensure a complete list of provisioned products and remove duplicate products, use
721
- * <code>sort-by createdTime</code>. </p>
722
- * <p>Here is a CLI example: <code> </code>
723
- * </p>
724
- * <p>
725
- * <code>aws servicecatalog search-provisioned-products --sort-by createdTime </code>
726
- * </p>
727
- * </note>
728
802
  */
729
803
  searchProvisionedProducts(args: SearchProvisionedProductsCommandInput, options?: __HttpHandlerOptions): Promise<SearchProvisionedProductsCommandOutput>;
730
804
  searchProvisionedProducts(args: SearchProvisionedProductsCommandInput, cb: (err: any, data?: SearchProvisionedProductsCommandOutput) => void): void;
@@ -753,15 +827,10 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
753
827
  /**
754
828
  * <p>Updates the specified portfolio share. You can use this API to enable or disable <code>TagOptions</code> sharing
755
829
  * or Principal sharing for an existing portfolio share. </p>
756
- *
757
830
  * <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>
758
- *
759
831
  * <p>You must provide the <code>accountId</code> or organization node in the input, but not both.</p>
760
- *
761
832
  * <p>If the portfolio is shared to both an external account and an organization node, and both shares need to be updated, you must invoke <code>UpdatePortfolioShare</code> separately for each share type. </p>
762
- *
763
833
  * <p>This API cannot be used for removing the portfolio share. You must use <code>DeletePortfolioShare</code> API for that action. </p>
764
- *
765
834
  * <note>
766
835
  * <p>When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is
767
836
  * then shared with other accounts. For a user in a recipient account who is <i>not</i> an Service Catalog Admin,
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AcceptPortfolioShareInput, AcceptPortfolioShareOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link AcceptPortfolioShareCommand}.
8
+ */
6
9
  export interface AcceptPortfolioShareCommandInput extends AcceptPortfolioShareInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AcceptPortfolioShareCommand}.
13
+ */
8
14
  export interface AcceptPortfolioShareCommandOutput extends AcceptPortfolioShareOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateBudgetWithResourceInput, AssociateBudgetWithResourceOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link AssociateBudgetWithResourceCommand}.
8
+ */
6
9
  export interface AssociateBudgetWithResourceCommandInput extends AssociateBudgetWithResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateBudgetWithResourceCommand}.
13
+ */
8
14
  export interface AssociateBudgetWithResourceCommandOutput extends AssociateBudgetWithResourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociatePrincipalWithPortfolioInput, AssociatePrincipalWithPortfolioOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link AssociatePrincipalWithPortfolioCommand}.
8
+ */
6
9
  export interface AssociatePrincipalWithPortfolioCommandInput extends AssociatePrincipalWithPortfolioInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociatePrincipalWithPortfolioCommand}.
13
+ */
8
14
  export interface AssociatePrincipalWithPortfolioCommandOutput extends AssociatePrincipalWithPortfolioOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -15,7 +21,6 @@ export interface AssociatePrincipalWithPortfolioCommandOutput extends AssociateP
15
21
  * required. </p>
16
22
  * <p>You can associate a maximum of 10 Principals with a portfolio using <code>PrincipalType</code> as <code>IAM_PATTERN</code>
17
23
  * </p>
18
- *
19
24
  * <note>
20
25
  * <p>When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is
21
26
  * then shared with other accounts. For a user in a recipient account who is <i>not</i> an Service Catalog Admin,
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateProductWithPortfolioInput, AssociateProductWithPortfolioOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link AssociateProductWithPortfolioCommand}.
8
+ */
6
9
  export interface AssociateProductWithPortfolioCommandInput extends AssociateProductWithPortfolioInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateProductWithPortfolioCommand}.
13
+ */
8
14
  export interface AssociateProductWithPortfolioCommandOutput extends AssociateProductWithPortfolioOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateServiceActionWithProvisioningArtifactInput, AssociateServiceActionWithProvisioningArtifactOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link AssociateServiceActionWithProvisioningArtifactCommand}.
8
+ */
6
9
  export interface AssociateServiceActionWithProvisioningArtifactCommandInput extends AssociateServiceActionWithProvisioningArtifactInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateServiceActionWithProvisioningArtifactCommand}.
13
+ */
8
14
  export interface AssociateServiceActionWithProvisioningArtifactCommandOutput extends AssociateServiceActionWithProvisioningArtifactOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateTagOptionWithResourceInput, AssociateTagOptionWithResourceOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link AssociateTagOptionWithResourceCommand}.
8
+ */
6
9
  export interface AssociateTagOptionWithResourceCommandInput extends AssociateTagOptionWithResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateTagOptionWithResourceCommand}.
13
+ */
8
14
  export interface AssociateTagOptionWithResourceCommandOutput extends AssociateTagOptionWithResourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BatchAssociateServiceActionWithProvisioningArtifactInput, BatchAssociateServiceActionWithProvisioningArtifactOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link BatchAssociateServiceActionWithProvisioningArtifactCommand}.
8
+ */
6
9
  export interface BatchAssociateServiceActionWithProvisioningArtifactCommandInput extends BatchAssociateServiceActionWithProvisioningArtifactInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchAssociateServiceActionWithProvisioningArtifactCommand}.
13
+ */
8
14
  export interface BatchAssociateServiceActionWithProvisioningArtifactCommandOutput extends BatchAssociateServiceActionWithProvisioningArtifactOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BatchDisassociateServiceActionFromProvisioningArtifactInput, BatchDisassociateServiceActionFromProvisioningArtifactOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link BatchDisassociateServiceActionFromProvisioningArtifactCommand}.
8
+ */
6
9
  export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandInput extends BatchDisassociateServiceActionFromProvisioningArtifactInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchDisassociateServiceActionFromProvisioningArtifactCommand}.
13
+ */
8
14
  export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput extends BatchDisassociateServiceActionFromProvisioningArtifactOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CopyProductInput, CopyProductOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link CopyProductCommand}.
8
+ */
6
9
  export interface CopyProductCommandInput extends CopyProductInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CopyProductCommand}.
13
+ */
8
14
  export interface CopyProductCommandOutput extends CopyProductOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateConstraintInput, CreateConstraintOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link CreateConstraintCommand}.
8
+ */
6
9
  export interface CreateConstraintCommandInput extends CreateConstraintInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConstraintCommand}.
13
+ */
8
14
  export interface CreateConstraintCommandOutput extends CreateConstraintOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreatePortfolioInput, CreatePortfolioOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link CreatePortfolioCommand}.
8
+ */
6
9
  export interface CreatePortfolioCommandInput extends CreatePortfolioInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePortfolioCommand}.
13
+ */
8
14
  export interface CreatePortfolioCommandOutput extends CreatePortfolioOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreatePortfolioShareInput, CreatePortfolioShareOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link CreatePortfolioShareCommand}.
8
+ */
6
9
  export interface CreatePortfolioShareCommandInput extends CreatePortfolioShareInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePortfolioShareCommand}.
13
+ */
8
14
  export interface CreatePortfolioShareCommandOutput extends CreatePortfolioShareOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -13,12 +19,11 @@ export interface CreatePortfolioShareCommandOutput extends CreatePortfolioShareO
13
19
  * organization or by a delegated administrator. You can share portfolios to an organization,
14
20
  * an organizational unit, or a specific account.</p>
15
21
  * <p>Note that if a delegated admin is de-registered, they can no longer create portfolio shares.</p>
16
- * <p>
22
+ * <p>
17
23
  * <code>AWSOrganizationsAccess</code> must be enabled in order to create a portfolio share to an organization node.</p>
18
24
  * <p>You can't share a shared resource, including portfolios that contain a shared product.</p>
19
25
  * <p>If the portfolio share with the specified account or organization node already exists, this action will have no effect
20
26
  * and will not return an error. To update an existing share, you must use the <code> UpdatePortfolioShare</code> API instead. </p>
21
- *
22
27
  * <note>
23
28
  * <p>When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is
24
29
  * then shared with other accounts. For a user in a recipient account who is <i>not</i> an Service Catalog Admin,
@@ -3,14 +3,19 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateProductInput, CreateProductOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link CreateProductCommand}.
8
+ */
6
9
  export interface CreateProductCommandInput extends CreateProductInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateProductCommand}.
13
+ */
8
14
  export interface CreateProductCommandOutput extends CreateProductOutput, __MetadataBearer {
9
15
  }
10
16
  /**
11
17
  * <p>Creates a product.</p>
12
18
  * <p>A delegated admin is authorized to invoke this command.</p>
13
- *
14
19
  * <p>The user or role that performs this operation must have the
15
20
  * <code>cloudformation:GetTemplate</code> IAM policy permission. This policy permission is
16
21
  * required when using the <code>ImportFromPhysicalId</code> template source in the
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateProvisionedProductPlanInput, CreateProvisionedProductPlanOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link CreateProvisionedProductPlanCommand}.
8
+ */
6
9
  export interface CreateProvisionedProductPlanCommandInput extends CreateProvisionedProductPlanInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateProvisionedProductPlanCommand}.
13
+ */
8
14
  export interface CreateProvisionedProductPlanCommandOutput extends CreateProvisionedProductPlanOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,14 +3,19 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateProvisioningArtifactInput, CreateProvisioningArtifactOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link CreateProvisioningArtifactCommand}.
8
+ */
6
9
  export interface CreateProvisioningArtifactCommandInput extends CreateProvisioningArtifactInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateProvisioningArtifactCommand}.
13
+ */
8
14
  export interface CreateProvisioningArtifactCommandOutput extends CreateProvisioningArtifactOutput, __MetadataBearer {
9
15
  }
10
16
  /**
11
17
  * <p>Creates a provisioning artifact (also known as a version) for the specified product.</p>
12
18
  * <p>You cannot create a provisioning artifact for a product that was shared with you.</p>
13
- *
14
19
  * <p>The user or role that performs this operation must have the <code>cloudformation:GetTemplate</code>
15
20
  * IAM policy permission. This policy permission is required when using the
16
21
  * <code>ImportFromPhysicalId</code> template source in the information data section.</p>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateServiceActionInput, CreateServiceActionOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link CreateServiceActionCommand}.
8
+ */
6
9
  export interface CreateServiceActionCommandInput extends CreateServiceActionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateServiceActionCommand}.
13
+ */
8
14
  export interface CreateServiceActionCommandOutput extends CreateServiceActionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateTagOptionInput, CreateTagOptionOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link CreateTagOptionCommand}.
8
+ */
6
9
  export interface CreateTagOptionCommandInput extends CreateTagOptionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateTagOptionCommand}.
13
+ */
8
14
  export interface CreateTagOptionCommandOutput extends CreateTagOptionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteConstraintInput, DeleteConstraintOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link DeleteConstraintCommand}.
8
+ */
6
9
  export interface DeleteConstraintCommandInput extends DeleteConstraintInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConstraintCommand}.
13
+ */
8
14
  export interface DeleteConstraintCommandOutput extends DeleteConstraintOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeletePortfolioInput, DeletePortfolioOutput } from "../models/models_0";
5
5
  import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient";
6
+ /**
7
+ * The input for {@link DeletePortfolioCommand}.
8
+ */
6
9
  export interface DeletePortfolioCommandInput extends DeletePortfolioInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePortfolioCommand}.
13
+ */
8
14
  export interface DeletePortfolioCommandOutput extends DeletePortfolioOutput, __MetadataBearer {
9
15
  }
10
16
  /**