You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@aws-sdk/client-ec2

Package Overview
Dependencies
Maintainers
2
Versions
590
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
3.852.0

5

dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts

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

* <p>The report is saved to your specified S3 bucket, using the following path structure
* (with the <i>italicized placeholders</i> representing your specific
* values):</p>
* (with the capitalized placeholders representing your specific values):</p>
* <p>
* <code>s3://<i>amzn-s3-demo-bucket</i>/<i>your-optional-s3-prefix</i>/ec2_<i>targetId</i>_<i>reportId</i>_<i>yyyyMMdd</i>T<i>hhmm</i>Z.csv</code>
* <code>s3://AMZN-S3-DEMO-BUCKET/YOUR-OPTIONAL-S3-PREFIX/ec2_TARGETID_REPORTID_YYYYMMDDTHHMMZ.csv</code>
* </p>

@@ -44,0 +43,0 @@ * <p class="title">

15

dist-types/commands/StopInstancesCommand.d.ts

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

* instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
* <p>When you stop an instance, we shut it down.</p>
* <p>You can use the Stop operation together with the Hibernate parameter to hibernate an
* instance if the instance is <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enabling-hibernation.html">enabled for
* <p>When you stop or hibernate an instance, we shut it down. By default, this includes a
* graceful operating system (OS) shutdown. To bypass the graceful shutdown, use the
* <code>skipOsShutdown</code> parameter; however, this might risk data
* integrity.</p>
* <p>You can use the StopInstances operation together with the <code>Hibernate</code>
* parameter to hibernate an instance if the instance is <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enabling-hibernation.html">enabled for
* hibernation</a> and meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation

@@ -43,4 +46,5 @@ * prerequisites</a>. Stopping an instance doesn't preserve data stored in RAM,

* <p>If your instance appears stuck in the <code>stopping</code> state, there might be an
* issue with the underlying host computer. You can use the Stop operation together with
* the Force parameter to force stop your instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html">Troubleshoot
* issue with the underlying host computer. You can use the StopInstances operation
* together with the Force parameter to force stop your instance. For more information, see
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html">Troubleshoot
* Amazon EC2 instance stop issues</a> in the

@@ -70,2 +74,3 @@ * <i>Amazon EC2 User Guide</i>.</p>

* Hibernate: true || false,
* SkipOsShutdown: true || false,
* DryRun: true || false,

@@ -72,0 +77,0 @@ * Force: true || false,

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

* launched. Volumes attached after instance launch continue running.</p>
* <p>By default, the TerminateInstances operation includes a graceful operating system (OS)
* shutdown. To bypass the graceful shutdown, use the <code>skipOsShutdown</code>
* parameter; however, this might risk data integrity.</p>
* <p>You can stop, start, and terminate EBS-backed instances. You can only terminate

@@ -87,6 +90,10 @@ * instance store-backed instances. What happens to an instance differs if you stop or

* to <code>true</code> are automatically deleted. For more information about the
* differences between stopping and terminating instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Instance lifecycle</a>
* in the <i>Amazon EC2 User Guide</i>.</p>
* <p>For more information about troubleshooting, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html">Troubleshooting terminating your instance</a> in the
* <i>Amazon EC2 User Guide</i>.</p>
* differences between stopping and terminating instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Amazon EC2
* instance state changes</a> in the <i>Amazon EC2 User Guide</i>.</p>
* <p>When you terminate an instance, we attempt to terminate it forcibly after a short
* while. If your instance appears stuck in the shutting-down state after a period of time,
* there might be an issue with the underlying host computer. For more information about
* terminating and troubleshooting terminating your instances, see <a href="https://docs.aws.amazon.com/">Terminate Amazon EC2 instances</a> and
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html">Troubleshooting terminating your instance</a> in the
* <i>Amazon EC2 User Guide</i>.</p>
* @example

@@ -102,2 +109,3 @@ * Use a bare-bones client and the command you need to make an API call.

* ],
* SkipOsShutdown: true || false,
* DryRun: true || false,

@@ -104,0 +112,0 @@ * };

@@ -742,2 +742,3 @@ import {

Hibernate?: boolean | undefined;
SkipOsShutdown?: boolean | undefined;
DryRun?: boolean | undefined;

@@ -767,2 +768,3 @@ Force?: boolean | undefined;

InstanceIds: string[] | undefined;
SkipOsShutdown?: boolean | undefined;
DryRun?: boolean | undefined;

@@ -769,0 +771,0 @@ }

{
"name": "@aws-sdk/client-ec2",
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
"version": "3.850.0",
"version": "3.852.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

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

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