@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
@@ -27,6 +27,22 @@ export interface UpdatePortfolioCommandOutput extends UpdatePortfolioOutput, __M
27
27
  * import { ServiceCatalogClient, UpdatePortfolioCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, UpdatePortfolioCommand } = 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
+ * DisplayName: "STRING_VALUE",
34
+ * Description: "STRING_VALUE",
35
+ * ProviderName: "STRING_VALUE",
36
+ * AddTags: [
37
+ * {
38
+ * Key: "STRING_VALUE", // required
39
+ * Value: "STRING_VALUE", // required
40
+ * },
41
+ * ],
42
+ * RemoveTags: [
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * };
30
46
  * const command = new UpdatePortfolioCommand(input);
31
47
  * const response = await client.send(command);
32
48
  * ```
@@ -40,6 +40,17 @@ export interface UpdatePortfolioShareCommandOutput extends UpdatePortfolioShareO
40
40
  * import { ServiceCatalogClient, UpdatePortfolioShareCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
41
41
  * // const { ServiceCatalogClient, UpdatePortfolioShareCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
42
42
  * const client = new ServiceCatalogClient(config);
43
+ * const input = {
44
+ * AcceptLanguage: "STRING_VALUE",
45
+ * PortfolioId: "STRING_VALUE", // required
46
+ * AccountId: "STRING_VALUE",
47
+ * OrganizationNode: {
48
+ * Type: "ORGANIZATION" || "ORGANIZATIONAL_UNIT" || "ACCOUNT",
49
+ * Value: "STRING_VALUE",
50
+ * },
51
+ * ShareTagOptions: true || false,
52
+ * SharePrincipals: true || false,
53
+ * };
43
54
  * const command = new UpdatePortfolioShareCommand(input);
44
55
  * const response = await client.send(command);
45
56
  * ```
@@ -26,6 +26,37 @@ export interface UpdateProductCommandOutput extends UpdateProductOutput, __Metad
26
26
  * import { ServiceCatalogClient, UpdateProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, UpdateProductCommand } = 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
+ * Name: "STRING_VALUE",
33
+ * Owner: "STRING_VALUE",
34
+ * Description: "STRING_VALUE",
35
+ * Distributor: "STRING_VALUE",
36
+ * SupportDescription: "STRING_VALUE",
37
+ * SupportEmail: "STRING_VALUE",
38
+ * SupportUrl: "STRING_VALUE",
39
+ * AddTags: [
40
+ * {
41
+ * Key: "STRING_VALUE", // required
42
+ * Value: "STRING_VALUE", // required
43
+ * },
44
+ * ],
45
+ * RemoveTags: [
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * SourceConnection: {
49
+ * Type: "CODESTAR",
50
+ * ConnectionParameters: {
51
+ * CodeStar: {
52
+ * ConnectionArn: "STRING_VALUE", // required
53
+ * Repository: "STRING_VALUE", // required
54
+ * Branch: "STRING_VALUE", // required
55
+ * ArtifactPath: "STRING_VALUE", // required
56
+ * },
57
+ * },
58
+ * },
59
+ * };
29
60
  * const command = new UpdateProductCommand(input);
30
61
  * const response = await client.send(command);
