@aws-sdk/client-service-catalog 3.299.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 +8 -8
@@ -26,6 +26,11 @@ export interface AcceptPortfolioShareCommandOutput extends AcceptPortfolioShareO
26
26
  * import { ServiceCatalogClient, AcceptPortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, AcceptPortfolioShareCommand } = 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 AcceptPortfolioShareCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface AssociateBudgetWithResourceCommandOutput extends AssociateBudge
26
26
  * import { ServiceCatalogClient, AssociateBudgetWithResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, AssociateBudgetWithResourceCommand } = 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 AssociateBudgetWithResourceCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -41,6 +41,12 @@ export interface AssociatePrincipalWithPortfolioCommandOutput extends AssociateP
41
41
  * import { ServiceCatalogClient, AssociatePrincipalWithPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
42
42
  * // const { ServiceCatalogClient, AssociatePrincipalWithPortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
43
43
  * const client = new ServiceCatalogClient(config);
44
+ * const input = {
45
+ * AcceptLanguage: "STRING_VALUE",
46
+ * PortfolioId: "STRING_VALUE", // required
47
+ * PrincipalARN: "STRING_VALUE", // required
48
+ * PrincipalType: "IAM" || "IAM_PATTERN", // required
49
+ * };
44
50
  * const command = new AssociatePrincipalWithPortfolioCommand(input);
45
51
  * const response = await client.send(command);
46
52
  * ```
@@ -27,6 +27,12 @@ export interface AssociateProductWithPortfolioCommandOutput extends AssociatePro
27
27
  * import { ServiceCatalogClient, AssociateProductWithPortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, AssociateProductWithPortfolioCommand } = 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
+ * SourcePortfolioId: "STRING_VALUE",
35
+ * };
30
36
  * const command = new AssociateProductWithPortfolioCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -26,6 +26,12 @@ export interface AssociateServiceActionWithProvisioningArtifactCommandOutput ext
26
26
  * import { ServiceCatalogClient, AssociateServiceActionWithProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, AssociateServiceActionWithProvisioningArtifactCommand } = 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 AssociateServiceActionWithProvisioningArtifactCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,10 @@ export interface AssociateTagOptionWithResourceCommandOutput extends AssociateTa
26
26
  * import { ServiceCatalogClient, AssociateTagOptionWithResourceCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, AssociateTagOptionWithResourceCommand } = 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 AssociateTagOptionWithResourceCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,16 @@ export interface BatchAssociateServiceActionWithProvisioningArtifactCommandOutpu
26
26
  * import { ServiceCatalogClient, BatchAssociateServiceActionWithProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, BatchAssociateServiceActionWithProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * ServiceActionAssociations: [ // required
31
+ * {
32
+ * ServiceActionId: "STRING_VALUE", // required
33
+ * ProductId: "STRING_VALUE", // required
34
+ * ProvisioningArtifactId: "STRING_VALUE", // required
35
+ * },
36
+ * ],
37
+ * AcceptLanguage: "STRING_VALUE",
38
+ * };
29
39
  * const command = new BatchAssociateServiceActionWithProvisioningArtifactCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,16 @@ export interface BatchDisassociateServiceActionFromProvisioningArtifactCommandOu
26
26
  * import { ServiceCatalogClient, BatchDisassociateServiceActionFromProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, BatchDisassociateServiceActionFromProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * ServiceActionAssociations: [ // required
31
+ * {
32
+ * ServiceActionId: "STRING_VALUE", // required
33
+ * ProductId: "STRING_VALUE", // required
34
+ * ProvisioningArtifactId: "STRING_VALUE", // required
35
+ * },
36
+ * ],
37
+ * AcceptLanguage: "STRING_VALUE",
38
+ * };
29
39
  * const command = new BatchDisassociateServiceActionFromProvisioningArtifactCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -32,6 +32,21 @@ export interface CopyProductCommandOutput extends CopyProductOutput, __MetadataB
32
32
  * import { ServiceCatalogClient, CopyProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
33
33
  * // const { ServiceCatalogClient, CopyProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
34
34
  * const client = new ServiceCatalogClient(config);
35
+ * const input = {
36
+ * AcceptLanguage: "STRING_VALUE",
37
+ * SourceProductArn: "STRING_VALUE", // required
38
+ * TargetProductId: "STRING_VALUE",
39
+ * TargetProductName: "STRING_VALUE",
40
+ * SourceProvisioningArtifactIdentifiers: [
41
+ * {
42
+ * "<keys>": "STRING_VALUE",
43
+ * },
44
+ * ],
45
+ * CopyOptions: [
46
+ * "CopyTags",
47
+ * ],
48
+ * IdempotencyToken: "STRING_VALUE", // required
49
+ * };
35
50
  * const command = new CopyProductCommand(input);
36
51
  * const response = await client.send(command);
37
52
  * ```
@@ -27,6 +27,15 @@ export interface CreateConstraintCommandOutput extends CreateConstraintOutput, _
27
27
  * import { ServiceCatalogClient, CreateConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, CreateConstraintCommand } = 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
+ * ProductId: "STRING_VALUE", // required
34
+ * Parameters: "STRING_VALUE", // required
35
+ * Type: "STRING_VALUE", // required
36
+ * Description: "STRING_VALUE",
37
+ * IdempotencyToken: "STRING_VALUE", // required
38
+ * };
30
39
  * const command = new CreateConstraintCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -27,6 +27,19 @@ export interface CreatePortfolioCommandOutput extends CreatePortfolioOutput, __M
