@aws-sdk/client-service-catalog 3.298.0 → 3.300.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 (88) hide show
  1. package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +5 -0
  2. package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +4 -0
  3. package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +6 -0
  4. package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +6 -0
  5. package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +6 -0
  6. package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +4 -0
  7. package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +10 -0
  8. package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +10 -0
  9. package/dist-types/commands/CopyProductCommand.d.ts +15 -0
  10. package/dist-types/commands/CreateConstraintCommand.d.ts +9 -0
  11. package/dist-types/commands/CreatePortfolioCommand.d.ts +13 -0
  12. package/dist-types/commands/CreatePortfolioShareCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateProductCommand.d.ts +38 -0
  14. package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +26 -0
  15. package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +14 -0
  16. package/dist-types/commands/CreateServiceActionCommand.d.ts +10 -0
  17. package/dist-types/commands/CreateTagOptionCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteConstraintCommand.d.ts +4 -0
  19. package/dist-types/commands/DeletePortfolioCommand.d.ts +4 -0
  20. package/dist-types/commands/DeletePortfolioShareCommand.d.ts +9 -0
  21. package/dist-types/commands/DeleteProductCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +5 -0
  23. package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +5 -0
  24. package/dist-types/commands/DeleteServiceActionCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteTagOptionCommand.d.ts +3 -0
  26. package/dist-types/commands/DescribeConstraintCommand.d.ts +4 -0
  27. package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribePortfolioCommand.d.ts +4 -0
  29. package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +3 -0
  30. package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeProductCommand.d.ts +5 -0
  33. package/dist-types/commands/DescribeProductViewCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +5 -0
  35. package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +8 -0
  37. package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +9 -0
  38. package/dist-types/commands/DescribeRecordCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeServiceActionCommand.d.ts +4 -0
  40. package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +5 -0
  41. package/dist-types/commands/DescribeTagOptionCommand.d.ts +3 -0
  42. package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +1 -0
  43. package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +4 -0
  44. package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +6 -0
  45. package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +5 -0
  46. package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +6 -0
  47. package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +4 -0
  48. package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +1 -0
  49. package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +5 -0
  50. package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +11 -0
  51. package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +1 -0
  52. package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +10 -0
  53. package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +8 -0
  54. package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +6 -0
  55. package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +6 -0
  56. package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +7 -0
  57. package/dist-types/commands/ListLaunchPathsCommand.d.ts +6 -0
  58. package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +7 -0
  59. package/dist-types/commands/ListPortfolioAccessCommand.d.ts +7 -0
  60. package/dist-types/commands/ListPortfoliosCommand.d.ts +5 -0
  61. package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +6 -0
  62. package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +6 -0
  63. package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +10 -0
  64. package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +4 -0
  65. package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +6 -0
  66. package/dist-types/commands/ListRecordHistoryCommand.d.ts +13 -0
  67. package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +6 -0
  68. package/dist-types/commands/ListServiceActionsCommand.d.ts +5 -0
  69. package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +7 -0
  70. package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +6 -0
  71. package/dist-types/commands/ListTagOptionsCommand.d.ts +9 -0
  72. package/dist-types/commands/ProvisionProductCommand.d.ts +38 -0
  73. package/dist-types/commands/RejectPortfolioShareCommand.d.ts +5 -0
  74. package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +9 -0
  75. package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +14 -0
  76. package/dist-types/commands/SearchProductsCommand.d.ts +12 -0
  77. package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +16 -0
  78. package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +8 -0
  79. package/dist-types/commands/UpdateConstraintCommand.d.ts +6 -0
  80. package/dist-types/commands/UpdatePortfolioCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +11 -0
  82. package/dist-types/commands/UpdateProductCommand.d.ts +31 -0
  83. package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +38 -0
  84. package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +8 -0
  85. package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +9 -0
  86. package/dist-types/commands/UpdateServiceActionCommand.d.ts +9 -0
  87. package/dist-types/commands/UpdateTagOptionCommand.d.ts +5 -0
  88. package/package.json +12 -12
