@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 { ExecuteProvisionedProductServiceActionInputFilterSensitiveLog, ExecuteProvisionedProductServiceActionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ExecuteProvisionedProductServiceActionCommand, serializeAws_json1_1ExecuteProvisionedProductServiceActionCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ExecuteProvisionedProductServiceActionCommand = (function (_super) {
|
|
7
|
+
__extends(ExecuteProvisionedProductServiceActionCommand, _super);
|
|
8
|
+
function ExecuteProvisionedProductServiceActionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ExecuteProvisionedProductServiceActionCommand.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 = "ExecuteProvisionedProductServiceActionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ExecuteProvisionedProductServiceActionInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ExecuteProvisionedProductServiceActionOutputFilterSensitiveLog,
|
|
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
|
+
ExecuteProvisionedProductServiceActionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ExecuteProvisionedProductServiceActionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ExecuteProvisionedProductServiceActionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ExecuteProvisionedProductServiceActionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ExecuteProvisionedProductServiceActionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ExecuteProvisionedProductServiceActionCommand };
|
|
@@ -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 { GetAWSOrganizationsAccessStatusInputFilterSensitiveLog, GetAWSOrganizationsAccessStatusOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetAWSOrganizationsAccessStatusCommand, serializeAws_json1_1GetAWSOrganizationsAccessStatusCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetAWSOrganizationsAccessStatusCommand = (function (_super) {
|
|
7
|
+
__extends(GetAWSOrganizationsAccessStatusCommand, _super);
|
|
8
|
+
function GetAWSOrganizationsAccessStatusCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetAWSOrganizationsAccessStatusCommand.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 = "GetAWSOrganizationsAccessStatusCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetAWSOrganizationsAccessStatusInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetAWSOrganizationsAccessStatusOutputFilterSensitiveLog,
|
|
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
|
+
GetAWSOrganizationsAccessStatusCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1GetAWSOrganizationsAccessStatusCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetAWSOrganizationsAccessStatusCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetAWSOrganizationsAccessStatusCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetAWSOrganizationsAccessStatusCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetAWSOrganizationsAccessStatusCommand };
|
|
@@ -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 { GetProvisionedProductOutputsInputFilterSensitiveLog, GetProvisionedProductOutputsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetProvisionedProductOutputsCommand, serializeAws_json1_1GetProvisionedProductOutputsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetProvisionedProductOutputsCommand = (function (_super) {
|
|
7
|
+
__extends(GetProvisionedProductOutputsCommand, _super);
|
|
8
|
+
function GetProvisionedProductOutputsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetProvisionedProductOutputsCommand.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 = "GetProvisionedProductOutputsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetProvisionedProductOutputsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetProvisionedProductOutputsOutputFilterSensitiveLog,
|
|
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
|
+
GetProvisionedProductOutputsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1GetProvisionedProductOutputsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetProvisionedProductOutputsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetProvisionedProductOutputsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetProvisionedProductOutputsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetProvisionedProductOutputsCommand };
|
|
@@ -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 { ImportAsProvisionedProductInputFilterSensitiveLog, ImportAsProvisionedProductOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ImportAsProvisionedProductCommand, serializeAws_json1_1ImportAsProvisionedProductCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ImportAsProvisionedProductCommand = (function (_super) {
|
|
7
|
+
__extends(ImportAsProvisionedProductCommand, _super);
|
|
8
|
+
function ImportAsProvisionedProductCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ImportAsProvisionedProductCommand.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 = "ImportAsProvisionedProductCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ImportAsProvisionedProductInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ImportAsProvisionedProductOutputFilterSensitiveLog,
|
|
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
|
+
ImportAsProvisionedProductCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ImportAsProvisionedProductCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ImportAsProvisionedProductCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ImportAsProvisionedProductCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ImportAsProvisionedProductCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ImportAsProvisionedProductCommand };
|
|
@@ -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 { ListAcceptedPortfolioSharesInputFilterSensitiveLog, ListAcceptedPortfolioSharesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListAcceptedPortfolioSharesCommand, serializeAws_json1_1ListAcceptedPortfolioSharesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListAcceptedPortfolioSharesCommand = (function (_super) {
|
|
7
|
+
__extends(ListAcceptedPortfolioSharesCommand, _super);
|
|
8
|
+
function ListAcceptedPortfolioSharesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListAcceptedPortfolioSharesCommand.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 = "ListAcceptedPortfolioSharesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListAcceptedPortfolioSharesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListAcceptedPortfolioSharesOutputFilterSensitiveLog,
|
|
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
|
+
ListAcceptedPortfolioSharesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListAcceptedPortfolioSharesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListAcceptedPortfolioSharesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListAcceptedPortfolioSharesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListAcceptedPortfolioSharesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListAcceptedPortfolioSharesCommand };
|
|
@@ -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 { ListBudgetsForResourceInputFilterSensitiveLog, ListBudgetsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListBudgetsForResourceCommand, serializeAws_json1_1ListBudgetsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListBudgetsForResourceCommand = (function (_super) {
|
|
7
|
+
__extends(ListBudgetsForResourceCommand, _super);
|
|
8
|
+
function ListBudgetsForResourceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListBudgetsForResourceCommand.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 = "ListBudgetsForResourceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListBudgetsForResourceInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListBudgetsForResourceOutputFilterSensitiveLog,
|
|
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
|
+
ListBudgetsForResourceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListBudgetsForResourceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListBudgetsForResourceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListBudgetsForResourceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListBudgetsForResourceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListBudgetsForResourceCommand };
|
|
@@ -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 { ListConstraintsForPortfolioInputFilterSensitiveLog, ListConstraintsForPortfolioOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListConstraintsForPortfolioCommand, serializeAws_json1_1ListConstraintsForPortfolioCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListConstraintsForPortfolioCommand = (function (_super) {
|
|
7
|
+
__extends(ListConstraintsForPortfolioCommand, _super);
|
|
8
|
+
function ListConstraintsForPortfolioCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListConstraintsForPortfolioCommand.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 = "ListConstraintsForPortfolioCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListConstraintsForPortfolioInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListConstraintsForPortfolioOutputFilterSensitiveLog,
|
|
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
|
+
ListConstraintsForPortfolioCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListConstraintsForPortfolioCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListConstraintsForPortfolioCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListConstraintsForPortfolioCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListConstraintsForPortfolioCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListConstraintsForPortfolioCommand };
|
|
@@ -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 { ListLaunchPathsInputFilterSensitiveLog, ListLaunchPathsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListLaunchPathsCommand, serializeAws_json1_1ListLaunchPathsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListLaunchPathsCommand = (function (_super) {
|
|
7
|
+
__extends(ListLaunchPathsCommand, _super);
|
|
8
|
+
function ListLaunchPathsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListLaunchPathsCommand.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 = "ListLaunchPathsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListLaunchPathsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListLaunchPathsOutputFilterSensitiveLog,
|
|
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
|
+
ListLaunchPathsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListLaunchPathsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListLaunchPathsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListLaunchPathsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListLaunchPathsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListLaunchPathsCommand };
|
|
@@ -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 { ListOrganizationPortfolioAccessInputFilterSensitiveLog, ListOrganizationPortfolioAccessOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListOrganizationPortfolioAccessCommand, serializeAws_json1_1ListOrganizationPortfolioAccessCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListOrganizationPortfolioAccessCommand = (function (_super) {
|
|
7
|
+
__extends(ListOrganizationPortfolioAccessCommand, _super);
|
|
8
|
+
function ListOrganizationPortfolioAccessCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListOrganizationPortfolioAccessCommand.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 = "ListOrganizationPortfolioAccessCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListOrganizationPortfolioAccessInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListOrganizationPortfolioAccessOutputFilterSensitiveLog,
|
|
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
|
+
ListOrganizationPortfolioAccessCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListOrganizationPortfolioAccessCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListOrganizationPortfolioAccessCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListOrganizationPortfolioAccessCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListOrganizationPortfolioAccessCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListOrganizationPortfolioAccessCommand };
|
|
@@ -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 { ListPortfolioAccessInputFilterSensitiveLog, ListPortfolioAccessOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListPortfolioAccessCommand, serializeAws_json1_1ListPortfolioAccessCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListPortfolioAccessCommand = (function (_super) {
|
|
7
|
+
__extends(ListPortfolioAccessCommand, _super);
|
|
8
|
+
function ListPortfolioAccessCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListPortfolioAccessCommand.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 = "ListPortfolioAccessCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListPortfolioAccessInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListPortfolioAccessOutputFilterSensitiveLog,
|
|
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
|
+
ListPortfolioAccessCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListPortfolioAccessCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListPortfolioAccessCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListPortfolioAccessCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListPortfolioAccessCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListPortfolioAccessCommand };
|