@aws-sdk/client-service-catalog 3.321.1 → 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 +16 -16
@@ -32,6 +32,22 @@ export interface ListProvisioningArtifactsCommandOutput extends ListProvisioning
32
32
  * };
33
33
  * const command = new ListProvisioningArtifactsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListProvisioningArtifactsOutput
36
+ * // ProvisioningArtifactDetails: [ // ProvisioningArtifactDetails
37
+ * // { // ProvisioningArtifactDetail
38
+ * // Id: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // Description: "STRING_VALUE",
41
+ * // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE",
42
+ * // CreatedTime: new Date("TIMESTAMP"),
43
+ * // Active: true || false,
44
+ * // Guidance: "DEFAULT" || "DEPRECATED",
45
+ * // SourceRevision: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // NextPageToken: "STRING_VALUE",
49
+ * // };
50
+ *
35
51
  * ```
36
52
  *
37
53
  * @param ListProvisioningArtifactsCommandInput - {@link ListProvisioningArtifactsCommandInput}
@@ -46,6 +62,8 @@ export interface ListProvisioningArtifactsCommandOutput extends ListProvisioning
46
62
  * @throws {@link ResourceNotFoundException} (client fault)
47
63
  * <p>The specified resource was not found.</p>
48
64
  *
65
+ * @throws {@link ServiceCatalogServiceException}
66
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
49
67
  *
50
68
  */
51
69
  export declare class ListProvisioningArtifactsCommand extends $Command<ListProvisioningArtifactsCommandInput, ListProvisioningArtifactsCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,34 @@ export interface ListProvisioningArtifactsForServiceActionCommandOutput extends
34
34
  * };
35
35
  * const command = new ListProvisioningArtifactsForServiceActionCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListProvisioningArtifactsForServiceActionOutput
38
+ * // ProvisioningArtifactViews: [ // ProvisioningArtifactViews
39
+ * // { // ProvisioningArtifactView
40
+ * // ProductViewSummary: { // ProductViewSummary
41
+ * // Id: "STRING_VALUE",
42
+ * // ProductId: "STRING_VALUE",
43
+ * // Name: "STRING_VALUE",
44
+ * // Owner: "STRING_VALUE",
45
+ * // ShortDescription: "STRING_VALUE",
46
+ * // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE",
47
+ * // Distributor: "STRING_VALUE",
48
+ * // HasDefaultPath: true || false,
49
+ * // SupportEmail: "STRING_VALUE",
50
+ * // SupportDescription: "STRING_VALUE",
51
+ * // SupportUrl: "STRING_VALUE",
52
+ * // },
53
+ * // ProvisioningArtifact: { // ProvisioningArtifact
54
+ * // Id: "STRING_VALUE",
55
+ * // Name: "STRING_VALUE",
56
+ * // Description: "STRING_VALUE",
57
+ * // CreatedTime: new Date("TIMESTAMP"),
58
+ * // Guidance: "DEFAULT" || "DEPRECATED",
59
+ * // },
60
+ * // },
61
+ * // ],
62
+ * // NextPageToken: "STRING_VALUE",
63
+ * // };
64
+ *
37
65
  * ```
38
66
  *
39
67
  * @param ListProvisioningArtifactsForServiceActionCommandInput - {@link ListProvisioningArtifactsForServiceActionCommandInput}
@@ -48,6 +76,8 @@ export interface ListProvisioningArtifactsForServiceActionCommandOutput extends
48
76
  * @throws {@link ResourceNotFoundException} (client fault)
49
77
  * <p>The specified resource was not found.</p>
50
78
  *
79
+ * @throws {@link ServiceCatalogServiceException}
80
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
51
81
  *
52
82
  */
53
83
  export declare class ListProvisioningArtifactsForServiceActionCommand extends $Command<ListProvisioningArtifactsForServiceActionCommandInput, ListProvisioningArtifactsForServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -41,6 +41,38 @@ export interface ListRecordHistoryCommandOutput extends ListRecordHistoryOutput,
41
41
  * };
42
42
  * const command = new ListRecordHistoryCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // ListRecordHistoryOutput
