@aws-sdk/client-service-catalog 3.1019.0 → 3.1021.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 (28) hide show
  1. package/dist-es/ServiceCatalog.js +1 -1
  2. package/dist-types/ServiceCatalog.d.ts +90 -90
  3. package/dist-types/ServiceCatalogClient.d.ts +93 -93
  4. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  5. package/dist-types/index.d.ts +1 -1
  6. package/dist-types/models/models_0.d.ts +1 -1
  7. package/dist-types/pagination/DescribePortfolioSharesPaginator.d.ts +1 -1
  8. package/dist-types/pagination/GetProvisionedProductOutputsPaginator.d.ts +1 -1
  9. package/dist-types/pagination/ListAcceptedPortfolioSharesPaginator.d.ts +1 -1
  10. package/dist-types/pagination/ListBudgetsForResourcePaginator.d.ts +1 -1
  11. package/dist-types/pagination/ListConstraintsForPortfolioPaginator.d.ts +1 -1
  12. package/dist-types/pagination/ListLaunchPathsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/ListOrganizationPortfolioAccessPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListPortfolioAccessPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListPortfoliosForProductPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListPortfoliosPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListPrincipalsForPortfolioPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListProvisioningArtifactsForServiceActionPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListResourcesForTagOptionPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListServiceActionsForProvisioningArtifactPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListServiceActionsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListTagOptionsPaginator.d.ts +1 -1
  23. package/dist-types/pagination/SearchProductsAsAdminPaginator.d.ts +1 -1
  24. package/dist-types/pagination/SearchProductsPaginator.d.ts +1 -1
  25. package/dist-types/pagination/SearchProvisionedProductsPaginator.d.ts +1 -1
  26. package/dist-types/ts3.4/ServiceCatalogClient.d.ts +2 -3
  27. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  28. package/package.json +14 -14
@@ -7,7 +7,7 @@ import { AssociateServiceActionWithProvisioningArtifactCommand, } from "./comman
7
7
  import { AssociateTagOptionWithResourceCommand, } from "./commands/AssociateTagOptionWithResourceCommand";
8
8
  import { BatchAssociateServiceActionWithProvisioningArtifactCommand, } from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
9
9
  import { BatchDisassociateServiceActionFromProvisioningArtifactCommand, } from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
10
- import { CopyProductCommand } from "./commands/CopyProductCommand";
10
+ import { CopyProductCommand, } from "./commands/CopyProductCommand";
11
11
  import { CreateConstraintCommand, } from "./commands/CreateConstraintCommand";
12
12
  import { CreatePortfolioCommand, } from "./commands/CreatePortfolioCommand";
13
13
  import { CreatePortfolioShareCommand, } from "./commands/CreatePortfolioShareCommand";
@@ -1,94 +1,94 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { AcceptPortfolioShareCommandInput, AcceptPortfolioShareCommandOutput } from "./commands/AcceptPortfolioShareCommand";
3
- import { AssociateBudgetWithResourceCommandInput, AssociateBudgetWithResourceCommandOutput } from "./commands/AssociateBudgetWithResourceCommand";
4
- import { AssociatePrincipalWithPortfolioCommandInput, AssociatePrincipalWithPortfolioCommandOutput } from "./commands/AssociatePrincipalWithPortfolioCommand";
5
- import { AssociateProductWithPortfolioCommandInput, AssociateProductWithPortfolioCommandOutput } from "./commands/AssociateProductWithPortfolioCommand";
6
- import { AssociateServiceActionWithProvisioningArtifactCommandInput, AssociateServiceActionWithProvisioningArtifactCommandOutput } from "./commands/AssociateServiceActionWithProvisioningArtifactCommand";
7
- import { AssociateTagOptionWithResourceCommandInput, AssociateTagOptionWithResourceCommandOutput } from "./commands/AssociateTagOptionWithResourceCommand";
8
- import { BatchAssociateServiceActionWithProvisioningArtifactCommandInput, BatchAssociateServiceActionWithProvisioningArtifactCommandOutput } from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
9
- import { BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput } from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
10
- import { CopyProductCommandInput, CopyProductCommandOutput } from "./commands/CopyProductCommand";
11
- import { CreateConstraintCommandInput, CreateConstraintCommandOutput } from "./commands/CreateConstraintCommand";
12
- import { CreatePortfolioCommandInput, CreatePortfolioCommandOutput } from "./commands/CreatePortfolioCommand";
13
- import { CreatePortfolioShareCommandInput, CreatePortfolioShareCommandOutput } from "./commands/CreatePortfolioShareCommand";
14
- import { CreateProductCommandInput, CreateProductCommandOutput } from "./commands/CreateProductCommand";
15
- import { CreateProvisionedProductPlanCommandInput, CreateProvisionedProductPlanCommandOutput } from "./commands/CreateProvisionedProductPlanCommand";
16
- import { CreateProvisioningArtifactCommandInput, CreateProvisioningArtifactCommandOutput } from "./commands/CreateProvisioningArtifactCommand";
17
- import { CreateServiceActionCommandInput, CreateServiceActionCommandOutput } from "./commands/CreateServiceActionCommand";
18
- import { CreateTagOptionCommandInput, CreateTagOptionCommandOutput } from "./commands/CreateTagOptionCommand";
19
- import { DeleteConstraintCommandInput, DeleteConstraintCommandOutput } from "./commands/DeleteConstraintCommand";
20
- import { DeletePortfolioCommandInput, DeletePortfolioCommandOutput } from "./commands/DeletePortfolioCommand";
21
- import { DeletePortfolioShareCommandInput, DeletePortfolioShareCommandOutput } from "./commands/DeletePortfolioShareCommand";
22
- import { DeleteProductCommandInput, DeleteProductCommandOutput } from "./commands/DeleteProductCommand";
23
- import { DeleteProvisionedProductPlanCommandInput, DeleteProvisionedProductPlanCommandOutput } from "./commands/DeleteProvisionedProductPlanCommand";
24
- import { DeleteProvisioningArtifactCommandInput, DeleteProvisioningArtifactCommandOutput } from "./commands/DeleteProvisioningArtifactCommand";
25
- import { DeleteServiceActionCommandInput, DeleteServiceActionCommandOutput } from "./commands/DeleteServiceActionCommand";
26
- import { DeleteTagOptionCommandInput, DeleteTagOptionCommandOutput } from "./commands/DeleteTagOptionCommand";
27
- import { DescribeConstraintCommandInput, DescribeConstraintCommandOutput } from "./commands/DescribeConstraintCommand";
28
- import { DescribeCopyProductStatusCommandInput, DescribeCopyProductStatusCommandOutput } from "./commands/DescribeCopyProductStatusCommand";
29
- import { DescribePortfolioCommandInput, DescribePortfolioCommandOutput } from "./commands/DescribePortfolioCommand";
30
- import { DescribePortfolioSharesCommandInput, DescribePortfolioSharesCommandOutput } from "./commands/DescribePortfolioSharesCommand";
31
- import { DescribePortfolioShareStatusCommandInput, DescribePortfolioShareStatusCommandOutput } from "./commands/DescribePortfolioShareStatusCommand";
32
- import { DescribeProductAsAdminCommandInput, DescribeProductAsAdminCommandOutput } from "./commands/DescribeProductAsAdminCommand";
33
- import { DescribeProductCommandInput, DescribeProductCommandOutput } from "./commands/DescribeProductCommand";
34
- import { DescribeProductViewCommandInput, DescribeProductViewCommandOutput } from "./commands/DescribeProductViewCommand";
35
- import { DescribeProvisionedProductCommandInput, DescribeProvisionedProductCommandOutput } from "./commands/DescribeProvisionedProductCommand";
36
- import { DescribeProvisionedProductPlanCommandInput, DescribeProvisionedProductPlanCommandOutput } from "./commands/DescribeProvisionedProductPlanCommand";
37
- import { DescribeProvisioningArtifactCommandInput, DescribeProvisioningArtifactCommandOutput } from "./commands/DescribeProvisioningArtifactCommand";
38
- import { DescribeProvisioningParametersCommandInput, DescribeProvisioningParametersCommandOutput } from "./commands/DescribeProvisioningParametersCommand";
39
- import { DescribeRecordCommandInput, DescribeRecordCommandOutput } from "./commands/DescribeRecordCommand";
40
- import { DescribeServiceActionCommandInput, DescribeServiceActionCommandOutput } from "./commands/DescribeServiceActionCommand";
41
- import { DescribeServiceActionExecutionParametersCommandInput, DescribeServiceActionExecutionParametersCommandOutput } from "./commands/DescribeServiceActionExecutionParametersCommand";
42
- import { DescribeTagOptionCommandInput, DescribeTagOptionCommandOutput } from "./commands/DescribeTagOptionCommand";
43
- import { DisableAWSOrganizationsAccessCommandInput, DisableAWSOrganizationsAccessCommandOutput } from "./commands/DisableAWSOrganizationsAccessCommand";
44
- import { DisassociateBudgetFromResourceCommandInput, DisassociateBudgetFromResourceCommandOutput } from "./commands/DisassociateBudgetFromResourceCommand";
45
- import { DisassociatePrincipalFromPortfolioCommandInput, DisassociatePrincipalFromPortfolioCommandOutput } from "./commands/DisassociatePrincipalFromPortfolioCommand";
46
- import { DisassociateProductFromPortfolioCommandInput, DisassociateProductFromPortfolioCommandOutput } from "./commands/DisassociateProductFromPortfolioCommand";
47
- import { DisassociateServiceActionFromProvisioningArtifactCommandInput, DisassociateServiceActionFromProvisioningArtifactCommandOutput } from "./commands/DisassociateServiceActionFromProvisioningArtifactCommand";
48
- import { DisassociateTagOptionFromResourceCommandInput, DisassociateTagOptionFromResourceCommandOutput } from "./commands/DisassociateTagOptionFromResourceCommand";
49
- import { EnableAWSOrganizationsAccessCommandInput, EnableAWSOrganizationsAccessCommandOutput } from "./commands/EnableAWSOrganizationsAccessCommand";
50
- import { ExecuteProvisionedProductPlanCommandInput, ExecuteProvisionedProductPlanCommandOutput } from "./commands/ExecuteProvisionedProductPlanCommand";
51
- import { ExecuteProvisionedProductServiceActionCommandInput, ExecuteProvisionedProductServiceActionCommandOutput } from "./commands/ExecuteProvisionedProductServiceActionCommand";
52
- import { GetAWSOrganizationsAccessStatusCommandInput, GetAWSOrganizationsAccessStatusCommandOutput } from "./commands/GetAWSOrganizationsAccessStatusCommand";
53
- import { GetProvisionedProductOutputsCommandInput, GetProvisionedProductOutputsCommandOutput } from "./commands/GetProvisionedProductOutputsCommand";
54
- import { ImportAsProvisionedProductCommandInput, ImportAsProvisionedProductCommandOutput } from "./commands/ImportAsProvisionedProductCommand";
55
- import { ListAcceptedPortfolioSharesCommandInput, ListAcceptedPortfolioSharesCommandOutput } from "./commands/ListAcceptedPortfolioSharesCommand";
56
- import { ListBudgetsForResourceCommandInput, ListBudgetsForResourceCommandOutput } from "./commands/ListBudgetsForResourceCommand";
57
- import { ListConstraintsForPortfolioCommandInput, ListConstraintsForPortfolioCommandOutput } from "./commands/ListConstraintsForPortfolioCommand";
58
- import { ListLaunchPathsCommandInput, ListLaunchPathsCommandOutput } from "./commands/ListLaunchPathsCommand";
59
- import { ListOrganizationPortfolioAccessCommandInput, ListOrganizationPortfolioAccessCommandOutput } from "./commands/ListOrganizationPortfolioAccessCommand";
60
- import { ListPortfolioAccessCommandInput, ListPortfolioAccessCommandOutput } from "./commands/ListPortfolioAccessCommand";
61
- import { ListPortfoliosCommandInput, ListPortfoliosCommandOutput } from "./commands/ListPortfoliosCommand";
62
- import { ListPortfoliosForProductCommandInput, ListPortfoliosForProductCommandOutput } from "./commands/ListPortfoliosForProductCommand";
63
- import { ListPrincipalsForPortfolioCommandInput, ListPrincipalsForPortfolioCommandOutput } from "./commands/ListPrincipalsForPortfolioCommand";
64
- import { ListProvisionedProductPlansCommandInput, ListProvisionedProductPlansCommandOutput } from "./commands/ListProvisionedProductPlansCommand";
65
- import { ListProvisioningArtifactsCommandInput, ListProvisioningArtifactsCommandOutput } from "./commands/ListProvisioningArtifactsCommand";
66
- import { ListProvisioningArtifactsForServiceActionCommandInput, ListProvisioningArtifactsForServiceActionCommandOutput } from "./commands/ListProvisioningArtifactsForServiceActionCommand";
67
- import { ListRecordHistoryCommandInput, ListRecordHistoryCommandOutput } from "./commands/ListRecordHistoryCommand";
68
- import { ListResourcesForTagOptionCommandInput, ListResourcesForTagOptionCommandOutput } from "./commands/ListResourcesForTagOptionCommand";
69
- import { ListServiceActionsCommandInput, ListServiceActionsCommandOutput } from "./commands/ListServiceActionsCommand";
70
- import { ListServiceActionsForProvisioningArtifactCommandInput, ListServiceActionsForProvisioningArtifactCommandOutput } from "./commands/ListServiceActionsForProvisioningArtifactCommand";
71
- import { ListStackInstancesForProvisionedProductCommandInput, ListStackInstancesForProvisionedProductCommandOutput } from "./commands/ListStackInstancesForProvisionedProductCommand";
72
- import { ListTagOptionsCommandInput, ListTagOptionsCommandOutput } from "./commands/ListTagOptionsCommand";
73
- import { NotifyProvisionProductEngineWorkflowResultCommandInput, NotifyProvisionProductEngineWorkflowResultCommandOutput } from "./commands/NotifyProvisionProductEngineWorkflowResultCommand";
74
- import { NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput, NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput } from "./commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand";
75
- import { NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput, NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput } from "./commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand";
76
- import { ProvisionProductCommandInput, ProvisionProductCommandOutput } from "./commands/ProvisionProductCommand";
77
- import { RejectPortfolioShareCommandInput, RejectPortfolioShareCommandOutput } from "./commands/RejectPortfolioShareCommand";
78
- import { ScanProvisionedProductsCommandInput, ScanProvisionedProductsCommandOutput } from "./commands/ScanProvisionedProductsCommand";
79
- import { SearchProductsAsAdminCommandInput, SearchProductsAsAdminCommandOutput } from "./commands/SearchProductsAsAdminCommand";
80
- import { SearchProductsCommandInput, SearchProductsCommandOutput } from "./commands/SearchProductsCommand";
81
- import { SearchProvisionedProductsCommandInput, SearchProvisionedProductsCommandOutput } from "./commands/SearchProvisionedProductsCommand";
82
- import { TerminateProvisionedProductCommandInput, TerminateProvisionedProductCommandOutput } from "./commands/TerminateProvisionedProductCommand";
83
- import { UpdateConstraintCommandInput, UpdateConstraintCommandOutput } from "./commands/UpdateConstraintCommand";
84
- import { UpdatePortfolioCommandInput, UpdatePortfolioCommandOutput } from "./commands/UpdatePortfolioCommand";
85
- import { UpdatePortfolioShareCommandInput, UpdatePortfolioShareCommandOutput } from "./commands/UpdatePortfolioShareCommand";
86
- import { UpdateProductCommandInput, UpdateProductCommandOutput } from "./commands/UpdateProductCommand";
87
- import { UpdateProvisionedProductCommandInput, UpdateProvisionedProductCommandOutput } from "./commands/UpdateProvisionedProductCommand";
88
- import { UpdateProvisionedProductPropertiesCommandInput, UpdateProvisionedProductPropertiesCommandOutput } from "./commands/UpdateProvisionedProductPropertiesCommand";
89
- import { UpdateProvisioningArtifactCommandInput, UpdateProvisioningArtifactCommandOutput } from "./commands/UpdateProvisioningArtifactCommand";
90
- import { UpdateServiceActionCommandInput, UpdateServiceActionCommandOutput } from "./commands/UpdateServiceActionCommand";
91
- import { UpdateTagOptionCommandInput, UpdateTagOptionCommandOutput } from "./commands/UpdateTagOptionCommand";
2
+ import { type AcceptPortfolioShareCommandInput, type AcceptPortfolioShareCommandOutput } from "./commands/AcceptPortfolioShareCommand";
3
+ import { type AssociateBudgetWithResourceCommandInput, type AssociateBudgetWithResourceCommandOutput } from "./commands/AssociateBudgetWithResourceCommand";
4
+ import { type AssociatePrincipalWithPortfolioCommandInput, type AssociatePrincipalWithPortfolioCommandOutput } from "./commands/AssociatePrincipalWithPortfolioCommand";
5
+ import { type AssociateProductWithPortfolioCommandInput, type AssociateProductWithPortfolioCommandOutput } from "./commands/AssociateProductWithPortfolioCommand";
6
+ import { type AssociateServiceActionWithProvisioningArtifactCommandInput, type AssociateServiceActionWithProvisioningArtifactCommandOutput } from "./commands/AssociateServiceActionWithProvisioningArtifactCommand";
7
+ import { type AssociateTagOptionWithResourceCommandInput, type AssociateTagOptionWithResourceCommandOutput } from "./commands/AssociateTagOptionWithResourceCommand";
8
+ import { type BatchAssociateServiceActionWithProvisioningArtifactCommandInput, type BatchAssociateServiceActionWithProvisioningArtifactCommandOutput } from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
9
+ import { type BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, type BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput } from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
10
+ import { type CopyProductCommandInput, type CopyProductCommandOutput } from "./commands/CopyProductCommand";
11
+ import { type CreateConstraintCommandInput, type CreateConstraintCommandOutput } from "./commands/CreateConstraintCommand";
12
+ import { type CreatePortfolioCommandInput, type CreatePortfolioCommandOutput } from "./commands/CreatePortfolioCommand";
13
+ import { type CreatePortfolioShareCommandInput, type CreatePortfolioShareCommandOutput } from "./commands/CreatePortfolioShareCommand";
14
+ import { type CreateProductCommandInput, type CreateProductCommandOutput } from "./commands/CreateProductCommand";
15
+ import { type CreateProvisionedProductPlanCommandInput, type CreateProvisionedProductPlanCommandOutput } from "./commands/CreateProvisionedProductPlanCommand";
16
+ import { type CreateProvisioningArtifactCommandInput, type CreateProvisioningArtifactCommandOutput } from "./commands/CreateProvisioningArtifactCommand";
17
+ import { type CreateServiceActionCommandInput, type CreateServiceActionCommandOutput } from "./commands/CreateServiceActionCommand";
18
+ import { type CreateTagOptionCommandInput, type CreateTagOptionCommandOutput } from "./commands/CreateTagOptionCommand";
19
+ import { type DeleteConstraintCommandInput, type DeleteConstraintCommandOutput } from "./commands/DeleteConstraintCommand";
20
+ import { type DeletePortfolioCommandInput, type DeletePortfolioCommandOutput } from "./commands/DeletePortfolioCommand";
21
+ import { type DeletePortfolioShareCommandInput, type DeletePortfolioShareCommandOutput } from "./commands/DeletePortfolioShareCommand";
22
+ import { type DeleteProductCommandInput, type DeleteProductCommandOutput } from "./commands/DeleteProductCommand";
23
+ import { type DeleteProvisionedProductPlanCommandInput, type DeleteProvisionedProductPlanCommandOutput } from "./commands/DeleteProvisionedProductPlanCommand";
24
+ import { type DeleteProvisioningArtifactCommandInput, type DeleteProvisioningArtifactCommandOutput } from "./commands/DeleteProvisioningArtifactCommand";
25
+ import { type DeleteServiceActionCommandInput, type DeleteServiceActionCommandOutput } from "./commands/DeleteServiceActionCommand";
26
+ import { type DeleteTagOptionCommandInput, type DeleteTagOptionCommandOutput } from "./commands/DeleteTagOptionCommand";
27
+ import { type DescribeConstraintCommandInput, type DescribeConstraintCommandOutput } from "./commands/DescribeConstraintCommand";
28
+ import { type DescribeCopyProductStatusCommandInput, type DescribeCopyProductStatusCommandOutput } from "./commands/DescribeCopyProductStatusCommand";
29
+ import { type DescribePortfolioCommandInput, type DescribePortfolioCommandOutput } from "./commands/DescribePortfolioCommand";
30
+ import { type DescribePortfolioSharesCommandInput, type DescribePortfolioSharesCommandOutput } from "./commands/DescribePortfolioSharesCommand";
31
+ import { type DescribePortfolioShareStatusCommandInput, type DescribePortfolioShareStatusCommandOutput } from "./commands/DescribePortfolioShareStatusCommand";
32
+ import { type DescribeProductAsAdminCommandInput, type DescribeProductAsAdminCommandOutput } from "./commands/DescribeProductAsAdminCommand";
33
+ import { type DescribeProductCommandInput, type DescribeProductCommandOutput } from "./commands/DescribeProductCommand";
34
+ import { type DescribeProductViewCommandInput, type DescribeProductViewCommandOutput } from "./commands/DescribeProductViewCommand";
35
+ import { type DescribeProvisionedProductCommandInput, type DescribeProvisionedProductCommandOutput } from "./commands/DescribeProvisionedProductCommand";
36
+ import { type DescribeProvisionedProductPlanCommandInput, type DescribeProvisionedProductPlanCommandOutput } from "./commands/DescribeProvisionedProductPlanCommand";
37
+ import { type DescribeProvisioningArtifactCommandInput, type DescribeProvisioningArtifactCommandOutput } from "./commands/DescribeProvisioningArtifactCommand";
38
+ import { type DescribeProvisioningParametersCommandInput, type DescribeProvisioningParametersCommandOutput } from "./commands/DescribeProvisioningParametersCommand";
39
+ import { type DescribeRecordCommandInput, type DescribeRecordCommandOutput } from "./commands/DescribeRecordCommand";
40
+ import { type DescribeServiceActionCommandInput, type DescribeServiceActionCommandOutput } from "./commands/DescribeServiceActionCommand";
41
+ import { type DescribeServiceActionExecutionParametersCommandInput, type DescribeServiceActionExecutionParametersCommandOutput } from "./commands/DescribeServiceActionExecutionParametersCommand";
42
+ import { type DescribeTagOptionCommandInput, type DescribeTagOptionCommandOutput } from "./commands/DescribeTagOptionCommand";
43
+ import { type DisableAWSOrganizationsAccessCommandInput, type DisableAWSOrganizationsAccessCommandOutput } from "./commands/DisableAWSOrganizationsAccessCommand";
44
+ import { type DisassociateBudgetFromResourceCommandInput, type DisassociateBudgetFromResourceCommandOutput } from "./commands/DisassociateBudgetFromResourceCommand";
45
+ import { type DisassociatePrincipalFromPortfolioCommandInput, type DisassociatePrincipalFromPortfolioCommandOutput } from "./commands/DisassociatePrincipalFromPortfolioCommand";
46
+ import { type DisassociateProductFromPortfolioCommandInput, type DisassociateProductFromPortfolioCommandOutput } from "./commands/DisassociateProductFromPortfolioCommand";
47
+ import { type DisassociateServiceActionFromProvisioningArtifactCommandInput, type DisassociateServiceActionFromProvisioningArtifactCommandOutput } from "./commands/DisassociateServiceActionFromProvisioningArtifactCommand";
48
+ import { type DisassociateTagOptionFromResourceCommandInput, type DisassociateTagOptionFromResourceCommandOutput } from "./commands/DisassociateTagOptionFromResourceCommand";
49
+ import { type EnableAWSOrganizationsAccessCommandInput, type EnableAWSOrganizationsAccessCommandOutput } from "./commands/EnableAWSOrganizationsAccessCommand";
50
+ import { type ExecuteProvisionedProductPlanCommandInput, type ExecuteProvisionedProductPlanCommandOutput } from "./commands/ExecuteProvisionedProductPlanCommand";
51
+ import { type ExecuteProvisionedProductServiceActionCommandInput, type ExecuteProvisionedProductServiceActionCommandOutput } from "./commands/ExecuteProvisionedProductServiceActionCommand";
52
+ import { type GetAWSOrganizationsAccessStatusCommandInput, type GetAWSOrganizationsAccessStatusCommandOutput } from "./commands/GetAWSOrganizationsAccessStatusCommand";
53
+ import { type GetProvisionedProductOutputsCommandInput, type GetProvisionedProductOutputsCommandOutput } from "./commands/GetProvisionedProductOutputsCommand";
54
+ import { type ImportAsProvisionedProductCommandInput, type ImportAsProvisionedProductCommandOutput } from "./commands/ImportAsProvisionedProductCommand";
55
+ import { type ListAcceptedPortfolioSharesCommandInput, type ListAcceptedPortfolioSharesCommandOutput } from "./commands/ListAcceptedPortfolioSharesCommand";
56
+ import { type ListBudgetsForResourceCommandInput, type ListBudgetsForResourceCommandOutput } from "./commands/ListBudgetsForResourceCommand";
57
+ import { type ListConstraintsForPortfolioCommandInput, type ListConstraintsForPortfolioCommandOutput } from "./commands/ListConstraintsForPortfolioCommand";
58
+ import { type ListLaunchPathsCommandInput, type ListLaunchPathsCommandOutput } from "./commands/ListLaunchPathsCommand";
59
+ import { type ListOrganizationPortfolioAccessCommandInput, type ListOrganizationPortfolioAccessCommandOutput } from "./commands/ListOrganizationPortfolioAccessCommand";
60
+ import { type ListPortfolioAccessCommandInput, type ListPortfolioAccessCommandOutput } from "./commands/ListPortfolioAccessCommand";
61
+ import { type ListPortfoliosCommandInput, type ListPortfoliosCommandOutput } from "./commands/ListPortfoliosCommand";
62
+ import { type ListPortfoliosForProductCommandInput, type ListPortfoliosForProductCommandOutput } from "./commands/ListPortfoliosForProductCommand";
63
+ import { type ListPrincipalsForPortfolioCommandInput, type ListPrincipalsForPortfolioCommandOutput } from "./commands/ListPrincipalsForPortfolioCommand";
64
+ import { type ListProvisionedProductPlansCommandInput, type ListProvisionedProductPlansCommandOutput } from "./commands/ListProvisionedProductPlansCommand";
65
+ import { type ListProvisioningArtifactsCommandInput, type ListProvisioningArtifactsCommandOutput } from "./commands/ListProvisioningArtifactsCommand";
66
+ import { type ListProvisioningArtifactsForServiceActionCommandInput, type ListProvisioningArtifactsForServiceActionCommandOutput } from "./commands/ListProvisioningArtifactsForServiceActionCommand";
67
+ import { type ListRecordHistoryCommandInput, type ListRecordHistoryCommandOutput } from "./commands/ListRecordHistoryCommand";
68
+ import { type ListResourcesForTagOptionCommandInput, type ListResourcesForTagOptionCommandOutput } from "./commands/ListResourcesForTagOptionCommand";
69
+ import { type ListServiceActionsCommandInput, type ListServiceActionsCommandOutput } from "./commands/ListServiceActionsCommand";
70
+ import { type ListServiceActionsForProvisioningArtifactCommandInput, type ListServiceActionsForProvisioningArtifactCommandOutput } from "./commands/ListServiceActionsForProvisioningArtifactCommand";
71
+ import { type ListStackInstancesForProvisionedProductCommandInput, type ListStackInstancesForProvisionedProductCommandOutput } from "./commands/ListStackInstancesForProvisionedProductCommand";
72
+ import { type ListTagOptionsCommandInput, type ListTagOptionsCommandOutput } from "./commands/ListTagOptionsCommand";
73
+ import { type NotifyProvisionProductEngineWorkflowResultCommandInput, type NotifyProvisionProductEngineWorkflowResultCommandOutput } from "./commands/NotifyProvisionProductEngineWorkflowResultCommand";
74
+ import { type NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput, type NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput } from "./commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand";
75
+ import { type NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput, type NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput } from "./commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand";
76
+ import { type ProvisionProductCommandInput, type ProvisionProductCommandOutput } from "./commands/ProvisionProductCommand";
77
+ import { type RejectPortfolioShareCommandInput, type RejectPortfolioShareCommandOutput } from "./commands/RejectPortfolioShareCommand";
78
+ import { type ScanProvisionedProductsCommandInput, type ScanProvisionedProductsCommandOutput } from "./commands/ScanProvisionedProductsCommand";
79
+ import { type SearchProductsAsAdminCommandInput, type SearchProductsAsAdminCommandOutput } from "./commands/SearchProductsAsAdminCommand";
80
+ import { type SearchProductsCommandInput, type SearchProductsCommandOutput } from "./commands/SearchProductsCommand";
81
+ import { type SearchProvisionedProductsCommandInput, type SearchProvisionedProductsCommandOutput } from "./commands/SearchProvisionedProductsCommand";
82
+ import { type TerminateProvisionedProductCommandInput, type TerminateProvisionedProductCommandOutput } from "./commands/TerminateProvisionedProductCommand";
83
+ import { type UpdateConstraintCommandInput, type UpdateConstraintCommandOutput } from "./commands/UpdateConstraintCommand";
84
+ import { type UpdatePortfolioCommandInput, type UpdatePortfolioCommandOutput } from "./commands/UpdatePortfolioCommand";
85
+ import { type UpdatePortfolioShareCommandInput, type UpdatePortfolioShareCommandOutput } from "./commands/UpdatePortfolioShareCommand";
86
+ import { type UpdateProductCommandInput, type UpdateProductCommandOutput } from "./commands/UpdateProductCommand";
87
+ import { type UpdateProvisionedProductCommandInput, type UpdateProvisionedProductCommandOutput } from "./commands/UpdateProvisionedProductCommand";
88
+ import { type UpdateProvisionedProductPropertiesCommandInput, type UpdateProvisionedProductPropertiesCommandOutput } from "./commands/UpdateProvisionedProductPropertiesCommand";
89
+ import { type UpdateProvisioningArtifactCommandInput, type UpdateProvisioningArtifactCommandOutput } from "./commands/UpdateProvisioningArtifactCommand";
90
+ import { type UpdateServiceActionCommandInput, type UpdateServiceActionCommandOutput } from "./commands/UpdateServiceActionCommand";
91
+ import { type UpdateTagOptionCommandInput, type UpdateTagOptionCommandOutput } from "./commands/UpdateTagOptionCommand";
92
92
  import { ServiceCatalogClient } from "./ServiceCatalogClient";
