@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 { DescribeStackSetInput, DescribeStackSetOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeStackSetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeStackSetCommandInput extends DescribeStackSetInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeStackSetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the description of the specified 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 DescribeStackSetCommandOutput extends DescribeStackSetOutput, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeStackSetCommandInput - {@link DescribeStackSetCommandInput}
|
|
34
|
+
* @returns {@link DescribeStackSetCommandOutput}
|
|
28
35
|
* @see {@link DescribeStackSetCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeStackSetCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, _
|
|
|
37
44
|
export declare class DescribeStackSetCommand extends $Command<DescribeStackSetCommandInput, DescribeStackSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
38
45
|
readonly input: DescribeStackSetCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: DescribeStackSetCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackSetCommandInput, DescribeStackSetCommandOutput>;
|
|
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 { DescribeStackSetOperationInput, DescribeStackSetOperationOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeStackSetOperationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeStackSetOperationCommandInput extends DescribeStackSetOperationInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeStackSetOperationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeStackSetOperationCommandOutput extends DescribeStackSetOperationOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the description of the specified 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 DescribeStackSetOperationCommandOutput extends DescribeStackSet
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeStackSetOperationCommandInput - {@link DescribeStackSetOperationCommandInput}
|
|
34
|
+
* @returns {@link DescribeStackSetOperationCommandOutput}
|
|
28
35
|
* @see {@link DescribeStackSetOperationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeStackSetOperationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DescribeStackSetOperationCommandOutput extends DescribeStackSet
|
|
|
40
47
|
export declare class DescribeStackSetOperationCommand extends $Command<DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput, CloudFormationClientResolvedConfig> {
|
|
41
48
|
readonly input: DescribeStackSetOperationCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DescribeStackSetOperationCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput>;
|
|
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 { DescribeStacksInput, DescribeStacksOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeStacksCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeStacksCommandInput extends DescribeStacksInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeStacksCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the description for the specified stack; if no stack name was specified, then it
|
|
18
23
|
* returns the description for all the stacks created.</p>
|
|
19
24
|
* <note>
|
|
@@ -29,6 +34,8 @@ export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __Met
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DescribeStacksCommandInput - {@link DescribeStacksCommandInput}
|
|
38
|
+
* @returns {@link DescribeStacksCommandOutput}
|
|
32
39
|
* @see {@link DescribeStacksCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DescribeStacksCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -38,11 +45,20 @@ export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __Met
|
|
|
38
45
|
export declare class DescribeStacksCommand extends $Command<DescribeStacksCommandInput, DescribeStacksCommandOutput, CloudFormationClientResolvedConfig> {
|
|
39
46
|
readonly input: DescribeStacksCommandInput;
|
|
40
47
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
41
51
|
constructor(input: DescribeStacksCommandInput);
|
|
42
52
|
/**
|
|
43
53
|
* @internal
|
|
44
54
|
*/
|
|
45
55
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStacksCommandInput, DescribeStacksCommandOutput>;
|
|
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 { DescribeTypeInput, DescribeTypeOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeTypeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeTypeCommandInput extends DescribeTypeInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeTypeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns detailed information about an extension that has been registered.</p>
|
|
18
23
|
* <p>If you specify a <code>VersionId</code>, <code>DescribeType</code> returns information
|
|
19
24
|
* about that specific extension version. Otherwise, it returns information about the default
|
|
@@ -28,6 +33,8 @@ export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __Metadat
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeTypeCommandInput - {@link DescribeTypeCommandInput}
|
|
37
|
+
* @returns {@link DescribeTypeCommandOutput}
|
|
31
38
|
* @see {@link DescribeTypeCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeTypeCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __Metadat
|
|
|
43
50
|
export declare class DescribeTypeCommand extends $Command<DescribeTypeCommandInput, DescribeTypeCommandOutput, CloudFormationClientResolvedConfig> {
|
|
44
51
|
readonly input: DescribeTypeCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DescribeTypeCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTypeCommandInput, DescribeTypeCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { DescribeTypeRegistrationInput, DescribeTypeRegistrationOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeTypeRegistrationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeTypeRegistrationCommandInput extends DescribeTypeRegistrationInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeTypeRegistrationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegistrationOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about an extension's registration, including its current status and
|
|
18
23
|
* type and version identifiers.</p>
|
|
19
24
|
* <p>When you initiate a registration request using <code>
|
|
@@ -35,6 +40,8 @@ export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegis
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param DescribeTypeRegistrationCommandInput - {@link DescribeTypeRegistrationCommandInput}
|
|
44
|
+
* @returns {@link DescribeTypeRegistrationCommandOutput}
|
|
38
45
|
* @see {@link DescribeTypeRegistrationCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link DescribeTypeRegistrationCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegis
|
|
|
47
54
|
export declare class DescribeTypeRegistrationCommand extends $Command<DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput, CloudFormationClientResolvedConfig> {
|
|
48
55
|
readonly input: DescribeTypeRegistrationCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DescribeTypeRegistrationCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { DetectStackDriftInput, DetectStackDriftOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DetectStackDriftCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DetectStackDriftCommandInput extends DetectStackDriftInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DetectStackDriftCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Detects whether a stack's actual configuration differs, or has
|
|
18
23
|
* <i>drifted</i>, from it's expected configuration, as defined in the stack
|
|
19
24
|
* template and any values specified as template parameters. For each resource in the stack
|
|
@@ -45,6 +50,8 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
|
|
|
45
50
|
* const response = await client.send(command);
|
|
46
51
|
* ```
|
|
47
52
|
*
|
|
53
|
+
* @param DetectStackDriftCommandInput - {@link DetectStackDriftCommandInput}
|
|
54
|
+
* @returns {@link DetectStackDriftCommandOutput}
|
|
48
55
|
* @see {@link DetectStackDriftCommandInput} for command's `input` shape.
|
|
49
56
|
* @see {@link DetectStackDriftCommandOutput} for command's `response` shape.
|
|
50
57
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
|
|
|
54
61
|
export declare class DetectStackDriftCommand extends $Command<DetectStackDriftCommandInput, DetectStackDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
55
62
|
readonly input: DetectStackDriftCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DetectStackDriftCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectStackDriftCommandInput, DetectStackDriftCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { DetectStackResourceDriftInput, DetectStackResourceDriftOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DetectStackResourceDriftCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DetectStackResourceDriftCommandInput extends DetectStackResourceDriftInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DetectStackResourceDriftCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DetectStackResourceDriftCommandOutput extends DetectStackResourceDriftOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about whether a resource's actual configuration differs, or has
|
|
18
23
|
* <i>drifted</i>, from it's expected configuration, as defined in the stack
|
|
19
24
|
* template and any values specified as template parameters. This information includes actual
|
|
@@ -36,6 +41,8 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour
|
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
44
|
+
* @param DetectStackResourceDriftCommandInput - {@link DetectStackResourceDriftCommandInput}
|
|
45
|
+
* @returns {@link DetectStackResourceDriftCommandOutput}
|
|
39
46
|
* @see {@link DetectStackResourceDriftCommandInput} for command's `input` shape.
|
|
40
47
|
* @see {@link DetectStackResourceDriftCommandOutput} for command's `response` shape.
|
|
41
48
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour
|
|
|
45
52
|
export declare class DetectStackResourceDriftCommand extends $Command<DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
46
53
|
readonly input: DetectStackResourceDriftCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: DetectStackResourceDriftCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput>;
|
|
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 { DetectStackSetDriftInput, DetectStackSetDriftOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DetectStackSetDriftCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DetectStackSetDriftCommandInput extends DetectStackSetDriftInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DetectStackSetDriftCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Detect drift on a stack set. When CloudFormation performs drift detection on a
|
|
18
23
|
* stack set, it performs drift detection on the stack associated with each stack instance in
|
|
19
24
|
* the stack set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">How CloudFormation performs drift detection on a stack set</a>.</p>
|
|
@@ -69,6 +74,8 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
|
|
|
69
74
|
* const response = await client.send(command);
|
|
70
75
|
* ```
|
|
71
76
|
*
|
|
77
|
+
* @param DetectStackSetDriftCommandInput - {@link DetectStackSetDriftCommandInput}
|
|
78
|
+
* @returns {@link DetectStackSetDriftCommandOutput}
|
|
72
79
|
* @see {@link DetectStackSetDriftCommandInput} for command's `input` shape.
|
|
73
80
|
* @see {@link DetectStackSetDriftCommandOutput} for command's `response` shape.
|
|
74
81
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -88,11 +95,20 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
|
|
|
88
95
|
export declare class DetectStackSetDriftCommand extends $Command<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
89
96
|
readonly input: DetectStackSetDriftCommandInput;
|
|
90
97
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
91
101
|
constructor(input: DetectStackSetDriftCommandInput);
|
|
92
102
|
/**
|
|
93
103
|
* @internal
|
|
94
104
|
*/
|
|
95
105
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput>;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
96
109
|
private serialize;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
97
113
|
private deserialize;
|
|
98
114
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { EstimateTemplateCostInput, EstimateTemplateCostOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link EstimateTemplateCostCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface EstimateTemplateCostCommandInput extends EstimateTemplateCostInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link EstimateTemplateCostCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the estimated monthly cost of a template. The return value is an Amazon Web Services Simple Monthly Calculator URL with a query string that describes the
|
|
18
23
|
* resources required to run the template.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostO
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param EstimateTemplateCostCommandInput - {@link EstimateTemplateCostCommandInput}
|
|
35
|
+
* @returns {@link EstimateTemplateCostCommandOutput}
|
|
29
36
|
* @see {@link EstimateTemplateCostCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link EstimateTemplateCostCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -35,11 +42,20 @@ export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostO
|
|
|
35
42
|
export declare class EstimateTemplateCostCommand extends $Command<EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput, CloudFormationClientResolvedConfig> {
|
|
36
43
|
readonly input: EstimateTemplateCostCommandInput;
|
|
37
44
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
38
48
|
constructor(input: EstimateTemplateCostCommandInput);
|
|
39
49
|
/**
|
|
40
50
|
* @internal
|
|
41
51
|
*/
|
|
42
52
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput>;
|
|
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 { ExecuteChangeSetInput, ExecuteChangeSetOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ExecuteChangeSetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ExecuteChangeSetCommandInput extends ExecuteChangeSetInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ExecuteChangeSetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a stack using the input information that was provided when the specified change
|
|
18
23
|
* set was created. After the call successfully completes, CloudFormation starts updating
|
|
19
24
|
* the stack. Use the <a>DescribeStacks</a> action to view the status of the
|
|
@@ -35,6 +40,8 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param ExecuteChangeSetCommandInput - {@link ExecuteChangeSetCommandInput}
|
|
44
|
+
* @returns {@link ExecuteChangeSetCommandOutput}
|
|
38
45
|
* @see {@link ExecuteChangeSetCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link ExecuteChangeSetCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _
|
|
|
60
67
|
export declare class ExecuteChangeSetCommand extends $Command<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
61
68
|
readonly input: ExecuteChangeSetCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: ExecuteChangeSetCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { GetStackPolicyInput, GetStackPolicyOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetStackPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetStackPolicyCommandInput extends GetStackPolicyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetStackPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null
|
|
18
23
|
* value is returned.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __Met
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetStackPolicyCommandInput - {@link GetStackPolicyCommandInput}
|
|
35
|
+
* @returns {@link GetStackPolicyCommandOutput}
|
|
29
36
|
* @see {@link GetStackPolicyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetStackPolicyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -35,11 +42,20 @@ export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __Met
|
|
|
35
42
|
export declare class GetStackPolicyCommand extends $Command<GetStackPolicyCommandInput, GetStackPolicyCommandOutput, CloudFormationClientResolvedConfig> {
|
|
36
43
|
readonly input: GetStackPolicyCommandInput;
|
|
37
44
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
38
48
|
constructor(input: GetStackPolicyCommandInput);
|
|
39
49
|
/**
|
|
40
50
|
* @internal
|
|
41
51
|
*/
|
|
42
52
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStackPolicyCommandInput, GetStackPolicyCommandOutput>;
|
|
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 { GetTemplateInput, GetTemplateOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetTemplateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetTemplateCommandInput extends GetTemplateInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetTemplateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the template body for a specified stack. You can get the template for running or
|
|
18
23
|
* deleted stacks.</p>
|
|
19
24
|
* <p>For deleted stacks, <code>GetTemplate</code> returns the template for up to 90 days
|
|
@@ -31,6 +36,8 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param GetTemplateCommandInput - {@link GetTemplateCommandInput}
|
|
40
|
+
* @returns {@link GetTemplateCommandOutput}
|
|
34
41
|
* @see {@link GetTemplateCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link GetTemplateCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB
|
|
|
44
51
|
export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, CloudFormationClientResolvedConfig> {
|
|
45
52
|
readonly input: GetTemplateCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: GetTemplateCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateCommandInput, GetTemplateCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|