@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
@@ -31,6 +31,16 @@ export interface DescribeTagOptionCommandOutput extends DescribeTagOptionOutput,
31
31
  * };
32
32
  * const command = new DescribeTagOptionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeTagOptionOutput
35
+ * // TagOptionDetail: { // TagOptionDetail
36
+ * // Key: "STRING_VALUE",
37
+ * // Value: "STRING_VALUE",
38
+ * // Active: true || false,
39
+ * // Id: "STRING_VALUE",
40
+ * // Owner: "STRING_VALUE",
41
+ * // },
42
+ * // };
43
+ *
34
44
  * ```
35
45
  *
36
46
  * @param DescribeTagOptionCommandInput - {@link DescribeTagOptionCommandInput}
@@ -47,6 +57,8 @@ export interface DescribeTagOptionCommandOutput extends DescribeTagOptionOutput,
47
57
  * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
48
58
  * process before retrying the operation.</p>
49
59
  *
60
+ * @throws {@link ServiceCatalogServiceException}
61
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
50
62
  *
51
63
  */
52
64
  export declare class DescribeTagOptionCommand extends $Command<DescribeTagOptionCommandInput, DescribeTagOptionCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -41,6 +41,8 @@ export interface DisableAWSOrganizationsAccessCommandOutput extends DisableAWSOr
41
41
  * const input = {};
42
42
  * const command = new DisableAWSOrganizationsAccessCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // {};
45
+ *
44
46
  * ```
45
47
  *
46
48
  * @param DisableAWSOrganizationsAccessCommandInput - {@link DisableAWSOrganizationsAccessCommandInput}
@@ -59,6 +61,8 @@ export interface DisableAWSOrganizationsAccessCommandOutput extends DisableAWSOr
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 DisableAWSOrganizationsAccessCommand extends $Command<DisableAWSOrganizationsAccessCommandInput, DisableAWSOrganizationsAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisassociateBudgetFromResourceCommandOutput extends Disassociat
32
32
  * };
33
33
  * const command = new DisassociateBudgetFromResourceCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisassociateBudgetFromResourceCommandInput - {@link DisassociateBudgetFromResourceCommandInput}
@@ -43,6 +45,8 @@ export interface DisassociateBudgetFromResourceCommandOutput extends Disassociat
43
45
  * @throws {@link ResourceNotFoundException} (client fault)
44
46
  * <p>The specified resource was not found.</p>
45
47
  *
48
+ * @throws {@link ServiceCatalogServiceException}
49
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
46
50
  *
47
51
  */
48
52
  export declare class DisassociateBudgetFromResourceCommand extends $Command<DisassociateBudgetFromResourceCommandInput, DisassociateBudgetFromResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface DisassociatePrincipalFromPortfolioCommandOutput extends Disasso
42
42
  * };
43
43
  * const command = new DisassociatePrincipalFromPortfolioCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param DisassociatePrincipalFromPortfolioCommandInput - {@link DisassociatePrincipalFromPortfolioCommandInput}
@@ -56,6 +58,8 @@ export interface DisassociatePrincipalFromPortfolioCommandOutput extends Disasso
56
58
  * @throws {@link ResourceNotFoundException} (client fault)
57
59
  * <p>The specified resource was not found.</p>
58
60
  *
61
+ * @throws {@link ServiceCatalogServiceException}
62
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DisassociatePrincipalFromPortfolioCommand extends $Command<DisassociatePrincipalFromPortfolioCommandInput, DisassociatePrincipalFromPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DisassociateProductFromPortfolioCommandOutput extends Disassoci
34
34
  * };
35
35
  * const command = new DisassociateProductFromPortfolioCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DisassociateProductFromPortfolioCommandInput - {@link DisassociateProductFromPortfolioCommandInput}
@@ -51,6 +53,8 @@ export interface DisassociateProductFromPortfolioCommandOutput extends Disassoci
51
53
  * @throws {@link ResourceNotFoundException} (client fault)
52
54
  * <p>The specified resource was not found.</p>
53
55
  *
56
+ * @throws {@link ServiceCatalogServiceException}
57
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
54
58
  *
55
59
  */
56
60
  export declare class DisassociateProductFromPortfolioCommand extends $Command<DisassociateProductFromPortfolioCommandInput, DisassociateProductFromPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DisassociateServiceActionFromProvisioningArtifactCommandOutput
34
34
  * };
35
35
  * const command = new DisassociateServiceActionFromProvisioningArtifactCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DisassociateServiceActionFromProvisioningArtifactCommandInput - {@link DisassociateServiceActionFromProvisioningArtifactCommandInput}
@@ -45,6 +47,8 @@ export interface DisassociateServiceActionFromProvisioningArtifactCommandOutput
45
47
  * @throws {@link ResourceNotFoundException} (client fault)
46
48
  * <p>The specified resource was not found.</p>
47
49
  *
50
+ * @throws {@link ServiceCatalogServiceException}
51
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
48
52
  *
49
53
  */
50
54
  export declare class DisassociateServiceActionFromProvisioningArtifactCommand extends $Command<DisassociateServiceActionFromProvisioningArtifactCommandInput, DisassociateServiceActionFromProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisassociateTagOptionFromResourceCommandOutput extends Disassoc
32
32
  * };
33
33
  * const command = new DisassociateTagOptionFromResourceCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisassociateTagOptionFromResourceCommandInput - {@link DisassociateTagOptionFromResourceCommandInput}
@@ -48,6 +50,8 @@ export interface DisassociateTagOptionFromResourceCommandOutput extends Disassoc
48
50
  * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
49
51
  * process before retrying the operation.</p>
50
52
  *
53
+ * @throws {@link ServiceCatalogServiceException}
54
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
51
55
  *
52
56
  */
53
57
  export declare class DisassociateTagOptionFromResourceCommand extends $Command<DisassociateTagOptionFromResourceCommandInput, DisassociateTagOptionFromResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -41,6 +41,8 @@ export interface EnableAWSOrganizationsAccessCommandOutput extends EnableAWSOrga
41
41
  * const input = {};
42
42
  * const command = new EnableAWSOrganizationsAccessCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // {};
45
+ *
44
46
  * ```
45
47
  *
46
48
  * @param EnableAWSOrganizationsAccessCommandInput - {@link EnableAWSOrganizationsAccessCommandInput}
@@ -59,6 +61,8 @@ export interface EnableAWSOrganizationsAccessCommandOutput extends EnableAWSOrga
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 EnableAWSOrganizationsAccessCommand extends $Command<EnableAWSOrganizationsAccessCommandInput, EnableAWSOrganizationsAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -33,6 +33,35 @@ export interface ExecuteProvisionedProductPlanCommandOutput extends ExecuteProvi
33
33
  * };
34
34
  * const command = new ExecuteProvisionedProductPlanCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ExecuteProvisionedProductPlanOutput
37
+ * // RecordDetail: { // RecordDetail
38
+ * // RecordId: "STRING_VALUE",
39
+ * // ProvisionedProductName: "STRING_VALUE",
40
+ * // Status: "CREATED" || "IN_PROGRESS" || "IN_PROGRESS_IN_ERROR" || "SUCCEEDED" || "FAILED",
41
+ * // CreatedTime: new Date("TIMESTAMP"),
42
+ * // UpdatedTime: new Date("TIMESTAMP"),
43
+ * // ProvisionedProductType: "STRING_VALUE",
44
+ * // RecordType: "STRING_VALUE",
45
+ * // ProvisionedProductId: "STRING_VALUE",
46
+ * // ProductId: "STRING_VALUE",
47
+ * // ProvisioningArtifactId: "STRING_VALUE",
48
+ * // PathId: "STRING_VALUE",
49
+ * // RecordErrors: [ // RecordErrors
50
+ * // { // RecordError
51
+ * // Code: "STRING_VALUE",
52
+ * // Description: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // RecordTags: [ // RecordTags
56
+ * // { // RecordTag
57
+ * // Key: "STRING_VALUE",
58
+ * // Value: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // LaunchRoleArn: "STRING_VALUE",
62
+ * // },
63
+ * // };
64
+ *
36
65
  * ```
37
66
  *
38
67
  * @param ExecuteProvisionedProductPlanCommandInput - {@link ExecuteProvisionedProductPlanCommandInput}
@@ -51,6 +80,8 @@ export interface ExecuteProvisionedProductPlanCommandOutput extends ExecuteProvi
51
80
  * @throws {@link ResourceNotFoundException} (client fault)
