@aws-sdk/client-service-catalog 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/ServiceCatalog.js +357 -350
- package/dist-es/ServiceCatalogClient.js +28 -22
- package/dist-es/commands/AcceptPortfolioShareCommand.js +28 -21
- package/dist-es/commands/AssociateBudgetWithResourceCommand.js +28 -21
- package/dist-es/commands/AssociatePrincipalWithPortfolioCommand.js +28 -21
- package/dist-es/commands/AssociateProductWithPortfolioCommand.js +28 -21
- package/dist-es/commands/AssociateServiceActionWithProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/AssociateTagOptionWithResourceCommand.js +28 -21
- package/dist-es/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/CopyProductCommand.js +28 -21
- package/dist-es/commands/CreateConstraintCommand.js +28 -21
- package/dist-es/commands/CreatePortfolioCommand.js +28 -21
- package/dist-es/commands/CreatePortfolioShareCommand.js +28 -21
- package/dist-es/commands/CreateProductCommand.js +28 -21
- package/dist-es/commands/CreateProvisionedProductPlanCommand.js +28 -21
- package/dist-es/commands/CreateProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/CreateServiceActionCommand.js +28 -21
- package/dist-es/commands/CreateTagOptionCommand.js +28 -21
- package/dist-es/commands/DeleteConstraintCommand.js +28 -21
- package/dist-es/commands/DeletePortfolioCommand.js +28 -21
- package/dist-es/commands/DeletePortfolioShareCommand.js +28 -21
- package/dist-es/commands/DeleteProductCommand.js +28 -21
- package/dist-es/commands/DeleteProvisionedProductPlanCommand.js +28 -21
- package/dist-es/commands/DeleteProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/DeleteServiceActionCommand.js +28 -21
- package/dist-es/commands/DeleteTagOptionCommand.js +28 -21
- package/dist-es/commands/DescribeConstraintCommand.js +28 -21
- package/dist-es/commands/DescribeCopyProductStatusCommand.js +28 -21
- package/dist-es/commands/DescribePortfolioCommand.js +28 -21
- package/dist-es/commands/DescribePortfolioShareStatusCommand.js +28 -21
- package/dist-es/commands/DescribePortfolioSharesCommand.js +28 -21
- package/dist-es/commands/DescribeProductAsAdminCommand.js +28 -21
- package/dist-es/commands/DescribeProductCommand.js +28 -21
- package/dist-es/commands/DescribeProductViewCommand.js +28 -21
- package/dist-es/commands/DescribeProvisionedProductCommand.js +28 -21
- package/dist-es/commands/DescribeProvisionedProductPlanCommand.js +28 -21
- package/dist-es/commands/DescribeProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/DescribeProvisioningParametersCommand.js +28 -21
- package/dist-es/commands/DescribeRecordCommand.js +28 -21
- package/dist-es/commands/DescribeServiceActionCommand.js +28 -21
- package/dist-es/commands/DescribeServiceActionExecutionParametersCommand.js +28 -21
- package/dist-es/commands/DescribeTagOptionCommand.js +28 -21
- package/dist-es/commands/DisableAWSOrganizationsAccessCommand.js +28 -21
- package/dist-es/commands/DisassociateBudgetFromResourceCommand.js +28 -21
- package/dist-es/commands/DisassociatePrincipalFromPortfolioCommand.js +28 -21
- package/dist-es/commands/DisassociateProductFromPortfolioCommand.js +28 -21
- package/dist-es/commands/DisassociateServiceActionFromProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/DisassociateTagOptionFromResourceCommand.js +28 -21
- package/dist-es/commands/EnableAWSOrganizationsAccessCommand.js +28 -21
- package/dist-es/commands/ExecuteProvisionedProductPlanCommand.js +28 -21
- package/dist-es/commands/ExecuteProvisionedProductServiceActionCommand.js +28 -21
- package/dist-es/commands/GetAWSOrganizationsAccessStatusCommand.js +28 -21
- package/dist-es/commands/GetProvisionedProductOutputsCommand.js +28 -21
- package/dist-es/commands/ImportAsProvisionedProductCommand.js +28 -21
- package/dist-es/commands/ListAcceptedPortfolioSharesCommand.js +28 -21
- package/dist-es/commands/ListBudgetsForResourceCommand.js +28 -21
- package/dist-es/commands/ListConstraintsForPortfolioCommand.js +28 -21
- package/dist-es/commands/ListLaunchPathsCommand.js +28 -21
- package/dist-es/commands/ListOrganizationPortfolioAccessCommand.js +28 -21
- package/dist-es/commands/ListPortfolioAccessCommand.js +28 -21
- package/dist-es/commands/ListPortfoliosCommand.js +28 -21
- package/dist-es/commands/ListPortfoliosForProductCommand.js +28 -21
- package/dist-es/commands/ListPrincipalsForPortfolioCommand.js +28 -21
- package/dist-es/commands/ListProvisionedProductPlansCommand.js +28 -21
- package/dist-es/commands/ListProvisioningArtifactsCommand.js +28 -21
- package/dist-es/commands/ListProvisioningArtifactsForServiceActionCommand.js +28 -21
- package/dist-es/commands/ListRecordHistoryCommand.js +28 -21
- package/dist-es/commands/ListResourcesForTagOptionCommand.js +28 -21
- package/dist-es/commands/ListServiceActionsCommand.js +28 -21
- package/dist-es/commands/ListServiceActionsForProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/ListStackInstancesForProvisionedProductCommand.js +28 -21
- package/dist-es/commands/ListTagOptionsCommand.js +28 -21
- package/dist-es/commands/ProvisionProductCommand.js +28 -21
- package/dist-es/commands/RejectPortfolioShareCommand.js +28 -21
- package/dist-es/commands/ScanProvisionedProductsCommand.js +28 -21
- package/dist-es/commands/SearchProductsAsAdminCommand.js +28 -21
- package/dist-es/commands/SearchProductsCommand.js +28 -21
- package/dist-es/commands/SearchProvisionedProductsCommand.js +28 -21
- package/dist-es/commands/TerminateProvisionedProductCommand.js +28 -21
- package/dist-es/commands/UpdateConstraintCommand.js +28 -21
- package/dist-es/commands/UpdatePortfolioCommand.js +28 -21
- package/dist-es/commands/UpdatePortfolioShareCommand.js +28 -21
- package/dist-es/commands/UpdateProductCommand.js +28 -21
- package/dist-es/commands/UpdateProvisionedProductCommand.js +28 -21
- package/dist-es/commands/UpdateProvisionedProductPropertiesCommand.js +28 -21
- package/dist-es/commands/UpdateProvisioningArtifactCommand.js +28 -21
- package/dist-es/commands/UpdateServiceActionCommand.js +28 -21
- package/dist-es/commands/UpdateTagOptionCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ServiceCatalogServiceException.js +10 -5
- package/dist-es/models/models_0.js +324 -777
- package/dist-es/pagination/DescribePortfolioSharesPaginator.js +68 -25
- package/dist-es/pagination/GetProvisionedProductOutputsPaginator.js +68 -25
- package/dist-es/pagination/ListAcceptedPortfolioSharesPaginator.js +68 -25
- package/dist-es/pagination/ListBudgetsForResourcePaginator.js +68 -25
- package/dist-es/pagination/ListConstraintsForPortfolioPaginator.js +68 -25
- package/dist-es/pagination/ListLaunchPathsPaginator.js +68 -25
- package/dist-es/pagination/ListOrganizationPortfolioAccessPaginator.js +68 -25
- package/dist-es/pagination/ListPortfolioAccessPaginator.js +68 -25
- package/dist-es/pagination/ListPortfoliosForProductPaginator.js +68 -25
- package/dist-es/pagination/ListPortfoliosPaginator.js +68 -25
- package/dist-es/pagination/ListPrincipalsForPortfolioPaginator.js +68 -25
- package/dist-es/pagination/ListProvisioningArtifactsForServiceActionPaginator.js +68 -25
- package/dist-es/pagination/ListResourcesForTagOptionPaginator.js +68 -25
- package/dist-es/pagination/ListServiceActionsForProvisioningArtifactPaginator.js +68 -25
- package/dist-es/pagination/ListServiceActionsPaginator.js +68 -25
- package/dist-es/pagination/ListTagOptionsPaginator.js +68 -25
- package/dist-es/pagination/SearchProductsAsAdminPaginator.js +68 -25
- package/dist-es/pagination/SearchProductsPaginator.js +68 -25
- package/dist-es/pagination/SearchProvisionedProductsPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +6725 -5338
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeServiceActionExecutionParametersInputFilterSensitiveLog, DescribeServiceActionExecutionParametersOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeServiceActionExecutionParametersCommand, serializeAws_json1_1DescribeServiceActionExecutionParametersCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeServiceActionExecutionParametersCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeServiceActionExecutionParametersCommand, _super);
|
|
8
|
+
function DescribeServiceActionExecutionParametersCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeServiceActionExecutionParametersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ServiceCatalogClient";
|
|
18
|
+
var commandName = "DescribeServiceActionExecutionParametersCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeServiceActionExecutionParametersInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeServiceActionExecutionParametersOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeServiceActionExecutionParametersCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeServiceActionExecutionParametersCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeServiceActionExecutionParametersCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeServiceActionExecutionParametersCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeServiceActionExecutionParametersCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeServiceActionExecutionParametersCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeTagOptionInputFilterSensitiveLog, DescribeTagOptionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeTagOptionCommand, serializeAws_json1_1DescribeTagOptionCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeTagOptionCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeTagOptionCommand, _super);
|
|
8
|
+
function DescribeTagOptionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeTagOptionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ServiceCatalogClient";
|
|
18
|
+
var commandName = "DescribeTagOptionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeTagOptionInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeTagOptionOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeTagOptionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeTagOptionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeTagOptionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeTagOptionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeTagOptionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeTagOptionCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DisableAWSOrganizationsAccessInputFilterSensitiveLog, DisableAWSOrganizationsAccessOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisableAWSOrganizationsAccessCommand, serializeAws_json1_1DisableAWSOrganizationsAccessCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisableAWSOrganizationsAccessCommand = (function (_super) {
|
|
7
|
+
__extends(DisableAWSOrganizationsAccessCommand, _super);
|
|
8
|
+
function DisableAWSOrganizationsAccessCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisableAWSOrganizationsAccessCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ServiceCatalogClient";
|
|
18
|
+
var commandName = "DisableAWSOrganizationsAccessCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisableAWSOrganizationsAccessInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisableAWSOrganizationsAccessOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisableAWSOrganizationsAccessCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisableAWSOrganizationsAccessCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisableAWSOrganizationsAccessCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisableAWSOrganizationsAccessCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisableAWSOrganizationsAccessCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisableAWSOrganizationsAccessCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DisassociateBudgetFromResourceInputFilterSensitiveLog, DisassociateBudgetFromResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateBudgetFromResourceCommand, serializeAws_json1_1DisassociateBudgetFromResourceCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociateBudgetFromResourceCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateBudgetFromResourceCommand, _super);
|
|
8
|
+
function DisassociateBudgetFromResourceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateBudgetFromResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ServiceCatalogClient";
|
|
18
|
+
var commandName = "DisassociateBudgetFromResourceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateBudgetFromResourceInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociateBudgetFromResourceOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisassociateBudgetFromResourceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociateBudgetFromResourceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateBudgetFromResourceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateBudgetFromResourceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateBudgetFromResourceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateBudgetFromResourceCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DisassociatePrincipalFromPortfolioInputFilterSensitiveLog, DisassociatePrincipalFromPortfolioOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociatePrincipalFromPortfolioCommand, serializeAws_json1_1DisassociatePrincipalFromPortfolioCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociatePrincipalFromPortfolioCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociatePrincipalFromPortfolioCommand, _super);
|
|
8
|
+
function DisassociatePrincipalFromPortfolioCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociatePrincipalFromPortfolioCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ServiceCatalogClient";
|
|
18
|
+
var commandName = "DisassociatePrincipalFromPortfolioCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociatePrincipalFromPortfolioInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociatePrincipalFromPortfolioOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisassociatePrincipalFromPortfolioCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociatePrincipalFromPortfolioCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociatePrincipalFromPortfolioCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociatePrincipalFromPortfolioCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociatePrincipalFromPortfolioCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociatePrincipalFromPortfolioCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DisassociateProductFromPortfolioInputFilterSensitiveLog, DisassociateProductFromPortfolioOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateProductFromPortfolioCommand, serializeAws_json1_1DisassociateProductFromPortfolioCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociateProductFromPortfolioCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateProductFromPortfolioCommand, _super);
|
|
8
|
+
function DisassociateProductFromPortfolioCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateProductFromPortfolioCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ServiceCatalogClient";
|
|
18
|
+
var commandName = "DisassociateProductFromPortfolioCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateProductFromPortfolioInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociateProductFromPortfolioOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisassociateProductFromPortfolioCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociateProductFromPortfolioCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateProductFromPortfolioCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateProductFromPortfolioCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateProductFromPortfolioCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateProductFromPortfolioCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DisassociateServiceActionFromProvisioningArtifactInputFilterSensitiveLog, DisassociateServiceActionFromProvisioningArtifactOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateServiceActionFromProvisioningArtifactCommand, serializeAws_json1_1DisassociateServiceActionFromProvisioningArtifactCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociateServiceActionFromProvisioningArtifactCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateServiceActionFromProvisioningArtifactCommand, _super);
|
|
8
|
+
function DisassociateServiceActionFromProvisioningArtifactCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateServiceActionFromProvisioningArtifactCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ServiceCatalogClient";
|
|
18
|
+
var commandName = "DisassociateServiceActionFromProvisioningArtifactCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateServiceActionFromProvisioningArtifactInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociateServiceActionFromProvisioningArtifactOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisassociateServiceActionFromProvisioningArtifactCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociateServiceActionFromProvisioningArtifactCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateServiceActionFromProvisioningArtifactCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateServiceActionFromProvisioningArtifactCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateServiceActionFromProvisioningArtifactCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateServiceActionFromProvisioningArtifactCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DisassociateTagOptionFromResourceInputFilterSensitiveLog, DisassociateTagOptionFromResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateTagOptionFromResourceCommand, serializeAws_json1_1DisassociateTagOptionFromResourceCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociateTagOptionFromResourceCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateTagOptionFromResourceCommand, _super);
|
|
8
|
+
function DisassociateTagOptionFromResourceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateTagOptionFromResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ServiceCatalogClient";
|
|
18
|
+
var commandName = "DisassociateTagOptionFromResourceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateTagOptionFromResourceInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociateTagOptionFromResourceOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisassociateTagOptionFromResourceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociateTagOptionFromResourceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateTagOptionFromResourceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateTagOptionFromResourceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateTagOptionFromResourceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateTagOptionFromResourceCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { EnableAWSOrganizationsAccessInputFilterSensitiveLog, EnableAWSOrganizationsAccessOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1EnableAWSOrganizationsAccessCommand, serializeAws_json1_1EnableAWSOrganizationsAccessCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var EnableAWSOrganizationsAccessCommand = (function (_super) {
|
|
7
|
+
__extends(EnableAWSOrganizationsAccessCommand, _super);
|
|
8
|
+
function EnableAWSOrganizationsAccessCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
EnableAWSOrganizationsAccessCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ServiceCatalogClient";
|
|
18
|
+
var commandName = "EnableAWSOrganizationsAccessCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: EnableAWSOrganizationsAccessInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: EnableAWSOrganizationsAccessOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
EnableAWSOrganizationsAccessCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1EnableAWSOrganizationsAccessCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
EnableAWSOrganizationsAccessCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1EnableAWSOrganizationsAccessCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return EnableAWSOrganizationsAccessCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { EnableAWSOrganizationsAccessCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ExecuteProvisionedProductPlanInputFilterSensitiveLog, ExecuteProvisionedProductPlanOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ExecuteProvisionedProductPlanCommand, serializeAws_json1_1ExecuteProvisionedProductPlanCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ExecuteProvisionedProductPlanCommand = (function (_super) {
|
|
7
|
+
__extends(ExecuteProvisionedProductPlanCommand, _super);
|
|
8
|
+
function ExecuteProvisionedProductPlanCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ExecuteProvisionedProductPlanCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ServiceCatalogClient";
|
|
18
|
+
var commandName = "ExecuteProvisionedProductPlanCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ExecuteProvisionedProductPlanInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ExecuteProvisionedProductPlanOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ExecuteProvisionedProductPlanCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ExecuteProvisionedProductPlanCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ExecuteProvisionedProductPlanCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ExecuteProvisionedProductPlanCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ExecuteProvisionedProductPlanCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ExecuteProvisionedProductPlanCommand };
|