@aws-sdk/client-service-catalog 3.180.0 → 3.183.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.
- package/CHANGELOG.md +20 -0
- package/dist-cjs/protocols/Aws_json1_1.js +93 -87
- package/dist-es/ServiceCatalog.js +350 -357
- package/dist-es/ServiceCatalogClient.js +22 -28
- package/dist-es/commands/AcceptPortfolioShareCommand.js +21 -28
- package/dist-es/commands/AssociateBudgetWithResourceCommand.js +21 -28
- package/dist-es/commands/AssociatePrincipalWithPortfolioCommand.js +21 -28
- package/dist-es/commands/AssociateProductWithPortfolioCommand.js +21 -28
- package/dist-es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +21 -28
- package/dist-es/commands/AssociateTagOptionWithResourceCommand.js +21 -28
- package/dist-es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +21 -28
- package/dist-es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +21 -28
- package/dist-es/commands/CopyProductCommand.js +21 -28
- package/dist-es/commands/CreateConstraintCommand.js +21 -28
- package/dist-es/commands/CreatePortfolioCommand.js +21 -28
- package/dist-es/commands/CreatePortfolioShareCommand.js +21 -28
- package/dist-es/commands/CreateProductCommand.js +21 -28
- package/dist-es/commands/CreateProvisionedProductPlanCommand.js +21 -28
- package/dist-es/commands/CreateProvisioningArtifactCommand.js +21 -28
- package/dist-es/commands/CreateServiceActionCommand.js +21 -28
- package/dist-es/commands/CreateTagOptionCommand.js +21 -28
- package/dist-es/commands/DeleteConstraintCommand.js +21 -28
- package/dist-es/commands/DeletePortfolioCommand.js +21 -28
- package/dist-es/commands/DeletePortfolioShareCommand.js +21 -28
- package/dist-es/commands/DeleteProductCommand.js +21 -28
- package/dist-es/commands/DeleteProvisionedProductPlanCommand.js +21 -28
- package/dist-es/commands/DeleteProvisioningArtifactCommand.js +21 -28
- package/dist-es/commands/DeleteServiceActionCommand.js +21 -28
- package/dist-es/commands/DeleteTagOptionCommand.js +21 -28
- package/dist-es/commands/DescribeConstraintCommand.js +21 -28
- package/dist-es/commands/DescribeCopyProductStatusCommand.js +21 -28
- package/dist-es/commands/DescribePortfolioCommand.js +21 -28
- package/dist-es/commands/DescribePortfolioShareStatusCommand.js +21 -28
- package/dist-es/commands/DescribePortfolioSharesCommand.js +21 -28
- package/dist-es/commands/DescribeProductAsAdminCommand.js +21 -28
- package/dist-es/commands/DescribeProductCommand.js +21 -28
- package/dist-es/commands/DescribeProductViewCommand.js +21 -28
- package/dist-es/commands/DescribeProvisionedProductCommand.js +21 -28
- package/dist-es/commands/DescribeProvisionedProductPlanCommand.js +21 -28
- package/dist-es/commands/DescribeProvisioningArtifactCommand.js +21 -28
- package/dist-es/commands/DescribeProvisioningParametersCommand.js +21 -28
- package/dist-es/commands/DescribeRecordCommand.js +21 -28
- package/dist-es/commands/DescribeServiceActionCommand.js +21 -28
- package/dist-es/commands/DescribeServiceActionExecutionParametersCommand.js +21 -28
- package/dist-es/commands/DescribeTagOptionCommand.js +21 -28
- package/dist-es/commands/DisableAWSOrganizationsAccessCommand.js +21 -28
- package/dist-es/commands/DisassociateBudgetFromResourceCommand.js +21 -28
- package/dist-es/commands/DisassociatePrincipalFromPortfolioCommand.js +21 -28
- package/dist-es/commands/DisassociateProductFromPortfolioCommand.js +21 -28
- package/dist-es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +21 -28
- package/dist-es/commands/DisassociateTagOptionFromResourceCommand.js +21 -28
- package/dist-es/commands/EnableAWSOrganizationsAccessCommand.js +21 -28
- package/dist-es/commands/ExecuteProvisionedProductPlanCommand.js +21 -28
- package/dist-es/commands/ExecuteProvisionedProductServiceActionCommand.js +21 -28
- package/dist-es/commands/GetAWSOrganizationsAccessStatusCommand.js +21 -28
- package/dist-es/commands/GetProvisionedProductOutputsCommand.js +21 -28
- package/dist-es/commands/ImportAsProvisionedProductCommand.js +21 -28
- package/dist-es/commands/ListAcceptedPortfolioSharesCommand.js +21 -28
- package/dist-es/commands/ListBudgetsForResourceCommand.js +21 -28
- package/dist-es/commands/ListConstraintsForPortfolioCommand.js +21 -28
- package/dist-es/commands/ListLaunchPathsCommand.js +21 -28
- package/dist-es/commands/ListOrganizationPortfolioAccessCommand.js +21 -28
- package/dist-es/commands/ListPortfolioAccessCommand.js +21 -28
- package/dist-es/commands/ListPortfoliosCommand.js +21 -28
- package/dist-es/commands/ListPortfoliosForProductCommand.js +21 -28
- package/dist-es/commands/ListPrincipalsForPortfolioCommand.js +21 -28
- package/dist-es/commands/ListProvisionedProductPlansCommand.js +21 -28
- package/dist-es/commands/ListProvisioningArtifactsCommand.js +21 -28
- package/dist-es/commands/ListProvisioningArtifactsForServiceActionCommand.js +21 -28
- package/dist-es/commands/ListRecordHistoryCommand.js +21 -28
- package/dist-es/commands/ListResourcesForTagOptionCommand.js +21 -28
- package/dist-es/commands/ListServiceActionsCommand.js +21 -28
- package/dist-es/commands/ListServiceActionsForProvisioningArtifactCommand.js +21 -28
- package/dist-es/commands/ListStackInstancesForProvisionedProductCommand.js +21 -28
- package/dist-es/commands/ListTagOptionsCommand.js +21 -28
- package/dist-es/commands/ProvisionProductCommand.js +21 -28
- package/dist-es/commands/RejectPortfolioShareCommand.js +21 -28
- package/dist-es/commands/ScanProvisionedProductsCommand.js +21 -28
- package/dist-es/commands/SearchProductsAsAdminCommand.js +21 -28
- package/dist-es/commands/SearchProductsCommand.js +21 -28
- package/dist-es/commands/SearchProvisionedProductsCommand.js +21 -28
- package/dist-es/commands/TerminateProvisionedProductCommand.js +21 -28
- package/dist-es/commands/UpdateConstraintCommand.js +21 -28
- package/dist-es/commands/UpdatePortfolioCommand.js +21 -28
- package/dist-es/commands/UpdatePortfolioShareCommand.js +21 -28
- package/dist-es/commands/UpdateProductCommand.js +21 -28
- package/dist-es/commands/UpdateProvisionedProductCommand.js +21 -28
- package/dist-es/commands/UpdateProvisionedProductPropertiesCommand.js +21 -28
- package/dist-es/commands/UpdateProvisioningArtifactCommand.js +21 -28
- package/dist-es/commands/UpdateServiceActionCommand.js +21 -28
- package/dist-es/commands/UpdateTagOptionCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ServiceCatalogServiceException.js +5 -10
- package/dist-es/models/models_0.js +777 -324
- package/dist-es/pagination/DescribePortfolioSharesPaginator.js +25 -68
- package/dist-es/pagination/GetProvisionedProductOutputsPaginator.js +25 -68
- package/dist-es/pagination/ListAcceptedPortfolioSharesPaginator.js +25 -68
- package/dist-es/pagination/ListBudgetsForResourcePaginator.js +25 -68
- package/dist-es/pagination/ListConstraintsForPortfolioPaginator.js +25 -68
- package/dist-es/pagination/ListLaunchPathsPaginator.js +25 -68
- package/dist-es/pagination/ListOrganizationPortfolioAccessPaginator.js +25 -68
- package/dist-es/pagination/ListPortfolioAccessPaginator.js +25 -68
- package/dist-es/pagination/ListPortfoliosForProductPaginator.js +25 -68
- package/dist-es/pagination/ListPortfoliosPaginator.js +25 -68
- package/dist-es/pagination/ListPrincipalsForPortfolioPaginator.js +25 -68
- package/dist-es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +25 -68
- package/dist-es/pagination/ListResourcesForTagOptionPaginator.js +25 -68
- package/dist-es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +25 -68
- package/dist-es/pagination/ListServiceActionsPaginator.js +25 -68
- package/dist-es/pagination/ListTagOptionsPaginator.js +25 -68
- package/dist-es/pagination/SearchProductsAsAdminPaginator.js +25 -68
- package/dist-es/pagination/SearchProductsPaginator.js +25 -68
- package/dist-es/pagination/SearchProvisionedProductsPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +5338 -6712
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DescribePortfolioSharesInputFilterSensitiveLog, DescribePortfolioSharesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribePortfolioSharesCommand, serializeAws_json1_1DescribePortfolioSharesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DescribePortfolioSharesCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "ServiceCatalogClient";
|
|
15
|
+
const commandName = "DescribePortfolioSharesCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DescribePortfolioSharesInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DescribePortfolioSharesOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DescribePortfolioSharesCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1DescribePortfolioSharesCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1DescribePortfolioSharesCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribePortfolioSharesCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DescribeProductAsAdminInputFilterSensitiveLog, DescribeProductAsAdminOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeProductAsAdminCommand, serializeAws_json1_1DescribeProductAsAdminCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DescribeProductAsAdminCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "ServiceCatalogClient";
|
|
15
|
+
const commandName = "DescribeProductAsAdminCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DescribeProductAsAdminInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DescribeProductAsAdminOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DescribeProductAsAdminCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1DescribeProductAsAdminCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1DescribeProductAsAdminCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribeProductAsAdminCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DescribeProductInputFilterSensitiveLog, DescribeProductOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeProductCommand, serializeAws_json1_1DescribeProductCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DescribeProductCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "ServiceCatalogClient";
|
|
15
|
+
const commandName = "DescribeProductCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DescribeProductInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DescribeProductOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DescribeProductCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1DescribeProductCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1DescribeProductCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribeProductCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DescribeProductViewInputFilterSensitiveLog, DescribeProductViewOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeProductViewCommand, serializeAws_json1_1DescribeProductViewCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DescribeProductViewCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "ServiceCatalogClient";
|
|
15
|
+
const commandName = "DescribeProductViewCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DescribeProductViewInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DescribeProductViewOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DescribeProductViewCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1DescribeProductViewCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1DescribeProductViewCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribeProductViewCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DescribeProvisionedProductInputFilterSensitiveLog, DescribeProvisionedProductOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeProvisionedProductCommand, serializeAws_json1_1DescribeProvisionedProductCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DescribeProvisionedProductCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "ServiceCatalogClient";
|
|
15
|
+
const commandName = "DescribeProvisionedProductCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DescribeProvisionedProductInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DescribeProvisionedProductOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DescribeProvisionedProductCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1DescribeProvisionedProductCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1DescribeProvisionedProductCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribeProvisionedProductCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DescribeProvisionedProductPlanInputFilterSensitiveLog, DescribeProvisionedProductPlanOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeProvisionedProductPlanCommand, serializeAws_json1_1DescribeProvisionedProductPlanCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DescribeProvisionedProductPlanCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "ServiceCatalogClient";
|
|
15
|
+
const commandName = "DescribeProvisionedProductPlanCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DescribeProvisionedProductPlanInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DescribeProvisionedProductPlanOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DescribeProvisionedProductPlanCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1DescribeProvisionedProductPlanCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1DescribeProvisionedProductPlanCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribeProvisionedProductPlanCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DescribeProvisioningArtifactInputFilterSensitiveLog, DescribeProvisioningArtifactOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeProvisioningArtifactCommand, serializeAws_json1_1DescribeProvisioningArtifactCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DescribeProvisioningArtifactCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "ServiceCatalogClient";
|
|
15
|
+
const commandName = "DescribeProvisioningArtifactCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DescribeProvisioningArtifactInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DescribeProvisioningArtifactOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DescribeProvisioningArtifactCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1DescribeProvisioningArtifactCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1DescribeProvisioningArtifactCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribeProvisioningArtifactCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DescribeProvisioningParametersInputFilterSensitiveLog, DescribeProvisioningParametersOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeProvisioningParametersCommand, serializeAws_json1_1DescribeProvisioningParametersCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DescribeProvisioningParametersCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "ServiceCatalogClient";
|
|
15
|
+
const commandName = "DescribeProvisioningParametersCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DescribeProvisioningParametersInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DescribeProvisioningParametersOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DescribeProvisioningParametersCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1DescribeProvisioningParametersCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1DescribeProvisioningParametersCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribeProvisioningParametersCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DescribeRecordInputFilterSensitiveLog, DescribeRecordOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeRecordCommand, serializeAws_json1_1DescribeRecordCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DescribeRecordCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "ServiceCatalogClient";
|
|
15
|
+
const commandName = "DescribeRecordCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DescribeRecordInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DescribeRecordOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DescribeRecordCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1DescribeRecordCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1DescribeRecordCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribeRecordCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DescribeServiceActionInputFilterSensitiveLog, DescribeServiceActionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeServiceActionCommand, serializeAws_json1_1DescribeServiceActionCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DescribeServiceActionCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "ServiceCatalogClient";
|
|
15
|
+
const commandName = "DescribeServiceActionCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DescribeServiceActionInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DescribeServiceActionOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DescribeServiceActionCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1DescribeServiceActionCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1DescribeServiceActionCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribeServiceActionCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|