@@ -26,6 +26,11 @@ export interface DescribeServiceActionExecutionParametersCommandOutput extends D
26
26
  * import { ServiceCatalogClient, DescribeServiceActionExecutionParametersCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DescribeServiceActionExecutionParametersCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * ProvisionedProductId: "STRING_VALUE", // required
31
+ * ServiceActionId: "STRING_VALUE", // required
32
+ * AcceptLanguage: "STRING_VALUE",
33
+ * };
29
34
  * const command = new DescribeServiceActionExecutionParametersCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,9 @@ export interface DescribeTagOptionCommandOutput extends DescribeTagOptionOutput,
26
26
  * import { ServiceCatalogClient, DescribeTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DescribeTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeTagOptionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -38,6 +38,7 @@ export interface DisableAWSOrganizationsAccessCommandOutput extends DisableAWSOr
38
38
  * import { ServiceCatalogClient, DisableAWSOrganizationsAccessCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
39
39
  * // const { ServiceCatalogClient, DisableAWSOrganizationsAccessCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
40
40
  * const client = new ServiceCatalogClient(config);
41
+ * const input = {};
41
42
  * const command = new DisableAWSOrganizationsAccessCommand(input);
42
43
  * const response = await client.send(command);
43
44
  * ```
@@ -26,6 +26,10 @@ export interface DisassociateBudgetFromResourceCommandOutput extends Disassociat
26
26
  * import { ServiceCatalogClient, DisassociateBudgetFromResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DisassociateBudgetFromResourceCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * BudgetName: "STRING_VALUE", // required
31
+ * ResourceId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DisassociateBudgetFromResourceCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -34,6 +34,12 @@ export interface DisassociatePrincipalFromPortfolioCommandOutput extends Disasso
34
34
  * import { ServiceCatalogClient, DisassociatePrincipalFromPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
35
35
  * // const { ServiceCatalogClient, DisassociatePrincipalFromPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
36
36
  * const client = new ServiceCatalogClient(config);
37
+ * const input = {
38
+ * AcceptLanguage: "STRING_VALUE",
39
+ * PortfolioId: "STRING_VALUE", // required
40
+ * PrincipalARN: "STRING_VALUE", // required
41
+ * PrincipalType: "IAM" || "IAM_PATTERN",
42
+ * };
37
43
  * const command = new DisassociatePrincipalFromPortfolioCommand(input);
38
44
  * const response = await client.send(command);
39
45
  * ```
@@ -27,6 +27,11 @@ export interface DisassociateProductFromPortfolioCommandOutput extends Disassoci
27
27
  * import { ServiceCatalogClient, DisassociateProductFromPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, DisassociateProductFromPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
29
29
  * const client = new ServiceCatalogClient(config);
30
+ * const input = {
31
+ * AcceptLanguage: "STRING_VALUE",
32
+ * ProductId: "STRING_VALUE", // required
33
+ * PortfolioId: "STRING_VALUE", // required
34
+ * };
30
35
  * const command = new DisassociateProductFromPortfolioCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,12 @@ export interface DisassociateServiceActionFromProvisioningArtifactCommandOutput
26
26
  * import { ServiceCatalogClient, DisassociateServiceActionFromProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DisassociateServiceActionFromProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * ProductId: "STRING_VALUE", // required
31
+ * ProvisioningArtifactId: "STRING_VALUE", // required
32
+ * ServiceActionId: "STRING_VALUE", // required
33
+ * AcceptLanguage: "STRING_VALUE",
34
+ * };
29
35
  * const command = new DisassociateServiceActionFromProvisioningArtifactCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,10 @@ export interface DisassociateTagOptionFromResourceCommandOutput extends Disassoc
26
26
  * import { ServiceCatalogClient, DisassociateTagOptionFromResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DisassociateTagOptionFromResourceCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * ResourceId: "STRING_VALUE", // required
31
+ * TagOptionId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DisassociateTagOptionFromResourceCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -38,6 +38,7 @@ export interface EnableAWSOrganizationsAccessCommandOutput extends EnableAWSOrga
38
38
  * import { ServiceCatalogClient, EnableAWSOrganizationsAccessCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
39
39
  * // const { ServiceCatalogClient, EnableAWSOrganizationsAccessCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
40
40
  * const client = new ServiceCatalogClient(config);
41
+ * const input = {};
41
42
  * const command = new EnableAWSOrganizationsAccessCommand(input);
42
43
  * const response = await client.send(command);
43
44
  * ```
@@ -26,6 +26,11 @@ export interface ExecuteProvisionedProductPlanCommandOutput extends ExecuteProvi
26
26
  * import { ServiceCatalogClient, ExecuteProvisionedProductPlanCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ExecuteProvisionedProductPlanCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * PlanId: "STRING_VALUE", // required
32
+ * IdempotencyToken: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new ExecuteProvisionedProductPlanCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,17 @@ export interface ExecuteProvisionedProductServiceActionCommandOutput extends Exe
26
26
  * import { ServiceCatalogClient, ExecuteProvisionedProductServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ExecuteProvisionedProductServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * ProvisionedProductId: "STRING_VALUE", // required
31
+ * ServiceActionId: "STRING_VALUE", // required
32
+ * ExecuteToken: "STRING_VALUE", // required
33
+ * AcceptLanguage: "STRING_VALUE",
34
+ * Parameters: {
35
+ * "<keys>": [
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * },
39
+ * };
29
40
  * const command = new ExecuteProvisionedProductServiceActionCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -27,6 +27,7 @@ export interface GetAWSOrganizationsAccessStatusCommandOutput extends GetAWSOrga
27
27
  * import { ServiceCatalogClient, GetAWSOrganizationsAccessStatusCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, GetAWSOrganizationsAccessStatusCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
29
29
  * const client = new ServiceCatalogClient(config);
30
+ * const input = {};
30
31
  * const command = new GetAWSOrganizationsAccessStatusCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```
@@ -26,6 +26,16 @@ export interface GetProvisionedProductOutputsCommandOutput extends GetProvisione
26
26
  * import { ServiceCatalogClient, GetProvisionedProductOutputsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, GetProvisionedProductOutputsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * ProvisionedProductId: "STRING_VALUE",
32
+ * ProvisionedProductName: "STRING_VALUE",
33
+ * OutputKeys: [
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * PageSize: Number("int"),
37
+ * PageToken: "STRING_VALUE",
38
+ * };
29
39
  * const command = new GetProvisionedProductOutputsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -67,6 +67,14 @@ export interface ImportAsProvisionedProductCommandOutput extends ImportAsProvisi
67
67
  * import { ServiceCatalogClient, ImportAsProvisionedProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
68
68
  * // const { ServiceCatalogClient, ImportAsProvisionedProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
69
69
  * const client = new ServiceCatalogClient(config);
70
+ * const input = {
71
+ * AcceptLanguage: "STRING_VALUE",
72
+ * ProductId: "STRING_VALUE", // required
73
+ * ProvisioningArtifactId: "STRING_VALUE", // required
74
+ * ProvisionedProductName: "STRING_VALUE", // required
75
+ * PhysicalId: "STRING_VALUE", // required
76
+ * IdempotencyToken: "STRING_VALUE", // required
77
+ * };
70
78
  * const command = new ImportAsProvisionedProductCommand(input);
71
79
  * const response = await client.send(command);
72
80
  * ```
@@ -28,6 +28,12 @@ export interface ListAcceptedPortfolioSharesCommandOutput extends ListAcceptedPo
28
28
  * import { ServiceCatalogClient, ListAcceptedPortfolioSharesCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
29
29
  * // const { ServiceCatalogClient, ListAcceptedPortfolioSharesCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
30
30
  * const client = new ServiceCatalogClient(config);
31
+ * const input = {
32
+ * AcceptLanguage: "STRING_VALUE",
33
+ * PageToken: "STRING_VALUE",
34
+ * PageSize: Number("int"),
35
+ * PortfolioShareType: "IMPORTED" || "AWS_SERVICECATALOG" || "AWS_ORGANIZATIONS",
36
+ * };
31
37
  * const command = new ListAcceptedPortfolioSharesCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -26,6 +26,12 @@ export interface ListBudgetsForResourceCommandOutput extends ListBudgetsForResou
26
26
  * import { ServiceCatalogClient, ListBudgetsForResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListBudgetsForResourceCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * ResourceId: "STRING_VALUE", // required
32
+ * PageSize: Number("int"),
33
+ * PageToken: "STRING_VALUE",
34
+ * };
29
35
  * const command = new ListBudgetsForResourceCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,13 @@ export interface ListConstraintsForPortfolioCommandOutput extends ListConstraint
26
26
  * import { ServiceCatalogClient, ListConstraintsForPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListConstraintsForPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * PortfolioId: "STRING_VALUE", // required
32
+ * ProductId: "STRING_VALUE",
33
+ * PageSize: Number("int"),
34
+ * PageToken: "STRING_VALUE",
35
+ * };
29
36
  * const command = new ListConstraintsForPortfolioCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -51,6 +51,12 @@ export interface ListLaunchPathsCommandOutput extends ListLaunchPathsOutput, __M
51
51
  * import { ServiceCatalogClient, ListLaunchPathsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
52
52
  * // const { ServiceCatalogClient, ListLaunchPathsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
53
53
  * const client = new ServiceCatalogClient(config);
54
+ * const input = {
55
+ * AcceptLanguage: "STRING_VALUE",
56
+ * ProductId: "STRING_VALUE", // required
57
+ * PageSize: Number("int"),
58
+ * PageToken: "STRING_VALUE",
59
+ * };
54
60
  * const command = new ListLaunchPathsCommand(input);
55
61
  * const response = await client.send(command);
56
62
  * ```
@@ -29,6 +29,13 @@ export interface ListOrganizationPortfolioAccessCommandOutput extends ListOrgani
29
29
  * import { ServiceCatalogClient, ListOrganizationPortfolioAccessCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
30
30
  * // const { ServiceCatalogClient, ListOrganizationPortfolioAccessCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
31
31
  * const client = new ServiceCatalogClient(config);
32
+ * const input = {
33
+ * AcceptLanguage: "STRING_VALUE",
34
+ * PortfolioId: "STRING_VALUE", // required
35
+ * OrganizationNodeType: "ORGANIZATION" || "ORGANIZATIONAL_UNIT" || "ACCOUNT", // required
36
+ * PageToken: "STRING_VALUE",
37
+ * PageSize: Number("int"),
38
+ * };
32
39
  * const command = new ListOrganizationPortfolioAccessCommand(input);
33
40
  * const response = await client.send(command);
34
41
  * ```
@@ -27,6 +27,13 @@ export interface ListPortfolioAccessCommandOutput extends ListPortfolioAccessOut
27
27
  * import { ServiceCatalogClient, ListPortfolioAccessCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, ListPortfolioAccessCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
29
29
  * const client = new ServiceCatalogClient(config);
30
+ * const input = {
31
+ * AcceptLanguage: "STRING_VALUE",
32
+ * PortfolioId: "STRING_VALUE", // required
33
+ * OrganizationParentId: "STRING_VALUE",
34
+ * PageToken: "STRING_VALUE",
35
+ * PageSize: Number("int"),
36
+ * };
30
37
  * const command = new ListPortfolioAccessCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -26,6 +26,11 @@ export interface ListPortfoliosCommandOutput extends ListPortfoliosOutput, __Met
26
26
  * import { ServiceCatalogClient, ListPortfoliosCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListPortfoliosCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * PageToken: "STRING_VALUE",
32
+ * PageSize: Number("int"),
33
+ * };
29
34
  * const command = new ListPortfoliosCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,12 @@ export interface ListPortfoliosForProductCommandOutput extends ListPortfoliosFor
26
26
  * import { ServiceCatalogClient, ListPortfoliosForProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListPortfoliosForProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * ProductId: "STRING_VALUE", // required
32
+ * PageToken: "STRING_VALUE",
33
+ * PageSize: Number("int"),
34
+ * };
29
35
  * const command = new ListPortfoliosForProductCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,12 @@ export interface ListPrincipalsForPortfolioCommandOutput extends ListPrincipalsF
26
26
  * import { ServiceCatalogClient, ListPrincipalsForPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListPrincipalsForPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * PortfolioId: "STRING_VALUE", // required
32
+ * PageSize: Number("int"),
33
+ * PageToken: "STRING_VALUE",
34
+ * };
29
35
  * const command = new ListPrincipalsForPortfolioCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,16 @@ export interface ListProvisionedProductPlansCommandOutput extends ListProvisione
26
26
  * import { ServiceCatalogClient, ListProvisionedProductPlansCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListProvisionedProductPlansCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * ProvisionProductId: "STRING_VALUE",
32
+ * PageSize: Number("int"),
33
+ * PageToken: "STRING_VALUE",
34
+ * AccessLevelFilter: {
35
+ * Key: "Account" || "Role" || "User",
36
+ * Value: "STRING_VALUE",
37
+ * },
38
+ * };
29
39
  * const command = new ListProvisionedProductPlansCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,10 @@ export interface ListProvisioningArtifactsCommandOutput extends ListProvisioning
26
26
  * import { ServiceCatalogClient, ListProvisioningArtifactsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListProvisioningArtifactsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * ProductId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new ListProvisioningArtifactsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,12 @@ export interface ListProvisioningArtifactsForServiceActionCommandOutput extends
26
26
  * import { ServiceCatalogClient, ListProvisioningArtifactsForServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListProvisioningArtifactsForServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * ServiceActionId: "STRING_VALUE", // required
31
+ * PageSize: Number("int"),
32
+ * PageToken: "STRING_VALUE",
33
+ * AcceptLanguage: "STRING_VALUE",
34
+ * };
29
35
  * const command = new ListProvisioningArtifactsForServiceActionCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,19 @@ export interface ListRecordHistoryCommandOutput extends ListRecordHistoryOutput,
26
26
  * import { ServiceCatalogClient, ListRecordHistoryCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListRecordHistoryCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * AccessLevelFilter: {
32
+ * Key: "Account" || "Role" || "User",
33
+ * Value: "STRING_VALUE",
34
+ * },
35
+ * SearchFilter: {
36
+ * Key: "STRING_VALUE",
37
+ * Value: "STRING_VALUE",
38
+ * },
39
+ * PageSize: Number("int"),
40
+ * PageToken: "STRING_VALUE",
41
+ * };
29
42
  * const command = new ListRecordHistoryCommand(input);
30
43
  * const response = await client.send(command);
31
44
  * ```
@@ -26,6 +26,12 @@ export interface ListResourcesForTagOptionCommandOutput extends ListResourcesFor
26
26
  * import { ServiceCatalogClient, ListResourcesForTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListResourcesForTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * TagOptionId: "STRING_VALUE", // required
31
+ * ResourceType: "STRING_VALUE",
32
+ * PageSize: Number("int"),
33
+ * PageToken: "STRING_VALUE",
34
+ * };
29
35
  * const command = new ListResourcesForTagOptionCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,11 @@ export interface ListServiceActionsCommandOutput extends ListServiceActionsOutpu
26
26
  * import { ServiceCatalogClient, ListServiceActionsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListServiceActionsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * PageSize: Number("int"),
32
+ * PageToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListServiceActionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,13 @@ export interface ListServiceActionsForProvisioningArtifactCommandOutput extends
26
26
  * import { ServiceCatalogClient, ListServiceActionsForProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListServiceActionsForProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * ProductId: "STRING_VALUE", // required
31
+ * ProvisioningArtifactId: "STRING_VALUE", // required
32
+ * PageSize: Number("int"),
33
+ * PageToken: "STRING_VALUE",
34
+ * AcceptLanguage: "STRING_VALUE",
35
+ * };
29
36
  * const command = new ListServiceActionsForProvisioningArtifactCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,12 @@ export interface ListStackInstancesForProvisionedProductCommandOutput extends Li
26
26
  * import { ServiceCatalogClient, ListStackInstancesForProvisionedProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListStackInstancesForProvisionedProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * ProvisionedProductId: "STRING_VALUE", // required
32
+ * PageToken: "STRING_VALUE",
33
+ * PageSize: Number("int"),
34
+ * };
29
35
  * const command = new ListStackInstancesForProvisionedProductCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,15 @@ export interface ListTagOptionsCommandOutput extends ListTagOptionsOutput, __Met
26
26
  * import { ServiceCatalogClient, ListTagOptionsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, ListTagOptionsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * Filters: {
31
+ * Key: "STRING_VALUE",
32
+ * Value: "STRING_VALUE",
33
+ * Active: true || false,
34
+ * },
35
+ * PageSize: Number("int"),
36
+ * PageToken: "STRING_VALUE",
37
+ * };
29
38
  * const command = new ListTagOptionsCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -62,6 +62,44 @@ export interface ProvisionProductCommandOutput extends ProvisionProductOutput, _
62
62
  * import { ServiceCatalogClient, ProvisionProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
63
63
  * // const { ServiceCatalogClient, ProvisionProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
64
64
  * const client = new ServiceCatalogClient(config);
65
+ * const input = {
66
+ * AcceptLanguage: "STRING_VALUE",
67
+ * ProductId: "STRING_VALUE",
68
+ * ProductName: "STRING_VALUE",
69
+ * ProvisioningArtifactId: "STRING_VALUE",
70
+ * ProvisioningArtifactName: "STRING_VALUE",
71
+ * PathId: "STRING_VALUE",
72
+ * PathName: "STRING_VALUE",
73
+ * ProvisionedProductName: "STRING_VALUE", // required
74
+ * ProvisioningParameters: [
75
+ * {
76
+ * Key: "STRING_VALUE",
77
+ * Value: "STRING_VALUE",
78
+ * },
79
+ * ],
80
+ * ProvisioningPreferences: {
81
+ * StackSetAccounts: [
82
+ * "STRING_VALUE",
83
+ * ],
84
+ * StackSetRegions: [
85
+ * "STRING_VALUE",
86
+ * ],
87
+ * StackSetFailureToleranceCount: Number("int"),
88
+ * StackSetFailureTolerancePercentage: Number("int"),
89
+ * StackSetMaxConcurrencyCount: Number("int"),
90
+ * StackSetMaxConcurrencyPercentage: Number("int"),
91
+ * },
92
+ * Tags: [
93
+ * {
94
+ * Key: "STRING_VALUE", // required
95
+ * Value: "STRING_VALUE", // required
96
+ * },
97
+ * ],
98
+ * NotificationArns: [
99
+ * "STRING_VALUE",
100
+ * ],
101
+ * ProvisionToken: "STRING_VALUE", // required
102
+ * };
65
103
  * const command = new ProvisionProductCommand(input);
66
104
  * const response = await client.send(command);
67
105
  * ```
@@ -26,6 +26,11 @@ export interface RejectPortfolioShareCommandOutput extends RejectPortfolioShareO
26
26
  * import { ServiceCatalogClient, RejectPortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, RejectPortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * PortfolioId: "STRING_VALUE", // required
32
+ * PortfolioShareType: "IMPORTED" || "AWS_SERVICECATALOG" || "AWS_ORGANIZATIONS",
33
+ * };
29
34
  * const command = new RejectPortfolioShareCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,15 @@ export interface ScanProvisionedProductsCommandOutput extends ScanProvisionedPro
27
27
  * import { ServiceCatalogClient, ScanProvisionedProductsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, ScanProvisionedProductsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
29
29
  * const client = new ServiceCatalogClient(config);
30
+ * const input = {
31
+ * AcceptLanguage: "STRING_VALUE",
32
+ * AccessLevelFilter: {
33
+ * Key: "Account" || "Role" || "User",
34
+ * Value: "STRING_VALUE",
35
+ * },
36
+ * PageSize: Number("int"),
37
+ * PageToken: "STRING_VALUE",
38
+ * };
30
39
  * const command = new ScanProvisionedProductsCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -26,6 +26,20 @@ export interface SearchProductsAsAdminCommandOutput extends SearchProductsAsAdmi
26
26
  * import { ServiceCatalogClient, SearchProductsAsAdminCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, SearchProductsAsAdminCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * PortfolioId: "STRING_VALUE",
32
+ * Filters: {
33
+ * "<keys>": [
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * SortBy: "Title" || "VersionCount" || "CreationDate",
38
+ * SortOrder: "ASCENDING" || "DESCENDING",
39
+ * PageToken: "STRING_VALUE",
40
+ * PageSize: Number("int"),
41
+ * ProductSource: "ACCOUNT",
42
+ * };
29
43
  * const command = new SearchProductsAsAdminCommand(input);
30
44
  * const response = await client.send(command);
31
45
  * ```
@@ -26,6 +26,18 @@ export interface SearchProductsCommandOutput extends SearchProductsOutput, __Met
26
26
  * import { ServiceCatalogClient, SearchProductsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, SearchProductsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * Filters: {
32
+ * "<keys>": [
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * },
36
+ * PageSize: Number("int"),
37
+ * SortBy: "Title" || "VersionCount" || "CreationDate",
38
+ * SortOrder: "ASCENDING" || "DESCENDING",
39
+ * PageToken: "STRING_VALUE",
40
+ * };
29
41
  * const command = new SearchProductsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -26,6 +26,22 @@ export interface SearchProvisionedProductsCommandOutput extends SearchProvisione
26
26
  * import { ServiceCatalogClient, SearchProvisionedProductsCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, SearchProvisionedProductsCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * AccessLevelFilter: {
32
+ * Key: "Account" || "Role" || "User",
33
+ * Value: "STRING_VALUE",
34
+ * },
35
+ * Filters: {
36
+ * "<keys>": [
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * },
40
+ * SortBy: "STRING_VALUE",
41
+ * SortOrder: "ASCENDING" || "DESCENDING",
42
+ * PageSize: Number("int"),
43
+ * PageToken: "STRING_VALUE",
44
+ * };
29
45
  * const command = new SearchProvisionedProductsCommand(input);
30
46
  * const response = await client.send(command);
31
47
  * ```
@@ -28,6 +28,14 @@ export interface TerminateProvisionedProductCommandOutput extends TerminateProvi
28
28
  * import { ServiceCatalogClient, TerminateProvisionedProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
29
29
  * // const { ServiceCatalogClient, TerminateProvisionedProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
30
30
  * const client = new ServiceCatalogClient(config);
31
+ * const input = {
32
+ * ProvisionedProductName: "STRING_VALUE",
33
+ * ProvisionedProductId: "STRING_VALUE",
34
+ * TerminateToken: "STRING_VALUE", // required
35
+ * IgnoreErrors: true || false,
36
+ * AcceptLanguage: "STRING_VALUE",
37
+ * RetainPhysicalResources: true || false,
38
+ * };
31
39
  * const command = new TerminateProvisionedProductCommand(input);
32
40
  * const response = await client.send(command);
33
41
  * ```
@@ -26,6 +26,12 @@ export interface UpdateConstraintCommandOutput extends UpdateConstraintOutput, _
26
26
  * import { ServiceCatalogClient, UpdateConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, UpdateConstraintCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * Id: "STRING_VALUE", // required
32
+ * Description: "STRING_VALUE",
33
+ * Parameters: "STRING_VALUE",
34
+ * };
29
35
  * const command = new UpdateConstraintCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```