@aws-sdk/client-service-catalog 3.325.0 → 3.326.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 (91) hide show
  1. package/dist-types/commands/AcceptPortfolioShareCommand.d.ts +4 -0
  2. package/dist-types/commands/AssociateBudgetWithResourceCommand.d.ts +4 -0
  3. package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +4 -0
  4. package/dist-types/commands/AssociateProductWithPortfolioCommand.d.ts +4 -0
  5. package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +4 -0
  6. package/dist-types/commands/AssociateTagOptionWithResourceCommand.d.ts +4 -0
  7. package/dist-types/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.d.ts +14 -0
  8. package/dist-types/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.d.ts +14 -0
  9. package/dist-types/commands/CopyProductCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateConstraintCommand.d.ts +15 -0
  11. package/dist-types/commands/CreatePortfolioCommand.d.ts +19 -0
  12. package/dist-types/commands/CreatePortfolioShareCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateProductCommand.d.ts +57 -0
  14. package/dist-types/commands/CreateProvisionedProductPlanCommand.d.ts +10 -0
  15. package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +19 -0
  16. package/dist-types/commands/CreateServiceActionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTagOptionCommand.d.ts +12 -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 +6 -0
  21. package/dist-types/commands/DeleteProductCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteProvisionedProductPlanCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteProvisioningArtifactCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteServiceActionCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteTagOptionCommand.d.ts +4 -0
  26. package/dist-types/commands/DescribeConstraintCommand.d.ts +15 -0
  27. package/dist-types/commands/DescribeCopyProductStatusCommand.d.ts +8 -0
  28. package/dist-types/commands/DescribePortfolioCommand.d.ts +33 -0
  29. package/dist-types/commands/DescribePortfolioShareStatusCommand.d.ts +23 -0
  30. package/dist-types/commands/DescribePortfolioSharesCommand.d.ts +15 -0
  31. package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +72 -0
  32. package/dist-types/commands/DescribeProductCommand.d.ts +38 -0
  33. package/dist-types/commands/DescribeProductViewCommand.d.ts +27 -0
  34. package/dist-types/commands/DescribeProvisionedProductCommand.d.ts +26 -0
  35. package/dist-types/commands/DescribeProvisionedProductPlanCommand.d.ts +59 -0
  36. package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +19 -0
  37. package/dist-types/commands/DescribeProvisioningParametersCommand.d.ts +65 -0
  38. package/dist-types/commands/DescribeRecordCommand.d.ts +39 -0
  39. package/dist-types/commands/DescribeServiceActionCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeServiceActionExecutionParametersCommand.d.ts +14 -0
  41. package/dist-types/commands/DescribeTagOptionCommand.d.ts +12 -0
  42. package/dist-types/commands/DisableAWSOrganizationsAccessCommand.d.ts +4 -0
  43. package/dist-types/commands/DisassociateBudgetFromResourceCommand.d.ts +4 -0
  44. package/dist-types/commands/DisassociatePrincipalFromPortfolioCommand.d.ts +4 -0
  45. package/dist-types/commands/DisassociateProductFromPortfolioCommand.d.ts +4 -0
  46. package/dist-types/commands/DisassociateServiceActionFromProvisioningArtifactCommand.d.ts +4 -0
  47. package/dist-types/commands/DisassociateTagOptionFromResourceCommand.d.ts +4 -0
  48. package/dist-types/commands/EnableAWSOrganizationsAccessCommand.d.ts +4 -0
  49. package/dist-types/commands/ExecuteProvisionedProductPlanCommand.d.ts +31 -0
  50. package/dist-types/commands/ExecuteProvisionedProductServiceActionCommand.d.ts +31 -0
  51. package/dist-types/commands/GetAWSOrganizationsAccessStatusCommand.d.ts +6 -0
  52. package/dist-types/commands/GetProvisionedProductOutputsCommand.d.ts +13 -0
  53. package/dist-types/commands/ImportAsProvisionedProductCommand.d.ts +31 -0
  54. package/dist-types/commands/ListAcceptedPortfolioSharesCommand.d.ts +16 -0
  55. package/dist-types/commands/ListBudgetsForResourceCommand.d.ts +11 -0
  56. package/dist-types/commands/ListConstraintsForPortfolioCommand.d.ts +16 -0
  57. package/dist-types/commands/ListLaunchPathsCommand.d.ts +24 -0
  58. package/dist-types/commands/ListOrganizationPortfolioAccessCommand.d.ts +12 -0
  59. package/dist-types/commands/ListPortfolioAccessCommand.d.ts +9 -0
  60. package/dist-types/commands/ListPortfoliosCommand.d.ts +16 -0
  61. package/dist-types/commands/ListPortfoliosForProductCommand.d.ts +16 -0
  62. package/dist-types/commands/ListPrincipalsForPortfolioCommand.d.ts +12 -0
  63. package/dist-types/commands/ListProvisionedProductPlansCommand.d.ts +16 -0
  64. package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +18 -0
  65. package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +30 -0
  66. package/dist-types/commands/ListRecordHistoryCommand.d.ts +34 -0
  67. package/dist-types/commands/ListResourcesForTagOptionCommand.d.ts +15 -0
  68. package/dist-types/commands/ListServiceActionsCommand.d.ts +14 -0
  69. package/dist-types/commands/ListServiceActionsForProvisioningArtifactCommand.d.ts +14 -0
  70. package/dist-types/commands/ListStackInstancesForProvisionedProductCommand.d.ts +13 -0
  71. package/dist-types/commands/ListTagOptionsCommand.d.ts +15 -0
  72. package/dist-types/commands/NotifyProvisionProductEngineWorkflowResultCommand.d.ts +4 -0
  73. package/dist-types/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.d.ts +4 -0
  74. package/dist-types/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.d.ts +4 -0
  75. package/dist-types/commands/ProvisionProductCommand.d.ts +31 -0
  76. package/dist-types/commands/RejectPortfolioShareCommand.d.ts +4 -0
  77. package/dist-types/commands/ScanProvisionedProductsCommand.d.ts +24 -0
  78. package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +44 -0
  79. package/dist-types/commands/SearchProductsCommand.d.ts +29 -0
  80. package/dist-types/commands/SearchProvisionedProductsCommand.d.ts +35 -0
  81. package/dist-types/commands/TerminateProvisionedProductCommand.d.ts +31 -0
  82. package/dist-types/commands/UpdateConstraintCommand.d.ts +15 -0
  83. package/dist-types/commands/UpdatePortfolioCommand.d.ts +19 -0
  84. package/dist-types/commands/UpdatePortfolioShareCommand.d.ts +7 -0
  85. package/dist-types/commands/UpdateProductCommand.d.ts +47 -0
  86. package/dist-types/commands/UpdateProvisionedProductCommand.d.ts +31 -0
  87. package/dist-types/commands/UpdateProvisionedProductPropertiesCommand.d.ts +11 -0
  88. package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +19 -0
  89. package/dist-types/commands/UpdateServiceActionCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateTagOptionCommand.d.ts +12 -0
  91. package/package.json +3 -3