31
62
  * ```
@@ -30,6 +30,44 @@ export interface UpdateProvisionedProductCommandOutput extends UpdateProvisioned
30
30
  * import { ServiceCatalogClient, UpdateProvisionedProductCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
31
31
  * // const { ServiceCatalogClient, UpdateProvisionedProductCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
32
32
  * const client = new ServiceCatalogClient(config);
33
+ * const input = {
34
+ * AcceptLanguage: "STRING_VALUE",
35
+ * ProvisionedProductName: "STRING_VALUE",
36
+ * ProvisionedProductId: "STRING_VALUE",
37
+ * ProductId: "STRING_VALUE",
38
+ * ProductName: "STRING_VALUE",
39
+ * ProvisioningArtifactId: "STRING_VALUE",
40
+ * ProvisioningArtifactName: "STRING_VALUE",
41
+ * PathId: "STRING_VALUE",
42
+ * PathName: "STRING_VALUE",
43
+ * ProvisioningParameters: [
44
+ * {
45
+ * Key: "STRING_VALUE",
46
+ * Value: "STRING_VALUE",
47
+ * UsePreviousValue: true || false,
48
+ * },
49
+ * ],
50
+ * ProvisioningPreferences: {
51
+ * StackSetAccounts: [
52
+ * "STRING_VALUE",
53
+ * ],
54
+ * StackSetRegions: [
55
+ * "STRING_VALUE",
56
+ * ],
57
+ * StackSetFailureToleranceCount: Number("int"),
58
+ * StackSetFailureTolerancePercentage: Number("int"),
59
+ * StackSetMaxConcurrencyCount: Number("int"),
60
+ * StackSetMaxConcurrencyPercentage: Number("int"),
61
+ * StackSetOperationType: "CREATE" || "UPDATE" || "DELETE",
62
+ * },
63
+ * Tags: [
64
+ * {
65
+ * Key: "STRING_VALUE", // required
66
+ * Value: "STRING_VALUE", // required
67
+ * },
68
+ * ],
69
+ * UpdateToken: "STRING_VALUE", // required
70
+ * };
33
71
  * const command = new UpdateProvisionedProductCommand(input);
34
72
  * const response = await client.send(command);
35
73
  * ```
@@ -26,6 +26,14 @@ export interface UpdateProvisionedProductPropertiesCommandOutput extends UpdateP
26
26
  * import { ServiceCatalogClient, UpdateProvisionedProductPropertiesCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, UpdateProvisionedProductPropertiesCommand } = 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
+ * ProvisionedProductProperties: { // required
33
+ * "<keys>": "STRING_VALUE",
34
+ * },
35
+ * IdempotencyToken: "STRING_VALUE", // required
36
+ * };
29
37
  * const command = new UpdateProvisionedProductPropertiesCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -27,6 +27,15 @@ export interface UpdateProvisioningArtifactCommandOutput extends UpdateProvision
27
27
  * import { ServiceCatalogClient, UpdateProvisioningArtifactCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
28
28
  * // const { ServiceCatalogClient, UpdateProvisioningArtifactCommand } = 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
+ * ProvisioningArtifactId: "STRING_VALUE", // required
34
+ * Name: "STRING_VALUE",
35
+ * Description: "STRING_VALUE",
36
+ * Active: true || false,
37
+ * Guidance: "DEFAULT" || "DEPRECATED",
38
+ * };
30
39
  * const command = new UpdateProvisioningArtifactCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -26,6 +26,15 @@ export interface UpdateServiceActionCommandOutput extends UpdateServiceActionOut
26
26
  * import { ServiceCatalogClient, UpdateServiceActionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, UpdateServiceActionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE",
32
+ * Definition: {
33
+ * "<keys>": "STRING_VALUE",
34
+ * },
35
+ * Description: "STRING_VALUE",
36
+ * AcceptLanguage: "STRING_VALUE",
37
+ * };
29
38
  * const command = new UpdateServiceActionCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,11 @@ export interface UpdateTagOptionCommandOutput extends UpdateTagOptionOutput, __M
26
26
  * import { ServiceCatalogClient, UpdateTagOptionCommand } from "@aws-sdk/client-service-catalog"; // ES Modules import
27
27
  * // const { ServiceCatalogClient, UpdateTagOptionCommand } = require("@aws-sdk/client-service-catalog"); // CommonJS import
28
28
  * const client = new ServiceCatalogClient(config);
29
+ * const input = {
30
+ * Id: "STRING_VALUE", // required
31
+ * Value: "STRING_VALUE",
32
+ * Active: true || false,
33
+ * };
29
34
  * const command = new UpdateTagOptionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
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.298.0",
4
+ "version": "3.300.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",
@@ -21,23 +21,23 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.298.0",
25
- "@aws-sdk/config-resolver": "3.296.0",
26
- "@aws-sdk/credential-provider-node": "3.298.0",
24
+ "@aws-sdk/client-sts": "3.300.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.300.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
30
30
  "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.299.0",
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.296.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
39
+ "@aws-sdk/middleware-user-agent": "3.299.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.296.0",
54
- "@aws-sdk/util-user-agent-node": "3.296.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"