@aws-sdk/client-service-catalog 3.142.0 → 3.151.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/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.151.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.150.0...v3.151.0) (2022-08-16)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-service-catalog
9
+
10
+
11
+
12
+
13
+
14
+ # [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-service-catalog
17
+
18
+
19
+
20
+
21
+
22
+ # [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-service-catalog
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
7
31
 
8
32
 
package/README.md CHANGED
@@ -12,10 +12,10 @@ AWS SDK for JavaScript ServiceCatalog Client for Node.js, Browser and React Nati
12
12
  <fullname>AWS Service Catalog</fullname>
13
13
 
14
14
  <p>
15
- <a href="https://aws.amazon.com/servicecatalog/">AWS Service Catalog</a> enables
16
- organizations to create and manage catalogs of IT services that are approved for AWS. To
15
+ <a href="https://aws.amazon.com/servicecatalog/">Service Catalog</a> enables
16
+ organizations to create and manage catalogs of IT services that are approved for Amazon Web Services. To
17
17
  get the most out of this documentation, you should be familiar with the terminology
18
- discussed in <a href="http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html">AWS Service Catalog
18
+ discussed in <a href="http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html">Service Catalog
19
19
  Concepts</a>.</p>
20
20
 
21
21
  ## Installing
@@ -90,10 +90,10 @@ import { ServiceCatalogClient } from "./ServiceCatalogClient";
90
90
  /**
91
91
  * <fullname>AWS Service Catalog</fullname>
92
92
  * <p>
93
- * <a href="https://aws.amazon.com/servicecatalog/">AWS Service Catalog</a> enables
94
- * organizations to create and manage catalogs of IT services that are approved for AWS. To
93
+ * <a href="https://aws.amazon.com/servicecatalog/">Service Catalog</a> enables
94
+ * organizations to create and manage catalogs of IT services that are approved for Amazon Web Services. To
95
95
  * get the most out of this documentation, you should be familiar with the terminology
96
- * discussed in <a href="http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html">AWS Service Catalog
96
+ * discussed in <a href="http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html">Service Catalog
97
97
  * Concepts</a>.</p>
98
98
  */
99
99
  export declare class ServiceCatalog extends ServiceCatalogClient {
@@ -147,9 +147,11 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
147
147
  batchDisassociateServiceActionFromProvisioningArtifact(args: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, cb: (err: any, data?: BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput) => void): void;
148
148
  batchDisassociateServiceActionFromProvisioningArtifact(args: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput) => void): void;
149
149
  /**
150
- * <p>Copies the specified source product to the specified target product or a new product.</p>
151
- * <p>You can copy a product to the same account or another account.
152
- * You can copy a product to the same region or another region.</p>
150
+ * <p>Copies the specified source product to the specified target product or a new
151
+ * product.</p>
152
+ * <p>You can copy a product to the same account or another account. You can copy a product
153
+ * to the same Region or another Region. If you copy a product to another account, you must
154
+ * first share the product in a portfolio using <a>CreatePortfolioShare</a>.</p>
153
155
  * <p>This operation is performed asynchronously. To track the progress of the
154
156
  * operation, use <a>DescribeCopyProductStatus</a>.</p>
155
157
  */
@@ -197,11 +199,12 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
197
199
  createProduct(args: CreateProductCommandInput, cb: (err: any, data?: CreateProductCommandOutput) => void): void;
198
200
  createProduct(args: CreateProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProductCommandOutput) => void): void;
199
201
  /**
200
- * <p>Creates a plan. A plan includes the list of resources to be
202
+ * <p>Creates a plan.</p>
203
+ * <p>A plan includes the list of resources to be
201
204
  * created (when provisioning a new product) or modified (when updating a provisioned product)
202
205
  * when the plan is executed.</p>
203
- * <p>You can create one plan per provisioned product. To create a plan for an existing
204
- * provisioned product, the product status must be AVAILBLE or TAINTED.</p>
206
+ * <p>You can create one plan for each provisioned product. To create a plan for an existing
207
+ * provisioned product, the product status must be AVAILABLE or TAINTED.</p>
205
208
  * <p>To view the resource changes in the change set, use <a>DescribeProvisionedProductPlan</a>.
206
209
  * To create or modify the provisioned product, use <a>ExecuteProvisionedProductPlan</a>.</p>
207
210
  */
@@ -410,13 +413,19 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
410
413
  describeTagOption(args: DescribeTagOptionCommandInput, cb: (err: any, data?: DescribeTagOptionCommandOutput) => void): void;
411
414
  describeTagOption(args: DescribeTagOptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagOptionCommandOutput) => void): void;
412
415
  /**
413
- * <p>Disable portfolio sharing through AWS Organizations feature. This feature will not
414
- * delete your current shares but it will prevent you from creating new shares throughout your
415
- * organization. Current shares will not be in sync with your organization structure if it
416
- * changes after calling this API. This API can only be called by the management account in
417
- * the organization.</p>
418
- * <p>This API can't be invoked if there are active delegated administrators in the organization.</p>
416
+ * <p>Disable portfolio sharing through the Organizations service. This command will not
417
+ * delete your current shares, but prevents you from creating new shares throughout your
418
+ * organization. Current shares are not kept in sync with your organization structure if the structure
419
+ * changes after calling this API. Only the management account in the organization can call this API.</p>
420
+ * <p>You cannot call this API if there are active delegated administrators in the organization.</p>
419
421
  * <p>Note that a delegated administrator is not authorized to invoke <code>DisableAWSOrganizationsAccess</code>.</p>
422
+ * <important>
423
+ * <p>If you share an Service Catalog portfolio in an organization within
424
+ * Organizations, and then disable Organizations access for Service Catalog,
425
+ * the portfolio access permissions will not sync with the latest changes to the organization
426
+ * structure. Specifically, accounts that you removed from the organization after
427
+ * disabling Service Catalog access will retain access to the previously shared portfolio.</p>
428
+ * </important>
420
429
  */
421
430
  disableAWSOrganizationsAccess(args: DisableAWSOrganizationsAccessCommandInput, options?: __HttpHandlerOptions): Promise<DisableAWSOrganizationsAccessCommandOutput>;
422
431
  disableAWSOrganizationsAccess(args: DisableAWSOrganizationsAccessCommandInput, cb: (err: any, data?: DisableAWSOrganizationsAccessCommandOutput) => void): void;
@@ -454,12 +463,19 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
454
463
  disassociateTagOptionFromResource(args: DisassociateTagOptionFromResourceCommandInput, cb: (err: any, data?: DisassociateTagOptionFromResourceCommandOutput) => void): void;
455
464
  disassociateTagOptionFromResource(args: DisassociateTagOptionFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTagOptionFromResourceCommandOutput) => void): void;