@@ -32,6 +32,12 @@ export interface DescribeCopyProductStatusCommandOutput extends DescribeCopyProd
32
32
  * };
33
33
  * const command = new DescribeCopyProductStatusCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeCopyProductStatusOutput
36
+ * // CopyProductStatus: "SUCCEEDED" || "IN_PROGRESS" || "FAILED",
37
+ * // TargetProductId: "STRING_VALUE",
38
+ * // StatusDetail: "STRING_VALUE",
39
+ * // };
40
+ *
35
41
  * ```
36
42
  *
37
43
  * @param DescribeCopyProductStatusCommandInput - {@link DescribeCopyProductStatusCommandInput}
@@ -43,6 +49,8 @@ export interface DescribeCopyProductStatusCommandOutput extends DescribeCopyProd
43
49
  * @throws {@link ResourceNotFoundException} (client fault)
44
50
  * <p>The specified resource was not found.</p>
45
51
  *
52
+ * @throws {@link ServiceCatalogServiceException}
53
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
46
54
  *
47
55
  */
48
56
  export declare class DescribeCopyProductStatusCommand extends $Command<DescribeCopyProductStatusCommandInput, DescribeCopyProductStatusCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -33,6 +33,37 @@ export interface DescribePortfolioCommandOutput extends DescribePortfolioOutput,
33
33
  * };
34
34
  * const command = new DescribePortfolioCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribePortfolioOutput
37
+ * // PortfolioDetail: { // PortfolioDetail
38
+ * // Id: "STRING_VALUE",
39
+ * // ARN: "STRING_VALUE",
40
+ * // DisplayName: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // CreatedTime: new Date("TIMESTAMP"),
43
+ * // ProviderName: "STRING_VALUE",
44
+ * // },
45
+ * // Tags: [ // Tags
46
+ * // { // Tag
47
+ * // Key: "STRING_VALUE", // required
48
+ * // Value: "STRING_VALUE", // required
49
+ * // },
50
+ * // ],
51
+ * // TagOptions: [ // TagOptionDetails
52
+ * // { // TagOptionDetail
53
+ * // Key: "STRING_VALUE",
54
+ * // Value: "STRING_VALUE",
55
+ * // Active: true || false,
56
+ * // Id: "STRING_VALUE",
57
+ * // Owner: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // Budgets: [ // Budgets
61
+ * // { // BudgetDetail
62
+ * // BudgetName: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // };
66
+ *
36
67
  * ```
37
68
  *
38
69
  * @param DescribePortfolioCommandInput - {@link DescribePortfolioCommandInput}
