Socket
Socket
Sign inDemoInstall

@aws-sdk/client-cloudformation

Package Overview
Dependencies
Maintainers
5
Versions
416
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-cloudformation - npm Package Compare versions

Comparing version 3.554.0 to 3.555.0

5

dist-es/models/models_0.js

@@ -87,2 +87,7 @@ import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";

}
export const AttributeChangeType = {
Add: "Add",
Modify: "Modify",
Remove: "Remove",
};
export class TypeConfigurationNotFoundException extends __BaseException {

@@ -89,0 +94,0 @@ constructor(opts) {

@@ -42,2 +42,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* NextToken: "STRING_VALUE",
* IncludePropertyValues: true || false,
* };

@@ -105,2 +106,6 @@ * const command = new DescribeChangeSetCommand(input);

* // RequiresRecreation: "Never" || "Conditionally" || "Always",
* // Path: "STRING_VALUE",
* // BeforeValue: "STRING_VALUE",
* // AfterValue: "STRING_VALUE",
* // AttributeChangeType: "Add" || "Remove" || "Modify",
* // },

@@ -117,2 +122,4 @@ * // Evaluation: "Static" || "Dynamic",

* // },
* // BeforeContext: "STRING_VALUE",
* // AfterContext: "STRING_VALUE",
* // },

@@ -119,0 +126,0 @@ * // },

3

dist-types/commands/SetTypeConfigurationCommand.d.ts
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
import { SetTypeConfigurationInput, SetTypeConfigurationOutput } from "../models/models_0";
import { SetTypeConfigurationInput } from "../models/models_0";
import { SetTypeConfigurationOutput } from "../models/models_1";
/**

@@ -6,0 +7,0 @@ * @public

@@ -7,2 +7,14 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

*/
export interface SetTypeConfigurationOutput {
/**
* <p>The Amazon Resource Name (ARN) for the configuration data, in this account and Region.</p>
* <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
* <code>TypeName</code>.</p>
* @public
*/
ConfigurationArn?: string;
}
/**
* @public
*/
export interface SetTypeDefaultVersionInput {

@@ -9,0 +21,0 @@ /**

@@ -8,6 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../CloudFormationClient";
import {
SetTypeConfigurationInput,
SetTypeConfigurationOutput,
} from "../models/models_0";
import { SetTypeConfigurationInput } from "../models/models_0";
import { SetTypeConfigurationOutput } from "../models/models_1";
export { __MetadataBearer, $Command };

@@ -14,0 +12,0 @@ export interface SetTypeConfigurationCommandInput

@@ -99,2 +99,9 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

}
export declare const AttributeChangeType: {
readonly Add: "Add";
readonly Modify: "Modify";
readonly Remove: "Remove";
};
export type AttributeChangeType =
(typeof AttributeChangeType)[keyof typeof AttributeChangeType];
export interface AutoDeployment {

@@ -218,2 +225,6 @@ Enabled?: boolean;

RequiresRecreation?: RequiresRecreation;
Path?: string;
BeforeValue?: string;
AfterValue?: string;
AttributeChangeType?: AttributeChangeType;
}

@@ -256,2 +267,4 @@ export interface ResourceChangeDetail {

ModuleInfo?: ModuleInfo;
BeforeContext?: string;
AfterContext?: string;
}

@@ -723,2 +736,3 @@ export declare const ChangeType: {

NextToken?: string;
IncludePropertyValues?: boolean;
}

@@ -2010,4 +2024,1 @@ export interface DescribeChangeSetOutput {

}
export interface SetTypeConfigurationOutput {
ConfigurationArn?: string;
}

@@ -19,2 +19,5 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

} from "./models_0";
export interface SetTypeConfigurationOutput {
ConfigurationArn?: string;
}
export interface SetTypeDefaultVersionInput {

@@ -21,0 +24,0 @@ Arn?: string;

{
"name": "@aws-sdk/client-cloudformation",
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {

@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc