@aws-sdk/client-cloudformation 3.296.0 → 3.297.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/dist-cjs/protocols/Aws_query.js +130 -755
- package/dist-es/protocols/Aws_query.js +130 -755
- package/dist-types/CloudFormation.d.ts +67 -0
- package/dist-types/CloudFormationClient.d.ts +24 -4
- package/dist-types/commands/ActivateTypeCommand.d.ts +16 -0
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +16 -0
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +16 -0
- package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateStackCommand.d.ts +16 -0
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +16 -0
- package/dist-types/commands/CreateStackSetCommand.d.ts +16 -0
- package/dist-types/commands/DeactivateTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStackSetCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTypeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +16 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackSetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTypeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +16 -0
- package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -0
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +16 -0
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +16 -0
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +16 -0
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +16 -0
- package/dist-types/commands/GetStackPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +16 -0
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +16 -0
- package/dist-types/commands/ListChangeSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListExportsCommand.d.ts +16 -0
- package/dist-types/commands/ListImportsCommand.d.ts +16 -0
- package/dist-types/commands/ListStackInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListStackResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +16 -0
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +16 -0
- package/dist-types/commands/ListStackSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListStacksCommand.d.ts +16 -0
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTypesCommand.d.ts +16 -0
- package/dist-types/commands/PublishTypeCommand.d.ts +16 -0
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +16 -0
- package/dist-types/commands/RegisterPublisherCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTypeCommand.d.ts +16 -0
- package/dist-types/commands/RollbackStackCommand.d.ts +16 -0
- package/dist-types/commands/SetStackPolicyCommand.d.ts +16 -0
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +16 -0
- package/dist-types/commands/SignalResourceCommand.d.ts +16 -0
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +16 -0
- package/dist-types/commands/TestTypeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStackSetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +16 -0
- package/dist-types/commands/ValidateTemplateCommand.d.ts +16 -0
- package/dist-types/models/CloudFormationServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +543 -7
- package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStacksPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListChangeSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStackInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStackResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStackSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStacksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTypesPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { GetTemplateSummaryInput, GetTemplateSummaryOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetTemplateSummaryCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetTemplateSummaryCommandInput extends GetTemplateSummaryInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetTemplateSummaryCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a new or existing template. The
|
|
18
23
|
* <code>GetTemplateSummary</code> action is useful for viewing parameter information, such
|
|
19
24
|
* as default parameter values and parameter types, before you create or update a stack or
|
|
@@ -33,6 +38,8 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param GetTemplateSummaryCommandInput - {@link GetTemplateSummaryCommandInput}
|
|
42
|
+
* @returns {@link GetTemplateSummaryCommandOutput}
|
|
36
43
|
* @see {@link GetTemplateSummaryCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link GetTemplateSummaryCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu
|
|
|
45
52
|
export declare class GetTemplateSummaryCommand extends $Command<GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput, CloudFormationClientResolvedConfig> {
|
|
46
53
|
readonly input: GetTemplateSummaryCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: GetTemplateSummaryCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ImportStacksToStackSetInput, ImportStacksToStackSetOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ImportStacksToStackSetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ImportStacksToStackSetCommandInput extends ImportStacksToStackSetInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ImportStacksToStackSetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStackSetOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Import existing stacks into a new stack sets. Use the stack import operation to import
|
|
18
23
|
* up to 10 stacks into a new stack set in the same account as the source stack or in a
|
|
19
24
|
* different administrator account and Region, by specifying the stack ID of the stack you
|
|
@@ -33,6 +38,8 @@ export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStack
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param ImportStacksToStackSetCommandInput - {@link ImportStacksToStackSetCommandInput}
|
|
42
|
+
* @returns {@link ImportStacksToStackSetCommandOutput}
|
|
36
43
|
* @see {@link ImportStacksToStackSetCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link ImportStacksToStackSetCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStack
|
|
|
68
75
|
export declare class ImportStacksToStackSetCommand extends $Command<ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
69
76
|
readonly input: ImportStacksToStackSetCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: ImportStacksToStackSetCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListChangeSetsInput, ListChangeSetsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListChangeSetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListChangeSetsCommandInput extends ListChangeSetsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListChangeSetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or
|
|
18
23
|
* <code>CREATE_PENDING</code> state.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __Met
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListChangeSetsCommandInput - {@link ListChangeSetsCommandInput}
|
|
35
|
+
* @returns {@link ListChangeSetsCommandOutput}
|
|
29
36
|
* @see {@link ListChangeSetsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListChangeSetsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -35,11 +42,20 @@ export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __Met
|
|
|
35
42
|
export declare class ListChangeSetsCommand extends $Command<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
36
43
|
readonly input: ListChangeSetsCommandInput;
|
|
37
44
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
38
48
|
constructor(input: ListChangeSetsCommandInput);
|
|
39
49
|
/**
|
|
40
50
|
* @internal
|
|
41
51
|
*/
|
|
42
52
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChangeSetsCommandInput, ListChangeSetsCommandOutput>;
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
*/
|
|
43
56
|
private serialize;
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
*/
|
|
44
60
|
private deserialize;
|
|
45
61
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListExportsInput, ListExportsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListExportsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListExportsCommandInput extends ListExportsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListExportsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all exported output values in the account and Region in which you call this
|
|
18
23
|
* action. Use this action to see the exported output values that you can import into other
|
|
19
24
|
* stacks. To import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
|
|
@@ -31,6 +36,8 @@ export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataB
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param ListExportsCommandInput - {@link ListExportsCommandInput}
|
|
40
|
+
* @returns {@link ListExportsCommandOutput}
|
|
34
41
|
* @see {@link ListExportsCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link ListExportsCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataB
|
|
|
40
47
|
export declare class ListExportsCommand extends $Command<ListExportsCommandInput, ListExportsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
41
48
|
readonly input: ListExportsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: ListExportsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExportsCommandInput, ListExportsCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListImportsInput, ListImportsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListImportsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListImportsCommandInput extends ListImportsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListImportsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all stacks that are importing an exported output value. To modify or remove an
|
|
18
23
|
* exported output value, first use this action to see which stacks are using it. To see the
|
|
19
24
|
* exported output values in your account, see <a>ListExports</a>.</p>
|
|
@@ -30,6 +35,8 @@ export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataB
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ListImportsCommandInput - {@link ListImportsCommandInput}
|
|
39
|
+
* @returns {@link ListImportsCommandOutput}
|
|
33
40
|
* @see {@link ListImportsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ListImportsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -39,11 +46,20 @@ export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataB
|
|
|
39
46
|
export declare class ListImportsCommand extends $Command<ListImportsCommandInput, ListImportsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
40
47
|
readonly input: ListImportsCommandInput;
|
|
41
48
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
42
52
|
constructor(input: ListImportsCommandInput);
|
|
43
53
|
/**
|
|
44
54
|
* @internal
|
|
45
55
|
*/
|
|
46
56
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImportsCommandInput, ListImportsCommandOutput>;
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
*/
|
|
47
60
|
private serialize;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
48
64
|
private deserialize;
|
|
49
65
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListStackInstancesInput, ListStackInstancesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListStackInstancesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListStackInstancesCommandInput extends ListStackInstancesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListStackInstancesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListStackInstancesCommandOutput extends ListStackInstancesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns summary information about stack instances that are associated with the specified
|
|
18
23
|
* stack set. You can filter for stack instances that are associated with a specific Amazon Web Services account name or Region, or that have a specific status.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListStackInstancesCommandOutput extends ListStackInstancesOutpu
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListStackInstancesCommandInput - {@link ListStackInstancesCommandInput}
|
|
35
|
+
* @returns {@link ListStackInstancesCommandOutput}
|
|
29
36
|
* @see {@link ListStackInstancesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListStackInstancesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -38,11 +45,20 @@ export interface ListStackInstancesCommandOutput extends ListStackInstancesOutpu
|
|
|
38
45
|
export declare class ListStackInstancesCommand extends $Command<ListStackInstancesCommandInput, ListStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
|
|
39
46
|
readonly input: ListStackInstancesCommandInput;
|
|
40
47
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
41
51
|
constructor(input: ListStackInstancesCommandInput);
|
|
42
52
|
/**
|
|
43
53
|
* @internal
|
|
44
54
|
*/
|
|
45
55
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStackInstancesCommandInput, ListStackInstancesCommandOutput>;
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
*/
|
|
46
59
|
private serialize;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
47
63
|
private deserialize;
|
|
48
64
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListStackResourcesInput, ListStackResourcesOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListStackResourcesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListStackResourcesCommandInput extends ListStackResourcesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListStackResourcesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListStackResourcesCommandOutput extends ListStackResourcesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns descriptions of all resources of the specified stack.</p>
|
|
18
23
|
* <p>For deleted stacks, ListStackResources returns resource information for up to 90 days
|
|
19
24
|
* after the stack has been deleted.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListStackResourcesCommandOutput extends ListStackResourcesOutpu
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListStackResourcesCommandInput - {@link ListStackResourcesCommandInput}
|
|
36
|
+
* @returns {@link ListStackResourcesCommandOutput}
|
|
30
37
|
* @see {@link ListStackResourcesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListStackResourcesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -36,11 +43,20 @@ export interface ListStackResourcesCommandOutput extends ListStackResourcesOutpu
|
|
|
36
43
|
export declare class ListStackResourcesCommand extends $Command<ListStackResourcesCommandInput, ListStackResourcesCommandOutput, CloudFormationClientResolvedConfig> {
|
|
37
44
|
readonly input: ListStackResourcesCommandInput;
|
|
38
45
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
39
49
|
constructor(input: ListStackResourcesCommandInput);
|
|
40
50
|
/**
|
|
41
51
|
* @internal
|
|
42
52
|
*/
|
|
43
53
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStackResourcesCommandInput, ListStackResourcesCommandOutput>;
|
|
54
|
+
/**
|
|
55
|
+
* @internal
|
|
56
|
+
*/
|
|
44
57
|
private serialize;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
45
61
|
private deserialize;
|
|
46
62
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListStackSetOperationResultsInput, ListStackSetOperationResultsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListStackSetOperationResultsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListStackSetOperationResultsCommandInput extends ListStackSetOperationResultsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListStackSetOperationResultsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListStackSetOperationResultsCommandOutput extends ListStackSetOperationResultsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns summary information about the results of a stack set operation.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListStackSetOperationResultsCommandOutput extends ListStackSetO
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListStackSetOperationResultsCommandInput - {@link ListStackSetOperationResultsCommandInput}
|
|
34
|
+
* @returns {@link ListStackSetOperationResultsCommandOutput}
|
|
28
35
|
* @see {@link ListStackSetOperationResultsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListStackSetOperationResultsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface ListStackSetOperationResultsCommandOutput extends ListStackSetO
|
|
|
40
47
|
export declare class ListStackSetOperationResultsCommand extends $Command<ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
41
48
|
readonly input: ListStackSetOperationResultsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: ListStackSetOperationResultsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListStackSetOperationsInput, ListStackSetOperationsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListStackSetOperationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListStackSetOperationsCommandInput extends ListStackSetOperationsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListStackSetOperationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListStackSetOperationsCommandOutput extends ListStackSetOperationsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns summary information about operations performed on a stack set.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListStackSetOperationsCommandOutput extends ListStackSetOperati
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListStackSetOperationsCommandInput - {@link ListStackSetOperationsCommandInput}
|
|
34
|
+
* @returns {@link ListStackSetOperationsCommandOutput}
|
|
28
35
|
* @see {@link ListStackSetOperationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListStackSetOperationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface ListStackSetOperationsCommandOutput extends ListStackSetOperati
|
|
|
37
44
|
export declare class ListStackSetOperationsCommand extends $Command<ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
38
45
|
readonly input: ListStackSetOperationsCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: ListStackSetOperationsCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput>;
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
45
58
|
private serialize;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
46
62
|
private deserialize;
|
|
47
63
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListStackSetsInput, ListStackSetsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListStackSetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListStackSetsCommandInput extends ListStackSetsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListStackSetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns summary information about stack sets that are associated with the user.</p>
|
|
18
23
|
* <ul>
|
|
19
24
|
* <li>
|
|
@@ -43,6 +48,8 @@ export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __Metad
|
|
|
43
48
|
* const response = await client.send(command);
|
|
44
49
|
* ```
|
|
45
50
|
*
|
|
51
|
+
* @param ListStackSetsCommandInput - {@link ListStackSetsCommandInput}
|
|
52
|
+
* @returns {@link ListStackSetsCommandOutput}
|
|
46
53
|
* @see {@link ListStackSetsCommandInput} for command's `input` shape.
|
|
47
54
|
* @see {@link ListStackSetsCommandOutput} for command's `response` shape.
|
|
48
55
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __Metad
|
|
|
52
59
|
export declare class ListStackSetsCommand extends $Command<ListStackSetsCommandInput, ListStackSetsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
53
60
|
readonly input: ListStackSetsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListStackSetsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStackSetsCommandInput, ListStackSetsCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListStacksInput, ListStacksOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListStacksCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListStacksCommandInput extends ListStacksInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListStacksCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListStacksCommandOutput extends ListStacksOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the summary information for stacks whose status matches the specified
|
|
18
23
|
* StackStatusFilter. Summary information for stacks that have been deleted is kept for 90
|
|
19
24
|
* days after the stack is deleted. If no StackStatusFilter is specified, summary information
|
|
@@ -29,6 +34,8 @@ export interface ListStacksCommandOutput extends ListStacksOutput, __MetadataBea
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param ListStacksCommandInput - {@link ListStacksCommandInput}
|
|
38
|
+
* @returns {@link ListStacksCommandOutput}
|
|
32
39
|
* @see {@link ListStacksCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link ListStacksCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -38,11 +45,20 @@ export interface ListStacksCommandOutput extends ListStacksOutput, __MetadataBea
|
|
|
38
45
|
export declare class ListStacksCommand extends $Command<ListStacksCommandInput, ListStacksCommandOutput, CloudFormationClientResolvedConfig> {
|
|
39
46
|
readonly input: ListStacksCommandInput;
|
|
40
47
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
41
51
|
constructor(input: ListStacksCommandInput);
|
|
42
52
|
/**
|
|
43
53
|
* @internal
|
|
44
54
|
*/
|
|
45
55
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStacksCommandInput, ListStacksCommandOutput>;
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
*/
|
|
46
59
|
private serialize;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
47
63
|
private deserialize;
|
|
48
64
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListTypeRegistrationsInput, ListTypeRegistrationsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTypeRegistrationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTypeRegistrationsCommandInput extends ListTypeRegistrationsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTypeRegistrationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTypeRegistrationsCommandOutput extends ListTypeRegistrationsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of registration tokens for the specified extension(s).</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListTypeRegistrationsCommandOutput extends ListTypeRegistration
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTypeRegistrationsCommandInput - {@link ListTypeRegistrationsCommandInput}
|
|
34
|
+
* @returns {@link ListTypeRegistrationsCommandOutput}
|
|
28
35
|
* @see {@link ListTypeRegistrationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTypeRegistrationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface ListTypeRegistrationsCommandOutput extends ListTypeRegistration
|
|
|
37
44
|
export declare class ListTypeRegistrationsCommand extends $Command<ListTypeRegistrationsCommandInput, ListTypeRegistrationsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
38
45
|
readonly input: ListTypeRegistrationsCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: ListTypeRegistrationsCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypeRegistrationsCommandInput, ListTypeRegistrationsCommandOutput>;
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
45
58
|
private serialize;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
46
62
|
private deserialize;
|
|
47
63
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListTypeVersionsInput, ListTypeVersionsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTypeVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTypeVersionsCommandInput extends ListTypeVersionsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTypeVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTypeVersionsCommandOutput extends ListTypeVersionsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns summary information about the versions of an extension.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListTypeVersionsCommandOutput extends ListTypeVersionsOutput, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTypeVersionsCommandInput - {@link ListTypeVersionsCommandInput}
|
|
34
|
+
* @returns {@link ListTypeVersionsCommandOutput}
|
|
28
35
|
* @see {@link ListTypeVersionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTypeVersionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface ListTypeVersionsCommandOutput extends ListTypeVersionsOutput, _
|
|
|
37
44
|
export declare class ListTypeVersionsCommand extends $Command<ListTypeVersionsCommandInput, ListTypeVersionsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
38
45
|
readonly input: ListTypeVersionsCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: ListTypeVersionsCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypeVersionsCommandInput, ListTypeVersionsCommandOutput>;
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
45
58
|
private serialize;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
46
62
|
private deserialize;
|
|
47
63
|
}
|