@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
|
@@ -71,6 +71,9 @@ import { ListServiceActionsCommandInput, ListServiceActionsCommandOutput } from
|
|
|
71
71
|
import { ListServiceActionsForProvisioningArtifactCommandInput, ListServiceActionsForProvisioningArtifactCommandOutput } from "../commands/ListServiceActionsForProvisioningArtifactCommand";
|
|
72
72
|
import { ListStackInstancesForProvisionedProductCommandInput, ListStackInstancesForProvisionedProductCommandOutput } from "../commands/ListStackInstancesForProvisionedProductCommand";
|
|
73
73
|
import { ListTagOptionsCommandInput, ListTagOptionsCommandOutput } from "../commands/ListTagOptionsCommand";
|
|
74
|
+
import { NotifyProvisionProductEngineWorkflowResultCommandInput, NotifyProvisionProductEngineWorkflowResultCommandOutput } from "../commands/NotifyProvisionProductEngineWorkflowResultCommand";
|
|
75
|
+
import { NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput, NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput } from "../commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand";
|
|
76
|
+
import { NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput, NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput } from "../commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand";
|
|
74
77
|
import { ProvisionProductCommandInput, ProvisionProductCommandOutput } from "../commands/ProvisionProductCommand";
|
|
75
78
|
import { RejectPortfolioShareCommandInput, RejectPortfolioShareCommandOutput } from "../commands/RejectPortfolioShareCommand";
|
|
76
79
|
import { ScanProvisionedProductsCommandInput, ScanProvisionedProductsCommandOutput } from "../commands/ScanProvisionedProductsCommand";
|
|
@@ -158,6 +161,9 @@ export declare const serializeAws_json1_1ListServiceActionsCommand: (input: List
|
|
|
158
161
|
export declare const serializeAws_json1_1ListServiceActionsForProvisioningArtifactCommand: (input: ListServiceActionsForProvisioningArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
162
|
export declare const serializeAws_json1_1ListStackInstancesForProvisionedProductCommand: (input: ListStackInstancesForProvisionedProductCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
163
|
export declare const serializeAws_json1_1ListTagOptionsCommand: (input: ListTagOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
+
export declare const serializeAws_json1_1NotifyProvisionProductEngineWorkflowResultCommand: (input: NotifyProvisionProductEngineWorkflowResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
export declare const serializeAws_json1_1NotifyTerminateProvisionedProductEngineWorkflowResultCommand: (input: NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_json1_1NotifyUpdateProvisionedProductEngineWorkflowResultCommand: (input: NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
167
|
export declare const serializeAws_json1_1ProvisionProductCommand: (input: ProvisionProductCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
168
|
export declare const serializeAws_json1_1RejectPortfolioShareCommand: (input: RejectPortfolioShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
169
|
export declare const serializeAws_json1_1ScanProvisionedProductsCommand: (input: ScanProvisionedProductsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -245,6 +251,9 @@ export declare const deserializeAws_json1_1ListServiceActionsCommand: (output: _
|
|
|
245
251
|
export declare const deserializeAws_json1_1ListServiceActionsForProvisioningArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceActionsForProvisioningArtifactCommandOutput>;
|
|
246
252
|
export declare const deserializeAws_json1_1ListStackInstancesForProvisionedProductCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStackInstancesForProvisionedProductCommandOutput>;
|
|
247
253
|
export declare const deserializeAws_json1_1ListTagOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagOptionsCommandOutput>;
|
|
254
|
+
export declare const deserializeAws_json1_1NotifyProvisionProductEngineWorkflowResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyProvisionProductEngineWorkflowResultCommandOutput>;
|
|
255
|
+
export declare const deserializeAws_json1_1NotifyTerminateProvisionedProductEngineWorkflowResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput>;
|
|
256
|
+
export declare const deserializeAws_json1_1NotifyUpdateProvisionedProductEngineWorkflowResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput>;
|
|
248
257
|
export declare const deserializeAws_json1_1ProvisionProductCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionProductCommandOutput>;
|
|
249
258
|
export declare const deserializeAws_json1_1RejectPortfolioShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectPortfolioShareCommandOutput>;
|
|
250
259
|
export declare const deserializeAws_json1_1ScanProvisionedProductsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScanProvisionedProductsCommandOutput>;
|
|
@@ -283,6 +283,18 @@ import {
|
|
|
283
283
|
ListTagOptionsCommandInput,
|
|
284
284
|
ListTagOptionsCommandOutput,
|
|
285
285
|
} from "./commands/ListTagOptionsCommand";
|
|
286
|
+
import {
|
|
287
|
+
NotifyProvisionProductEngineWorkflowResultCommandInput,
|
|
288
|
+
NotifyProvisionProductEngineWorkflowResultCommandOutput,
|
|
289
|
+
} from "./commands/NotifyProvisionProductEngineWorkflowResultCommand";
|
|
290
|
+
import {
|
|
291
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput,
|
|
292
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput,
|
|
293
|
+
} from "./commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand";
|
|
294
|
+
import {
|
|
295
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput,
|
|
296
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput,
|
|
297
|
+
} from "./commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand";
|
|
286
298
|
import {
|
|
287
299
|
ProvisionProductCommandInput,
|
|
288
300
|
ProvisionProductCommandOutput,
|
|
@@ -1338,6 +1350,63 @@ export declare class ServiceCatalog extends ServiceCatalogClient {
|
|
|
1338
1350
|
options: __HttpHandlerOptions,
|
|
1339
1351
|
cb: (err: any, data?: ListTagOptionsCommandOutput) => void
|
|
1340
1352
|
): void;
|
|
1353
|
+
notifyProvisionProductEngineWorkflowResult(
|
|
1354
|
+
args: NotifyProvisionProductEngineWorkflowResultCommandInput,
|
|
1355
|
+
options?: __HttpHandlerOptions
|
|
1356
|
+
): Promise<NotifyProvisionProductEngineWorkflowResultCommandOutput>;
|
|
1357
|
+
notifyProvisionProductEngineWorkflowResult(
|
|
1358
|
+
args: NotifyProvisionProductEngineWorkflowResultCommandInput,
|
|
1359
|
+
cb: (
|
|
1360
|
+
err: any,
|
|
1361
|
+
data?: NotifyProvisionProductEngineWorkflowResultCommandOutput
|
|
1362
|
+
) => void
|
|
1363
|
+
): void;
|
|
1364
|
+
notifyProvisionProductEngineWorkflowResult(
|
|
1365
|
+
args: NotifyProvisionProductEngineWorkflowResultCommandInput,
|
|
1366
|
+
options: __HttpHandlerOptions,
|
|
1367
|
+
cb: (
|
|
1368
|
+
err: any,
|
|
1369
|
+
data?: NotifyProvisionProductEngineWorkflowResultCommandOutput
|
|
1370
|
+
) => void
|
|
1371
|
+
): void;
|
|
1372
|
+
notifyTerminateProvisionedProductEngineWorkflowResult(
|
|
1373
|
+
args: NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput,
|
|
1374
|
+
options?: __HttpHandlerOptions
|
|
1375
|
+
): Promise<NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput>;
|
|
1376
|
+
notifyTerminateProvisionedProductEngineWorkflowResult(
|
|
1377
|
+
args: NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput,
|
|
1378
|
+
cb: (
|
|
1379
|
+
err: any,
|
|
1380
|
+
data?: NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput
|
|
1381
|
+
) => void
|
|
1382
|
+
): void;
|
|
1383
|
+
notifyTerminateProvisionedProductEngineWorkflowResult(
|
|
1384
|
+
args: NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput,
|
|
1385
|
+
options: __HttpHandlerOptions,
|
|
1386
|
+
cb: (
|
|
1387
|
+
err: any,
|
|
1388
|
+
data?: NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput
|
|
1389
|
+
) => void
|
|
1390
|
+
): void;
|
|
1391
|
+
notifyUpdateProvisionedProductEngineWorkflowResult(
|
|
1392
|
+
args: NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput,
|
|
1393
|
+
options?: __HttpHandlerOptions
|
|
1394
|
+
): Promise<NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput>;
|
|
1395
|
+
notifyUpdateProvisionedProductEngineWorkflowResult(
|
|
1396
|
+
args: NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput,
|
|
1397
|
+
cb: (
|
|
1398
|
+
err: any,
|
|
1399
|
+
data?: NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput
|
|
1400
|
+
) => void
|
|
1401
|
+
): void;
|
|
1402
|
+
notifyUpdateProvisionedProductEngineWorkflowResult(
|
|
1403
|
+
args: NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput,
|
|
1404
|
+
options: __HttpHandlerOptions,
|
|
1405
|
+
cb: (
|
|
1406
|
+
err: any,
|
|
1407
|
+
data?: NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput
|
|
1408
|
+
) => void
|
|
1409
|
+
): void;
|
|
1341
1410
|
provisionProduct(
|
|
1342
1411
|
args: ProvisionProductCommandInput,
|
|
1343
1412
|
options?: __HttpHandlerOptions
|
|
@@ -328,6 +328,18 @@ import {
|
|
|
328
328
|
ListTagOptionsCommandInput,
|
|
329
329
|
ListTagOptionsCommandOutput,
|
|
330
330
|
} from "./commands/ListTagOptionsCommand";
|
|
331
|
+
import {
|
|
332
|
+
NotifyProvisionProductEngineWorkflowResultCommandInput,
|
|
333
|
+
NotifyProvisionProductEngineWorkflowResultCommandOutput,
|
|
334
|
+
} from "./commands/NotifyProvisionProductEngineWorkflowResultCommand";
|
|
335
|
+
import {
|
|
336
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput,
|
|
337
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput,
|
|
338
|
+
} from "./commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand";
|
|
339
|
+
import {
|
|
340
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput,
|
|
341
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput,
|
|
342
|
+
} from "./commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand";
|
|
331
343
|
import {
|
|
332
344
|
ProvisionProductCommandInput,
|
|
333
345
|
ProvisionProductCommandOutput,
|
|
@@ -469,6 +481,9 @@ export type ServiceInputTypes =
|
|
|
469
481
|
| ListServiceActionsForProvisioningArtifactCommandInput
|
|
470
482
|
| ListStackInstancesForProvisionedProductCommandInput
|
|
471
483
|
| ListTagOptionsCommandInput
|
|
484
|
+
| NotifyProvisionProductEngineWorkflowResultCommandInput
|
|
485
|
+
| NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput
|
|
486
|
+
| NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput
|
|
472
487
|
| ProvisionProductCommandInput
|
|
473
488
|
| RejectPortfolioShareCommandInput
|
|
474
489
|
| ScanProvisionedProductsCommandInput
|
|
@@ -557,6 +572,9 @@ export type ServiceOutputTypes =
|
|
|
557
572
|
| ListServiceActionsForProvisioningArtifactCommandOutput
|
|
558
573
|
| ListStackInstancesForProvisionedProductCommandOutput
|
|
559
574
|
| ListTagOptionsCommandOutput
|
|
575
|
+
| NotifyProvisionProductEngineWorkflowResultCommandOutput
|
|
576
|
+
| NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput
|
|
577
|
+
| NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput
|
|
560
578
|
| ProvisionProductCommandOutput
|
|
561
579
|
| RejectPortfolioShareCommandOutput
|
|
562
580
|
| ScanProvisionedProductsCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
NotifyProvisionProductEngineWorkflowResultInput,
|
|
11
|
+
NotifyProvisionProductEngineWorkflowResultOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceCatalogClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ServiceCatalogClient";
|
|
18
|
+
export interface NotifyProvisionProductEngineWorkflowResultCommandInput
|
|
19
|
+
extends NotifyProvisionProductEngineWorkflowResultInput {}
|
|
20
|
+
export interface NotifyProvisionProductEngineWorkflowResultCommandOutput
|
|
21
|
+
extends NotifyProvisionProductEngineWorkflowResultOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class NotifyProvisionProductEngineWorkflowResultCommand extends $Command<
|
|
24
|
+
NotifyProvisionProductEngineWorkflowResultCommandInput,
|
|
25
|
+
NotifyProvisionProductEngineWorkflowResultCommandOutput,
|
|
26
|
+
ServiceCatalogClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: NotifyProvisionProductEngineWorkflowResultCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: NotifyProvisionProductEngineWorkflowResultCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceCatalogClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
NotifyProvisionProductEngineWorkflowResultCommandInput,
|
|
37
|
+
NotifyProvisionProductEngineWorkflowResultCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
package/dist-types/ts3.4/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultInput,
|
|
11
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceCatalogClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ServiceCatalogClient";
|
|
18
|
+
export interface NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput
|
|
19
|
+
extends NotifyTerminateProvisionedProductEngineWorkflowResultInput {}
|
|
20
|
+
export interface NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput
|
|
21
|
+
extends NotifyTerminateProvisionedProductEngineWorkflowResultOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class NotifyTerminateProvisionedProductEngineWorkflowResultCommand extends $Command<
|
|
24
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput,
|
|
25
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput,
|
|
26
|
+
ServiceCatalogClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(
|
|
31
|
+
input: NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput
|
|
32
|
+
);
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: ServiceCatalogClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput,
|
|
39
|
+
NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput
|
|
40
|
+
>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
package/dist-types/ts3.4/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultInput,
|
|
11
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceCatalogClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../ServiceCatalogClient";
|
|
18
|
+
export interface NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput
|
|
19
|
+
extends NotifyUpdateProvisionedProductEngineWorkflowResultInput {}
|
|
20
|
+
export interface NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput
|
|
21
|
+
extends NotifyUpdateProvisionedProductEngineWorkflowResultOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class NotifyUpdateProvisionedProductEngineWorkflowResultCommand extends $Command<
|
|
24
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput,
|
|
25
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput,
|
|
26
|
+
ServiceCatalogClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(
|
|
31
|
+
input: NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput
|
|
32
|
+
);
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: ServiceCatalogClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput,
|
|
39
|
+
NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput
|
|
40
|
+
>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -69,6 +69,9 @@ export * from "./ListServiceActionsCommand";
|
|
|
69
69
|
export * from "./ListServiceActionsForProvisioningArtifactCommand";
|
|
70
70
|
export * from "./ListStackInstancesForProvisionedProductCommand";
|
|
71
71
|
export * from "./ListTagOptionsCommand";
|
|
72
|
+
export * from "./NotifyProvisionProductEngineWorkflowResultCommand";
|
|
73
|
+
export * from "./NotifyTerminateProvisionedProductEngineWorkflowResultCommand";
|
|
74
|
+
export * from "./NotifyUpdateProvisionedProductEngineWorkflowResultCommand";
|
|
72
75
|
export * from "./ProvisionProductCommand";
|
|
73
76
|
export * from "./RejectPortfolioShareCommand";
|
|
74
77
|
export * from "./ScanProvisionedProductsCommand";
|