@@ -44,6 +75,8 @@ export interface DescribePortfolioCommandOutput extends DescribePortfolioOutput,
44
75
  * @throws {@link ResourceNotFoundException} (client fault)
45
76
  * <p>The specified resource was not found.</p>
46
77
  *
78
+ * @throws {@link ServiceCatalogServiceException}
79
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
47
80
  *
48
81
  */
49
82
  export declare class DescribePortfolioCommand extends $Command<DescribePortfolioCommandInput, DescribePortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -32,6 +32,27 @@ export interface DescribePortfolioShareStatusCommandOutput extends DescribePortf
32
32
  * };
33
33
  * const command = new DescribePortfolioShareStatusCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribePortfolioShareStatusOutput
36
+ * // PortfolioShareToken: "STRING_VALUE",
37
+ * // PortfolioId: "STRING_VALUE",
38
+ * // OrganizationNodeValue: "STRING_VALUE",
39
+ * // Status: "NOT_STARTED" || "IN_PROGRESS" || "COMPLETED" || "COMPLETED_WITH_ERRORS" || "ERROR",
40
+ * // ShareDetails: { // ShareDetails
41
+ * // SuccessfulShares: [ // SuccessfulShares
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // ShareErrors: [ // ShareErrors
45
+ * // { // ShareError
46
+ * // Accounts: [ // Namespaces
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // Message: "STRING_VALUE",
50
+ * // Error: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // },
54
+ * // };
55
+ *
35
56
  * ```
36
57
  *
37
58
  * @param DescribePortfolioShareStatusCommandInput - {@link DescribePortfolioShareStatusCommandInput}
@@ -49,6 +70,8 @@ export interface DescribePortfolioShareStatusCommandOutput extends DescribePortf
49
70
  * @throws {@link ResourceNotFoundException} (client fault)
50
71
  * <p>The specified resource was not found.</p>
51
72
  *
73
+ * @throws {@link ServiceCatalogServiceException}
74
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
52
75
  *
53
76
  */
54
77
  export declare class DescribePortfolioShareStatusCommand extends $Command<DescribePortfolioShareStatusCommandInput, DescribePortfolioShareStatusCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -38,6 +38,19 @@ export interface DescribePortfolioSharesCommandOutput extends DescribePortfolioS
38
38
  * };
39
39
  * const command = new DescribePortfolioSharesCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribePortfolioSharesOutput
42
+ * // NextPageToken: "STRING_VALUE",
43
+ * // PortfolioShareDetails: [ // PortfolioShareDetails
44
+ * // { // PortfolioShareDetail
45
+ * // PrincipalId: "STRING_VALUE",
46
+ * // Type: "ACCOUNT" || "ORGANIZATION" || "ORGANIZATIONAL_UNIT" || "ORGANIZATION_MEMBER_ACCOUNT",
47
+ * // Accepted: true || false,
48
+ * // ShareTagOptions: true || false,
49
+ * // SharePrincipals: true || false,
50
+ * // },
51
+ * // ],
52
+ * // };
53
+ *
41
54
  * ```
42
55
  *
43
56
  * @param DescribePortfolioSharesCommandInput - {@link DescribePortfolioSharesCommandInput}
@@ -52,6 +65,8 @@ export interface DescribePortfolioSharesCommandOutput extends DescribePortfolioS
52
65
  * @throws {@link ResourceNotFoundException} (client fault)
53
66
  * <p>The specified resource was not found.</p>
54
67
  *
68
+ * @throws {@link ServiceCatalogServiceException}
69
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
55
70
  *
56
71
  */
57
72
  export declare class DescribePortfolioSharesCommand extends $Command<DescribePortfolioSharesCommandInput, DescribePortfolioSharesCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,76 @@ export interface DescribeProductAsAdminCommandOutput extends DescribeProductAsAd
34
34
  * };
35
35
  * const command = new DescribeProductAsAdminCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeProductAsAdminOutput
38
+ * // ProductViewDetail: { // ProductViewDetail
39
+ * // ProductViewSummary: { // ProductViewSummary
40
+ * // Id: "STRING_VALUE",
41
+ * // ProductId: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // Owner: "STRING_VALUE",
44
+ * // ShortDescription: "STRING_VALUE",
45
+ * // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE",
46
+ * // Distributor: "STRING_VALUE",
47
+ * // HasDefaultPath: true || false,
48
+ * // SupportEmail: "STRING_VALUE",
49
+ * // SupportDescription: "STRING_VALUE",
50
+ * // SupportUrl: "STRING_VALUE",
51
+ * // },
52
+ * // Status: "AVAILABLE" || "CREATING" || "FAILED",
53
+ * // ProductARN: "STRING_VALUE",
54
+ * // CreatedTime: new Date("TIMESTAMP"),
55
+ * // SourceConnection: { // SourceConnectionDetail
56
+ * // Type: "CODESTAR",
57
+ * // ConnectionParameters: { // SourceConnectionParameters
58
+ * // CodeStar: { // CodeStarParameters
59
+ * // ConnectionArn: "STRING_VALUE", // required
60
+ * // Repository: "STRING_VALUE", // required
61
+ * // Branch: "STRING_VALUE", // required
62
+ * // ArtifactPath: "STRING_VALUE", // required
63
+ * // },
64
+ * // },
65
+ * // LastSync: { // LastSync
66
+ * // LastSyncTime: new Date("TIMESTAMP"),
67
+ * // LastSyncStatus: "SUCCEEDED" || "FAILED",
68
+ * // LastSyncStatusMessage: "STRING_VALUE",
69
+ * // LastSuccessfulSyncTime: new Date("TIMESTAMP"),
70
+ * // LastSuccessfulSyncProvisioningArtifactId: "STRING_VALUE",
71
+ * // },
72
+ * // },
73
+ * // },
74
+ * // ProvisioningArtifactSummaries: [ // ProvisioningArtifactSummaries
75
+ * // { // ProvisioningArtifactSummary
76
+ * // Id: "STRING_VALUE",
77
+ * // Name: "STRING_VALUE",
78
+ * // Description: "STRING_VALUE",
79
+ * // CreatedTime: new Date("TIMESTAMP"),
80
+ * // ProvisioningArtifactMetadata: { // ProvisioningArtifactInfo
81
+ * // "<keys>": "STRING_VALUE",
82
+ * // },
83
+ * // },
84
+ * // ],
85
+ * // Tags: [ // Tags
86
+ * // { // Tag
87
+ * // Key: "STRING_VALUE", // required
88
+ * // Value: "STRING_VALUE", // required
89
+ * // },
90
+ * // ],
91
+ * // TagOptions: [ // TagOptionDetails
92
+ * // { // TagOptionDetail
93
+ * // Key: "STRING_VALUE",
94
+ * // Value: "STRING_VALUE",
95
+ * // Active: true || false,
96
+ * // Id: "STRING_VALUE",
97
+ * // Owner: "STRING_VALUE",
98
+ * // },
99
+ * // ],
100
+ * // Budgets: [ // Budgets
101
+ * // { // BudgetDetail
102
+ * // BudgetName: "STRING_VALUE",
103
+ * // },
104
+ * // ],
105
+ * // };
106
+ *
37
107
  * ```
38
108
  *
39
109
  * @param DescribeProductAsAdminCommandInput - {@link DescribeProductAsAdminCommandInput}
@@ -48,6 +118,8 @@ export interface DescribeProductAsAdminCommandOutput extends DescribeProductAsAd
48
118
  * @throws {@link ResourceNotFoundException} (client fault)
49
119
  * <p>The specified resource was not found.</p>
50
120
  *
121
+ * @throws {@link ServiceCatalogServiceException}
122
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
51
123
  *
52
124
  */
53
125
  export declare class DescribeProductAsAdminCommand extends $Command<DescribeProductAsAdminCommandInput, DescribeProductAsAdminCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -42,6 +42,42 @@ export interface DescribeProductCommandOutput extends DescribeProductOutput, __M
42
42
  * };
43
43
  * const command = new DescribeProductCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // DescribeProductOutput
46
+ * // ProductViewSummary: { // ProductViewSummary
47
+ * // Id: "STRING_VALUE",
48
+ * // ProductId: "STRING_VALUE",
49
+ * // Name: "STRING_VALUE",
50
+ * // Owner: "STRING_VALUE",
51
+ * // ShortDescription: "STRING_VALUE",
52
+ * // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE",
53
+ * // Distributor: "STRING_VALUE",
54
+ * // HasDefaultPath: true || false,
55
+ * // SupportEmail: "STRING_VALUE",
56
+ * // SupportDescription: "STRING_VALUE",
57
+ * // SupportUrl: "STRING_VALUE",
58
+ * // },
59
+ * // ProvisioningArtifacts: [ // ProvisioningArtifacts
60
+ * // { // ProvisioningArtifact
61
+ * // Id: "STRING_VALUE",
62
+ * // Name: "STRING_VALUE",
63
+ * // Description: "STRING_VALUE",
64
+ * // CreatedTime: new Date("TIMESTAMP"),
65
+ * // Guidance: "DEFAULT" || "DEPRECATED",
66
+ * // },
67
+ * // ],
68
+ * // Budgets: [ // Budgets
69
+ * // { // BudgetDetail
70
+ * // BudgetName: "STRING_VALUE",
71
+ * // },
72
+ * // ],
73
+ * // LaunchPaths: [ // LaunchPaths
74
+ * // { // LaunchPath
75
+ * // Id: "STRING_VALUE",
76
+ * // Name: "STRING_VALUE",
77
+ * // },
78
+ * // ],
79
+ * // };
80
+ *
45
81
  * ```
46
82
  *
47
83
  * @param DescribeProductCommandInput - {@link DescribeProductCommandInput}
@@ -56,6 +92,8 @@ export interface DescribeProductCommandOutput extends DescribeProductOutput, __M
56
92
  * @throws {@link ResourceNotFoundException} (client fault)
57
93
  * <p>The specified resource was not found.</p>
58
94
  *
95
+ * @throws {@link ServiceCatalogServiceException}
96
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
59
97
  *
60
98
  */
61
99
  export declare class DescribeProductCommand extends $Command<DescribeProductCommandInput, DescribeProductCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -32,6 +32,31 @@ export interface DescribeProductViewCommandOutput extends DescribeProductViewOut
32
32
  * };
33
33
  * const command = new DescribeProductViewCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeProductViewOutput
36
+ * // ProductViewSummary: { // ProductViewSummary
37
+ * // Id: "STRING_VALUE",
38
+ * // ProductId: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // Owner: "STRING_VALUE",
41
+ * // ShortDescription: "STRING_VALUE",
42
+ * // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE",
43
+ * // Distributor: "STRING_VALUE",
44
+ * // HasDefaultPath: true || false,
45
+ * // SupportEmail: "STRING_VALUE",
46
+ * // SupportDescription: "STRING_VALUE",
47
+ * // SupportUrl: "STRING_VALUE",
48
+ * // },
49
+ * // ProvisioningArtifacts: [ // ProvisioningArtifacts
50
+ * // { // ProvisioningArtifact
51
+ * // Id: "STRING_VALUE",
52
+ * // Name: "STRING_VALUE",
53
+ * // Description: "STRING_VALUE",
54
+ * // CreatedTime: new Date("TIMESTAMP"),
55
+ * // Guidance: "DEFAULT" || "DEPRECATED",
56
+ * // },
57
+ * // ],
58
+ * // };
59
+ *
35
60
  * ```
36
61
  *
37
62
  * @param DescribeProductViewCommandInput - {@link DescribeProductViewCommandInput}
@@ -46,6 +71,8 @@ export interface DescribeProductViewCommandOutput extends DescribeProductViewOut
46
71
  * @throws {@link ResourceNotFoundException} (client fault)
47
72
  * <p>The specified resource was not found.</p>
48
73
  *
74
+ * @throws {@link ServiceCatalogServiceException}
75
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
49
76
  *
50
77
  */
51
78
  export declare class DescribeProductViewCommand extends $Command<DescribeProductViewCommandInput, DescribeProductViewCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -33,6 +33,30 @@ export interface DescribeProvisionedProductCommandOutput extends DescribeProvisi
33
33
  * };
34
34
  * const command = new DescribeProvisionedProductCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeProvisionedProductOutput
37
+ * // ProvisionedProductDetail: { // ProvisionedProductDetail
38
+ * // Name: "STRING_VALUE",
39
+ * // Arn: "STRING_VALUE",
40
+ * // Type: "STRING_VALUE",
41
+ * // Id: "STRING_VALUE",
42
+ * // Status: "AVAILABLE" || "UNDER_CHANGE" || "TAINTED" || "ERROR" || "PLAN_IN_PROGRESS",
43
+ * // StatusMessage: "STRING_VALUE",
44
+ * // CreatedTime: new Date("TIMESTAMP"),
45
+ * // IdempotencyToken: "STRING_VALUE",
46
+ * // LastRecordId: "STRING_VALUE",
47
+ * // LastProvisioningRecordId: "STRING_VALUE",
48
+ * // LastSuccessfulProvisioningRecordId: "STRING_VALUE",
49
+ * // ProductId: "STRING_VALUE",
50
+ * // ProvisioningArtifactId: "STRING_VALUE",
51
+ * // LaunchRoleArn: "STRING_VALUE",
52
+ * // },
53
+ * // CloudWatchDashboards: [ // CloudWatchDashboards
54
+ * // { // CloudWatchDashboard
55
+ * // Name: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // };
59
+ *
36
60
  * ```
37
61
  *
38
62
  * @param DescribeProvisionedProductCommandInput - {@link DescribeProvisionedProductCommandInput}
@@ -47,6 +71,8 @@ export interface DescribeProvisionedProductCommandOutput extends DescribeProvisi
47
71
  * @throws {@link ResourceNotFoundException} (client fault)
48
72
  * <p>The specified resource was not found.</p>
49
73
  *
74
+ * @throws {@link ServiceCatalogServiceException}
75
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
50
76
  *
51
77
  */
52
78
  export declare class DescribeProvisionedProductCommand extends $Command<DescribeProvisionedProductCommandInput, DescribeProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,63 @@ export interface DescribeProvisionedProductPlanCommandOutput extends DescribePro