93
93
  export interface ServiceCatalog {
94
94
  /**
@@ -5,99 +5,99 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AcceptPortfolioShareCommandInput, AcceptPortfolioShareCommandOutput } from "./commands/AcceptPortfolioShareCommand";
11
- import { AssociateBudgetWithResourceCommandInput, AssociateBudgetWithResourceCommandOutput } from "./commands/AssociateBudgetWithResourceCommand";
12
- import { AssociatePrincipalWithPortfolioCommandInput, AssociatePrincipalWithPortfolioCommandOutput } from "./commands/AssociatePrincipalWithPortfolioCommand";
13
- import { AssociateProductWithPortfolioCommandInput, AssociateProductWithPortfolioCommandOutput } from "./commands/AssociateProductWithPortfolioCommand";
14
- import { AssociateServiceActionWithProvisioningArtifactCommandInput, AssociateServiceActionWithProvisioningArtifactCommandOutput } from "./commands/AssociateServiceActionWithProvisioningArtifactCommand";
15
- import { AssociateTagOptionWithResourceCommandInput, AssociateTagOptionWithResourceCommandOutput } from "./commands/AssociateTagOptionWithResourceCommand";
16
- import { BatchAssociateServiceActionWithProvisioningArtifactCommandInput, BatchAssociateServiceActionWithProvisioningArtifactCommandOutput } from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
17
- import { BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput } from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
18
- import { CopyProductCommandInput, CopyProductCommandOutput } from "./commands/CopyProductCommand";
19
- import { CreateConstraintCommandInput, CreateConstraintCommandOutput } from "./commands/CreateConstraintCommand";
20
- import { CreatePortfolioCommandInput, CreatePortfolioCommandOutput } from "./commands/CreatePortfolioCommand";
21
- import { CreatePortfolioShareCommandInput, CreatePortfolioShareCommandOutput } from "./commands/CreatePortfolioShareCommand";
22
- import { CreateProductCommandInput, CreateProductCommandOutput } from "./commands/CreateProductCommand";
23
- import { CreateProvisionedProductPlanCommandInput, CreateProvisionedProductPlanCommandOutput } from "./commands/CreateProvisionedProductPlanCommand";
24
- import { CreateProvisioningArtifactCommandInput, CreateProvisioningArtifactCommandOutput } from "./commands/CreateProvisioningArtifactCommand";
25
- import { CreateServiceActionCommandInput, CreateServiceActionCommandOutput } from "./commands/CreateServiceActionCommand";
26
- import { CreateTagOptionCommandInput, CreateTagOptionCommandOutput } from "./commands/CreateTagOptionCommand";
27
- import { DeleteConstraintCommandInput, DeleteConstraintCommandOutput } from "./commands/DeleteConstraintCommand";
28
- import { DeletePortfolioCommandInput, DeletePortfolioCommandOutput } from "./commands/DeletePortfolioCommand";
29
- import { DeletePortfolioShareCommandInput, DeletePortfolioShareCommandOutput } from "./commands/DeletePortfolioShareCommand";
30
- import { DeleteProductCommandInput, DeleteProductCommandOutput } from "./commands/DeleteProductCommand";
31
- import { DeleteProvisionedProductPlanCommandInput, DeleteProvisionedProductPlanCommandOutput } from "./commands/DeleteProvisionedProductPlanCommand";
32
- import { DeleteProvisioningArtifactCommandInput, DeleteProvisioningArtifactCommandOutput } from "./commands/DeleteProvisioningArtifactCommand";
33
- import { DeleteServiceActionCommandInput, DeleteServiceActionCommandOutput } from "./commands/DeleteServiceActionCommand";
34
- import { DeleteTagOptionCommandInput, DeleteTagOptionCommandOutput } from "./commands/DeleteTagOptionCommand";
35
- import { DescribeConstraintCommandInput, DescribeConstraintCommandOutput } from "./commands/DescribeConstraintCommand";
36
- import { DescribeCopyProductStatusCommandInput, DescribeCopyProductStatusCommandOutput } from "./commands/DescribeCopyProductStatusCommand";
37
- import { DescribePortfolioCommandInput, DescribePortfolioCommandOutput } from "./commands/DescribePortfolioCommand";
38
- import { DescribePortfolioSharesCommandInput, DescribePortfolioSharesCommandOutput } from "./commands/DescribePortfolioSharesCommand";
39
- import { DescribePortfolioShareStatusCommandInput, DescribePortfolioShareStatusCommandOutput } from "./commands/DescribePortfolioShareStatusCommand";
40
- import { DescribeProductAsAdminCommandInput, DescribeProductAsAdminCommandOutput } from "./commands/DescribeProductAsAdminCommand";
41
- import { DescribeProductCommandInput, DescribeProductCommandOutput } from "./commands/DescribeProductCommand";
42
- import { DescribeProductViewCommandInput, DescribeProductViewCommandOutput } from "./commands/DescribeProductViewCommand";
43
- import { DescribeProvisionedProductCommandInput, DescribeProvisionedProductCommandOutput } from "./commands/DescribeProvisionedProductCommand";
44
- import { DescribeProvisionedProductPlanCommandInput, DescribeProvisionedProductPlanCommandOutput } from "./commands/DescribeProvisionedProductPlanCommand";
45
- import { DescribeProvisioningArtifactCommandInput, DescribeProvisioningArtifactCommandOutput } from "./commands/DescribeProvisioningArtifactCommand";
46
- import { DescribeProvisioningParametersCommandInput, DescribeProvisioningParametersCommandOutput } from "./commands/DescribeProvisioningParametersCommand";
47
- import { DescribeRecordCommandInput, DescribeRecordCommandOutput } from "./commands/DescribeRecordCommand";
48
- import { DescribeServiceActionCommandInput, DescribeServiceActionCommandOutput } from "./commands/DescribeServiceActionCommand";
49
- import { DescribeServiceActionExecutionParametersCommandInput, DescribeServiceActionExecutionParametersCommandOutput } from "./commands/DescribeServiceActionExecutionParametersCommand";
50
- import { DescribeTagOptionCommandInput, DescribeTagOptionCommandOutput } from "./commands/DescribeTagOptionCommand";
51
- import { DisableAWSOrganizationsAccessCommandInput, DisableAWSOrganizationsAccessCommandOutput } from "./commands/DisableAWSOrganizationsAccessCommand";
52
- import { DisassociateBudgetFromResourceCommandInput, DisassociateBudgetFromResourceCommandOutput } from "./commands/DisassociateBudgetFromResourceCommand";
53
- import { DisassociatePrincipalFromPortfolioCommandInput, DisassociatePrincipalFromPortfolioCommandOutput } from "./commands/DisassociatePrincipalFromPortfolioCommand";
54
- import { DisassociateProductFromPortfolioCommandInput, DisassociateProductFromPortfolioCommandOutput } from "./commands/DisassociateProductFromPortfolioCommand";
55
- import { DisassociateServiceActionFromProvisioningArtifactCommandInput, DisassociateServiceActionFromProvisioningArtifactCommandOutput } from "./commands/DisassociateServiceActionFromProvisioningArtifactCommand";
56
- import { DisassociateTagOptionFromResourceCommandInput, DisassociateTagOptionFromResourceCommandOutput } from "./commands/DisassociateTagOptionFromResourceCommand";
57
- import { EnableAWSOrganizationsAccessCommandInput, EnableAWSOrganizationsAccessCommandOutput } from "./commands/EnableAWSOrganizationsAccessCommand";
58
- import { ExecuteProvisionedProductPlanCommandInput, ExecuteProvisionedProductPlanCommandOutput } from "./commands/ExecuteProvisionedProductPlanCommand";
59
- import { ExecuteProvisionedProductServiceActionCommandInput, ExecuteProvisionedProductServiceActionCommandOutput } from "./commands/ExecuteProvisionedProductServiceActionCommand";
60
- import { GetAWSOrganizationsAccessStatusCommandInput, GetAWSOrganizationsAccessStatusCommandOutput } from "./commands/GetAWSOrganizationsAccessStatusCommand";
61
- import { GetProvisionedProductOutputsCommandInput, GetProvisionedProductOutputsCommandOutput } from "./commands/GetProvisionedProductOutputsCommand";
62
- import { ImportAsProvisionedProductCommandInput, ImportAsProvisionedProductCommandOutput } from "./commands/ImportAsProvisionedProductCommand";
63
- import { ListAcceptedPortfolioSharesCommandInput, ListAcceptedPortfolioSharesCommandOutput } from "./commands/ListAcceptedPortfolioSharesCommand";
64
- import { ListBudgetsForResourceCommandInput, ListBudgetsForResourceCommandOutput } from "./commands/ListBudgetsForResourceCommand";
65
- import { ListConstraintsForPortfolioCommandInput, ListConstraintsForPortfolioCommandOutput } from "./commands/ListConstraintsForPortfolioCommand";
66
- import { ListLaunchPathsCommandInput, ListLaunchPathsCommandOutput } from "./commands/ListLaunchPathsCommand";
67
- import { ListOrganizationPortfolioAccessCommandInput, ListOrganizationPortfolioAccessCommandOutput } from "./commands/ListOrganizationPortfolioAccessCommand";
68
- import { ListPortfolioAccessCommandInput, ListPortfolioAccessCommandOutput } from "./commands/ListPortfolioAccessCommand";
69
- import { ListPortfoliosCommandInput, ListPortfoliosCommandOutput } from "./commands/ListPortfoliosCommand";
70
- import { ListPortfoliosForProductCommandInput, ListPortfoliosForProductCommandOutput } from "./commands/ListPortfoliosForProductCommand";
71
- import { ListPrincipalsForPortfolioCommandInput, ListPrincipalsForPortfolioCommandOutput } from "./commands/ListPrincipalsForPortfolioCommand";
72
- import { ListProvisionedProductPlansCommandInput, ListProvisionedProductPlansCommandOutput } from "./commands/ListProvisionedProductPlansCommand";
73
- import { ListProvisioningArtifactsCommandInput, ListProvisioningArtifactsCommandOutput } from "./commands/ListProvisioningArtifactsCommand";
74
- import { ListProvisioningArtifactsForServiceActionCommandInput, ListProvisioningArtifactsForServiceActionCommandOutput } from "./commands/ListProvisioningArtifactsForServiceActionCommand";
75
- import { ListRecordHistoryCommandInput, ListRecordHistoryCommandOutput } from "./commands/ListRecordHistoryCommand";
76
- import { ListResourcesForTagOptionCommandInput, ListResourcesForTagOptionCommandOutput } from "./commands/ListResourcesForTagOptionCommand";
77
- import { ListServiceActionsCommandInput, ListServiceActionsCommandOutput } from "./commands/ListServiceActionsCommand";
78
- import { ListServiceActionsForProvisioningArtifactCommandInput, ListServiceActionsForProvisioningArtifactCommandOutput } from "./commands/ListServiceActionsForProvisioningArtifactCommand";
79
- import { ListStackInstancesForProvisionedProductCommandInput, ListStackInstancesForProvisionedProductCommandOutput } from "./commands/ListStackInstancesForProvisionedProductCommand";
80
- import { ListTagOptionsCommandInput, ListTagOptionsCommandOutput } from "./commands/ListTagOptionsCommand";
81
- import { NotifyProvisionProductEngineWorkflowResultCommandInput, NotifyProvisionProductEngineWorkflowResultCommandOutput } from "./commands/NotifyProvisionProductEngineWorkflowResultCommand";
82
- import { NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput, NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput } from "./commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand";
83
- import { NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput, NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput } from "./commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand";
84
- import { ProvisionProductCommandInput, ProvisionProductCommandOutput } from "./commands/ProvisionProductCommand";
85
- import { RejectPortfolioShareCommandInput, RejectPortfolioShareCommandOutput } from "./commands/RejectPortfolioShareCommand";
86
- import { ScanProvisionedProductsCommandInput, ScanProvisionedProductsCommandOutput } from "./commands/ScanProvisionedProductsCommand";
87
- import { SearchProductsAsAdminCommandInput, SearchProductsAsAdminCommandOutput } from "./commands/SearchProductsAsAdminCommand";
88
- import { SearchProductsCommandInput, SearchProductsCommandOutput } from "./commands/SearchProductsCommand";
89
- import { SearchProvisionedProductsCommandInput, SearchProvisionedProductsCommandOutput } from "./commands/SearchProvisionedProductsCommand";
90
- import { TerminateProvisionedProductCommandInput, TerminateProvisionedProductCommandOutput } from "./commands/TerminateProvisionedProductCommand";
91
- import { UpdateConstraintCommandInput, UpdateConstraintCommandOutput } from "./commands/UpdateConstraintCommand";
92
- import { UpdatePortfolioCommandInput, UpdatePortfolioCommandOutput } from "./commands/UpdatePortfolioCommand";
93
- import { UpdatePortfolioShareCommandInput, UpdatePortfolioShareCommandOutput } from "./commands/UpdatePortfolioShareCommand";
94
- import { UpdateProductCommandInput, UpdateProductCommandOutput } from "./commands/UpdateProductCommand";
95
- import { UpdateProvisionedProductCommandInput, UpdateProvisionedProductCommandOutput } from "./commands/UpdateProvisionedProductCommand";
96
- import { UpdateProvisionedProductPropertiesCommandInput, UpdateProvisionedProductPropertiesCommandOutput } from "./commands/UpdateProvisionedProductPropertiesCommand";
97
- import { UpdateProvisioningArtifactCommandInput, UpdateProvisioningArtifactCommandOutput } from "./commands/UpdateProvisioningArtifactCommand";
98
- import { UpdateServiceActionCommandInput, UpdateServiceActionCommandOutput } from "./commands/UpdateServiceActionCommand";
99
- import { UpdateTagOptionCommandInput, UpdateTagOptionCommandOutput } from "./commands/UpdateTagOptionCommand";
100
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AcceptPortfolioShareCommandInput, AcceptPortfolioShareCommandOutput } from "./commands/AcceptPortfolioShareCommand";
11
+ import type { AssociateBudgetWithResourceCommandInput, AssociateBudgetWithResourceCommandOutput } from "./commands/AssociateBudgetWithResourceCommand";
12
+ import type { AssociatePrincipalWithPortfolioCommandInput, AssociatePrincipalWithPortfolioCommandOutput } from "./commands/AssociatePrincipalWithPortfolioCommand";
13
+ import type { AssociateProductWithPortfolioCommandInput, AssociateProductWithPortfolioCommandOutput } from "./commands/AssociateProductWithPortfolioCommand";
14
+ import type { AssociateServiceActionWithProvisioningArtifactCommandInput, AssociateServiceActionWithProvisioningArtifactCommandOutput } from "./commands/AssociateServiceActionWithProvisioningArtifactCommand";
15
+ import type { AssociateTagOptionWithResourceCommandInput, AssociateTagOptionWithResourceCommandOutput } from "./commands/AssociateTagOptionWithResourceCommand";
16
+ import type { BatchAssociateServiceActionWithProvisioningArtifactCommandInput, BatchAssociateServiceActionWithProvisioningArtifactCommandOutput } from "./commands/BatchAssociateServiceActionWithProvisioningArtifactCommand";
17
+ import type { BatchDisassociateServiceActionFromProvisioningArtifactCommandInput, BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput } from "./commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand";
18
+ import type { CopyProductCommandInput, CopyProductCommandOutput } from "./commands/CopyProductCommand";
19
+ import type { CreateConstraintCommandInput, CreateConstraintCommandOutput } from "./commands/CreateConstraintCommand";
20
+ import type { CreatePortfolioCommandInput, CreatePortfolioCommandOutput } from "./commands/CreatePortfolioCommand";
21
+ import type { CreatePortfolioShareCommandInput, CreatePortfolioShareCommandOutput } from "./commands/CreatePortfolioShareCommand";
22
+ import type { CreateProductCommandInput, CreateProductCommandOutput } from "./commands/CreateProductCommand";
23
+ import type { CreateProvisionedProductPlanCommandInput, CreateProvisionedProductPlanCommandOutput } from "./commands/CreateProvisionedProductPlanCommand";
24
+ import type { CreateProvisioningArtifactCommandInput, CreateProvisioningArtifactCommandOutput } from "./commands/CreateProvisioningArtifactCommand";
25
+ import type { CreateServiceActionCommandInput, CreateServiceActionCommandOutput } from "./commands/CreateServiceActionCommand";
26
+ import type { CreateTagOptionCommandInput, CreateTagOptionCommandOutput } from "./commands/CreateTagOptionCommand";
27
+ import type { DeleteConstraintCommandInput, DeleteConstraintCommandOutput } from "./commands/DeleteConstraintCommand";
28
+ import type { DeletePortfolioCommandInput, DeletePortfolioCommandOutput } from "./commands/DeletePortfolioCommand";
29
+ import type { DeletePortfolioShareCommandInput, DeletePortfolioShareCommandOutput } from "./commands/DeletePortfolioShareCommand";
30
+ import type { DeleteProductCommandInput, DeleteProductCommandOutput } from "./commands/DeleteProductCommand";
31
+ import type { DeleteProvisionedProductPlanCommandInput, DeleteProvisionedProductPlanCommandOutput } from "./commands/DeleteProvisionedProductPlanCommand";
32
+ import type { DeleteProvisioningArtifactCommandInput, DeleteProvisioningArtifactCommandOutput } from "./commands/DeleteProvisioningArtifactCommand";
33
+ import type { DeleteServiceActionCommandInput, DeleteServiceActionCommandOutput } from "./commands/DeleteServiceActionCommand";
34
+ import type { DeleteTagOptionCommandInput, DeleteTagOptionCommandOutput } from "./commands/DeleteTagOptionCommand";
35
+ import type { DescribeConstraintCommandInput, DescribeConstraintCommandOutput } from "./commands/DescribeConstraintCommand";
36
+ import type { DescribeCopyProductStatusCommandInput, DescribeCopyProductStatusCommandOutput } from "./commands/DescribeCopyProductStatusCommand";
37
+ import type { DescribePortfolioCommandInput, DescribePortfolioCommandOutput } from "./commands/DescribePortfolioCommand";
38
+ import type { DescribePortfolioSharesCommandInput, DescribePortfolioSharesCommandOutput } from "./commands/DescribePortfolioSharesCommand";
39
+ import type { DescribePortfolioShareStatusCommandInput, DescribePortfolioShareStatusCommandOutput } from "./commands/DescribePortfolioShareStatusCommand";
40
+ import type { DescribeProductAsAdminCommandInput, DescribeProductAsAdminCommandOutput } from "./commands/DescribeProductAsAdminCommand";
41
+ import type { DescribeProductCommandInput, DescribeProductCommandOutput } from "./commands/DescribeProductCommand";
42
+ import type { DescribeProductViewCommandInput, DescribeProductViewCommandOutput } from "./commands/DescribeProductViewCommand";
43
+ import type { DescribeProvisionedProductCommandInput, DescribeProvisionedProductCommandOutput } from "./commands/DescribeProvisionedProductCommand";
44
+ import type { DescribeProvisionedProductPlanCommandInput, DescribeProvisionedProductPlanCommandOutput } from "./commands/DescribeProvisionedProductPlanCommand";
45
+ import type { DescribeProvisioningArtifactCommandInput, DescribeProvisioningArtifactCommandOutput } from "./commands/DescribeProvisioningArtifactCommand";
46
+ import type { DescribeProvisioningParametersCommandInput, DescribeProvisioningParametersCommandOutput } from "./commands/DescribeProvisioningParametersCommand";
47
+ import type { DescribeRecordCommandInput, DescribeRecordCommandOutput } from "./commands/DescribeRecordCommand";
48
+ import type { DescribeServiceActionCommandInput, DescribeServiceActionCommandOutput } from "./commands/DescribeServiceActionCommand";
49
+ import type { DescribeServiceActionExecutionParametersCommandInput, DescribeServiceActionExecutionParametersCommandOutput } from "./commands/DescribeServiceActionExecutionParametersCommand";
50
+ import type { DescribeTagOptionCommandInput, DescribeTagOptionCommandOutput } from "./commands/DescribeTagOptionCommand";
51
+ import type { DisableAWSOrganizationsAccessCommandInput, DisableAWSOrganizationsAccessCommandOutput } from "./commands/DisableAWSOrganizationsAccessCommand";
52
+ import type { DisassociateBudgetFromResourceCommandInput, DisassociateBudgetFromResourceCommandOutput } from "./commands/DisassociateBudgetFromResourceCommand";
53
+ import type { DisassociatePrincipalFromPortfolioCommandInput, DisassociatePrincipalFromPortfolioCommandOutput } from "./commands/DisassociatePrincipalFromPortfolioCommand";
54
+ import type { DisassociateProductFromPortfolioCommandInput, DisassociateProductFromPortfolioCommandOutput } from "./commands/DisassociateProductFromPortfolioCommand";
55
+ import type { DisassociateServiceActionFromProvisioningArtifactCommandInput, DisassociateServiceActionFromProvisioningArtifactCommandOutput } from "./commands/DisassociateServiceActionFromProvisioningArtifactCommand";
56
+ import type { DisassociateTagOptionFromResourceCommandInput, DisassociateTagOptionFromResourceCommandOutput } from "./commands/DisassociateTagOptionFromResourceCommand";
57
+ import type { EnableAWSOrganizationsAccessCommandInput, EnableAWSOrganizationsAccessCommandOutput } from "./commands/EnableAWSOrganizationsAccessCommand";
58
+ import type { ExecuteProvisionedProductPlanCommandInput, ExecuteProvisionedProductPlanCommandOutput } from "./commands/ExecuteProvisionedProductPlanCommand";
59
+ import type { ExecuteProvisionedProductServiceActionCommandInput, ExecuteProvisionedProductServiceActionCommandOutput } from "./commands/ExecuteProvisionedProductServiceActionCommand";
60
+ import type { GetAWSOrganizationsAccessStatusCommandInput, GetAWSOrganizationsAccessStatusCommandOutput } from "./commands/GetAWSOrganizationsAccessStatusCommand";
61
+ import type { GetProvisionedProductOutputsCommandInput, GetProvisionedProductOutputsCommandOutput } from "./commands/GetProvisionedProductOutputsCommand";
62
+ import type { ImportAsProvisionedProductCommandInput, ImportAsProvisionedProductCommandOutput } from "./commands/ImportAsProvisionedProductCommand";
63
+ import type { ListAcceptedPortfolioSharesCommandInput, ListAcceptedPortfolioSharesCommandOutput } from "./commands/ListAcceptedPortfolioSharesCommand";
64
+ import type { ListBudgetsForResourceCommandInput, ListBudgetsForResourceCommandOutput } from "./commands/ListBudgetsForResourceCommand";
65
+ import type { ListConstraintsForPortfolioCommandInput, ListConstraintsForPortfolioCommandOutput } from "./commands/ListConstraintsForPortfolioCommand";
66
+ import type { ListLaunchPathsCommandInput, ListLaunchPathsCommandOutput } from "./commands/ListLaunchPathsCommand";
67
+ import type { ListOrganizationPortfolioAccessCommandInput, ListOrganizationPortfolioAccessCommandOutput } from "./commands/ListOrganizationPortfolioAccessCommand";
68
+ import type { ListPortfolioAccessCommandInput, ListPortfolioAccessCommandOutput } from "./commands/ListPortfolioAccessCommand";
69
+ import type { ListPortfoliosCommandInput, ListPortfoliosCommandOutput } from "./commands/ListPortfoliosCommand";
70
+ import type { ListPortfoliosForProductCommandInput, ListPortfoliosForProductCommandOutput } from "./commands/ListPortfoliosForProductCommand";
71
+ import type { ListPrincipalsForPortfolioCommandInput, ListPrincipalsForPortfolioCommandOutput } from "./commands/ListPrincipalsForPortfolioCommand";
72
+ import type { ListProvisionedProductPlansCommandInput, ListProvisionedProductPlansCommandOutput } from "./commands/ListProvisionedProductPlansCommand";
73
+ import type { ListProvisioningArtifactsCommandInput, ListProvisioningArtifactsCommandOutput } from "./commands/ListProvisioningArtifactsCommand";
74
+ import type { ListProvisioningArtifactsForServiceActionCommandInput, ListProvisioningArtifactsForServiceActionCommandOutput } from "./commands/ListProvisioningArtifactsForServiceActionCommand";
75
+ import type { ListRecordHistoryCommandInput, ListRecordHistoryCommandOutput } from "./commands/ListRecordHistoryCommand";
76
+ import type { ListResourcesForTagOptionCommandInput, ListResourcesForTagOptionCommandOutput } from "./commands/ListResourcesForTagOptionCommand";
77
+ import type { ListServiceActionsCommandInput, ListServiceActionsCommandOutput } from "./commands/ListServiceActionsCommand";
78
+ import type { ListServiceActionsForProvisioningArtifactCommandInput, ListServiceActionsForProvisioningArtifactCommandOutput } from "./commands/ListServiceActionsForProvisioningArtifactCommand";
79
+ import type { ListStackInstancesForProvisionedProductCommandInput, ListStackInstancesForProvisionedProductCommandOutput } from "./commands/ListStackInstancesForProvisionedProductCommand";
80
+ import type { ListTagOptionsCommandInput, ListTagOptionsCommandOutput } from "./commands/ListTagOptionsCommand";
81
+ import type { NotifyProvisionProductEngineWorkflowResultCommandInput, NotifyProvisionProductEngineWorkflowResultCommandOutput } from "./commands/NotifyProvisionProductEngineWorkflowResultCommand";
82
+ import type { NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput, NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput } from "./commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand";
83
+ import type { NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput, NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput } from "./commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand";
84
+ import type { ProvisionProductCommandInput, ProvisionProductCommandOutput } from "./commands/ProvisionProductCommand";
85
+ import type { RejectPortfolioShareCommandInput, RejectPortfolioShareCommandOutput } from "./commands/RejectPortfolioShareCommand";
86
+ import type { ScanProvisionedProductsCommandInput, ScanProvisionedProductsCommandOutput } from "./commands/ScanProvisionedProductsCommand";
87
+ import type { SearchProductsAsAdminCommandInput, SearchProductsAsAdminCommandOutput } from "./commands/SearchProductsAsAdminCommand";
88
+ import type { SearchProductsCommandInput, SearchProductsCommandOutput } from "./commands/SearchProductsCommand";
89
+ import type { SearchProvisionedProductsCommandInput, SearchProvisionedProductsCommandOutput } from "./commands/SearchProvisionedProductsCommand";
90
+ import type { TerminateProvisionedProductCommandInput, TerminateProvisionedProductCommandOutput } from "./commands/TerminateProvisionedProductCommand";
91
+ import type { UpdateConstraintCommandInput, UpdateConstraintCommandOutput } from "./commands/UpdateConstraintCommand";
92
+ import type { UpdatePortfolioCommandInput, UpdatePortfolioCommandOutput } from "./commands/UpdatePortfolioCommand";
93
+ import type { UpdatePortfolioShareCommandInput, UpdatePortfolioShareCommandOutput } from "./commands/UpdatePortfolioShareCommand";
94
+ import type { UpdateProductCommandInput, UpdateProductCommandOutput } from "./commands/UpdateProductCommand";
95
+ import type { UpdateProvisionedProductCommandInput, UpdateProvisionedProductCommandOutput } from "./commands/UpdateProvisionedProductCommand";
96
+ import type { UpdateProvisionedProductPropertiesCommandInput, UpdateProvisionedProductPropertiesCommandOutput } from "./commands/UpdateProvisionedProductPropertiesCommand";
97
+ import type { UpdateProvisioningArtifactCommandInput, UpdateProvisioningArtifactCommandOutput } from "./commands/UpdateProvisioningArtifactCommand";
98
+ import type { UpdateServiceActionCommandInput, UpdateServiceActionCommandOutput } from "./commands/UpdateServiceActionCommand";
99
+ import type { UpdateTagOptionCommandInput, UpdateTagOptionCommandOutput } from "./commands/UpdateTagOptionCommand";
100
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
101
101
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
102
102
  export { __Client };
103
103
  /**
@@ -206,7 +206,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
206
206
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
207
207
  * @internal
208
208
  */
209
- defaultUserAgentProvider?: Provider<__UserAgent>;
209
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
210
210
  /**
211
211
  * Default credentials provider; Not available in browser runtime.
212
212
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { ServiceCatalogHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -11,7 +11,7 @@
11
11
  */
12
12
  export * from "./ServiceCatalogClient";
13
13
  export * from "./ServiceCatalog";
14
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
14
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
15
15
  export type { RuntimeExtension } from "./runtimeExtensions";
16
16
  export type { ServiceCatalogExtensionConfiguration } from "./extensionConfiguration";
17
17
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { AccessLevelFilterKey, AccessStatus, ChangeAction, CopyOption, CopyProductStatus, DescribePortfolioShareType, EngineWorkflowStatus, EvaluationType, LastSyncStatus, OrganizationNodeType, PortfolioShareType, PrincipalType, ProductSource, ProductType, ProductViewFilterBy, ProductViewSortBy, PropertyKey, ProvisionedProductPlanStatus, ProvisionedProductPlanType, ProvisionedProductStatus, ProvisionedProductViewFilterBy, ProvisioningArtifactGuidance, ProvisioningArtifactPropertyName, ProvisioningArtifactType, RecordStatus, Replacement, RequiresRecreation, ResourceAttribute, ServiceActionAssociationErrorCode, ServiceActionDefinitionKey, ServiceActionDefinitionType, ShareStatus, SortOrder, SourceType, StackInstanceStatus, StackSetOperationType, Status } from "./enums";
1
+ import type { AccessLevelFilterKey, AccessStatus, ChangeAction, CopyOption, CopyProductStatus, DescribePortfolioShareType, EngineWorkflowStatus, EvaluationType, LastSyncStatus, OrganizationNodeType, PortfolioShareType, PrincipalType, ProductSource, ProductType, ProductViewFilterBy, ProductViewSortBy, PropertyKey, ProvisionedProductPlanStatus, ProvisionedProductPlanType, ProvisionedProductStatus, ProvisionedProductViewFilterBy, ProvisioningArtifactGuidance, ProvisioningArtifactPropertyName, ProvisioningArtifactType, RecordStatus, Replacement, RequiresRecreation, ResourceAttribute, ServiceActionAssociationErrorCode, ServiceActionDefinitionKey, ServiceActionDefinitionType, ShareStatus, SortOrder, SourceType, StackInstanceStatus, StackSetOperationType, Status } from "./enums";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribePortfolioSharesCommandInput, DescribePortfolioSharesCommandOutput } from "../commands/DescribePortfolioSharesCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetProvisionedProductOutputsCommandInput, GetProvisionedProductOutputsCommandOutput } from "../commands/GetProvisionedProductOutputsCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAcceptedPortfolioSharesCommandInput, ListAcceptedPortfolioSharesCommandOutput } from "../commands/ListAcceptedPortfolioSharesCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListBudgetsForResourceCommandInput, ListBudgetsForResourceCommandOutput } from "../commands/ListBudgetsForResourceCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListConstraintsForPortfolioCommandInput, ListConstraintsForPortfolioCommandOutput } from "../commands/ListConstraintsForPortfolioCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLaunchPathsCommandInput, ListLaunchPathsCommandOutput } from "../commands/ListLaunchPathsCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListOrganizationPortfolioAccessCommandInput, ListOrganizationPortfolioAccessCommandOutput } from "../commands/ListOrganizationPortfolioAccessCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPortfolioAccessCommandInput, ListPortfolioAccessCommandOutput } from "../commands/ListPortfolioAccessCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPortfoliosForProductCommandInput, ListPortfoliosForProductCommandOutput } from "../commands/ListPortfoliosForProductCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPortfoliosCommandInput, ListPortfoliosCommandOutput } from "../commands/ListPortfoliosCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPrincipalsForPortfolioCommandInput, ListPrincipalsForPortfolioCommandOutput } from "../commands/ListPrincipalsForPortfolioCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListProvisioningArtifactsForServiceActionCommandInput, ListProvisioningArtifactsForServiceActionCommandOutput } from "../commands/ListProvisioningArtifactsForServiceActionCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListResourcesForTagOptionCommandInput, ListResourcesForTagOptionCommandOutput } from "../commands/ListResourcesForTagOptionCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListServiceActionsForProvisioningArtifactCommandInput, ListServiceActionsForProvisioningArtifactCommandOutput } from "../commands/ListServiceActionsForProvisioningArtifactCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListServiceActionsCommandInput, ListServiceActionsCommandOutput } from "../commands/ListServiceActionsCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTagOptionsCommandInput, ListTagOptionsCommandOutput } from "../commands/ListTagOptionsCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchProductsAsAdminCommandInput, SearchProductsAsAdminCommandOutput } from "../commands/SearchProductsAsAdminCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchProductsCommandInput, SearchProductsCommandOutput } from "../commands/SearchProductsCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchProvisionedProductsCommandInput, SearchProvisionedProductsCommandOutput } from "../commands/SearchProvisionedProductsCommand";
3
- import { ServiceCatalogPaginationConfiguration } from "./Interfaces";
3
+ import type { ServiceCatalogPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -612,7 +611,7 @@ export interface ClientDefaults
612
611
  useFipsEndpoint?: boolean | __Provider<boolean>;
613
612
  region?: string | __Provider<string>;
614
613
  profile?: string;
615
- defaultUserAgentProvider?: Provider<__UserAgent>;
614
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
616
615
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
617
616
  maxAttempts?: number | __Provider<number>;
618
617
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { ServiceCatalogHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-catalog",
3
3
  "description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1021.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-service-catalog",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.29",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.46",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
- "@smithy/util-retry": "^4.2.12",
58
+ "@smithy/util-retry": "^4.2.13",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },