@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,4 +1,3 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
3
2
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
4
3
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -9,31 +8,26 @@ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-sig
|
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
10
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
31
|
-
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
32
|
-
return _this;
|
|
11
|
+
export class ServiceCatalogClient extends __Client {
|
|
12
|
+
constructor(configuration) {
|
|
13
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
14
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
15
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
16
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
17
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
18
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
19
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
20
|
+
super(_config_6);
|
|
21
|
+
this.config = _config_6;
|
|
22
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
23
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
24
|
+
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
25
|
+
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
26
|
+
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
27
|
+
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
28
|
+
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
33
29
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}(__Client));
|
|
39
|
-
export { ServiceCatalogClient };
|
|
30
|
+
destroy() {
|
|
31
|
+
super.destroy();
|
|
32
|
+
}
|
|
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 { AcceptPortfolioShareInputFilterSensitiveLog, AcceptPortfolioShareOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1AcceptPortfolioShareCommand, serializeAws_json1_1AcceptPortfolioShareCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class AcceptPortfolioShareCommand 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 = "AcceptPortfolioShareCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: AcceptPortfolioShareInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: AcceptPortfolioShareOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
AcceptPortfolioShareCommand.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_1AcceptPortfolioShareCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1AcceptPortfolioShareCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { AcceptPortfolioShareCommand };
|
|
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 { AssociateBudgetWithResourceInputFilterSensitiveLog, AssociateBudgetWithResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1AssociateBudgetWithResourceCommand, serializeAws_json1_1AssociateBudgetWithResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class AssociateBudgetWithResourceCommand 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 = "AssociateBudgetWithResourceCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: AssociateBudgetWithResourceInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: AssociateBudgetWithResourceOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
AssociateBudgetWithResourceCommand.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_1AssociateBudgetWithResourceCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1AssociateBudgetWithResourceCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { AssociateBudgetWithResourceCommand };
|
|
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 { AssociatePrincipalWithPortfolioInputFilterSensitiveLog, AssociatePrincipalWithPortfolioOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1AssociatePrincipalWithPortfolioCommand, serializeAws_json1_1AssociatePrincipalWithPortfolioCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class AssociatePrincipalWithPortfolioCommand 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 = "AssociatePrincipalWithPortfolioCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: AssociatePrincipalWithPortfolioInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: AssociatePrincipalWithPortfolioOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
AssociatePrincipalWithPortfolioCommand.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_1AssociatePrincipalWithPortfolioCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1AssociatePrincipalWithPortfolioCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { AssociatePrincipalWithPortfolioCommand };
|
|
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 { AssociateProductWithPortfolioInputFilterSensitiveLog, AssociateProductWithPortfolioOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1AssociateProductWithPortfolioCommand, serializeAws_json1_1AssociateProductWithPortfolioCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class AssociateProductWithPortfolioCommand 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 = "AssociateProductWithPortfolioCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: AssociateProductWithPortfolioInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: AssociateProductWithPortfolioOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
AssociateProductWithPortfolioCommand.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_1AssociateProductWithPortfolioCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1AssociateProductWithPortfolioCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { AssociateProductWithPortfolioCommand };
|
|
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 { AssociateServiceActionWithProvisioningArtifactInputFilterSensitiveLog, AssociateServiceActionWithProvisioningArtifactOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1AssociateServiceActionWithProvisioningArtifactCommand, serializeAws_json1_1AssociateServiceActionWithProvisioningArtifactCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class AssociateServiceActionWithProvisioningArtifactCommand 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 = "AssociateServiceActionWithProvisioningArtifactCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: AssociateServiceActionWithProvisioningArtifactInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: AssociateServiceActionWithProvisioningArtifactOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
AssociateServiceActionWithProvisioningArtifactCommand.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_1AssociateServiceActionWithProvisioningArtifactCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1AssociateServiceActionWithProvisioningArtifactCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { AssociateServiceActionWithProvisioningArtifactCommand };
|
|
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 { AssociateTagOptionWithResourceInputFilterSensitiveLog, AssociateTagOptionWithResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1AssociateTagOptionWithResourceCommand, serializeAws_json1_1AssociateTagOptionWithResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class AssociateTagOptionWithResourceCommand 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 = "AssociateTagOptionWithResourceCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: AssociateTagOptionWithResourceInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: AssociateTagOptionWithResourceOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
AssociateTagOptionWithResourceCommand.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_1AssociateTagOptionWithResourceCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1AssociateTagOptionWithResourceCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { AssociateTagOptionWithResourceCommand };
|
|
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 { BatchAssociateServiceActionWithProvisioningArtifactInputFilterSensitiveLog, BatchAssociateServiceActionWithProvisioningArtifactOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1BatchAssociateServiceActionWithProvisioningArtifactCommand, serializeAws_json1_1BatchAssociateServiceActionWithProvisioningArtifactCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class BatchAssociateServiceActionWithProvisioningArtifactCommand 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 = "BatchAssociateServiceActionWithProvisioningArtifactCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: BatchAssociateServiceActionWithProvisioningArtifactInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: BatchAssociateServiceActionWithProvisioningArtifactOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
BatchAssociateServiceActionWithProvisioningArtifactCommand.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_1BatchAssociateServiceActionWithProvisioningArtifactCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1BatchAssociateServiceActionWithProvisioningArtifactCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { BatchAssociateServiceActionWithProvisioningArtifactCommand };
|
|
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 { BatchDisassociateServiceActionFromProvisioningArtifactInputFilterSensitiveLog, BatchDisassociateServiceActionFromProvisioningArtifactOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1BatchDisassociateServiceActionFromProvisioningArtifactCommand, serializeAws_json1_1BatchDisassociateServiceActionFromProvisioningArtifactCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class BatchDisassociateServiceActionFromProvisioningArtifactCommand 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 = "BatchDisassociateServiceActionFromProvisioningArtifactCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: BatchDisassociateServiceActionFromProvisioningArtifactInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: BatchDisassociateServiceActionFromProvisioningArtifactOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
BatchDisassociateServiceActionFromProvisioningArtifactCommand.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_1BatchDisassociateServiceActionFromProvisioningArtifactCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1BatchDisassociateServiceActionFromProvisioningArtifactCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { BatchDisassociateServiceActionFromProvisioningArtifactCommand };
|
|
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 { CopyProductInputFilterSensitiveLog, CopyProductOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1CopyProductCommand, serializeAws_json1_1CopyProductCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CopyProductCommand 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 = "CopyProductCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CopyProductInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: CopyProductOutputFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CopyProductCommand.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_1CopyProductCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1CopyProductCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CopyProductCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|