34
34
  * };
35
35
  * const command = new DescribeProvisionedProductPlanCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeProvisionedProductPlanOutput
38
+ * // ProvisionedProductPlanDetails: { // ProvisionedProductPlanDetails
39
+ * // CreatedTime: new Date("TIMESTAMP"),
40
+ * // PathId: "STRING_VALUE",
41
+ * // ProductId: "STRING_VALUE",
42
+ * // PlanName: "STRING_VALUE",
43
+ * // PlanId: "STRING_VALUE",
44
+ * // ProvisionProductId: "STRING_VALUE",
45
+ * // ProvisionProductName: "STRING_VALUE",
46
+ * // PlanType: "CLOUDFORMATION",
47
+ * // ProvisioningArtifactId: "STRING_VALUE",
48
+ * // Status: "CREATE_IN_PROGRESS" || "CREATE_SUCCESS" || "CREATE_FAILED" || "EXECUTE_IN_PROGRESS" || "EXECUTE_SUCCESS" || "EXECUTE_FAILED",
49
+ * // UpdatedTime: new Date("TIMESTAMP"),
50
+ * // NotificationArns: [ // NotificationArns
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // ProvisioningParameters: [ // UpdateProvisioningParameters
54
+ * // { // UpdateProvisioningParameter
55
+ * // Key: "STRING_VALUE",
56
+ * // Value: "STRING_VALUE",
57
+ * // UsePreviousValue: true || false,
58
+ * // },
59
+ * // ],
60
+ * // Tags: [ // Tags
61
+ * // { // Tag
62
+ * // Key: "STRING_VALUE", // required
63
+ * // Value: "STRING_VALUE", // required
64
+ * // },
65
+ * // ],
66
+ * // StatusMessage: "STRING_VALUE",
67
+ * // },
68
+ * // ResourceChanges: [ // ResourceChanges
69
+ * // { // ResourceChange
70
+ * // Action: "ADD" || "MODIFY" || "REMOVE",
71
+ * // LogicalResourceId: "STRING_VALUE",
72
+ * // PhysicalResourceId: "STRING_VALUE",
73
+ * // ResourceType: "STRING_VALUE",
74
+ * // Replacement: "TRUE" || "FALSE" || "CONDITIONAL",
75
+ * // Scope: [ // Scope
76
+ * // "PROPERTIES" || "METADATA" || "CREATIONPOLICY" || "UPDATEPOLICY" || "DELETIONPOLICY" || "TAGS",
77
+ * // ],
78
+ * // Details: [ // ResourceChangeDetails
79
+ * // { // ResourceChangeDetail
80
+ * // Target: { // ResourceTargetDefinition
81
+ * // Attribute: "PROPERTIES" || "METADATA" || "CREATIONPOLICY" || "UPDATEPOLICY" || "DELETIONPOLICY" || "TAGS",
82
+ * // Name: "STRING_VALUE",
83
+ * // RequiresRecreation: "NEVER" || "CONDITIONALLY" || "ALWAYS",
84
+ * // },
85
+ * // Evaluation: "STATIC" || "DYNAMIC",
86
+ * // CausingEntity: "STRING_VALUE",
87
+ * // },
88
+ * // ],
89
+ * // },
90
+ * // ],
91
+ * // NextPageToken: "STRING_VALUE",
92
+ * // };
93
+ *
37
94
  * ```
38
95
  *
39
96
  * @param DescribeProvisionedProductPlanCommandInput - {@link DescribeProvisionedProductPlanCommandInput}
@@ -48,6 +105,8 @@ export interface DescribeProvisionedProductPlanCommandOutput extends DescribePro
48
105
  * @throws {@link ResourceNotFoundException} (client fault)
49
106
  * <p>The specified resource was not found.</p>
50
107
  *
108
+ * @throws {@link ServiceCatalogServiceException}
109
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
51
110
  *
52
111
  */
53
112
  export declare class DescribeProvisionedProductPlanCommand extends $Command<DescribeProvisionedProductPlanCommandInput, DescribeProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -36,6 +36,23 @@ export interface DescribeProvisioningArtifactCommandOutput extends DescribeProvi
36
36
  * };
37
37
  * const command = new DescribeProvisioningArtifactCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DescribeProvisioningArtifactOutput
40
+ * // ProvisioningArtifactDetail: { // ProvisioningArtifactDetail
41
+ * // Id: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // Description: "STRING_VALUE",
44
+ * // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE",
45
+ * // CreatedTime: new Date("TIMESTAMP"),
46
+ * // Active: true || false,
47
+ * // Guidance: "DEFAULT" || "DEPRECATED",
48
+ * // SourceRevision: "STRING_VALUE",
49
+ * // },
50
+ * // Info: { // ProvisioningArtifactInfo
51
+ * // "<keys>": "STRING_VALUE",
52
+ * // },
53
+ * // Status: "AVAILABLE" || "CREATING" || "FAILED",
54
+ * // };
55
+ *
39
56
  * ```