45
+ * // RecordDetails: [ // RecordDetails
46
+ * // { // 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
+ * // ],
73
+ * // NextPageToken: "STRING_VALUE",
74
+ * // };
75
+ *
44
76
  * ```
45
77
  *
46
78
  * @param ListRecordHistoryCommandInput - {@link ListRecordHistoryCommandInput}
@@ -52,6 +84,8 @@ export interface ListRecordHistoryCommandOutput extends ListRecordHistoryOutput,
52
84
  * @throws {@link InvalidParametersException} (client fault)
53
85
  * <p>One or more parameters provided to the operation are not valid.</p>
54
86
  *
87
+ * @throws {@link ServiceCatalogServiceException}
88
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
55
89
  *
56
90
  */
57
91
  export declare class ListRecordHistoryCommand extends $Command<ListRecordHistoryCommandInput, ListRecordHistoryCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,19 @@ export interface ListResourcesForTagOptionCommandOutput extends ListResourcesFor
34
34
  * };
35
35
  * const command = new ListResourcesForTagOptionCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListResourcesForTagOptionOutput
38
+ * // ResourceDetails: [ // ResourceDetails
39
+ * // { // ResourceDetail
40
+ * // Id: "STRING_VALUE",
41
+ * // ARN: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // Description: "STRING_VALUE",
44
+ * // CreatedTime: new Date("TIMESTAMP"),
45
+ * // },
46
+ * // ],
47
+ * // PageToken: "STRING_VALUE",
48
+ * // };
49
+ *
37
50
  * ```
38
51
  *
39
52
  * @param ListResourcesForTagOptionCommandInput - {@link ListResourcesForTagOptionCommandInput}
@@ -53,6 +66,8 @@ export interface ListResourcesForTagOptionCommandOutput extends ListResourcesFor
53
66
  * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
54
67
  * process before retrying the operation.</p>
55
68
  *
69
+ * @throws {@link ServiceCatalogServiceException}
70
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
56
71
  *
57
72
  */
58
73
  export declare class ListResourcesForTagOptionCommand extends $Command<ListResourcesForTagOptionCommandInput, ListResourcesForTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListServiceActionsCommandOutput extends ListServiceActionsOutpu
33
33
  * };
34
34
  * const command = new ListServiceActionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListServiceActionsOutput
37
+ * // ServiceActionSummaries: [ // ServiceActionSummaries
38
+ * // { // ServiceActionSummary
39
+ * // Id: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // DefinitionType: "SSM_AUTOMATION",
43
+ * // },
44
+ * // ],
45
+ * // NextPageToken: "STRING_VALUE",
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param ListServiceActionsCommandInput - {@link ListServiceActionsCommandInput}
@@ -44,6 +56,8 @@ export interface ListServiceActionsCommandOutput extends ListServiceActionsOutpu
44
56
  * @throws {@link InvalidParametersException} (client fault)
45
57
  * <p>One or more parameters provided to the operation are not valid.</p>
46
58
  *
59
+ * @throws {@link ServiceCatalogServiceException}
60
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
47
61
  *
48
62
  */
49
63
  export declare class ListServiceActionsCommand extends $Command<ListServiceActionsCommandInput, ListServiceActionsCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -35,6 +35,18 @@ export interface ListServiceActionsForProvisioningArtifactCommandOutput extends
35
35
  * };
36
36
  * const command = new ListServiceActionsForProvisioningArtifactCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListServiceActionsForProvisioningArtifactOutput
39
+ * // ServiceActionSummaries: [ // ServiceActionSummaries
40
+ * // { // ServiceActionSummary
41
+ * // Id: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // Description: "STRING_VALUE",
44
+ * // DefinitionType: "SSM_AUTOMATION",
45
+ * // },
46
+ * // ],
47
+ * // NextPageToken: "STRING_VALUE",
48
+ * // };
49
+ *
38
50
  * ```
39
51
  *
40
52
  * @param ListServiceActionsForProvisioningArtifactCommandInput - {@link ListServiceActionsForProvisioningArtifactCommandInput}
@@ -49,6 +61,8 @@ export interface ListServiceActionsForProvisioningArtifactCommandOutput extends
49
61
  * @throws {@link ResourceNotFoundException} (client fault)
50
62
  * <p>The specified resource was not found.</p>
51
63
  *
64
+ * @throws {@link ServiceCatalogServiceException}
65
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
52
66
  *
53
67
  */
54
68
  export declare class ListServiceActionsForProvisioningArtifactCommand extends $Command<ListServiceActionsForProvisioningArtifactCommandInput, ListServiceActionsForProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,17 @@ export interface ListStackInstancesForProvisionedProductCommandOutput extends Li
34
34
  * };
35
35
  * const command = new ListStackInstancesForProvisionedProductCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListStackInstancesForProvisionedProductOutput
38
+ * // StackInstances: [ // StackInstances
39
+ * // { // StackInstance
40
+ * // Account: "STRING_VALUE",
41
+ * // Region: "STRING_VALUE",
42
+ * // StackInstanceStatus: "CURRENT" || "OUTDATED" || "INOPERABLE",
43
+ * // },
44
+ * // ],
45
+ * // NextPageToken: "STRING_VALUE",
46
+ * // };
47
+ *
37
48
  * ```