456
465
  /**
457
- * <p>Enable portfolio sharing feature through AWS Organizations. This API will allow Service
458
- * Catalog to receive updates on your organization in order to sync your shares with the
459
- * current structure. This API can only be called by the management account in the
460
- * organization.</p>
461
- * <p>By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.</p>
466
+ * <p>Enable portfolio sharing feature through Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the
467
+ * current structure. This API can only be called by the management account in the organization.</p>
468
+ * <p>When you call this API, Service Catalog calls <code>organizations:EnableAWSServiceAccess</code> on your behalf so that your shares stay in sync with any changes in your Organizations structure.</p>
462
469
  * <p>Note that a delegated administrator is not authorized to invoke <code>EnableAWSOrganizationsAccess</code>.</p>
470
+ * <important>
471
+ * <p>If you have previously disabled Organizations access for Service Catalog, and then
472
+ * enable access again, the portfolio access permissions might not sync with the latest changes to
473
+ * the organization structure. Specifically, accounts that you removed from the organization after
474
+ * disabling Service Catalog access, and before you enabled access again, can retain access to the
475
+ * previously shared portfolio. As a result, an account that has been removed from the organization
476
+ * might still be able to create or manage Amazon Web Services resources when it is no longer
477
+ * authorized to do so. Amazon Web Services is working to resolve this issue.</p>
478
+ * </important>
463
479
  */
464
480
  enableAWSOrganizationsAccess(args: EnableAWSOrganizationsAccessCommandInput, options?: __HttpHandlerOptions): Promise<EnableAWSOrganizationsAccessCommandOutput>;
465
481
  enableAWSOrganizationsAccess(args: EnableAWSOrganizationsAccessCommandInput, cb: (err: any, data?: EnableAWSOrganizationsAccessCommandOutput) => void): void;
@@ -477,7 +493,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
477
493
  executeProvisionedProductServiceAction(args: ExecuteProvisionedProductServiceActionCommandInput, cb: (err: any, data?: ExecuteProvisionedProductServiceActionCommandOutput) => void): void;
478
494
  executeProvisionedProductServiceAction(args: ExecuteProvisionedProductServiceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteProvisionedProductServiceActionCommandOutput) => void): void;
479
495
  /**
480
- * <p>Get the Access Status for AWS Organization portfolio share feature. This API can only be
496
+ * <p>Get the Access Status for Organizations portfolio share feature. This API can only be
481
497
  * called by the management account in the organization or by a delegated admin.</p>
482
498
  */
483
499
  getAWSOrganizationsAccessStatus(args: GetAWSOrganizationsAccessStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetAWSOrganizationsAccessStatusCommandOutput>;
@@ -490,9 +506,9 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
490
506
  getProvisionedProductOutputs(args: GetProvisionedProductOutputsCommandInput, cb: (err: any, data?: GetProvisionedProductOutputsCommandOutput) => void): void;
491
507
  getProvisionedProductOutputs(args: GetProvisionedProductOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProvisionedProductOutputsCommandOutput) => void): void;
492
508
  /**
493
- * <p>Requests the import of a resource as a Service Catalog provisioned product that is
494
- * associated to a Service Catalog product and provisioning artifact. Once imported, all
495
- * supported Service Catalog governance actions are supported on the provisioned
509
+ * <p>Requests the import of a resource as a Amazon Web Services Service Catalog provisioned product that is
510
+ * associated to a Amazon Web Services Service Catalog product and provisioning artifact. Once imported, all
511
+ * supported Amazon Web Services Service Catalog governance actions are supported on the provisioned
496
512
  * product.</p>
497
513
  * <p>Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and
498
514
  * non-root nested stacks are not supported.</p>
@@ -500,7 +516,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
500
516
  * <code>CREATE_COMPLETE</code>, <code>UPDATE_COMPLETE</code>, <code>UPDATE_ROLLBACK_COMPLETE</code>, <code>IMPORT_COMPLETE</code>,
501
517
  * <code>IMPORT_ROLLBACK_COMPLETE</code>.</p>
502
518
  * <p>Import of the resource requires that the CloudFormation stack template matches the
503
- * associated Service Catalog product provisioning artifact. </p>
519
+ * associated Amazon Web Services Service Catalog product provisioning artifact. </p>
504
520
  *
505
521
  * <p>The user or role that performs this operation must have the <code>cloudformation:GetTemplate</code>
506
522
  * and <code>cloudformation:DescribeStacks</code> IAM policy permissions. </p>
@@ -613,7 +629,7 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
613
629
  listServiceActionsForProvisioningArtifact(args: ListServiceActionsForProvisioningArtifactCommandInput, cb: (err: any, data?: ListServiceActionsForProvisioningArtifactCommandOutput) => void): void;
614
630
  listServiceActionsForProvisioningArtifact(args: ListServiceActionsForProvisioningArtifactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceActionsForProvisioningArtifactCommandOutput) => void): void;
615
631
  /**
616
- * <p>Returns summary information about stack instances that are associated with the specified <code>CFN_STACKSET</code> type provisioned product. You can filter for stack instances that are associated with a specific AWS account name or region. </p>
632
+ * <p>Returns summary information about stack instances that are associated with the specified <code>CFN_STACKSET</code> type provisioned product. You can filter for stack instances that are associated with a specific Amazon Web Services account name or Region. </p>
617
633
  */
618
634
  listStackInstancesForProvisionedProduct(args: ListStackInstancesForProvisionedProductCommandInput, options?: __HttpHandlerOptions): Promise<ListStackInstancesForProvisionedProductCommandOutput>;
619
635
  listStackInstancesForProvisionedProduct(args: ListStackInstancesForProvisionedProductCommandInput, cb: (err: any, data?: ListStackInstancesForProvisionedProductCommandOutput) => void): void;
@@ -665,6 +681,16 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
665
681
  searchProductsAsAdmin(args: SearchProductsAsAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchProductsAsAdminCommandOutput) => void): void;
666
682
  /**
667
683
  * <p>Gets information about the provisioned products that meet the specified criteria.</p>
684
+ *
685
+ * <note>
686
+ * <p>To ensure a complete list of provisioned products and remove duplicate products, use
687
+ * <code>sort-by createdTime</code>. </p>
688
+ * <p>Here is a CLI example: <code> </code>
689
+ * </p>
690
+ * <p>
691
+ * <code>aws servicecatalog search-provisioned-products --sort-by createdTime </code>
692
+ * </p>
693
+ * </note>
668
694
  */
669
695
  searchProvisionedProducts(args: SearchProvisionedProductsCommandInput, options?: __HttpHandlerOptions): Promise<SearchProvisionedProductsCommandOutput>;
670
696
  searchProvisionedProducts(args: SearchProvisionedProductsCommandInput, cb: (err: any, data?: SearchProvisionedProductsCommandOutput) => void): void;
@@ -215,10 +215,10 @@ export interface ServiceCatalogClientResolvedConfig extends ServiceCatalogClient
215
215
  /**
216
216
  * <fullname>AWS Service Catalog</fullname>
217
217
  * <p>
218
- * <a href="https://aws.amazon.com/servicecatalog/">AWS Service Catalog</a> enables
219
- * organizations to create and manage catalogs of IT services that are approved for AWS. To
218
+ * <a href="https://aws.amazon.com/servicecatalog/">Service Catalog</a> enables
219
+ * organizations to create and manage catalogs of IT services that are approved for Amazon Web Services. To
220
220
  * get the most out of this documentation, you should be familiar with the terminology
221
- * discussed in <a href="http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html">AWS Service Catalog
221
+ * discussed in <a href="http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html">Service Catalog
222
222
  * Concepts</a>.</p>
223
223
  */
224
224
  export declare class ServiceCatalogClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ServiceCatalogClientResolvedConfig> {
@@ -7,9 +7,11 @@ export interface CopyProductCommandInput extends CopyProductInput {
7
7
  export interface CopyProductCommandOutput extends CopyProductOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Copies the specified source product to the specified target product or a new product.</p>
11
- * <p>You can copy a product to the same account or another account.
12
- * You can copy a product to the same region or another region.</p>
10
+ * <p>Copies the specified source product to the specified target product or a new
11
+ * product.</p>
12
+ * <p>You can copy a product to the same account or another account. You can copy a product
13
+ * to the same Region or another Region. If you copy a product to another account, you must
14
+ * first share the product in a portfolio using <a>CreatePortfolioShare</a>.</p>
13
15
  * <p>This operation is performed asynchronously. To track the progress of the
14
16
  * operation, use <a>DescribeCopyProductStatus</a>.</p>
15
17
  * @example
@@ -7,11 +7,12 @@ export interface CreateProvisionedProductPlanCommandInput extends CreateProvisio
7
7
  export interface CreateProvisionedProductPlanCommandOutput extends CreateProvisionedProductPlanOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a plan. A plan includes the list of resources to be
10
+ * <p>Creates a plan.</p>
11
+ * <p>A plan includes the list of resources to be
11
12
  * created (when provisioning a new product) or modified (when updating a provisioned product)
12
13
  * when the plan is executed.</p>
13
- * <p>You can create one plan per provisioned product. To create a plan for an existing
14
- * provisioned product, the product status must be AVAILBLE or TAINTED.</p>
14
+ * <p>You can create one plan for each provisioned product. To create a plan for an existing
15
+ * provisioned product, the product status must be AVAILABLE or TAINTED.</p>
15
16
  * <p>To view the resource changes in the change set, use <a>DescribeProvisionedProductPlan</a>.
16
17
  * To create or modify the provisioned product, use <a>ExecuteProvisionedProductPlan</a>.</p>
17
18
  * @example
@@ -7,13 +7,19 @@ export interface DisableAWSOrganizationsAccessCommandInput extends DisableAWSOrg
7
7
  export interface DisableAWSOrganizationsAccessCommandOutput extends DisableAWSOrganizationsAccessOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Disable portfolio sharing through AWS Organizations feature. This feature will not
11
- * delete your current shares but it will prevent you from creating new shares throughout your
12
- * organization. Current shares will not be in sync with your organization structure if it
13
- * changes after calling this API. This API can only be called by the management account in
14
- * the organization.</p>
15
- * <p>This API can't be invoked if there are active delegated administrators in the organization.</p>
10
+ * <p>Disable portfolio sharing through the Organizations service. This command will not
11
+ * delete your current shares, but prevents you from creating new shares throughout your
12
+ * organization. Current shares are not kept in sync with your organization structure if the structure
13
+ * changes after calling this API. Only the management account in the organization can call this API.</p>
14
+ * <p>You cannot call this API if there are active delegated administrators in the organization.</p>
16
15
  * <p>Note that a delegated administrator is not authorized to invoke <code>DisableAWSOrganizationsAccess</code>.</p>
16
+ * <important>
17
+ * <p>If you share an Service Catalog portfolio in an organization within
18
+ * Organizations, and then disable Organizations access for Service Catalog,
19
+ * the portfolio access permissions will not sync with the latest changes to the organization
20
+ * structure. Specifically, accounts that you removed from the organization after
21
+ * disabling Service Catalog access will retain access to the previously shared portfolio.</p>
22
+ * </important>
17
23
  * @example
18
24
  * Use a bare-bones client and the command you need to make an API call.
19
25
  * ```javascript
@@ -7,12 +7,19 @@ export interface EnableAWSOrganizationsAccessCommandInput extends EnableAWSOrgan
7
7
  export interface EnableAWSOrganizationsAccessCommandOutput extends EnableAWSOrganizationsAccessOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Enable portfolio sharing feature through AWS Organizations. This API will allow Service
11
- * Catalog to receive updates on your organization in order to sync your shares with the
12
- * current structure. This API can only be called by the management account in the
13
- * organization.</p>
14
- * <p>By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.</p>
10
+ * <p>Enable portfolio sharing feature through Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the
11
+ * current structure. This API can only be called by the management account in the organization.</p>
12
+ * <p>When you call this API, Service Catalog calls <code>organizations:EnableAWSServiceAccess</code> on your behalf so that your shares stay in sync with any changes in your Organizations structure.</p>
15
13
  * <p>Note that a delegated administrator is not authorized to invoke <code>EnableAWSOrganizationsAccess</code>.</p>
14
+ * <important>
15
+ * <p>If you have previously disabled Organizations access for Service Catalog, and then
16
+ * enable access again, the portfolio access permissions might not sync with the latest changes to
17
+ * the organization structure. Specifically, accounts that you removed from the organization after
18
+ * disabling Service Catalog access, and before you enabled access again, can retain access to the
19
+ * previously shared portfolio. As a result, an account that has been removed from the organization
20
+ * might still be able to create or manage Amazon Web Services resources when it is no longer
21
+ * authorized to do so. Amazon Web Services is working to resolve this issue.</p>
22
+ * </important>
16
23
  * @example
17
24
  * Use a bare-bones client and the command you need to make an API call.
18
25
  * ```javascript
@@ -7,7 +7,7 @@ export interface GetAWSOrganizationsAccessStatusCommandInput extends GetAWSOrgan
7
7
  export interface GetAWSOrganizationsAccessStatusCommandOutput extends GetAWSOrganizationsAccessStatusOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Get the Access Status for AWS Organization portfolio share feature. This API can only be
10
+ * <p>Get the Access Status for Organizations portfolio share feature. This API can only be
11
11
  * called by the management account in the organization or by a delegated admin.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,9 +7,9 @@ export interface ImportAsProvisionedProductCommandInput extends ImportAsProvisio
7
7
  export interface ImportAsProvisionedProductCommandOutput extends ImportAsProvisionedProductOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Requests the import of a resource as a Service Catalog provisioned product that is
11
- * associated to a Service Catalog product and provisioning artifact. Once imported, all
12
- * supported Service Catalog governance actions are supported on the provisioned
10
+ * <p>Requests the import of a resource as a Amazon Web Services Service Catalog provisioned product that is
11
+ * associated to a Amazon Web Services Service Catalog product and provisioning artifact. Once imported, all
12
+ * supported Amazon Web Services Service Catalog governance actions are supported on the provisioned
13
13
  * product.</p>
14
14
  * <p>Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and
15
15
  * non-root nested stacks are not supported.</p>
@@ -17,7 +17,7 @@ export interface ImportAsProvisionedProductCommandOutput extends ImportAsProvisi
17
17
  * <code>CREATE_COMPLETE</code>, <code>UPDATE_COMPLETE</code>, <code>UPDATE_ROLLBACK_COMPLETE</code>, <code>IMPORT_COMPLETE</code>,
18
18
  * <code>IMPORT_ROLLBACK_COMPLETE</code>.</p>
19
19
  * <p>Import of the resource requires that the CloudFormation stack template matches the
20
- * associated Service Catalog product provisioning artifact. </p>
20
+ * associated Amazon Web Services Service Catalog product provisioning artifact. </p>
21
21
  *
22
22
  * <p>The user or role that performs this operation must have the <code>cloudformation:GetTemplate</code>
23
23
  * and <code>cloudformation:DescribeStacks</code> IAM policy permissions. </p>
@@ -7,7 +7,7 @@ export interface ListStackInstancesForProvisionedProductCommandInput extends Lis
7
7
  export interface ListStackInstancesForProvisionedProductCommandOutput extends ListStackInstancesForProvisionedProductOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns summary information about stack instances that are associated with the specified <code>CFN_STACKSET</code> type provisioned product. You can filter for stack instances that are associated with a specific AWS account name or region. </p>
10
+ * <p>Returns summary information about stack instances that are associated with the specified <code>CFN_STACKSET</code> type provisioned product. You can filter for stack instances that are associated with a specific Amazon Web Services account name or Region. </p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -8,6 +8,16 @@ export interface SearchProvisionedProductsCommandOutput extends SearchProvisione
8
8
  }
9
9
  /**
10
10
  * <p>Gets information about the provisioned products that meet the specified criteria.</p>
11
+ *
12
+ * <note>
13
+ * <p>To ensure a complete list of provisioned products and remove duplicate products, use
14
+ * <code>sort-by createdTime</code>. </p>
15
+ * <p>Here is a CLI example: <code> </code>
16
+ * </p>
17
+ * <p>
18
+ * <code>aws servicecatalog search-provisioned-products --sort-by createdTime </code>
19
+ * </p>
20
+ * </note>
11
21
  * @example
12
22
  * Use a bare-bones client and the command you need to make an API call.
13
23
  * ```javascript
@@ -296,7 +296,7 @@ export declare class InvalidStateException extends __BaseException {
296
296
  }
297
297
  /**
298
298
  * <p>An operation requiring TagOptions failed because the TagOptions migration process has
299
- * not been performed for this account. Please use the AWS console to perform the migration
299
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
300
300
  * process before retrying the operation.</p>
301
301
  */
302
302
  export declare class TagOptionNotMigratedException extends __BaseException {
@@ -548,7 +548,7 @@ export interface CreateConstraintInput {
548
548
  * </p>
549
549
  * <p>You cannot have both a <code>LAUNCH</code> and a <code>STACKSET</code> constraint.</p>
550
550
  * <p>You also cannot have more than one <code>STACKSET</code> constraint on a product and portfolio.</p>
551
- * <p>Products with a <code>STACKSET</code> constraint will launch an AWS CloudFormation stack set.</p>
551
+ * <p>Products with a <code>STACKSET</code> constraint will launch an CloudFormation stack set.</p>
552
552
  * </dd>
553
553
  * <dt>TEMPLATE</dt>
554
554
  * <dd>
@@ -789,16 +789,12 @@ export interface CreatePortfolioShareInput {
789
789
  */
790
790
  PortfolioId: string | undefined;
791
791
  /**
792
- * <p>The AWS account ID. For example, <code>123456789012</code>.</p>
792
+ * <p>The Amazon Web Services account ID. For example, <code>123456789012</code>.</p>
793
793
  */
794
794
  AccountId?: string;
795
795
  /**
796
- * <p>The organization node to whom you are going to share. If <code>OrganizationNode</code>
797
- * is passed in, <code>PortfolioShare</code> will be created for the node an
798
- * ListOrganizationPortfolioAccessd its children (when applies), and a
799
- * <code>PortfolioShareToken</code> will be returned in the output in order for the
800
- * administrator to monitor the status of the <code>PortfolioShare</code> creation
801
- * process.</p>
796
+ * <p>The organization node to whom you are going to share. When you pass <code>OrganizationNode</code>, it creates <code>PortfolioShare</code> for all of the Amazon Web Services accounts that are associated to the <code>OrganizationNode</code>.
797
+ * The output returns a <code>PortfolioShareToken</code>, which enables the administrator to monitor the status of the <code>PortfolioShare</code> creation process.</p>
802
798
  */
803
799
  OrganizationNode?: OrganizationNode;
804
800
  /**
@@ -848,7 +844,8 @@ export interface ProvisioningArtifactProperties {
848
844
  /**
849
845
  * <p>Specify the template source with one of the following options, but not both.
850
846
  * Keys accepted: [ <code>LoadTemplateFromURL</code>, <code>ImportFromPhysicalId</code> ]</p>
851
- * <p>The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows:</p>
847
+ * <p>The URL of the CloudFormation template in Amazon S3, Amazon Web Services CodeCommit, or GitHub in JSON format.
848
+ * Specify the URL in JSON format as follows:</p>
852
849
  * <p>
853
850
  * <code>"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."</code>
854
851
  * </p>
@@ -864,21 +861,21 @@ export interface ProvisioningArtifactProperties {
864
861
  * <ul>
865
862
  * <li>
866
863
  * <p>
867
- * <code>CLOUD_FORMATION_TEMPLATE</code> - AWS CloudFormation template</p>
864
+ * <code>CLOUD_FORMATION_TEMPLATE</code> - CloudFormation template</p>
868
865
  * </li>
869
866
  * <li>
870
867
  * <p>
871
- * <code>MARKETPLACE_AMI</code> - AWS Marketplace AMI</p>
868
+ * <code>MARKETPLACE_AMI</code> - Amazon Web Services Marketplace AMI</p>
872
869
  * </li>
873
870
  * <li>
874
871
  * <p>
875
- * <code>MARKETPLACE_CAR</code> - AWS Marketplace Clusters and AWS Resources</p>
872
+ * <code>MARKETPLACE_CAR</code> - Amazon Web Services Marketplace Clusters and Amazon Web Services Resources</p>
876
873
  * </li>
877
874
  * </ul>
878
875
  */
879
876
  Type?: ProvisioningArtifactType | string;
880
877
  /**
881
- * <p>If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.</p>
878
+ * <p>If set to true, Amazon Web Services Service Catalog stops validating the specified provisioning artifact even if it is invalid.</p>
882
879
  */
883
880
  DisableTemplateValidation?: boolean;
884
881
  }
@@ -976,8 +973,7 @@ export interface ProductViewSummary {
976
973
  ShortDescription?: string;
977
974
  /**
978
975
  * <p>The product type. Contact the product administrator for the significance of this
979
- * value. If this value is <code>MARKETPLACE</code>, the product was created by AWS
980
- * Marketplace.</p>
976
+ * value. If this value is <code>MARKETPLACE</code>, the product was created by Amazon Web Services Marketplace.</p>
981
977
  */
982
978
  Type?: ProductType | string;
983
979
  /**
@@ -1066,15 +1062,15 @@ export interface ProvisioningArtifactDetail {
1066
1062
  * <ul>
1067
1063
  * <li>
1068
1064
  * <p>
1069
- * <code>CLOUD_FORMATION_TEMPLATE</code> - AWS CloudFormation template</p>
1065
+ * <code>CLOUD_FORMATION_TEMPLATE</code> - CloudFormation template</p>
1070
1066
  * </li>
1071
1067
  * <li>
1072
1068
  * <p>
1073
- * <code>MARKETPLACE_AMI</code> - AWS Marketplace AMI</p>
1069
+ * <code>MARKETPLACE_AMI</code> - Amazon Web Services Marketplace AMI</p>
1074
1070
  * </li>
1075
1071
  * <li>
1076
1072
  * <p>
1077
- * <code>MARKETPLACE_CAR</code> - AWS Marketplace Clusters and AWS Resources</p>
1073
+ * <code>MARKETPLACE_CAR</code> - Amazon Web Services Marketplace Clusters and Amazon Web Services Resources</p>
1078
1074
  * </li>
1079
1075
  * </ul>
1080
1076
  */
@@ -1170,7 +1166,7 @@ export interface CreateProvisionedProductPlanInput {
1170
1166
  ProductId: string | undefined;
1171
1167
  /**
1172
1168
  * <p>A user-friendly name for the provisioned product. This value must be
1173
- * unique for the AWS account and cannot be updated after the product is provisioned.</p>
1169
+ * unique for the Amazon Web Services account and cannot be updated after the product is provisioned.</p>
1174
1170
  */
1175
1171
  ProvisionedProductName: string | undefined;
1176
1172
  /**
@@ -1256,16 +1252,15 @@ export interface CreateProvisioningArtifactOutput {
1256
1252
  /**
1257
1253
  * <p>Specify the template source with one of the following options, but not both. Keys
1258
1254
  * accepted: [ <code>LoadTemplateFromURL</code>, <code>ImportFromPhysicalId</code> ].</p>
1259
- * <p>The URL of the CloudFormation template in Amazon S3, in JSON format. </p>
1255
+ * <p>The URL of the CloudFormation template in Amazon S3, Amazon Web Services CodeCommit, or GitHub in JSON format. </p>
1260
1256
  * <p>
1261
1257
  * <code>LoadTemplateFromURL</code>
1262
1258
  * </p>
1263
- * <p>Use the URL of the CloudFormation template in Amazon S3 in JSON format.</p>
1259
+ * <p>Use the URL of the CloudFormation template in Amazon S3, Amazon Web Services CodeCommit, or GitHub in JSON format.</p>
1264
1260
  * <p>
1265
1261
  * <code>ImportFromPhysicalId</code>
1266
1262
  * </p>
1267
- * <p>Use the physical id of the resource that contains the template; currently supports
1268
- * CloudFormation stack ARN.</p>
1263
+ * <p>Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.</p>
1269
1264
  */
1270
1265
  Info?: Record<string, string>;
1271
1266
  /**
@@ -1296,12 +1291,12 @@ export interface CreateServiceActionInput {
1296
1291
  * <dl>
1297
1292
  * <dt>Name</dt>
1298
1293
  * <dd>
1299
- * <p>The name of the AWS Systems Manager document (SSM document). For example, <code>AWS-RestartEC2Instance</code>.</p>
1294
+ * <p>The name of the Amazon Web Services Systems Manager document (SSM document). For example, <code>AWS-RestartEC2Instance</code>.</p>
1300
1295
  * <p>If you are using a shared SSM document, you must provide the ARN instead of the name.</p>
1301
1296
  * </dd>
1302
1297
  * <dt>Version</dt>
1303
1298
  * <dd>
1304
- * <p>The AWS Systems Manager automation document version. For example, <code>"Version": "1"</code>
1299
+ * <p>The Amazon Web Services Systems Manager automation document version. For example, <code>"Version": "1"</code>
1305
1300
  * </p>
1306
1301
  * </dd>
1307
1302
  * <dt>AssumeRole</dt>
@@ -1416,7 +1411,7 @@ export interface TagOptionDetail {
1416
1411
  */
1417
1412
  Id?: string;
1418
1413
  /**
1419
- * <p>The AWS account Id of the owner account that created the TagOption.</p>
1414
+ * <p>The Amazon Web Services account Id of the owner account that created the TagOption.</p>
1420
1415
  */
1421
1416
  Owner?: string;
1422
1417
  }
@@ -1514,7 +1509,7 @@ export interface DeletePortfolioShareInput {
1514
1509
  */
1515
1510
  PortfolioId: string | undefined;
1516
1511
  /**
1517
- * <p>The AWS account ID.</p>
1512
+ * <p>The Amazon Web Services account ID.</p>
1518
1513
  */
1519
1514
  AccountId?: string;
1520
1515
  /**
@@ -1578,7 +1573,7 @@ export interface DeleteProvisionedProductPlanInput {
1578
1573
  */
1579
1574
  PlanId: string | undefined;
1580
1575
  /**
1581
- * <p>If set to true, AWS Service Catalog stops managing the specified provisioned product even
1576
+ * <p>If set to true, Service Catalog stops managing the specified provisioned product even
1582
1577
  * if it cannot delete the underlying resources.</p>
1583
1578
  */
1584
1579
  IgnoreErrors?: boolean;
@@ -2053,7 +2048,7 @@ export interface ProvisioningArtifactSummary {
2053
2048
  */
2054
2049
  CreatedTime?: Date;
2055
2050
  /**
2056
- * <p>The metadata for the provisioning artifact. This is used with AWS Marketplace products.</p>
2051
+ * <p>The metadata for the provisioning artifact. This is used with Amazon Web Services Marketplace products.</p>
2057
2052
  */
2058
2053
  ProvisioningArtifactMetadata?: Record<string, string>;
2059
2054
  }
@@ -2582,7 +2577,7 @@ export interface DescribeProvisioningArtifactOutput {
2582
2577
  */
2583
2578
  ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
2584
2579
  /**
2585
- * <p>The URL of the CloudFormation template in Amazon S3.</p>
2580
+ * <p>The URL of the CloudFormation template in Amazon S3, Amazon Web Services CodeCommit, or GitHub in JSON format.</p>
2586
2581
  */
2587
2582
  Info?: Record<string, string>;
2588
2583
  /**
@@ -2757,16 +2752,16 @@ export interface ProvisioningArtifactParameter {
2757
2752
  }
2758
2753
  /**
2759
2754
  * <p>The user-defined preferences that will be applied during product provisioning, unless overridden by <code>ProvisioningPreferences</code> or <code>UpdateProvisioningPreferences</code>.</p>
2760
- * <p>For more information on maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">Stack set operation options</a> in the <i>AWS CloudFormation User Guide</i>.</p>
2755
+ * <p>For more information on maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">Stack set operation options</a> in the <i>CloudFormation User Guide</i>.</p>
2761
2756
  */
2762
2757
  export interface ProvisioningArtifactPreferences {
2763
2758
  /**
2764
- * <p>One or more AWS accounts where stack instances are deployed from the stack set. These accounts can be scoped in <code>ProvisioningPreferences$StackSetAccounts</code> and <code>UpdateProvisioningPreferences$StackSetAccounts</code>.</p>
2759
+ * <p>One or more Amazon Web Services accounts where stack instances are deployed from the stack set. These accounts can be scoped in <code>ProvisioningPreferences$StackSetAccounts</code> and <code>UpdateProvisioningPreferences$StackSetAccounts</code>.</p>
2765
2760
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
2766
2761
  */
2767
2762
  StackSetAccounts?: string[];
2768
2763
  /**
2769
- * <p>One or more AWS Regions where stack instances are deployed from the stack set. These regions can be scoped in <code>ProvisioningPreferences$StackSetRegions</code> and <code>UpdateProvisioningPreferences$StackSetRegions</code>.</p>
2764
+ * <p>One or more Amazon Web Services Regions where stack instances are deployed from the stack set. These Regions can be scoped in <code>ProvisioningPreferences$StackSetRegions</code> and <code>UpdateProvisioningPreferences$StackSetRegions</code>.</p>
2770
2765
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
2771
2766
  */
2772
2767
  StackSetRegions?: string[];
@@ -2816,7 +2811,7 @@ export interface DescribeProvisioningParametersOutput {
2816
2811
  */
2817
2812
  TagOptions?: TagOptionSummary[];
2818
2813
  /**
2819
- * <p>An object that contains information about preferences, such as regions and accounts, for the provisioning artifact.</p>
2814
+ * <p>An object that contains information about preferences, such as Regions and accounts, for the provisioning artifact.</p>
2820
2815
  */
2821
2816
  ProvisioningArtifactPreferences?: ProvisioningArtifactPreferences;
2822
2817
  /**
@@ -3318,7 +3313,7 @@ export interface ExecuteProvisionedProductServiceActionInput {
3318
3313
  AcceptLanguage?: string;
3319
3314
  /**
3320
3315
  * <p>A map of all self-service action parameters and their values. If a provided parameter is of a special type, such as <code>TARGET</code>, the provided value will
3321
- * override the default value generated by AWS Service Catalog. If the parameters field is not provided, no additional parameters are passed and default values will be used for
3316
+ * override the default value generated by Service Catalog. If the parameters field is not provided, no additional parameters are passed and default values will be used for
3322
3317
  * any special parameters such as <code>TARGET</code>.</p>
3323
3318
  */
3324
3319
  Parameters?: Record<string, string[]>;
@@ -3416,8 +3411,7 @@ export interface ImportAsProvisionedProductInput {
3416
3411
  */
3417
3412
  ProvisioningArtifactId: string | undefined;
3418
3413
  /**
3419
- * <p>The user-friendly name of the provisioned product. The value must be unique for the AWS
3420
- * account. The name cannot be updated after the product is provisioned. </p>
3414
+ * <p>The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned. </p>
3421
3415
  */
3422
3416
  ProvisionedProductName: string | undefined;
3423
3417
  /**
@@ -3743,7 +3737,7 @@ export interface ListPortfolioAccessInput {
3743
3737
  }
3744
3738
  export interface ListPortfolioAccessOutput {
3745
3739
  /**
3746
- * <p>Information about the AWS accounts with access to the portfolio.</p>
3740
+ * <p>Information about the Amazon Web Services accounts with access to the portfolio.</p>
3747
3741
  */
3748
3742
  AccountIds?: string[];
3749
3743
  /**
@@ -4306,15 +4300,15 @@ export declare enum StackInstanceStatus {
4306
4300
  OUTDATED = "OUTDATED"
4307
4301
  }
4308
4302
  /**
4309
- * <p>An AWS CloudFormation stack, in a specific account and region, that's part of a stack set operation. A stack instance is a reference to an attempted or actual stack in a given account within a given region. A stack instance can exist without a stack—for example, if the stack couldn't be created for some reason. A stack instance is associated with only one stack set. Each stack instance contains the ID of its associated stack set, as well as the ID of the actual stack and the stack status. </p>
4303
+ * <p>An CloudFormation stack, in a specific account and Region, that's part of a stack set operation. A stack instance is a reference to an attempted or actual stack in a given account within a given Region. A stack instance can exist without a stack—for example, if the stack couldn't be created for some reason. A stack instance is associated with only one stack set. Each stack instance contains the ID of its associated stack set, as well as the ID of the actual stack and the stack status. </p>
4310
4304
  */
4311
4305
  export interface StackInstance {
4312
4306
  /**
4313
- * <p>The name of the AWS account that the stack instance is associated with.</p>
4307
+ * <p>The name of the Amazon Web Services account that the stack instance is associated with.</p>
4314
4308
  */
4315
4309
  Account?: string;
4316
4310
  /**
4317
- * <p>The name of the AWS region that the stack instance is associated with.</p>
4311
+ * <p>The name of the Amazon Web Services Region that the stack instance is associated with.</p>
4318
4312
  */
4319
4313
  Region?: string;
4320
4314
  /**
@@ -4405,9 +4399,9 @@ export interface ProvisioningParameter {
4405
4399
  /**
4406
4400
  * <p>The user-defined preferences that will be applied when updating a provisioned
4407
4401
  * product. Not all preferences are applicable to all provisioned product type</p>
4408
- * <p>One or more AWS accounts that will have access to the provisioned product.</p>
4402
+ * <p>One or more Amazon Web Services accounts that will have access to the provisioned product.</p>
4409
4403
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
4410
- * <p>The AWS accounts specified should be within the list of accounts in the
4404
+ * <p>The Amazon Web Services accounts specified should be within the list of accounts in the
4411
4405
  * <code>STACKSET</code> constraint. To get the list of accounts in the
4412
4406
  * <code>STACKSET</code> constraint, use the <code>DescribeProvisioningParameters</code>
4413
4407
  * operation.</p>
@@ -4416,29 +4410,29 @@ export interface ProvisioningParameter {
4416
4410
  */
4417
4411
  export interface ProvisioningPreferences {
4418
4412
  /**
4419
- * <p>One or more AWS accounts where the provisioned product will be available.</p>
4413
+ * <p>One or more Amazon Web Services accounts where the provisioned product will be available.</p>
4420
4414
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
4421
4415
  * <p>The specified accounts should be within the list of accounts from the <code>STACKSET</code> constraint. To get the list of accounts in the <code>STACKSET</code> constraint, use the <code>DescribeProvisioningParameters</code> operation.</p>
4422
4416
  * <p>If no values are specified, the default value is all acounts from the <code>STACKSET</code> constraint.</p>
4423
4417
  */
4424
4418
  StackSetAccounts?: string[];
4425
4419
  /**
4426
- * <p>One or more AWS Regions where the provisioned product will be available.</p>
4420
+ * <p>One or more Amazon Web Services Regions where the provisioned product will be available.</p>
4427
4421
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
4428
- * <p>The specified regions should be within the list of regions from the <code>STACKSET</code> constraint. To get the list of regions in the <code>STACKSET</code> constraint, use the <code>DescribeProvisioningParameters</code> operation.</p>
4429
- * <p>If no values are specified, the default value is all regions from the <code>STACKSET</code> constraint.</p>
4422
+ * <p>The specified Regions should be within the list of Regions from the <code>STACKSET</code> constraint. To get the list of Regions in the <code>STACKSET</code> constraint, use the <code>DescribeProvisioningParameters</code> operation.</p>
4423
+ * <p>If no values are specified, the default value is all Regions from the <code>STACKSET</code> constraint.</p>
4430
4424
  */
4431
4425
  StackSetRegions?: string[];
4432
4426
  /**
4433
- * <p>The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.</p>
4427
+ * <p>The number of accounts, per Region, for which this operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.</p>
4434
4428
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
4435
4429
  * <p>Conditional: You must specify either <code>StackSetFailureToleranceCount</code> or <code>StackSetFailureTolerancePercentage</code>, but not both.</p>
4436
4430
  * <p>The default value is <code>0</code> if no value is specified.</p>
4437
4431
  */
4438
4432
  StackSetFailureToleranceCount?: number;
4439
4433
  /**
4440
- * <p>The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.</p>
4441
- * <p>When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.</p>
4434
+ * <p>The percentage of accounts, per Region, for which this stack operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.</p>
4435
+ * <p>When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number.</p>
4442
4436
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
4443
4437
  * <p>Conditional: You must specify either <code>StackSetFailureToleranceCount</code> or <code>StackSetFailureTolerancePercentage</code>, but not both.</p>
4444
4438
  */
@@ -4452,7 +4446,7 @@ export interface ProvisioningPreferences {
4452
4446
  StackSetMaxConcurrencyCount?: number;
4453
4447
  /**
4454
4448
  * <p>The maximum percentage of accounts in which to perform this operation at one time.</p>
4455
- * <p>When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, AWS Service Catalog sets the number as <code>1</code> instead.</p>
4449
+ * <p>When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, Service Catalog sets the number as <code>1</code> instead.</p>
4456
4450
  * <p>Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.</p>
4457
4451
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
4458
4452
  * <p>Conditional: You must specify either <code>StackSetMaxConcurrentCount</code> or <code>StackSetMaxConcurrentPercentage</code>, but not both.</p>
@@ -4506,7 +4500,7 @@ export interface ProvisionProductInput {
4506
4500
  PathName?: string;
4507
4501
  /**
4508
4502
  * <p>A user-friendly name for the provisioned product. This value must be
4509
- * unique for the AWS account and cannot be updated after the product is provisioned.</p>
4503
+ * unique for the Amazon Web Services account and cannot be updated after the product is provisioned.</p>
4510
4504
  */
4511
4505
  ProvisionedProductName: string | undefined;
4512
4506
  /**
@@ -5016,7 +5010,7 @@ export interface TerminateProvisionedProductInput {
5016
5010
  */
5017
5011
  TerminateToken?: string;
5018
5012
  /**
5019
- * <p>If set to true, AWS Service Catalog stops managing the specified provisioned product even
5013
+ * <p>If set to true, Service Catalog stops managing the specified provisioned product even
5020
5014
  * if it cannot delete the underlying resources.</p>
5021
5015
  */
5022
5016
  IgnoreErrors?: boolean;
@@ -5124,7 +5118,7 @@ export interface UpdateConstraintInput {
5124
5118
  * </p>
5125
5119
  * <p>You cannot have both a <code>LAUNCH</code> and a <code>STACKSET</code> constraint.</p>
5126
5120
  * <p>You also cannot have more than one <code>STACKSET</code> constraint on a product and portfolio.</p>
5127
- * <p>Products with a <code>STACKSET</code> constraint will launch an AWS CloudFormation stack set.</p>
5121
+ * <p>Products with a <code>STACKSET</code> constraint will launch an CloudFormation stack set.</p>
5128
5122
  * </dd>
5129
5123
  * <dt>TEMPLATE</dt>
5130
5124
  * <dd>
@@ -5227,7 +5221,7 @@ export interface UpdatePortfolioShareInput {
5227
5221
  */
5228
5222
  PortfolioId: string | undefined;
5229
5223
  /**
5230
- * <p>The AWS Account Id of the recipient account. This field is required when updating an external account to account type share.</p>
5224
+ * <p>The Amazon Web Services account Id of the recipient account. This field is required when updating an external account to account type share.</p>
5231
5225
  */
5232
5226
  AccountId?: string;
5233
5227
  /**
@@ -5327,29 +5321,29 @@ export declare type StackSetOperationType = "CREATE" | "DELETE" | "UPDATE";
5327
5321
  */
5328
5322
  export interface UpdateProvisioningPreferences {
5329
5323
  /**
5330
- * <p>One or more AWS accounts that will have access to the provisioned product.</p>
5324
+ * <p>One or more Amazon Web Services accounts that will have access to the provisioned product.</p>
5331
5325
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
5332
- * <p>The AWS accounts specified should be within the list of accounts in the <code>STACKSET</code> constraint. To get the list of accounts in the <code>STACKSET</code> constraint, use the <code>DescribeProvisioningParameters</code> operation.</p>
5326
+ * <p>The Amazon Web Services accounts specified should be within the list of accounts in the <code>STACKSET</code> constraint. To get the list of accounts in the <code>STACKSET</code> constraint, use the <code>DescribeProvisioningParameters</code> operation.</p>
5333
5327
  * <p>If no values are specified, the default value is all accounts from the <code>STACKSET</code> constraint.</p>
5334
5328
  */
5335
5329
  StackSetAccounts?: string[];
5336
5330
  /**
5337
- * <p>One or more AWS Regions where the provisioned product will be available.</p>
5331
+ * <p>One or more Amazon Web Services Regions where the provisioned product will be available.</p>
5338
5332
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
5339
- * <p>The specified regions should be within the list of regions from the <code>STACKSET</code> constraint. To get the list of regions in the <code>STACKSET</code> constraint, use the <code>DescribeProvisioningParameters</code> operation.</p>
5340
- * <p>If no values are specified, the default value is all regions from the <code>STACKSET</code> constraint.</p>
5333
+ * <p>The specified Regions should be within the list of Regions from the <code>STACKSET</code> constraint. To get the list of Regions in the <code>STACKSET</code> constraint, use the <code>DescribeProvisioningParameters</code> operation.</p>
5334
+ * <p>If no values are specified, the default value is all Regions from the <code>STACKSET</code> constraint.</p>
5341
5335
  */
5342
5336
  StackSetRegions?: string[];
5343
5337
  /**
5344
- * <p>The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.</p>
5338
+ * <p>The number of accounts, per Region, for which this operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.</p>
5345
5339
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
5346
5340
  * <p>Conditional: You must specify either <code>StackSetFailureToleranceCount</code> or <code>StackSetFailureTolerancePercentage</code>, but not both.</p>
5347
5341
  * <p>The default value is <code>0</code> if no value is specified.</p>
5348
5342
  */
5349
5343
  StackSetFailureToleranceCount?: number;
5350
5344
  /**
5351
- * <p>The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.</p>
5352
- * <p>When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.</p>
5345
+ * <p>The percentage of accounts, per Region, for which this stack operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.</p>
5346
+ * <p>When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number.</p>
5353
5347
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
5354
5348
  * <p>Conditional: You must specify either <code>StackSetFailureToleranceCount</code> or <code>StackSetFailureTolerancePercentage</code>, but not both.</p>
5355
5349
  */
@@ -5363,19 +5357,19 @@ export interface UpdateProvisioningPreferences {
5363
5357
  StackSetMaxConcurrencyCount?: number;
5364
5358
  /**
5365
5359
  * <p>The maximum percentage of accounts in which to perform this operation at one time.</p>
5366
- * <p>When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, AWS Service Catalog sets the number as <code>1</code> instead.</p>
5360
+ * <p>When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, Service Catalog sets the number as <code>1</code> instead.</p>
5367
5361
  * <p>Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.</p>
5368
5362
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
5369
5363
  * <p>Conditional: You must specify either <code>StackSetMaxConcurrentCount</code> or <code>StackSetMaxConcurrentPercentage</code>, but not both.</p>
5370
5364
  */
5371
5365
  StackSetMaxConcurrencyPercentage?: number;
5372
5366
  /**
5373
- * <p>Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the provisioned product. The default value is <code>UPDATE</code> if nothing is specified.</p>
5367
+ * <p>Determines what action Service Catalog performs to a stack set or a stack instance represented by the provisioned product. The default value is <code>UPDATE</code> if nothing is specified.</p>
5374
5368
  * <p>Applicable only to a <code>CFN_STACKSET</code> provisioned product type.</p>
5375
5369
  * <dl>
5376
5370
  * <dt>CREATE</dt>
5377
5371
  * <dd>
5378
- * <p>Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.</p>
5372
+ * <p>Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and Regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.</p>
5379
5373
  * </dd>
5380
5374
  * <dt>UPDATE</dt>
5381
5375
  * <dd>
@@ -5501,13 +5495,15 @@ export interface UpdateProvisionedProductPropertiesInput {
5501
5495
  * <code>TerminateProvisionedProduct</code>, or
5502
5496
  * <code>ExecuteProvisionedProductServiceAction</code>. Only a role ARN is valid. A user ARN is invalid. </p>
5503
5497
  *
5504
- * <p>The <code>OWNER</code> key accepts user ARNs and role ARNs. The owner is the user
5505
- * that has permission to see, update, terminate, and execute service actions in the
5506
- * provisioned product.</p>
5507
- * <p>The administrator can change the owner of a provisioned product to another IAM user within the same account. Both end user owners and
5508
- * administrators can see ownership history of the provisioned product using the <code>ListRecordHistory</code> API. The new owner can
5509
- * describe all past records for the provisioned product using the <code>DescribeRecord</code> API. The previous owner can no longer use <code>DescribeRecord</code>,
5510
- * but can still see the product's history from when he was an owner using <code>ListRecordHistory</code>.</p>
5498
+ * <p>The <code>OWNER</code> key accepts IAM user ARNs, IAM role ARNs, and STS
5499
+ * assumed-role ARNs. The owner is the user that has permission to see, update, terminate, and
5500
+ * execute service actions in the provisioned product.</p>
5501
+ * <p>The administrator can change the owner of a provisioned product to another IAM or STS entity within the
5502
+ * same account. Both end user owners and administrators can see ownership history of the provisioned
5503
+ * product using the <code>ListRecordHistory</code> API. The new owner can describe all past records
5504
+ * for the provisioned product using the <code>DescribeRecord</code> API. The previous owner can no
5505
+ * longer use <code>DescribeRecord</code>, but can still see the product's history from when he was
5506
+ * an owner using <code>ListRecordHistory</code>.</p>
5511
5507
  * <p>If a provisioned product ownership is assigned to an end user, they can see and perform any action through the API or
5512
5508
  * Service Catalog console such as update, terminate, and execute service actions.
5513
5509
  * If an end user provisions a product and the owner is updated to someone else, they will no longer be able to see or perform any actions through
@@ -5592,7 +5588,7 @@ export interface UpdateProvisioningArtifactOutput {
5592
5588
  */
5593
5589
  ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
5594
5590
  /**
5595
- * <p>The URL of the CloudFormation template in Amazon S3.</p>
5591
+ * <p>The URL of the CloudFormation template in Amazon S3, Amazon Web Services CodeCommit, or GitHub in JSON format.</p>
5596
5592
  */
5597
5593
  Info?: Record<string, string>;
5598
5594
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-catalog",
3
3
  "description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native",
4
- "version": "3.142.0",
4
+ "version": "3.151.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.142.0",
21
+ "@aws-sdk/client-sts": "3.150.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.142.0",
23
+ "@aws-sdk/credential-provider-node": "3.150.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -63,6 +63,11 @@
63
63
  "typedoc": "0.19.2",
64
64
  "typescript": "~4.6.2"
65
65
  },
66
+ "overrides": {
67
+ "typedoc": {
68
+ "typescript": "~4.6.2"
69
+ }
70
+ },
66
71
  "engines": {
67
72
  "node": ">=12.0.0"
68
73
  },