52
81
  * <p>The specified resource was not found.</p>
53
82
  *
83
+ * @throws {@link ServiceCatalogServiceException}
84
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
54
85
  *
55
86
  */
56
87
  export declare class ExecuteProvisionedProductPlanCommand extends $Command<ExecuteProvisionedProductPlanCommandInput, ExecuteProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -39,6 +39,35 @@ export interface ExecuteProvisionedProductServiceActionCommandOutput extends Exe
39
39
  * };
40
40
  * const command = new ExecuteProvisionedProductServiceActionCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ExecuteProvisionedProductServiceActionOutput
43
+ * // RecordDetail: { // RecordDetail
44
+ * // RecordId: "STRING_VALUE",
45
+ * // ProvisionedProductName: "STRING_VALUE",
46
+ * // Status: "CREATED" || "IN_PROGRESS" || "IN_PROGRESS_IN_ERROR" || "SUCCEEDED" || "FAILED",
47
+ * // CreatedTime: new Date("TIMESTAMP"),
48
+ * // UpdatedTime: new Date("TIMESTAMP"),
49
+ * // ProvisionedProductType: "STRING_VALUE",
50
+ * // RecordType: "STRING_VALUE",
51
+ * // ProvisionedProductId: "STRING_VALUE",
52
+ * // ProductId: "STRING_VALUE",
53
+ * // ProvisioningArtifactId: "STRING_VALUE",
54
+ * // PathId: "STRING_VALUE",
55
+ * // RecordErrors: [ // RecordErrors
56
+ * // { // RecordError
57
+ * // Code: "STRING_VALUE",
58
+ * // Description: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // RecordTags: [ // RecordTags
62
+ * // { // RecordTag
63
+ * // Key: "STRING_VALUE",
64
+ * // Value: "STRING_VALUE",
65
+ * // },
66
+ * // ],
67
+ * // LaunchRoleArn: "STRING_VALUE",
68
+ * // },
69
+ * // };
70
+ *
42
71
  * ```
43
72
  *
44
73
  * @param ExecuteProvisionedProductServiceActionCommandInput - {@link ExecuteProvisionedProductServiceActionCommandInput}
@@ -57,6 +86,8 @@ export interface ExecuteProvisionedProductServiceActionCommandOutput extends Exe
57
86
  * @throws {@link ResourceNotFoundException} (client fault)
58
87
  * <p>The specified resource was not found.</p>
59
88
  *
89
+ * @throws {@link ServiceCatalogServiceException}
90
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
60
91
  *
61
92
  */
62
93
  export declare class ExecuteProvisionedProductServiceActionCommand extends $Command<ExecuteProvisionedProductServiceActionCommandInput, ExecuteProvisionedProductServiceActionCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -30,6 +30,10 @@ export interface GetAWSOrganizationsAccessStatusCommandOutput extends GetAWSOrga
30
30
  * const input = {};
31
31
  * const command = new GetAWSOrganizationsAccessStatusCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // GetAWSOrganizationsAccessStatusOutput
34
+ * // AccessStatus: "ENABLED" || "UNDER_CHANGE" || "DISABLED",
35
+ * // };
36
+ *
33
37
  * ```
34
38
  *
35
39
  * @param GetAWSOrganizationsAccessStatusCommandInput - {@link GetAWSOrganizationsAccessStatusCommandInput}
@@ -44,6 +48,8 @@ export interface GetAWSOrganizationsAccessStatusCommandOutput extends GetAWSOrga
44
48
  * @throws {@link ResourceNotFoundException} (client fault)
45
49
  * <p>The specified resource was not found.</p>
46
50
  *
51
+ * @throws {@link ServiceCatalogServiceException}
52
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
47
53
  *
48
54
  */
49
55
  export declare class GetAWSOrganizationsAccessStatusCommand extends $Command<GetAWSOrganizationsAccessStatusCommandInput, GetAWSOrganizationsAccessStatusCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -38,6 +38,17 @@ export interface GetProvisionedProductOutputsCommandOutput extends GetProvisione
38
38
  * };
39
39
  * const command = new GetProvisionedProductOutputsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetProvisionedProductOutputsOutput
42
+ * // Outputs: [ // RecordOutputs
43
+ * // { // RecordOutput
44
+ * // OutputKey: "STRING_VALUE",
45
+ * // OutputValue: "STRING_VALUE",
46
+ * // Description: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // NextPageToken: "STRING_VALUE",
50
+ * // };
51
+ *
41
52
  * ```
42
53
  *
43
54
  * @param GetProvisionedProductOutputsCommandInput - {@link GetProvisionedProductOutputsCommandInput}
@@ -52,6 +63,8 @@ export interface GetProvisionedProductOutputsCommandOutput extends GetProvisione
52
63
  * @throws {@link ResourceNotFoundException} (client fault)
53
64
  * <p>The specified resource was not found.</p>
54
65
  *
66
+ * @throws {@link ServiceCatalogServiceException}
67
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
55
68
  *
56
69
  */
57
70
  export declare class GetProvisionedProductOutputsCommand extends $Command<GetProvisionedProductOutputsCommandInput, GetProvisionedProductOutputsCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -77,6 +77,35 @@ export interface ImportAsProvisionedProductCommandOutput extends ImportAsProvisi
77
77
  * };
78
78
  * const command = new ImportAsProvisionedProductCommand(input);
79
79
  * const response = await client.send(command);
80
+ * // { // ImportAsProvisionedProductOutput
81
+ * // RecordDetail: { // RecordDetail
82
+ * // RecordId: "STRING_VALUE",
83
+ * // ProvisionedProductName: "STRING_VALUE",
84
+ * // Status: "CREATED" || "IN_PROGRESS" || "IN_PROGRESS_IN_ERROR" || "SUCCEEDED" || "FAILED",
85
+ * // CreatedTime: new Date("TIMESTAMP"),
86
+ * // UpdatedTime: new Date("TIMESTAMP"),
87
+ * // ProvisionedProductType: "STRING_VALUE",
88
+ * // RecordType: "STRING_VALUE",
89
+ * // ProvisionedProductId: "STRING_VALUE",
90
+ * // ProductId: "STRING_VALUE",
91
+ * // ProvisioningArtifactId: "STRING_VALUE",
92
+ * // PathId: "STRING_VALUE",
93
+ * // RecordErrors: [ // RecordErrors
94
+ * // { // RecordError
95
+ * // Code: "STRING_VALUE",
96
+ * // Description: "STRING_VALUE",
97
+ * // },
98
+ * // ],
99
+ * // RecordTags: [ // RecordTags
100
+ * // { // RecordTag
101
+ * // Key: "STRING_VALUE",
102
+ * // Value: "STRING_VALUE",
103
+ * // },
104
+ * // ],
105
+ * // LaunchRoleArn: "STRING_VALUE",
106
+ * // },
107
+ * // };
108
+ *
80
109
  * ```
81
110
  *
82
111
  * @param ImportAsProvisionedProductCommandInput - {@link ImportAsProvisionedProductCommandInput}
@@ -98,6 +127,8 @@ export interface ImportAsProvisionedProductCommandOutput extends ImportAsProvisi
98
127
  * @throws {@link ResourceNotFoundException} (client fault)
99
128
  * <p>The specified resource was not found.</p>
100
129
  *
130
+ * @throws {@link ServiceCatalogServiceException}
131
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
101
132
  *
102
133
  */
103
134
  export declare class ImportAsProvisionedProductCommand extends $Command<ImportAsProvisionedProductCommandInput, ImportAsProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -36,6 +36,20 @@ export interface ListAcceptedPortfolioSharesCommandOutput extends ListAcceptedPo
36
36
  * };
37
37
  * const command = new ListAcceptedPortfolioSharesCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListAcceptedPortfolioSharesOutput
40
+ * // PortfolioDetails: [ // PortfolioDetails
41
+ * // { // PortfolioDetail
42
+ * // Id: "STRING_VALUE",
43
+ * // ARN: "STRING_VALUE",
44
+ * // DisplayName: "STRING_VALUE",
45
+ * // Description: "STRING_VALUE",
46
+ * // CreatedTime: new Date("TIMESTAMP"),
47
+ * // ProviderName: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // NextPageToken: "STRING_VALUE",
51
+ * // };
52
+ *
39
53
  * ```
40
54
  *
41
55
  * @param ListAcceptedPortfolioSharesCommandInput - {@link ListAcceptedPortfolioSharesCommandInput}
@@ -50,6 +64,8 @@ export interface ListAcceptedPortfolioSharesCommandOutput extends ListAcceptedPo
50
64
  * @throws {@link OperationNotSupportedException} (client fault)
51
65
  * <p>The operation is not supported.</p>
52
66
  *
67
+ * @throws {@link ServiceCatalogServiceException}
68
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
53
69
  *
54
70
  */
55
71
  export declare class ListAcceptedPortfolioSharesCommand extends $Command<ListAcceptedPortfolioSharesCommandInput, ListAcceptedPortfolioSharesCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,15 @@ export interface ListBudgetsForResourceCommandOutput extends ListBudgetsForResou
34
34
  * };
35
35
  * const command = new ListBudgetsForResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListBudgetsForResourceOutput
38
+ * // Budgets: [ // Budgets
39
+ * // { // BudgetDetail
40
+ * // BudgetName: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // NextPageToken: "STRING_VALUE",
44
+ * // };
45
+ *
37
46
  * ```
38
47
  *
39
48
  * @param ListBudgetsForResourceCommandInput - {@link ListBudgetsForResourceCommandInput}
@@ -48,6 +57,8 @@ export interface ListBudgetsForResourceCommandOutput extends ListBudgetsForResou
48
57
  * @throws {@link ResourceNotFoundException} (client fault)
49
58
  * <p>The specified resource was not found.</p>
50
59
  *
60
+ * @throws {@link ServiceCatalogServiceException}
61
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
51
62
  *
52
63
  */
53
64
  export declare class ListBudgetsForResourceCommand extends $Command<ListBudgetsForResourceCommandInput, ListBudgetsForResourceCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -35,6 +35,20 @@ export interface ListConstraintsForPortfolioCommandOutput extends ListConstraint
35
35
  * };
36
36
  * const command = new ListConstraintsForPortfolioCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListConstraintsForPortfolioOutput
39
+ * // ConstraintDetails: [ // ConstraintDetails
40
+ * // { // ConstraintDetail
41
+ * // ConstraintId: "STRING_VALUE",
42
+ * // Type: "STRING_VALUE",
43
+ * // Description: "STRING_VALUE",
44
+ * // Owner: "STRING_VALUE",
45
+ * // ProductId: "STRING_VALUE",
46
+ * // PortfolioId: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // NextPageToken: "STRING_VALUE",
50
+ * // };
51
+ *
38
52
  * ```
39
53
  *
40
54
  * @param ListConstraintsForPortfolioCommandInput - {@link ListConstraintsForPortfolioCommandInput}
@@ -49,6 +63,8 @@ export interface ListConstraintsForPortfolioCommandOutput extends ListConstraint
49
63
  * @throws {@link ResourceNotFoundException} (client fault)
50
64
  * <p>The specified resource was not found.</p>
51
65
  *
66
+ * @throws {@link ServiceCatalogServiceException}
67
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
52
68
  *
53
69
  */
54
70
  export declare class ListConstraintsForPortfolioCommand extends $Command<ListConstraintsForPortfolioCommandInput, ListConstraintsForPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -59,6 +59,28 @@ export interface ListLaunchPathsCommandOutput extends ListLaunchPathsOutput, __M
59
59
  * };
60
60
  * const command = new ListLaunchPathsCommand(input);
61
61
  * const response = await client.send(command);
62
+ * // { // ListLaunchPathsOutput
63
+ * // LaunchPathSummaries: [ // LaunchPathSummaries
64
+ * // { // LaunchPathSummary
65
+ * // Id: "STRING_VALUE",
66
+ * // ConstraintSummaries: [ // ConstraintSummaries
67
+ * // { // ConstraintSummary
68
+ * // Type: "STRING_VALUE",
69
+ * // Description: "STRING_VALUE",
70
+ * // },
71
+ * // ],
72
+ * // Tags: [ // Tags
73
+ * // { // Tag
74
+ * // Key: "STRING_VALUE", // required
75
+ * // Value: "STRING_VALUE", // required
76
+ * // },
77
+ * // ],
78
+ * // Name: "STRING_VALUE",
79
+ * // },
80
+ * // ],
81
+ * // NextPageToken: "STRING_VALUE",
82
+ * // };
83
+ *
62
84
  * ```
63
85
  *
64
86
  * @param ListLaunchPathsCommandInput - {@link ListLaunchPathsCommandInput}
@@ -73,6 +95,8 @@ export interface ListLaunchPathsCommandOutput extends ListLaunchPathsOutput, __M
73
95
  * @throws {@link ResourceNotFoundException} (client fault)
74
96
  * <p>The specified resource was not found.</p>
75
97
  *
98
+ * @throws {@link ServiceCatalogServiceException}
99
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
76
100
  *
77
101
  */
78
102
  export declare class ListLaunchPathsCommand extends $Command<ListLaunchPathsCommandInput, ListLaunchPathsCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -38,6 +38,16 @@ export interface ListOrganizationPortfolioAccessCommandOutput extends ListOrgani
38
38
  * };
39
39
  * const command = new ListOrganizationPortfolioAccessCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListOrganizationPortfolioAccessOutput
42
+ * // OrganizationNodes: [ // OrganizationNodes
43
+ * // { // OrganizationNode
44
+ * // Type: "ORGANIZATION" || "ORGANIZATIONAL_UNIT" || "ACCOUNT",
45
+ * // Value: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // NextPageToken: "STRING_VALUE",
49
+ * // };
50
+ *
41
51
  * ```
42
52
  *
43
53
  * @param ListOrganizationPortfolioAccessCommandInput - {@link ListOrganizationPortfolioAccessCommandInput}
@@ -55,6 +65,8 @@ export interface ListOrganizationPortfolioAccessCommandOutput extends ListOrgani
55
65
  * @throws {@link ResourceNotFoundException} (client fault)
56
66
  * <p>The specified resource was not found.</p>
57
67
  *
68
+ * @throws {@link ServiceCatalogServiceException}
69
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
58
70
  *
59
71
  */
60
72
  export declare class ListOrganizationPortfolioAccessCommand extends $Command<ListOrganizationPortfolioAccessCommandInput, ListOrganizationPortfolioAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -36,6 +36,13 @@ export interface ListPortfolioAccessCommandOutput extends ListPortfolioAccessOut
36
36
  * };
37
37
  * const command = new ListPortfolioAccessCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListPortfolioAccessOutput
40
+ * // AccountIds: [ // AccountIds
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // NextPageToken: "STRING_VALUE",
44
+ * // };
45
+ *
39
46
  * ```
40
47
  *
41
48
  * @param ListPortfolioAccessCommandInput - {@link ListPortfolioAccessCommandInput}
@@ -50,6 +57,8 @@ export interface ListPortfolioAccessCommandOutput extends ListPortfolioAccessOut
50
57
  * @throws {@link ResourceNotFoundException} (client fault)
51
58
  * <p>The specified resource was not found.</p>
52
59
  *
60
+ * @throws {@link ServiceCatalogServiceException}
61
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
53
62
  *
54
63
  */
55
64
  export declare class ListPortfolioAccessCommand extends $Command<ListPortfolioAccessCommandInput, ListPortfolioAccessCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface ListPortfoliosCommandOutput extends ListPortfoliosOutput, __Met
33
33
  * };
34
34
  * const command = new ListPortfoliosCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListPortfoliosOutput
37
+ * // PortfolioDetails: [ // PortfolioDetails
38
+ * // { // PortfolioDetail
39
+ * // Id: "STRING_VALUE",
40
+ * // ARN: "STRING_VALUE",
41
+ * // DisplayName: "STRING_VALUE",
42
+ * // Description: "STRING_VALUE",
43
+ * // CreatedTime: new Date("TIMESTAMP"),
44
+ * // ProviderName: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // NextPageToken: "STRING_VALUE",
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param ListPortfoliosCommandInput - {@link ListPortfoliosCommandInput}
@@ -44,6 +58,8 @@ export interface ListPortfoliosCommandOutput extends ListPortfoliosOutput, __Met
44
58
  * @throws {@link InvalidParametersException} (client fault)
45
59
  * <p>One or more parameters provided to the operation are not valid.</p>
46
60
  *
61
+ * @throws {@link ServiceCatalogServiceException}
62
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
47
63
  *
48
64
  */
49
65
  export declare class ListPortfoliosCommand extends $Command<ListPortfoliosCommandInput, ListPortfoliosCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,20 @@ export interface ListPortfoliosForProductCommandOutput extends ListPortfoliosFor