38
49
  *
39
50
  * @param ListStackInstancesForProvisionedProductCommandInput - {@link ListStackInstancesForProvisionedProductCommandInput}
@@ -48,6 +59,8 @@ export interface ListStackInstancesForProvisionedProductCommandOutput extends Li
48
59
  * @throws {@link ResourceNotFoundException} (client fault)
49
60
  * <p>The specified resource was not found.</p>
50
61
  *
62
+ * @throws {@link ServiceCatalogServiceException}
63
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
51
64
  *
52
65
  */
53
66
  export declare class ListStackInstancesForProvisionedProductCommand extends $Command<ListStackInstancesForProvisionedProductCommandInput, ListStackInstancesForProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -37,6 +37,19 @@ export interface ListTagOptionsCommandOutput extends ListTagOptionsOutput, __Met
37
37
  * };
38
38
  * const command = new ListTagOptionsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListTagOptionsOutput
41
+ * // TagOptionDetails: [ // TagOptionDetails
42
+ * // { // TagOptionDetail
43
+ * // Key: "STRING_VALUE",
44
+ * // Value: "STRING_VALUE",
45
+ * // Active: true || false,
46
+ * // Id: "STRING_VALUE",
47
+ * // Owner: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // PageToken: "STRING_VALUE",
51
+ * // };
52
+ *
40
53
  * ```
41
54
  *
42
55
  * @param ListTagOptionsCommandInput - {@link ListTagOptionsCommandInput}
@@ -53,6 +66,8 @@ export interface ListTagOptionsCommandOutput extends ListTagOptionsOutput, __Met
53
66
  * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
54
67
  * process before retrying the operation.</p>
55
68
  *
69
+ * @throws {@link ServiceCatalogServiceException}
70
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
56
71
  *
57
72
  */
58
73
  export declare class ListTagOptionsCommand extends $Command<ListTagOptionsCommandInput, ListTagOptionsCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -51,6 +51,8 @@ export interface NotifyProvisionProductEngineWorkflowResultCommandOutput extends
51
51
  * };
52
52
  * const command = new NotifyProvisionProductEngineWorkflowResultCommand(input);
53
53
  * const response = await client.send(command);
54
+ * // {};
55
+ *
54
56
  * ```
55
57
  *
56
58
  * @param NotifyProvisionProductEngineWorkflowResultCommandInput - {@link NotifyProvisionProductEngineWorkflowResultCommandInput}
@@ -65,6 +67,8 @@ export interface NotifyProvisionProductEngineWorkflowResultCommandOutput extends
65
67
  * @throws {@link ResourceNotFoundException} (client fault)
66
68
  * <p>The specified resource was not found.</p>
67
69
  *
70
+ * @throws {@link ServiceCatalogServiceException}
71
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
68
72
  *
69
73
  */
70
74
  export declare class NotifyProvisionProductEngineWorkflowResultCommand extends $Command<NotifyProvisionProductEngineWorkflowResultCommandInput, NotifyProvisionProductEngineWorkflowResultCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface NotifyTerminateProvisionedProductEngineWorkflowResultCommandOut
38
38
  * };
39
39
  * const command = new NotifyTerminateProvisionedProductEngineWorkflowResultCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput - {@link NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput}
@@ -52,6 +54,8 @@ export interface NotifyTerminateProvisionedProductEngineWorkflowResultCommandOut
52
54
  * @throws {@link ResourceNotFoundException} (client fault)
53
55
  * <p>The specified resource was not found.</p>
54
56
  *
57
+ * @throws {@link ServiceCatalogServiceException}
58
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
55
59
  *
56
60
  */
57
61
  export declare class NotifyTerminateProvisionedProductEngineWorkflowResultCommand extends $Command<NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput, NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -45,6 +45,8 @@ export interface NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput
45
45
  * };
46
46
  * const command = new NotifyUpdateProvisionedProductEngineWorkflowResultCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // {};
49
+ *
48
50
  * ```
49
51
  *
50
52
  * @param NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput - {@link NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput}
@@ -59,6 +61,8 @@ export interface NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput
59
61
  * @throws {@link ResourceNotFoundException} (client fault)
60
62
  * <p>The specified resource was not found.</p>
61
63
  *
64
+ * @throws {@link ServiceCatalogServiceException}
65
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
62
66
  *
63
67
  */
64
68
  export declare class NotifyUpdateProvisionedProductEngineWorkflowResultCommand extends $Command<NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput, NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -102,6 +102,35 @@ export interface ProvisionProductCommandOutput extends ProvisionProductOutput, _
102
102
  * };
103
103
  * const command = new ProvisionProductCommand(input);
104
104
  * const response = await client.send(command);
105
+ * // { // ProvisionProductOutput
106
+ * // RecordDetail: { // RecordDetail
107
+ * // RecordId: "STRING_VALUE",
108
+ * // ProvisionedProductName: "STRING_VALUE",
109
+ * // Status: "CREATED" || "IN_PROGRESS" || "IN_PROGRESS_IN_ERROR" || "SUCCEEDED" || "FAILED",
110
+ * // CreatedTime: new Date("TIMESTAMP"),
111
+ * // UpdatedTime: new Date("TIMESTAMP"),
112
+ * // ProvisionedProductType: "STRING_VALUE",
113
+ * // RecordType: "STRING_VALUE",
114
+ * // ProvisionedProductId: "STRING_VALUE",
115
+ * // ProductId: "STRING_VALUE",
116
+ * // ProvisioningArtifactId: "STRING_VALUE",
117
+ * // PathId: "STRING_VALUE",
118
+ * // RecordErrors: [ // RecordErrors
119
+ * // { // RecordError
120
+ * // Code: "STRING_VALUE",
121
+ * // Description: "STRING_VALUE",
122
+ * // },
123
+ * // ],
124
+ * // RecordTags: [ // RecordTags
125
+ * // { // RecordTag
126
+ * // Key: "STRING_VALUE",
127
+ * // Value: "STRING_VALUE",
128
+ * // },
129
+ * // ],
130
+ * // LaunchRoleArn: "STRING_VALUE",
131
+ * // },
132
+ * // };
133
+ *
105
134
  * ```
106
135
  *
107
136
  * @param ProvisionProductCommandInput - {@link ProvisionProductCommandInput}
@@ -119,6 +148,8 @@ export interface ProvisionProductCommandOutput extends ProvisionProductOutput, _
119
148
  * @throws {@link ResourceNotFoundException} (client fault)
120
149
  * <p>The specified resource was not found.</p>
121
150
  *
151
+ * @throws {@link ServiceCatalogServiceException}
152
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
122
153
  *
123
154
  */
124
155
  export declare class ProvisionProductCommand extends $Command<ProvisionProductCommandInput, ProvisionProductCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface RejectPortfolioShareCommandOutput extends RejectPortfolioShareO
33
33
  * };
34
34
  * const command = new RejectPortfolioShareCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param RejectPortfolioShareCommandInput - {@link RejectPortfolioShareCommandInput}
@@ -44,6 +46,8 @@ export interface RejectPortfolioShareCommandOutput extends RejectPortfolioShareO
44
46
  * @throws {@link ResourceNotFoundException} (client fault)
45
47
  * <p>The specified resource was not found.</p>
46
48
  *
49
+ * @throws {@link ServiceCatalogServiceException}
50
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
47
51
  *
48
52
  */
49
53
  export declare class RejectPortfolioShareCommand extends $Command<RejectPortfolioShareCommandInput, RejectPortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -38,6 +38,28 @@ export interface ScanProvisionedProductsCommandOutput extends ScanProvisionedPro
38
38
  * };
39
39
  * const command = new ScanProvisionedProductsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ScanProvisionedProductsOutput
42
+ * // ProvisionedProducts: [ // ProvisionedProductDetails
43
+ * // { // ProvisionedProductDetail
44
+ * // Name: "STRING_VALUE",
45
+ * // Arn: "STRING_VALUE",
46
+ * // Type: "STRING_VALUE",
47
+ * // Id: "STRING_VALUE",
48
+ * // Status: "AVAILABLE" || "UNDER_CHANGE" || "TAINTED" || "ERROR" || "PLAN_IN_PROGRESS",
49
+ * // StatusMessage: "STRING_VALUE",
50
+ * // CreatedTime: new Date("TIMESTAMP"),
51
+ * // IdempotencyToken: "STRING_VALUE",
52
+ * // LastRecordId: "STRING_VALUE",
53
+ * // LastProvisioningRecordId: "STRING_VALUE",
54
+ * // LastSuccessfulProvisioningRecordId: "STRING_VALUE",
55
+ * // ProductId: "STRING_VALUE",
56
+ * // ProvisioningArtifactId: "STRING_VALUE",
57
+ * // LaunchRoleArn: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // NextPageToken: "STRING_VALUE",
61
+ * // };
62
+ *
41
63
  * ```
42
64
  *
43
65
  * @param ScanProvisionedProductsCommandInput - {@link ScanProvisionedProductsCommandInput}
@@ -49,6 +71,8 @@ export interface ScanProvisionedProductsCommandOutput extends ScanProvisionedPro
49
71
  * @throws {@link InvalidParametersException} (client fault)
50
72
  * <p>One or more parameters provided to the operation are not valid.</p>
51
73
  *
74
+ * @throws {@link ServiceCatalogServiceException}
75
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
52
76
  *
53
77
  */
54
78
  export declare class ScanProvisionedProductsCommand extends $Command<ScanProvisionedProductsCommandInput, ScanProvisionedProductsCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -42,6 +42,48 @@ export interface SearchProductsAsAdminCommandOutput extends SearchProductsAsAdmi
42
42
  * };
43
43
  * const command = new SearchProductsAsAdminCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // SearchProductsAsAdminOutput
46
+ * // ProductViewDetails: [ // ProductViewDetails
47
+ * // { // ProductViewDetail
48
+ * // ProductViewSummary: { // ProductViewSummary
49
+ * // Id: "STRING_VALUE",
50
+ * // ProductId: "STRING_VALUE",
51
+ * // Name: "STRING_VALUE",
52
+ * // Owner: "STRING_VALUE",
53
+ * // ShortDescription: "STRING_VALUE",
54
+ * // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE",
55
+ * // Distributor: "STRING_VALUE",
56
+ * // HasDefaultPath: true || false,
57
+ * // SupportEmail: "STRING_VALUE",
58
+ * // SupportDescription: "STRING_VALUE",
59
+ * // SupportUrl: "STRING_VALUE",
60
+ * // },
61
+ * // Status: "AVAILABLE" || "CREATING" || "FAILED",
62
+ * // ProductARN: "STRING_VALUE",
63
+ * // CreatedTime: new Date("TIMESTAMP"),
64
+ * // SourceConnection: { // SourceConnectionDetail
65
+ * // Type: "CODESTAR",
66
+ * // ConnectionParameters: { // SourceConnectionParameters
67
+ * // CodeStar: { // CodeStarParameters
68
+ * // ConnectionArn: "STRING_VALUE", // required
69
+ * // Repository: "STRING_VALUE", // required
70
+ * // Branch: "STRING_VALUE", // required
71
+ * // ArtifactPath: "STRING_VALUE", // required
72
+ * // },
73
+ * // },
74
+ * // LastSync: { // LastSync
75
+ * // LastSyncTime: new Date("TIMESTAMP"),
76
+ * // LastSyncStatus: "SUCCEEDED" || "FAILED",
77
+ * // LastSyncStatusMessage: "STRING_VALUE",
78
+ * // LastSuccessfulSyncTime: new Date("TIMESTAMP"),
79
+ * // LastSuccessfulSyncProvisioningArtifactId: "STRING_VALUE",
80
+ * // },
81
+ * // },
82
+ * // },
83
+ * // ],
84
+ * // NextPageToken: "STRING_VALUE",
85
+ * // };
86
+ *
45
87
  * ```
46
88
  *
47
89
  * @param SearchProductsAsAdminCommandInput - {@link SearchProductsAsAdminCommandInput}
@@ -56,6 +98,8 @@ export interface SearchProductsAsAdminCommandOutput extends SearchProductsAsAdmi
56
98
  * @throws {@link ResourceNotFoundException} (client fault)
57
99
  * <p>The specified resource was not found.</p>
58
100
  *
101
+ * @throws {@link ServiceCatalogServiceException}
102
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
59
103
  *
60
104
  */
61
105
  export declare class SearchProductsAsAdminCommand extends $Command<SearchProductsAsAdminCommandInput, SearchProductsAsAdminCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -40,6 +40,33 @@ export interface SearchProductsCommandOutput extends SearchProductsOutput, __Met
40
40
  * };
41
41
  * const command = new SearchProductsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // SearchProductsOutput
44
+ * // ProductViewSummaries: [ // ProductViewSummaries
45
+ * // { // ProductViewSummary
46
+ * // Id: "STRING_VALUE",
47
+ * // ProductId: "STRING_VALUE",
48
+ * // Name: "STRING_VALUE",
49
+ * // Owner: "STRING_VALUE",
50
+ * // ShortDescription: "STRING_VALUE",
51
+ * // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE",
52
+ * // Distributor: "STRING_VALUE",
53
+ * // HasDefaultPath: true || false,
54
+ * // SupportEmail: "STRING_VALUE",
55
+ * // SupportDescription: "STRING_VALUE",
56
+ * // SupportUrl: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // ProductViewAggregations: { // ProductViewAggregations
60
+ * // "<keys>": [ // ProductViewAggregationValues
61
+ * // { // ProductViewAggregationValue
62
+ * // Value: "STRING_VALUE",
63
+ * // ApproximateCount: Number("int"),
64
+ * // },
65
+ * // ],
66
+ * // },
67
+ * // NextPageToken: "STRING_VALUE",
68
+ * // };
69
+ *
43
70
  * ```
44
71
  *
45
72
  * @param SearchProductsCommandInput - {@link SearchProductsCommandInput}
@@ -51,6 +78,8 @@ export interface SearchProductsCommandOutput extends SearchProductsOutput, __Met
51
78
  * @throws {@link InvalidParametersException} (client fault)
52
79
  * <p>One or more parameters provided to the operation are not valid.</p>
53
80
  *
81
+ * @throws {@link ServiceCatalogServiceException}
82
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
54
83
  *
55
84
  */
56
85
  export declare class SearchProductsCommand extends $Command<SearchProductsCommandInput, SearchProductsCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -44,6 +44,39 @@ export interface SearchProvisionedProductsCommandOutput extends SearchProvisione
44
44
  * };
45
45
  * const command = new SearchProvisionedProductsCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // SearchProvisionedProductsOutput
48
+ * // ProvisionedProducts: [ // ProvisionedProductAttributes
49
+ * // { // ProvisionedProductAttribute
50
+ * // Name: "STRING_VALUE",
51
+ * // Arn: "STRING_VALUE",
52
+ * // Type: "STRING_VALUE",
53
+ * // Id: "STRING_VALUE",
54
+ * // Status: "AVAILABLE" || "UNDER_CHANGE" || "TAINTED" || "ERROR" || "PLAN_IN_PROGRESS",
55
+ * // StatusMessage: "STRING_VALUE",
56
+ * // CreatedTime: new Date("TIMESTAMP"),
57
+ * // IdempotencyToken: "STRING_VALUE",
58
+ * // LastRecordId: "STRING_VALUE",
59
+ * // LastProvisioningRecordId: "STRING_VALUE",
60
+ * // LastSuccessfulProvisioningRecordId: "STRING_VALUE",
61
+ * // Tags: [ // Tags
62
+ * // { // Tag
63
+ * // Key: "STRING_VALUE", // required
64
+ * // Value: "STRING_VALUE", // required
65
+ * // },
66
+ * // ],
67
+ * // PhysicalId: "STRING_VALUE",
68
+ * // ProductId: "STRING_VALUE",
69
+ * // ProductName: "STRING_VALUE",
70
+ * // ProvisioningArtifactId: "STRING_VALUE",
71
+ * // ProvisioningArtifactName: "STRING_VALUE",
72
+ * // UserArn: "STRING_VALUE",
73
+ * // UserArnSession: "STRING_VALUE",
74
+ * // },
75
+ * // ],
76
+ * // TotalResultsCount: Number("int"),
77
+ * // NextPageToken: "STRING_VALUE",
78
+ * // };
79
+ *
47
80
  * ```
