@aws-sdk/client-cloudformation 3.278.0 → 3.281.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 +531 -0
- package/dist-types/commands/ActivateTypeCommand.d.ts +6 -0
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +6 -0
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +6 -0
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -0
- package/dist-types/commands/CreateChangeSetCommand.d.ts +6 -0
- package/dist-types/commands/CreateStackCommand.d.ts +6 -0
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +6 -0
- package/dist-types/commands/CreateStackSetCommand.d.ts +6 -0
- package/dist-types/commands/DeactivateTypeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +6 -0
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DeleteStackSetCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterTypeCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +6 -0
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +6 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStackSetCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTypeCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +6 -0
- package/dist-types/commands/DetectStackDriftCommand.d.ts +6 -0
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +6 -0
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +6 -0
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +6 -0
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +6 -0
- package/dist-types/commands/GetStackPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +6 -0
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +6 -0
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +6 -0
- package/dist-types/commands/ListChangeSetsCommand.d.ts +6 -0
- package/dist-types/commands/ListExportsCommand.d.ts +6 -0
- package/dist-types/commands/ListImportsCommand.d.ts +6 -0
- package/dist-types/commands/ListStackInstancesCommand.d.ts +6 -0
- package/dist-types/commands/ListStackResourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +6 -0
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +6 -0
- package/dist-types/commands/ListStackSetsCommand.d.ts +6 -0
- package/dist-types/commands/ListStacksCommand.d.ts +6 -0
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +6 -0
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListTypesCommand.d.ts +6 -0
- package/dist-types/commands/PublishTypeCommand.d.ts +6 -0
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -0
- package/dist-types/commands/RegisterPublisherCommand.d.ts +6 -0
- package/dist-types/commands/RegisterTypeCommand.d.ts +6 -0
- package/dist-types/commands/RollbackStackCommand.d.ts +6 -0
- package/dist-types/commands/SetStackPolicyCommand.d.ts +6 -0
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +6 -0
- package/dist-types/commands/SignalResourceCommand.d.ts +6 -0
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +6 -0
- package/dist-types/commands/TestTypeCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -0
- package/dist-types/commands/ValidateTemplateCommand.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListStackSetsInput, ListStackSetsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListStackSetsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListStackSetsCommandInput extends ListStackSetsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListStackSetsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListStacksInput, ListStacksOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListStacksCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListStacksCommandInput extends ListStacksInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListStacksCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListStacksCommandOutput extends ListStacksOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListTypeRegistrationsInput, ListTypeRegistrationsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTypeRegistrationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTypeRegistrationsCommandInput extends ListTypeRegistrationsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTypeRegistrationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTypeRegistrationsCommandOutput extends ListTypeRegistrationsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListTypeVersionsInput, ListTypeVersionsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTypeVersionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTypeVersionsCommandInput extends ListTypeVersionsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTypeVersionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTypeVersionsCommandOutput extends ListTypeVersionsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ListTypesInput, ListTypesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTypesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTypesCommandInput extends ListTypesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTypesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTypesCommandOutput extends ListTypesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { PublishTypeInput, PublishTypeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PublishTypeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PublishTypeCommandInput extends PublishTypeInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PublishTypeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PublishTypeCommandOutput extends PublishTypeOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { RecordHandlerProgressInput, RecordHandlerProgressOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RecordHandlerProgressCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RecordHandlerProgressCommandInput extends RecordHandlerProgressInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RecordHandlerProgressCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgressOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { RegisterPublisherInput, RegisterPublisherOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RegisterPublisherCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RegisterPublisherCommandInput extends RegisterPublisherInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RegisterPublisherCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { RegisterTypeInput, RegisterTypeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RegisterTypeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RegisterTypeCommandInput extends RegisterTypeInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RegisterTypeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { RollbackStackInput, RollbackStackOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RollbackStackCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RollbackStackCommandInput extends RollbackStackInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RollbackStackCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RollbackStackCommandOutput extends RollbackStackOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { SetStackPolicyInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SetStackPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SetStackPolicyCommandInput extends SetStackPolicyInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SetStackPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SetStackPolicyCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { SetTypeConfigurationInput, SetTypeConfigurationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SetTypeConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SetTypeConfigurationCommandInput extends SetTypeConfigurationInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SetTypeConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { SetTypeDefaultVersionInput, SetTypeDefaultVersionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SetTypeDefaultVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SetTypeDefaultVersionCommandInput extends SetTypeDefaultVersionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SetTypeDefaultVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersionOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { SignalResourceInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SignalResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SignalResourceCommandInput extends SignalResourceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SignalResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SignalResourceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { StopStackSetOperationInput, StopStackSetOperationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StopStackSetOperationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StopStackSetOperationCommandInput extends StopStackSetOperationInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StopStackSetOperationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StopStackSetOperationCommandOutput extends StopStackSetOperationOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { TestTypeInput, TestTypeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TestTypeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TestTypeCommandInput extends TestTypeInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TestTypeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { UpdateStackInput, UpdateStackOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateStackCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateStackCommandInput extends UpdateStackInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateStackCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { UpdateStackInstancesInput, UpdateStackInstancesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateStackInstancesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateStackInstancesCommandInput extends UpdateStackInstancesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateStackInstancesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateStackSetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateStackSetCommandInput extends UpdateStackSetInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateStackSetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { UpdateTerminationProtectionInput, UpdateTerminationProtectionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateTerminationProtectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateTerminationProtectionCommandInput extends UpdateTerminationProtectionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateTerminationProtectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminationProtectionOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
5
|
import { ValidateTemplateInput, ValidateTemplateOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ValidateTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ValidateTemplateCommandInput extends ValidateTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ValidateTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.281.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.281.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.281.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.272.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.272.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.272.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.279.0",
|
|
43
43
|
"@aws-sdk/types": "3.272.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.272.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.279.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.279.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.272.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.272.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.272.0",
|