34
34
  * };
35
35
  * const command = new ListPortfoliosForProductCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListPortfoliosForProductOutput
38
+ * // PortfolioDetails: [ // PortfolioDetails
39
+ * // { // PortfolioDetail
40
+ * // Id: "STRING_VALUE",
41
+ * // ARN: "STRING_VALUE",
42
+ * // DisplayName: "STRING_VALUE",
43
+ * // Description: "STRING_VALUE",
44
+ * // CreatedTime: new Date("TIMESTAMP"),
45
+ * // ProviderName: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // NextPageToken: "STRING_VALUE",
49
+ * // };
50
+ *
37
51
  * ```
38
52
  *
39
53
  * @param ListPortfoliosForProductCommandInput - {@link ListPortfoliosForProductCommandInput}
@@ -48,6 +62,8 @@ export interface ListPortfoliosForProductCommandOutput extends ListPortfoliosFor
48
62
  * @throws {@link ResourceNotFoundException} (client fault)
49
63
  * <p>The specified resource was not found.</p>
50
64
  *
65
+ * @throws {@link ServiceCatalogServiceException}
66
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
51
67
  *
52
68
  */
53
69
  export declare class ListPortfoliosForProductCommand extends $Command<ListPortfoliosForProductCommandInput, ListPortfoliosForProductCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface ListPrincipalsForPortfolioCommandOutput extends ListPrincipalsF
34
34
  * };
35
35
  * const command = new ListPrincipalsForPortfolioCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListPrincipalsForPortfolioOutput
38
+ * // Principals: [ // Principals
39
+ * // { // Principal
40
+ * // PrincipalARN: "STRING_VALUE",
41
+ * // PrincipalType: "IAM" || "IAM_PATTERN",
42
+ * // },
43
+ * // ],
44
+ * // NextPageToken: "STRING_VALUE",
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param ListPrincipalsForPortfolioCommandInput - {@link ListPrincipalsForPortfolioCommandInput}
@@ -48,6 +58,8 @@ export interface ListPrincipalsForPortfolioCommandOutput extends ListPrincipalsF
48
58
  * @throws {@link ResourceNotFoundException} (client fault)
49
59
  * <p>The specified resource was not found.</p>
50
60
  *
61
+ * @throws {@link ServiceCatalogServiceException}
62
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
51
63
  *
52
64
  */
53
65
  export declare class ListPrincipalsForPortfolioCommand extends $Command<ListPrincipalsForPortfolioCommandInput, ListPrincipalsForPortfolioCommandOutput, ServiceCatalogClientResolvedConfig> {
@@ -38,6 +38,20 @@ export interface ListProvisionedProductPlansCommandOutput extends ListProvisione
38
38
  * };
39
39
  * const command = new ListProvisionedProductPlansCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListProvisionedProductPlansOutput
42
+ * // ProvisionedProductPlans: [ // ProvisionedProductPlans
43
+ * // { // ProvisionedProductPlanSummary
44
+ * // PlanName: "STRING_VALUE",
45
+ * // PlanId: "STRING_VALUE",
46
+ * // ProvisionProductId: "STRING_VALUE",
47
+ * // ProvisionProductName: "STRING_VALUE",
48
+ * // PlanType: "CLOUDFORMATION",
49
+ * // ProvisioningArtifactId: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // NextPageToken: "STRING_VALUE",
53
+ * // };
54
+ *
41
55
  * ```
42
56
  *
43
57
  * @param ListProvisionedProductPlansCommandInput - {@link ListProvisionedProductPlansCommandInput}
@@ -52,6 +66,8 @@ export interface ListProvisionedProductPlansCommandOutput extends ListProvisione
52
66
  * @throws {@link ResourceNotFoundException} (client fault)
53
67
  * <p>The specified resource was not found.</p>
54
68
  *
69
+ * @throws {@link ServiceCatalogServiceException}
70
+ * <p>Base exception class for all service exceptions from ServiceCatalog service.</p>
55
71
  *
56
72
  */
57
73
  export declare class ListProvisionedProductPlansCommand extends $Command<ListProvisionedProductPlansCommandInput, ListProvisionedProductPlansCommandOutput, ServiceCatalogClientResolvedConfig> {