48
81
  *
49
82
  * @param SearchProvisionedProductsCommandInput - {@link SearchProvisionedProductsCommandInput}
@@ -55,6 +88,8 @@ export interface SearchProvisionedProductsCommandOutput extends SearchProvisione
55
88
  * @throws {@link InvalidParametersException} (client fault)
56
89
  * <p>One or more parameters provided to the operation are not valid.</p>
57
90
  *
91
+ * @throws {@link ServiceCatalogServiceException}
92
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
58
93
  *
59
94
  */
60
95
  export declare class SearchProvisionedProductsCommand extends $Command<SearchProvisionedProductsCommandInput, SearchProvisionedProductsCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -38,6 +38,35 @@ export interface TerminateProvisionedProductCommandOutput extends TerminateProvi
38
38
  * };
39
39
  * const command = new TerminateProvisionedProductCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // TerminateProvisionedProductOutput
42
+ * // RecordDetail: { // RecordDetail
43
+ * // RecordId: "STRING_VALUE",
44
+ * // ProvisionedProductName: "STRING_VALUE",
45
+ * // Status: "CREATED" || "IN_PROGRESS" || "IN_PROGRESS_IN_ERROR" || "SUCCEEDED" || "FAILED",
46
+ * // CreatedTime: new Date("TIMESTAMP"),
47
+ * // UpdatedTime: new Date("TIMESTAMP"),
48
+ * // ProvisionedProductType: "STRING_VALUE",
49
+ * // RecordType: "STRING_VALUE",
50
+ * // ProvisionedProductId: "STRING_VALUE",
51
+ * // ProductId: "STRING_VALUE",
52
+ * // ProvisioningArtifactId: "STRING_VALUE",
53
+ * // PathId: "STRING_VALUE",
54
+ * // RecordErrors: [ // RecordErrors
55
+ * // { // RecordError
56
+ * // Code: "STRING_VALUE",
57
+ * // Description: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // RecordTags: [ // RecordTags
61
+ * // { // RecordTag
62
+ * // Key: "STRING_VALUE",
63
+ * // Value: "STRING_VALUE",
64
+ * // },
65
+ * // ],
66
+ * // LaunchRoleArn: "STRING_VALUE",
67
+ * // },
68
+ * // };
69
+ *
41
70
  * ```
42
71
  *
43
72
  * @param TerminateProvisionedProductCommandInput - {@link TerminateProvisionedProductCommandInput}
@@ -49,6 +78,8 @@ export interface TerminateProvisionedProductCommandOutput extends TerminateProvi
49
78
  * @throws {@link ResourceNotFoundException} (client fault)
50
79
  * <p>The specified resource was not found.</p>
51
80
  *
81
+ * @throws {@link ServiceCatalogServiceException}
82
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
52
83
  *
53
84
  */
54
85
  export declare class TerminateProvisionedProductCommand extends $Command<TerminateProvisionedProductCommandInput, TerminateProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,19 @@ export interface UpdateConstraintCommandOutput extends UpdateConstraintOutput, _
34
34
  * };
35
35
  * const command = new UpdateConstraintCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // UpdateConstraintOutput
38
+ * // ConstraintDetail: { // ConstraintDetail
39
+ * // ConstraintId: "STRING_VALUE",
40
+ * // Type: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // Owner: "STRING_VALUE",
43
+ * // ProductId: "STRING_VALUE",
44
+ * // PortfolioId: "STRING_VALUE",
45
+ * // },
46
+ * // ConstraintParameters: "STRING_VALUE",
47
+ * // Status: "AVAILABLE" || "CREATING" || "FAILED",
48
+ * // };
49
+ *
37
50
  * ```
38
51
  *
39
52
  * @param UpdateConstraintCommandInput - {@link UpdateConstraintCommandInput}
@@ -48,6 +61,8 @@ export interface UpdateConstraintCommandOutput extends UpdateConstraintOutput, _
48
61
  * @throws {@link ResourceNotFoundException} (client fault)
49
62
  * <p>The specified resource was not found.</p>
50
63
  *
64
+ * @throws {@link ServiceCatalogServiceException}
65
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
51
66
  *
52
67
  */
53
68
  export declare class UpdateConstraintCommand extends $Command<UpdateConstraintCommandInput, UpdateConstraintCommandOutput, ServiceCatalogClientResolvedConfig> {