@aws-sdk/client-service-catalog 3.301.0 → 3.305.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/README.md +24 -0
- package/dist-cjs/ServiceCatalog.js +45 -0
- package/dist-cjs/commands/NotifyProvisionProductEngineWorkflowResultCommand.js +45 -0
- package/dist-cjs/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.js +45 -0
- package/dist-cjs/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.js +45 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +186 -213
- package/dist-cjs/protocols/Aws_json1_1.js +215 -3
- package/dist-es/ServiceCatalog.js +45 -0
- package/dist-es/commands/NotifyProvisionProductEngineWorkflowResultCommand.js +41 -0
- package/dist-es/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.js +41 -0
- package/dist-es/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.js +41 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +185 -212
- package/dist-es/protocols/Aws_json1_1.js +206 -0
- package/dist-types/ServiceCatalog.d.ts +33 -0
- package/dist-types/ServiceCatalogClient.d.ts +5 -2
- package/dist-types/commands/AssociateServiceActionWithProvisioningArtifactCommand.d.ts +3 -0
- package/dist-types/commands/CreateProductCommand.d.ts +2 -2
- package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +1 -1
- package/dist-types/commands/NotifyProvisionProductEngineWorkflowResultCommand.d.ts +89 -0
- package/dist-types/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.d.ts +76 -0
- package/dist-types/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.d.ts +83 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +588 -470
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/ServiceCatalog.d.ts +69 -0
- package/dist-types/ts3.4/ServiceCatalogClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/NotifyProvisionProductEngineWorkflowResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +280 -176
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +34 -34
package/README.md
CHANGED
|
@@ -780,6 +780,30 @@ ListTagOptions
|
|
|
780
780
|
|
|
781
781
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/listtagoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listtagoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/listtagoptionscommandoutput.html)
|
|
782
782
|
|
|
783
|
+
</details>
|
|
784
|
+
<details>
|
|
785
|
+
<summary>
|
|
786
|
+
NotifyProvisionProductEngineWorkflowResult
|
|
787
|
+
</summary>
|
|
788
|
+
|
|
789
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/notifyprovisionproductengineworkflowresultcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/notifyprovisionproductengineworkflowresultcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/notifyprovisionproductengineworkflowresultcommandoutput.html)
|
|
790
|
+
|
|
791
|
+
</details>
|
|
792
|
+
<details>
|
|
793
|
+
<summary>
|
|
794
|
+
NotifyTerminateProvisionedProductEngineWorkflowResult
|
|
795
|
+
</summary>
|
|
796
|
+
|
|
797
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/notifyterminateprovisionedproductengineworkflowresultcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/notifyterminateprovisionedproductengineworkflowresultcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/notifyterminateprovisionedproductengineworkflowresultcommandoutput.html)
|
|
798
|
+
|
|
799
|
+
</details>
|
|
800
|
+
<details>
|
|
801
|
+
<summary>
|
|
802
|
+
NotifyUpdateProvisionedProductEngineWorkflowResult
|
|
803
|
+
</summary>
|
|
804
|
+
|
|
805
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/classes/notifyupdateprovisionedproductengineworkflowresultcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/notifyupdateprovisionedproductengineworkflowresultcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-service-catalog/interfaces/notifyupdateprovisionedproductengineworkflowresultcommandoutput.html)
|
|
806
|
+
|
|
783
807
|
</details>
|
|
784
808
|
<details>
|
|
785
809
|
<summary>
|
|
@@ -72,6 +72,9 @@ const ListServiceActionsCommand_1 = require("./commands/ListServiceActionsComman
|
|
|
72
72
|
const ListServiceActionsForProvisioningArtifactCommand_1 = require("./commands/ListServiceActionsForProvisioningArtifactCommand");
|
|
73
73
|
const ListStackInstancesForProvisionedProductCommand_1 = require("./commands/ListStackInstancesForProvisionedProductCommand");
|
|
74
74
|
const ListTagOptionsCommand_1 = require("./commands/ListTagOptionsCommand");
|
|
75
|
+
const NotifyProvisionProductEngineWorkflowResultCommand_1 = require("./commands/NotifyProvisionProductEngineWorkflowResultCommand");
|
|
76
|
+
const NotifyTerminateProvisionedProductEngineWorkflowResultCommand_1 = require("./commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand");
|
|
77
|
+
const NotifyUpdateProvisionedProductEngineWorkflowResultCommand_1 = require("./commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand");
|
|
75
78
|
const ProvisionProductCommand_1 = require("./commands/ProvisionProductCommand");
|
|
76
79
|
const RejectPortfolioShareCommand_1 = require("./commands/RejectPortfolioShareCommand");
|
|
77
80
|
const ScanProvisionedProductsCommand_1 = require("./commands/ScanProvisionedProductsCommand");
|
|
@@ -1084,6 +1087,48 @@ class ServiceCatalog extends ServiceCatalogClient_1.ServiceCatalogClient {
|
|
|
1084
1087
|
return this.send(command, optionsOrCb);
|
|
1085
1088
|
}
|
|
1086
1089
|
}
|
|
1090
|
+
notifyProvisionProductEngineWorkflowResult(args, optionsOrCb, cb) {
|
|
1091
|
+
const command = new NotifyProvisionProductEngineWorkflowResultCommand_1.NotifyProvisionProductEngineWorkflowResultCommand(args);
|
|
1092
|
+
if (typeof optionsOrCb === "function") {
|
|
1093
|
+
this.send(command, optionsOrCb);
|
|
1094
|
+
}
|
|
1095
|
+
else if (typeof cb === "function") {
|
|
1096
|
+
if (typeof optionsOrCb !== "object")
|
|
1097
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1098
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1099
|
+
}
|
|
1100
|
+
else {
|
|
1101
|
+
return this.send(command, optionsOrCb);
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
notifyTerminateProvisionedProductEngineWorkflowResult(args, optionsOrCb, cb) {
|
|
1105
|
+
const command = new NotifyTerminateProvisionedProductEngineWorkflowResultCommand_1.NotifyTerminateProvisionedProductEngineWorkflowResultCommand(args);
|
|
1106
|
+
if (typeof optionsOrCb === "function") {
|
|
1107
|
+
this.send(command, optionsOrCb);
|
|
1108
|
+
}
|
|
1109
|
+
else if (typeof cb === "function") {
|
|
1110
|
+
if (typeof optionsOrCb !== "object")
|
|
1111
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1112
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1113
|
+
}
|
|
1114
|
+
else {
|
|
1115
|
+
return this.send(command, optionsOrCb);
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
notifyUpdateProvisionedProductEngineWorkflowResult(args, optionsOrCb, cb) {
|
|
1119
|
+
const command = new NotifyUpdateProvisionedProductEngineWorkflowResultCommand_1.NotifyUpdateProvisionedProductEngineWorkflowResultCommand(args);
|
|
1120
|
+
if (typeof optionsOrCb === "function") {
|
|
1121
|
+
this.send(command, optionsOrCb);
|
|
1122
|
+
}
|
|
1123
|
+
else if (typeof cb === "function") {
|
|
1124
|
+
if (typeof optionsOrCb !== "object")
|
|
1125
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1126
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1127
|
+
}
|
|
1128
|
+
else {
|
|
1129
|
+
return this.send(command, optionsOrCb);
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1087
1132
|
provisionProduct(args, optionsOrCb, cb) {
|
|
1088
1133
|
const command = new ProvisionProductCommand_1.ProvisionProductCommand(args);
|
|
1089
1134
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotifyProvisionProductEngineWorkflowResultCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class NotifyProvisionProductEngineWorkflowResultCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, NotifyProvisionProductEngineWorkflowResultCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "ServiceCatalogClient";
|
|
27
|
+
const commandName = "NotifyProvisionProductEngineWorkflowResultCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1NotifyProvisionProductEngineWorkflowResultCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1NotifyProvisionProductEngineWorkflowResultCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.NotifyProvisionProductEngineWorkflowResultCommand = NotifyProvisionProductEngineWorkflowResultCommand;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotifyTerminateProvisionedProductEngineWorkflowResultCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class NotifyTerminateProvisionedProductEngineWorkflowResultCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, NotifyTerminateProvisionedProductEngineWorkflowResultCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "ServiceCatalogClient";
|
|
27
|
+
const commandName = "NotifyTerminateProvisionedProductEngineWorkflowResultCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1NotifyTerminateProvisionedProductEngineWorkflowResultCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1NotifyTerminateProvisionedProductEngineWorkflowResultCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.NotifyTerminateProvisionedProductEngineWorkflowResultCommand = NotifyTerminateProvisionedProductEngineWorkflowResultCommand;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotifyUpdateProvisionedProductEngineWorkflowResultCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class NotifyUpdateProvisionedProductEngineWorkflowResultCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, NotifyUpdateProvisionedProductEngineWorkflowResultCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "ServiceCatalogClient";
|
|
27
|
+
const commandName = "NotifyUpdateProvisionedProductEngineWorkflowResultCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1NotifyUpdateProvisionedProductEngineWorkflowResultCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1NotifyUpdateProvisionedProductEngineWorkflowResultCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.NotifyUpdateProvisionedProductEngineWorkflowResultCommand = NotifyUpdateProvisionedProductEngineWorkflowResultCommand;
|
|
@@ -72,6 +72,9 @@ tslib_1.__exportStar(require("./ListServiceActionsCommand"), exports);
|
|
|
72
72
|
tslib_1.__exportStar(require("./ListServiceActionsForProvisioningArtifactCommand"), exports);
|
|
73
73
|
tslib_1.__exportStar(require("./ListStackInstancesForProvisionedProductCommand"), exports);
|
|
74
74
|
tslib_1.__exportStar(require("./ListTagOptionsCommand"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./NotifyProvisionProductEngineWorkflowResultCommand"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./NotifyTerminateProvisionedProductEngineWorkflowResultCommand"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./NotifyUpdateProvisionedProductEngineWorkflowResultCommand"), exports);
|
|
75
78
|
tslib_1.__exportStar(require("./ProvisionProductCommand"), exports);
|
|
76
79
|
tslib_1.__exportStar(require("./RejectPortfolioShareCommand"), exports);
|
|
77
80
|
tslib_1.__exportStar(require("./ScanProvisionedProductsCommand"), exports);
|