40
57
  *
41
58
  * @param DescribeProvisioningArtifactCommandInput - {@link DescribeProvisioningArtifactCommandInput}
@@ -50,6 +67,8 @@ export interface DescribeProvisioningArtifactCommandOutput extends DescribeProvi
50
67
  * @throws {@link ResourceNotFoundException} (client fault)
51
68
  * <p>The specified resource was not found.</p>
52
69
  *
70
+ * @throws {@link ServiceCatalogServiceException}
71
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
53
72
  *
54
73
  */
55
74
  export declare class DescribeProvisioningArtifactCommand extends $Command<DescribeProvisioningArtifactCommandInput, DescribeProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -44,6 +44,69 @@ export interface DescribeProvisioningParametersCommandOutput extends DescribePro
44
44
  * };
45
45
  * const command = new DescribeProvisioningParametersCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // DescribeProvisioningParametersOutput
48
+ * // ProvisioningArtifactParameters: [ // ProvisioningArtifactParameters
49
+ * // { // ProvisioningArtifactParameter
50
+ * // ParameterKey: "STRING_VALUE",
51
+ * // DefaultValue: "STRING_VALUE",
52
+ * // ParameterType: "STRING_VALUE",
53
+ * // IsNoEcho: true || false,
54
+ * // Description: "STRING_VALUE",
55
+ * // ParameterConstraints: { // ParameterConstraints
56
+ * // AllowedValues: [ // AllowedValues
57
+ * // "STRING_VALUE",
58
+ * // ],
59
+ * // AllowedPattern: "STRING_VALUE",
60
+ * // ConstraintDescription: "STRING_VALUE",
61
+ * // MaxLength: "STRING_VALUE",
62
+ * // MinLength: "STRING_VALUE",
63
+ * // MaxValue: "STRING_VALUE",
64
+ * // MinValue: "STRING_VALUE",
65
+ * // },
66
+ * // },
67
+ * // ],
68
+ * // ConstraintSummaries: [ // ConstraintSummaries
69
+ * // { // ConstraintSummary
70
+ * // Type: "STRING_VALUE",
71
+ * // Description: "STRING_VALUE",
72
+ * // },
73
+ * // ],
74
+ * // UsageInstructions: [ // UsageInstructions
75
+ * // { // UsageInstruction
76
+ * // Type: "STRING_VALUE",
77
+ * // Value: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // TagOptions: [ // TagOptionSummaries
81
+ * // { // TagOptionSummary
82
+ * // Key: "STRING_VALUE",
83
+ * // Values: [ // TagOptionValues
84
+ * // "STRING_VALUE",
85
+ * // ],
86
+ * // },
87
+ * // ],
88
+ * // ProvisioningArtifactPreferences: { // ProvisioningArtifactPreferences
89
+ * // StackSetAccounts: [ // StackSetAccounts
90
+ * // "STRING_VALUE",
91
+ * // ],
92
+ * // StackSetRegions: [ // StackSetRegions
93
+ * // "STRING_VALUE",
94
+ * // ],
95
+ * // },
96
+ * // ProvisioningArtifactOutputs: [ // ProvisioningArtifactOutputs
97
+ * // { // ProvisioningArtifactOutput
98
+ * // Key: "STRING_VALUE",
99
+ * // Description: "STRING_VALUE",
100
+ * // },
101
+ * // ],
102
+ * // ProvisioningArtifactOutputKeys: [
103
+ * // {
104
+ * // Key: "STRING_VALUE",
105
+ * // Description: "STRING_VALUE",
106
+ * // },
107
+ * // ],
108
+ * // };
109
+ *
47
110
  * ```
48
111
  *
49
112
  * @param DescribeProvisioningParametersCommandInput - {@link DescribeProvisioningParametersCommandInput}
@@ -58,6 +121,8 @@ export interface DescribeProvisioningParametersCommandOutput extends DescribePro
58
121
  * @throws {@link ResourceNotFoundException} (client fault)
59
122
  * <p>The specified resource was not found.</p>
60
123
  *
124
+ * @throws {@link ServiceCatalogServiceException}
125
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
61
126
  *
62
127
  */
63
128
  export declare class DescribeProvisioningParametersCommand extends $Command<DescribeProvisioningParametersCommandInput, DescribeProvisioningParametersCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -42,6 +42,43 @@ export interface DescribeRecordCommandOutput extends DescribeRecordOutput, __Met
42
42
  * };
43
43
  * const command = new DescribeRecordCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // DescribeRecordOutput
46
+ * // RecordDetail: { // RecordDetail
47
+ * // RecordId: "STRING_VALUE",
48
+ * // ProvisionedProductName: "STRING_VALUE",
49
+ * // Status: "CREATED" || "IN_PROGRESS" || "IN_PROGRESS_IN_ERROR" || "SUCCEEDED" || "FAILED",
50
+ * // CreatedTime: new Date("TIMESTAMP"),
51
+ * // UpdatedTime: new Date("TIMESTAMP"),
52
+ * // ProvisionedProductType: "STRING_VALUE",
53
+ * // RecordType: "STRING_VALUE",
54
+ * // ProvisionedProductId: "STRING_VALUE",
55
+ * // ProductId: "STRING_VALUE",
56
+ * // ProvisioningArtifactId: "STRING_VALUE",
57
+ * // PathId: "STRING_VALUE",
58
+ * // RecordErrors: [ // RecordErrors
59
+ * // { // RecordError
60
+ * // Code: "STRING_VALUE",
61
+ * // Description: "STRING_VALUE",
62
+ * // },
63
+ * // ],
64
+ * // RecordTags: [ // RecordTags
65
+ * // { // RecordTag
66
+ * // Key: "STRING_VALUE",
67
+ * // Value: "STRING_VALUE",
68
+ * // },
69
+ * // ],
70
+ * // LaunchRoleArn: "STRING_VALUE",
71
+ * // },
72
+ * // RecordOutputs: [ // RecordOutputs
73
+ * // { // RecordOutput
74
+ * // OutputKey: "STRING_VALUE",
75
+ * // OutputValue: "STRING_VALUE",
76
+ * // Description: "STRING_VALUE",
77
+ * // },
78
+ * // ],
79
+ * // NextPageToken: "STRING_VALUE",
80
+ * // };
81
+ *
45
82
  * ```