27
27
  * import { ServiceCatalogClient, CreatePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, CreatePortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
29
29
  * const client = new ServiceCatalogClient(config);
30
+ * const input = {
31
+ * AcceptLanguage: "STRING_VALUE",
32
+ * DisplayName: "STRING_VALUE", // required
33
+ * Description: "STRING_VALUE",
34
+ * ProviderName: "STRING_VALUE", // required
35
+ * Tags: [
36
+ * {
37
+ * Key: "STRING_VALUE", // required
38
+ * Value: "STRING_VALUE", // required
39
+ * },
40
+ * ],
41
+ * IdempotencyToken: "STRING_VALUE", // required
42
+ * };
30
43
  * const command = new CreatePortfolioCommand(input);
31
44
  * const response = await client.send(command);
32
45
  * ```
@@ -44,6 +44,17 @@ export interface CreatePortfolioShareCommandOutput extends CreatePortfolioShareO
44
44
  * import { ServiceCatalogClient, CreatePortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
45
45
  * // const { ServiceCatalogClient, CreatePortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
46
46
  * const client = new ServiceCatalogClient(config);
47
+ * const input = {
48
+ * AcceptLanguage: "STRING_VALUE",
49
+ * PortfolioId: "STRING_VALUE", // required
50
+ * AccountId: "STRING_VALUE",
51
+ * OrganizationNode: {
52
+ * Type: "ORGANIZATION" || "ORGANIZATIONAL_UNIT" || "ACCOUNT",
53
+ * Value: "STRING_VALUE",
54
+ * },
55
+ * ShareTagOptions: true || false,
56
+ * SharePrincipals: true || false,
57
+ * };
47
58
  * const command = new CreatePortfolioShareCommand(input);
48
59
  * const response = await client.send(command);
49
60
  * ```
@@ -31,6 +31,44 @@ export interface CreateProductCommandOutput extends CreateProductOutput, __Metad
31
31
  * import { ServiceCatalogClient, CreateProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
32
32
  * // const { ServiceCatalogClient, CreateProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
33
33
  * const client = new ServiceCatalogClient(config);
34
+ * const input = {
35
+ * AcceptLanguage: "STRING_VALUE",
36
+ * Name: "STRING_VALUE", // required
37
+ * Owner: "STRING_VALUE", // required
38
+ * Description: "STRING_VALUE",
39
+ * Distributor: "STRING_VALUE",
40
+ * SupportDescription: "STRING_VALUE",
41
+ * SupportEmail: "STRING_VALUE",
42
+ * SupportUrl: "STRING_VALUE",
43
+ * ProductType: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE", // required
44
+ * Tags: [
45
+ * {
46
+ * Key: "STRING_VALUE", // required
47
+ * Value: "STRING_VALUE", // required
48
+ * },
49
+ * ],
50
+ * ProvisioningArtifactParameters: {
51
+ * Name: "STRING_VALUE",
52
+ * Description: "STRING_VALUE",
53
+ * Info: {
54
+ * "<keys>": "STRING_VALUE",
55
+ * },
56
+ * Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR",
57
+ * DisableTemplateValidation: true || false,
58
+ * },
59
+ * IdempotencyToken: "STRING_VALUE", // required
60
+ * SourceConnection: {
61
+ * Type: "CODESTAR",
62
+ * ConnectionParameters: {
63
+ * CodeStar: {
64
+ * ConnectionArn: "STRING_VALUE", // required
65
+ * Repository: "STRING_VALUE", // required
66
+ * Branch: "STRING_VALUE", // required
67
+ * ArtifactPath: "STRING_VALUE", // required
68
+ * },
69
+ * },
70
+ * },
71
+ * };
34
72
  * const command = new CreateProductCommand(input);
35
73
  * const response = await client.send(command);
36
74
  * ```
@@ -33,6 +33,32 @@ export interface CreateProvisionedProductPlanCommandOutput extends CreateProvisi
33
33
  * import { ServiceCatalogClient, CreateProvisionedProductPlanCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
34
34
  * // const { ServiceCatalogClient, CreateProvisionedProductPlanCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
35
35
  * const client = new ServiceCatalogClient(config);
36
+ * const input = {
37
+ * AcceptLanguage: "STRING_VALUE",
38
+ * PlanName: "STRING_VALUE", // required
39
+ * PlanType: "CLOUDFORMATION", // required
40
+ * NotificationArns: [
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * PathId: "STRING_VALUE",
44
+ * ProductId: "STRING_VALUE", // required
45
+ * ProvisionedProductName: "STRING_VALUE", // required
46
+ * ProvisioningArtifactId: "STRING_VALUE", // required
47
+ * ProvisioningParameters: [
48
+ * {
49
+ * Key: "STRING_VALUE",
50
+ * Value: "STRING_VALUE",
51
+ * UsePreviousValue: true || false,
52
+ * },
53
+ * ],
54
+ * IdempotencyToken: "STRING_VALUE", // required
55
+ * Tags: [
56
+ * {
57
+ * Key: "STRING_VALUE", // required
58
+ * Value: "STRING_VALUE", // required
59
+ * },
60
+ * ],
61
+ * };
36
62
  * const command = new CreateProvisionedProductPlanCommand(input);
37
63
  * const response = await client.send(command);
38
64
  * ```
@@ -30,6 +30,20 @@ export interface CreateProvisioningArtifactCommandOutput extends CreateProvision
30
30
  * import { ServiceCatalogClient, CreateProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
31
31
  * // const { ServiceCatalogClient, CreateProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
32
32
  * const client = new ServiceCatalogClient(config);
33
+ * const input = {
34
+ * AcceptLanguage: "STRING_VALUE",
35
+ * ProductId: "STRING_VALUE", // required
36
+ * Parameters: {
37
+ * Name: "STRING_VALUE",
38
+ * Description: "STRING_VALUE",
39
+ * Info: {
40
+ * "<keys>": "STRING_VALUE",
41
+ * },
42
+ * Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR",
43
+ * DisableTemplateValidation: true || false,
44
+ * },
45
+ * IdempotencyToken: "STRING_VALUE", // required
46
+ * };
33
47
  * const command = new CreateProvisioningArtifactCommand(input);
34
48
  * const response = await client.send(command);
35
49
  * ```
@@ -26,6 +26,16 @@ export interface CreateServiceActionCommandOutput extends CreateServiceActionOut
26
26
  * import { ServiceCatalogClient, CreateServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, CreateServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * Name: "STRING_VALUE", // required
31
+ * DefinitionType: "SSM_AUTOMATION", // required
32
+ * Definition: { // required
33
+ * "<keys>": "STRING_VALUE",
34
+ * },
35
+ * Description: "STRING_VALUE",
36
+ * AcceptLanguage: "STRING_VALUE",
37
+ * IdempotencyToken: "STRING_VALUE", // required
38
+ * };
29
39
  * const command = new CreateServiceActionCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,10 @@ export interface CreateTagOptionCommandOutput extends CreateTagOptionOutput, __M
26
26
  * import { ServiceCatalogClient, CreateTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, CreateTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * Key: "STRING_VALUE", // required
31
+ * Value: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new CreateTagOptionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DeleteConstraintCommandOutput extends DeleteConstraintOutput, _
27
27
  * import { ServiceCatalogClient, DeleteConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, DeleteConstraintCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
29
29
  * const client = new ServiceCatalogClient(config);
30
+ * const input = {
31
+ * AcceptLanguage: "STRING_VALUE",
32
+ * Id: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeleteConstraintCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -29,6 +29,10 @@ export interface DeletePortfolioCommandOutput extends DeletePortfolioOutput, __M
29
29
  * import { ServiceCatalogClient, DeletePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
30
30
  * // const { ServiceCatalogClient, DeletePortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
31
31
  * const client = new ServiceCatalogClient(config);
32
+ * const input = {
33
+ * AcceptLanguage: "STRING_VALUE",
34
+ * Id: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new DeletePortfolioCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -29,6 +29,15 @@ export interface DeletePortfolioShareCommandOutput extends DeletePortfolioShareO
29
29
  * import { ServiceCatalogClient, DeletePortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
30
30
  * // const { ServiceCatalogClient, DeletePortfolioShareCommand } = 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
+ * AccountId: "STRING_VALUE",
36
+ * OrganizationNode: {
37
+ * Type: "ORGANIZATION" || "ORGANIZATIONAL_UNIT" || "ACCOUNT",
38
+ * Value: "STRING_VALUE",
39
+ * },
40
+ * };
32
41
  * const command = new DeletePortfolioShareCommand(input);
33
42
  * const response = await client.send(command);
34
43
  * ```
@@ -28,6 +28,10 @@ export interface DeleteProductCommandOutput extends DeleteProductOutput, __Metad
28
28
  * import { ServiceCatalogClient, DeleteProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
29
29
  * // const { ServiceCatalogClient, DeleteProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
30
30
  * const client = new ServiceCatalogClient(config);
31
+ * const input = {
32
+ * AcceptLanguage: "STRING_VALUE",
33
+ * Id: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new DeleteProductCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,11 @@ export interface DeleteProvisionedProductPlanCommandOutput extends DeleteProvisi
26
26
  * import { ServiceCatalogClient, DeleteProvisionedProductPlanCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DeleteProvisionedProductPlanCommand } = 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
+ * IgnoreErrors: true || false,
33
+ * };
29
34
  * const command = new DeleteProvisionedProductPlanCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -29,6 +29,11 @@ export interface DeleteProvisioningArtifactCommandOutput extends DeleteProvision
29
29
  * import { ServiceCatalogClient, DeleteProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
30
30
  * // const { ServiceCatalogClient, DeleteProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
31
31
  * const client = new ServiceCatalogClient(config);
32
+ * const input = {
33
+ * AcceptLanguage: "STRING_VALUE",
34
+ * ProductId: "STRING_VALUE", // required
35
+ * ProvisioningArtifactId: "STRING_VALUE", // required
36
+ * };
32
37
  * const command = new DeleteProvisioningArtifactCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -26,6 +26,10 @@ export interface DeleteServiceActionCommandOutput extends DeleteServiceActionOut
26
26
  * import { ServiceCatalogClient, DeleteServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DeleteServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * AcceptLanguage: "STRING_VALUE",
32
+ * };
29
33
  * const command = new DeleteServiceActionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,9 @@ export interface DeleteTagOptionCommandOutput extends DeleteTagOptionOutput, __M
27
27
  * import { ServiceCatalogClient, DeleteTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, DeleteTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
29
29
  * const client = new ServiceCatalogClient(config);
30
+ * const input = {
31
+ * Id: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteTagOptionCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -26,6 +26,10 @@ export interface DescribeConstraintCommandOutput extends DescribeConstraintOutpu
26
26
  * import { ServiceCatalogClient, DescribeConstraintCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DescribeConstraintCommand } = 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
+ * };
29
33
  * const command = new DescribeConstraintCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DescribeCopyProductStatusCommandOutput extends DescribeCopyProd
26
26
  * import { ServiceCatalogClient, DescribeCopyProductStatusCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DescribeCopyProductStatusCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * CopyProductToken: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeCopyProductStatusCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DescribePortfolioCommandOutput extends DescribePortfolioOutput,
27
27
  * import { ServiceCatalogClient, DescribePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, DescribePortfolioCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
29
29
  * const client = new ServiceCatalogClient(config);
30
+ * const input = {
31
+ * AcceptLanguage: "STRING_VALUE",
32
+ * Id: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DescribePortfolioCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,9 @@ export interface DescribePortfolioShareStatusCommandOutput extends DescribePortf
27
27
  * import { ServiceCatalogClient, DescribePortfolioShareStatusCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, DescribePortfolioShareStatusCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
29
29
  * const client = new ServiceCatalogClient(config);
30
+ * const input = {
31
+ * PortfolioShareToken: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DescribePortfolioShareStatusCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -30,6 +30,12 @@ export interface DescribePortfolioSharesCommandOutput extends DescribePortfolioS
30
30
  * import { ServiceCatalogClient, DescribePortfolioSharesCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
31
31
  * // const { ServiceCatalogClient, DescribePortfolioSharesCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
32
32
  * const client = new ServiceCatalogClient(config);
33
+ * const input = {
34
+ * PortfolioId: "STRING_VALUE", // required
35
+ * Type: "ACCOUNT" || "ORGANIZATION" || "ORGANIZATIONAL_UNIT" || "ORGANIZATION_MEMBER_ACCOUNT", // required
36
+ * PageToken: "STRING_VALUE",
37
+ * PageSize: Number("int"),
38
+ * };
33
39
  * const command = new DescribePortfolioSharesCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```
@@ -26,6 +26,12 @@ export interface DescribeProductAsAdminCommandOutput extends DescribeProductAsAd
26
26
  * import { ServiceCatalogClient, DescribeProductAsAdminCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DescribeProductAsAdminCommand } = 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",
32
+ * Name: "STRING_VALUE",
33
+ * SourcePortfolioId: "STRING_VALUE",
34
+ * };
29
35
  * const command = new DescribeProductAsAdminCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -35,6 +35,11 @@ export interface DescribeProductCommandOutput extends DescribeProductOutput, __M
35
35
  * import { ServiceCatalogClient, DescribeProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
36
36
  * // const { ServiceCatalogClient, DescribeProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
37
37
  * const client = new ServiceCatalogClient(config);
38
+ * const input = {
39
+ * AcceptLanguage: "STRING_VALUE",
40
+ * Id: "STRING_VALUE",
41
+ * Name: "STRING_VALUE",
42
+ * };
38
43
  * const command = new DescribeProductCommand(input);
39
44
  * const response = await client.send(command);
40
45
  * ```
@@ -26,6 +26,10 @@ export interface DescribeProductViewCommandOutput extends DescribeProductViewOut
26
26
  * import { ServiceCatalogClient, DescribeProductViewCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DescribeProductViewCommand } = 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
+ * };
29
33
  * const command = new DescribeProductViewCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface DescribeProvisionedProductCommandOutput extends DescribeProvisi
26
26
  * import { ServiceCatalogClient, DescribeProvisionedProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DescribeProvisionedProductCommand } = 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",
32
+ * Name: "STRING_VALUE",
33
+ * };
29
34
  * const command = new DescribeProvisionedProductCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,12 @@ export interface DescribeProvisionedProductPlanCommandOutput extends DescribePro
26
26
  * import { ServiceCatalogClient, DescribeProvisionedProductPlanCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DescribeProvisionedProductPlanCommand } = 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
+ * PageSize: Number("int"),
33
+ * PageToken: "STRING_VALUE",
34
+ * };
29
35
  * const command = new DescribeProvisionedProductPlanCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,14 @@ export interface DescribeProvisioningArtifactCommandOutput extends DescribeProvi
26
26
  * import { ServiceCatalogClient, DescribeProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DescribeProvisioningArtifactCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * AcceptLanguage: "STRING_VALUE",
31
+ * ProvisioningArtifactId: "STRING_VALUE",
32
+ * ProductId: "STRING_VALUE",
33
+ * ProvisioningArtifactName: "STRING_VALUE",
34
+ * ProductName: "STRING_VALUE",
35
+ * Verbose: true || false,
36
+ * };
29
37
  * const command = new DescribeProvisioningArtifactCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -33,6 +33,15 @@ export interface DescribeProvisioningParametersCommandOutput extends DescribePro
33
33
  * import { ServiceCatalogClient, DescribeProvisioningParametersCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
34
34
  * // const { ServiceCatalogClient, DescribeProvisioningParametersCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
35
35
  * const client = new ServiceCatalogClient(config);
36
+ * const input = {
37
+ * AcceptLanguage: "STRING_VALUE",
38
+ * ProductId: "STRING_VALUE",
39
+ * ProductName: "STRING_VALUE",
40
+ * ProvisioningArtifactId: "STRING_VALUE",
41
+ * ProvisioningArtifactName: "STRING_VALUE",
42
+ * PathId: "STRING_VALUE",
43
+ * PathName: "STRING_VALUE",
44
+ * };
36
45
  * const command = new DescribeProvisioningParametersCommand(input);
37
46
  * const response = await client.send(command);
38
47
  * ```
@@ -34,6 +34,12 @@ export interface DescribeRecordCommandOutput extends DescribeRecordOutput, __Met
34
34
  * import { ServiceCatalogClient, DescribeRecordCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
35
35
  * // const { ServiceCatalogClient, DescribeRecordCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
36
36
  * const client = new ServiceCatalogClient(config);
37
+ * const input = {
38
+ * AcceptLanguage: "STRING_VALUE",
39
+ * Id: "STRING_VALUE", // required
40
+ * PageToken: "STRING_VALUE",
41
+ * PageSize: Number("int"),
42
+ * };
37
43
  * const command = new DescribeRecordCommand(input);
38
44
  * const response = await client.send(command);
39
45
  * ```
@@ -26,6 +26,10 @@ export interface DescribeServiceActionCommandOutput extends DescribeServiceActio
26
26
  * import { ServiceCatalogClient, DescribeServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, DescribeServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * AcceptLanguage: "STRING_VALUE",
32
+ * };
29
33
  * const command = new DescribeServiceActionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```