46
83
  *
47
84
  * @param DescribeRecordCommandInput - {@link DescribeRecordCommandInput}
@@ -53,6 +90,8 @@ export interface DescribeRecordCommandOutput extends DescribeRecordOutput, __Met
53
90
  * @throws {@link ResourceNotFoundException} (client fault)
54
91
  * <p>The specified resource was not found.</p>
55
92
  *
93
+ * @throws {@link ServiceCatalogServiceException}
94
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
56
95
  *
57
96
  */
58
97
  export declare class DescribeRecordCommand extends $Command<DescribeRecordCommandInput, DescribeRecordCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -32,6 +32,20 @@ export interface DescribeServiceActionCommandOutput extends DescribeServiceActio
32
32
  * };
33
33
  * const command = new DescribeServiceActionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeServiceActionOutput
36
+ * // ServiceActionDetail: { // ServiceActionDetail
37
+ * // ServiceActionSummary: { // ServiceActionSummary
38
+ * // Id: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // Description: "STRING_VALUE",
41
+ * // DefinitionType: "SSM_AUTOMATION",
42
+ * // },
43
+ * // Definition: { // ServiceActionDefinitionMap
44
+ * // "<keys>": "STRING_VALUE",
45
+ * // },
46
+ * // },
47
+ * // };
48
+ *
35
49
  * ```
36
50
  *
37
51
  * @param DescribeServiceActionCommandInput - {@link DescribeServiceActionCommandInput}
@@ -43,6 +57,8 @@ export interface DescribeServiceActionCommandOutput extends DescribeServiceActio
43
57
  * @throws {@link ResourceNotFoundException} (client fault)
44
58
  * <p>The specified resource was not found.</p>
45
59
  *
60
+ * @throws {@link ServiceCatalogServiceException}
61
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
46
62
  *
47
63
  */
48
64
  export declare class DescribeServiceActionCommand extends $Command<DescribeServiceActionCommandInput, DescribeServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface DescribeServiceActionExecutionParametersCommandOutput extends D
33
33
  * };
34
34
  * const command = new DescribeServiceActionExecutionParametersCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeServiceActionExecutionParametersOutput
37
+ * // ServiceActionParameters: [ // ExecutionParameters
38
+ * // { // ExecutionParameter
39
+ * // Name: "STRING_VALUE",
40
+ * // Type: "STRING_VALUE",
41
+ * // DefaultValues: [ // ExecutionParameterValueList
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param DescribeServiceActionExecutionParametersCommandInput - {@link DescribeServiceActionExecutionParametersCommandInput}
@@ -47,6 +59,8 @@ export interface DescribeServiceActionExecutionParametersCommandOutput extends D
47
59
  * @throws {@link ResourceNotFoundException} (client fault)
48
60
  * <p>The specified resource was not found.</p>
49
61
  *
62
+ * @throws {@link ServiceCatalogServiceException}
63
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
50
64
  *
51
65
  */
52
66
  export declare class DescribeServiceActionExecutionParametersCommand extends $Command<DescribeServiceActionExecutionParametersCommandInput, DescribeServiceActionExecutionParametersCommandOutput, ServiceCatalogClientResolvedConfig> {