Socket
Socket
Sign inDemoInstall

@aws-sdk/client-rbin

Package Overview
Dependencies
Maintainers
7
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.49.0 to 3.50.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
### Features
* **clients:** update clients as of 02/04/2022 ([#3280](https://github.com/aws/aws-sdk-js-v3/issues/3280)) ([63d7f8c](https://github.com/aws/aws-sdk-js-v3/commit/63d7f8c539e0fd782fa5bf997bd6ac2730e4bfda))
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)

@@ -8,0 +19,0 @@

1

dist-cjs/models/models_0.js

@@ -13,2 +13,3 @@ "use strict";

ResourceType["EBS_SNAPSHOT"] = "EBS_SNAPSHOT";
ResourceType["EC2_IMAGE"] = "EC2_IMAGE";
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));

@@ -15,0 +16,0 @@ var RetentionPeriodUnit;

@@ -9,2 +9,3 @@ import { __assign } from "tslib";

ResourceType["EBS_SNAPSHOT"] = "EBS_SNAPSHOT";
ResourceType["EC2_IMAGE"] = "EC2_IMAGE";
})(ResourceType || (ResourceType = {}));

@@ -11,0 +12,0 @@ export var RetentionPeriodUnit;

2

dist-types/commands/CreateRuleCommand.d.ts

@@ -11,3 +11,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client";

* <p>Creates a Recycle Bin retention rule. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-create-rule">
* Create Recycle Bin retention rules</a> in the <i>Amazon EC2 User Guide</i>.</p>
* Create Recycle Bin retention rules</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
* @example

@@ -14,0 +14,0 @@ * Use a bare-bones client and the command you need to make an API call.

@@ -11,3 +11,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client";

* <p>Deletes a Recycle Bin retention rule. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-delete-rule">
* Delete Recycle Bin retention rules</a> in the <i>Amazon EC2 User Guide</i>.</p>
* Delete Recycle Bin retention rules</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
* @example

@@ -14,0 +14,0 @@ * Use a bare-bones client and the command you need to make an API call.

@@ -10,3 +10,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client";

/**
* <p>Lists the tags assigned a specific resource.</p>
* <p>Lists the tags assigned to a retention rule.</p>
* @example

@@ -13,0 +13,0 @@ * Use a bare-bones client and the command you need to make an API call.

@@ -10,3 +10,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client";

/**
* <p>Assigns tags to the specified resource.</p>
* <p>Assigns tags to the specified retention rule.</p>
* @example

@@ -13,0 +13,0 @@ * Use a bare-bones client and the command you need to make an API call.

@@ -10,3 +10,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client";

/**
* <p>Unassigns a tag from a resource.</p>
* <p>Unassigns a tag from a retention rule.</p>
* @example

@@ -13,0 +13,0 @@ * Use a bare-bones client and the command you need to make an API call.

@@ -11,3 +11,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client";

* <p>Updates an existing Recycle Bin retention rule. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-update-rule">
* Update Recycle Bin retention rules</a> in the <i>Amazon EC2 User Guide</i>.</p>
* Update Recycle Bin retention rules</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
* @example

@@ -14,0 +14,0 @@ * Use a bare-bones client and the command you need to make an API call.

import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
/**
* <p>Information about a resource tag used to identify resources that are to be retained by a Recycle Bin retention rule.</p>
* <p>Information about the resource tags used to identify resources that are retained by the retention
* rule.</p>
*/

@@ -22,3 +23,4 @@ export interface ResourceTag {

export declare enum ResourceType {
EBS_SNAPSHOT = "EBS_SNAPSHOT"
EBS_SNAPSHOT = "EBS_SNAPSHOT",
EC2_IMAGE = "EC2_IMAGE"
}

@@ -29,3 +31,3 @@ export declare enum RetentionPeriodUnit {

/**
* <p>Information about the retention period for which a retention rule is to retain resources.</p>
* <p>Information about the retention period for which the retention rule is to retain resources.</p>
*/

@@ -51,3 +53,3 @@ export interface RetentionPeriod {

/**
* <p>Information about the tags assigned to a Recycle Bin retention rule.</p>
* <p>Information about the tags to assign to the retention rule.</p>
*/

@@ -76,3 +78,3 @@ export interface Tag {

/**
* <p>A brief description for the retention rule.</p>
* <p>The retention rule description.</p>
*/

@@ -85,13 +87,16 @@ Description?: string;

/**
* <p>The resource type to be retained by the retention rule. Currently, only Amazon EBS snapshots are
* supported.</p>
* <p>The resource type to be retained by the retention rule. Currently, only Amazon EBS snapshots
* and EBS-backed AMIs are supported. To retain snapshots, specify <code>EBS_SNAPSHOT</code>. To
* retain EBS-backed AMIs, specify <code>EC2_IMAGE</code>.</p>
*/
ResourceType: ResourceType | string | undefined;
/**
* <p>Information about the resource tags to use to identify resources that are to be retained
* by the retention rule. The retention rule retains only deleted snapshots that have one or more
* of the specified tag key and value pairs. If a snapshot is deleted, but it does not have
* any of the specified tag key and value pairs, it is immediately deleted without being retained
* by the retention rule.</p>
* <p>Specifies the resource tags to use to identify resources that are to be retained by a
* tag-level retention rule. For tag-level retention rules, only deleted resources, of the specified resource type, that
* have one or more of the specified tag key and value pairs are retained. If a resource is deleted, but it does not have
* any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule.</p>
* <p>You can add the same tag key and value pair to a maximum or five retention rules.</p>
* <p>To create a Region-level retention rule, omit this parameter. A Region-level retention rule
* does not have any resource tags specified. It retains all deleted resources of the specified
* resource type in the Region in which the rule is created, even if the resources are not tagged.</p>
*/

@@ -112,7 +117,7 @@ ResourceTags?: ResourceTag[];

/**
* <p>The unique identifier of the retention rule.</p>
* <p>The unique ID of the retention rule.</p>
*/
Identifier?: string;
/**
* <p>Information about the retention period for which a retention rule is to retain resources.</p>
* <p>Information about the retention period for which the retention rule is to retain resources.</p>
*/

@@ -125,3 +130,3 @@ RetentionPeriod?: RetentionPeriod;

/**
* <p>The tags assigned to the retention rule.</p>
* <p>Information about the tags assigned to the retention rule.</p>
*/

@@ -139,3 +144,4 @@ Tags?: Tag[];

/**
* <p>The state of the retention rule. Only retention rules that are in the <code>available</code> state retain snapshots.</p>
* <p>The state of the retention rule. Only retention rules that are in the <code>available</code>
* state retain resources.</p>
*/

@@ -191,3 +197,3 @@ Status?: RuleStatus | string;

/**
* <p>The unique ID of the retention rule to delete.</p>
* <p>The unique ID of the retention rule.</p>
*/

@@ -243,19 +249,21 @@ Identifier: string | undefined;

/**
* <p>The description assigned to the retention rule.</p>
* <p>The retention rule description.</p>
*/
Description?: string;
/**
* <p>The resource type retained by the retention rule. Currently, only Amazon EBS snapshots are supported.</p>
* <p>The resource type retained by the retention rule.</p>
*/
ResourceType?: ResourceType | string;
/**
* <p>Information about the period for which the retention rule retains resources.</p>
* <p>Information about the retention period for which the retention rule is to retain resources.</p>
*/
RetentionPeriod?: RetentionPeriod;
/**
* <p>The resource tags used to identify resources that are to be retained by the retention rule.</p>
* <p>Information about the resource tags used to identify resources that are retained by the retention
* rule.</p>
*/
ResourceTags?: ResourceTag[];
/**
* <p>The state of the retention rule. Only retention rules that are in the <code>available</code> state retain snapshots.</p>
* <p>The state of the retention rule. Only retention rules that are in the <code>available</code>
* state retain resources.</p>
*/

@@ -272,16 +280,21 @@ Status?: RuleStatus | string;

/**
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
* <p>The maximum number of results to return with a single call.
* To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>
*/
MaxResults?: number;
/**
* <p>The token to use to retrieve the next page of results.</p>
* <p>The token for the next page of results.</p>
*/
NextToken?: string;
/**
* <p>The resource type retained by the retention rule. Only retention rules that retain the specified resource type
* are listed.</p>
* <p>The resource type retained by the retention rule. Only retention rules that retain
* the specified resource type are listed. Currently, only Amazon EBS snapshots and EBS-backed
* AMIs are supported. To list retention rules that retain snapshots, specify
* <code>EBS_SNAPSHOT</code>. To list retention rules that retain EBS-backed AMIs, specify
* <code>EC2_IMAGE</code>.</p>
*/
ResourceType: ResourceType | string | undefined;
/**
* <p>The tags used to identify resources that are to be retained by the retention rule.</p>
* <p>Information about the resource tags used to identify resources that are retained by the retention
* rule.</p>
*/

@@ -305,7 +318,7 @@ ResourceTags?: ResourceTag[];

/**
* <p>The description for the retention rule.</p>
* <p>The retention rule description.</p>
*/
Description?: string;
/**
* <p>Information about the retention period for which the retention rule retains resources</p>
* <p>Information about the retention period for which the retention rule is to retain resources.</p>
*/

@@ -338,3 +351,3 @@ RetentionPeriod?: RetentionPeriod;

/**
* <p>The Amazon Resource Name (ARN) of the resource for which to list the tags.</p>
* <p>The Amazon Resource Name (ARN) of the retention rule.</p>
*/

@@ -351,3 +364,3 @@ ResourceArn: string | undefined;

/**
* <p>Information about the tags assigned to the resource.</p>
* <p>Information about the tags assigned to the retention rule.</p>
*/

@@ -364,7 +377,7 @@ Tags?: Tag[];

/**
* <p>The Amazon Resource Name (ARN) of the resource to which to assign the tags.</p>
* <p>The Amazon Resource Name (ARN) of the retention rule.</p>
*/
ResourceArn: string | undefined;
/**
* <p>Information about the tags to assign to the resource.</p>
* <p>Information about the tags to assign to the retention rule.</p>
*/

@@ -389,7 +402,7 @@ Tags: Tag[] | undefined;

/**
* <p>The Amazon Resource Name (ARN) of the resource from which to unassign the tags.</p>
* <p>The Amazon Resource Name (ARN) of the retention rule.</p>
*/
ResourceArn: string | undefined;
/**
* <p>Information about the tags to unassign from the resource.</p>
* <p>The tag keys of the tags to unassign. All tags that have the specified tag key are unassigned.</p>
*/

@@ -414,3 +427,3 @@ TagKeys: string[] | undefined;

/**
* <p>The unique ID of the retention rule to update.</p>
* <p>The unique ID of the retention rule.</p>
*/

@@ -427,12 +440,16 @@ Identifier: string | undefined;

/**
* <p>The resource type to be retained by the retention rule. Currently, only Amazon EBS snapshots are supported.</p>
* <p>The resource type to be retained by the retention rule. Currently, only Amazon EBS snapshots
* and EBS-backed AMIs are supported. To retain snapshots, specify <code>EBS_SNAPSHOT</code>. To
* retain EBS-backed AMIs, specify <code>EC2_IMAGE</code>.</p>
*/
ResourceType?: ResourceType | string;
/**
* <p>Information about the resource tags to use to identify resources that are to be retained
* by the retention rule. The retention rule retains only deleted snapshots that have one or more
* of the specified tag key and value pairs. If a snapshot is deleted, but it does not have
* any of the specified tag key and value pairs, it is immediately deleted without being retained
* by the retention rule. </p>
* <p>Specifies the resource tags to use to identify resources that are to be retained by a
* tag-level retention rule. For tag-level retention rules, only deleted resources, of the specified resource type, that
* have one or more of the specified tag key and value pairs are retained. If a resource is deleted, but it does not have
* any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule.</p>
* <p>You can add the same tag key and value pair to a maximum or five retention rules.</p>
* <p>To create a Region-level retention rule, omit this parameter. A Region-level retention rule
* does not have any resource tags specified. It retains all deleted resources of the specified
* resource type in the Region in which the rule is created, even if the resources are not tagged.</p>
*/

@@ -453,3 +470,3 @@ ResourceTags?: ResourceTag[];

/**
* <p>Information about the retention period for which a retention rule is to retain resources.</p>
* <p>Information about the retention period for which the retention rule is to retain resources.</p>
*/

@@ -471,3 +488,4 @@ RetentionPeriod?: RetentionPeriod;

/**
* <p>The state of the retention rule. Only retention rules that are in the <code>available</code> state retain snapshots.</p>
* <p>The state of the retention rule. Only retention rules that are in the <code>available</code>
* state retain resources.</p>
*/

@@ -474,0 +492,0 @@ Status?: RuleStatus | string;

@@ -15,13 +15,13 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";

*
* <p>Recycle Bin is a snapshot recovery feature that enables you to restore accidentally
* deleted snapshots. When using Recycle Bin, if your snapshots are deleted, they are retained
* in the Recycle Bin for a time period that you specify.</p>
* <p>Recycle Bin is a resource recovery feature that enables you to restore accidentally
* deleted snapshots and EBS-backed AMIs. When using Recycle Bin, if your resources are
* deleted, they are retained in the Recycle Bin for a time period that you specify.</p>
*
* <p>You can restore a snapshot from the Recycle Bin at any time before its retention period
* expires. After you restore a snapshot from the Recycle Bin, the snapshot is removed from the
* Recycle Bin, and you can then use it in the same way you use any other snapshot in your
* account. If the retention period expires and the snapshot is not restored, the snapshot is
* permanently deleted from the Recycle Bin and is no longer available for recovery. For more
* <p>You can restore a resource from the Recycle Bin at any time before its retention period
* expires. After you restore a resource from the Recycle Bin, the resource is removed from the
* Recycle Bin, and you can then use it in the same way you use any other resource of that type
* in your account. If the retention period expires and the resource is not restored, the resource
* is permanently deleted from the Recycle Bin and is no longer available for recovery. For more
* information about Recycle Bin, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-recycle-bin.html">
* Recycle Bin</a> in the <i>Amazon EC2 User Guide</i>.</p>
* Recycle Bin</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
*/

@@ -31,3 +31,3 @@ export declare class Rbin extends RbinClient {

* <p>Creates a Recycle Bin retention rule. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-create-rule">
* Create Recycle Bin retention rules</a> in the <i>Amazon EC2 User Guide</i>.</p>
* Create Recycle Bin retention rules</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
*/

@@ -39,3 +39,3 @@ createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;

* <p>Deletes a Recycle Bin retention rule. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-delete-rule">
* Delete Recycle Bin retention rules</a> in the <i>Amazon EC2 User Guide</i>.</p>
* Delete Recycle Bin retention rules</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
*/

@@ -58,3 +58,3 @@ deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;

/**
* <p>Lists the tags assigned a specific resource.</p>
* <p>Lists the tags assigned to a retention rule.</p>
*/

@@ -65,3 +65,3 @@ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;

/**
* <p>Assigns tags to the specified resource.</p>
* <p>Assigns tags to the specified retention rule.</p>
*/

@@ -72,3 +72,3 @@ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;

/**
* <p>Unassigns a tag from a resource.</p>
* <p>Unassigns a tag from a retention rule.</p>
*/

@@ -80,3 +80,3 @@ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;

* <p>Updates an existing Recycle Bin retention rule. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-update-rule">
* Update Recycle Bin retention rules</a> in the <i>Amazon EC2 User Guide</i>.</p>
* Update Recycle Bin retention rules</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
*/

@@ -83,0 +83,0 @@ updateRule(args: UpdateRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleCommandOutput>;

@@ -140,13 +140,13 @@ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";

*
* <p>Recycle Bin is a snapshot recovery feature that enables you to restore accidentally
* deleted snapshots. When using Recycle Bin, if your snapshots are deleted, they are retained
* in the Recycle Bin for a time period that you specify.</p>
* <p>Recycle Bin is a resource recovery feature that enables you to restore accidentally
* deleted snapshots and EBS-backed AMIs. When using Recycle Bin, if your resources are
* deleted, they are retained in the Recycle Bin for a time period that you specify.</p>
*
* <p>You can restore a snapshot from the Recycle Bin at any time before its retention period
* expires. After you restore a snapshot from the Recycle Bin, the snapshot is removed from the
* Recycle Bin, and you can then use it in the same way you use any other snapshot in your
* account. If the retention period expires and the snapshot is not restored, the snapshot is
* permanently deleted from the Recycle Bin and is no longer available for recovery. For more
* <p>You can restore a resource from the Recycle Bin at any time before its retention period
* expires. After you restore a resource from the Recycle Bin, the resource is removed from the
* Recycle Bin, and you can then use it in the same way you use any other resource of that type
* in your account. If the retention period expires and the resource is not restored, the resource
* is permanently deleted from the Recycle Bin and is no longer available for recovery. For more
* information about Recycle Bin, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-recycle-bin.html">
* Recycle Bin</a> in the <i>Amazon EC2 User Guide</i>.</p>
* Recycle Bin</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
*/

@@ -153,0 +153,0 @@ export declare class RbinClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RbinClientResolvedConfig> {

{
"name": "@aws-sdk/client-rbin",
"description": "AWS SDK for JavaScript Rbin Client for Node.js, Browser and React Native",
"version": "3.49.0",
"version": "3.50.0",
"scripts": {

@@ -21,22 +21,22 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "2.0.0",
"@aws-sdk/client-sts": "3.49.0",
"@aws-sdk/config-resolver": "3.49.0",
"@aws-sdk/credential-provider-node": "3.49.0",
"@aws-sdk/fetch-http-handler": "3.49.0",
"@aws-sdk/hash-node": "3.49.0",
"@aws-sdk/invalid-dependency": "3.49.0",
"@aws-sdk/middleware-content-length": "3.49.0",
"@aws-sdk/middleware-host-header": "3.49.0",
"@aws-sdk/middleware-logger": "3.49.0",
"@aws-sdk/middleware-retry": "3.49.0",
"@aws-sdk/middleware-serde": "3.49.0",
"@aws-sdk/middleware-signing": "3.49.0",
"@aws-sdk/middleware-stack": "3.49.0",
"@aws-sdk/middleware-user-agent": "3.49.0",
"@aws-sdk/node-config-provider": "3.49.0",
"@aws-sdk/node-http-handler": "3.49.0",
"@aws-sdk/protocol-http": "3.49.0",
"@aws-sdk/smithy-client": "3.49.0",
"@aws-sdk/types": "3.49.0",
"@aws-sdk/url-parser": "3.49.0",
"@aws-sdk/client-sts": "3.50.0",
"@aws-sdk/config-resolver": "3.50.0",
"@aws-sdk/credential-provider-node": "3.50.0",
"@aws-sdk/fetch-http-handler": "3.50.0",
"@aws-sdk/hash-node": "3.50.0",
"@aws-sdk/invalid-dependency": "3.50.0",
"@aws-sdk/middleware-content-length": "3.50.0",
"@aws-sdk/middleware-host-header": "3.50.0",
"@aws-sdk/middleware-logger": "3.50.0",
"@aws-sdk/middleware-retry": "3.50.0",
"@aws-sdk/middleware-serde": "3.50.0",
"@aws-sdk/middleware-signing": "3.50.0",
"@aws-sdk/middleware-stack": "3.50.0",
"@aws-sdk/middleware-user-agent": "3.50.0",
"@aws-sdk/node-config-provider": "3.50.0",
"@aws-sdk/node-http-handler": "3.50.0",
"@aws-sdk/protocol-http": "3.50.0",
"@aws-sdk/smithy-client": "3.50.0",
"@aws-sdk/types": "3.50.0",
"@aws-sdk/url-parser": "3.50.0",
"@aws-sdk/util-base64-browser": "3.49.0",

@@ -46,6 +46,6 @@ "@aws-sdk/util-base64-node": "3.49.0",

"@aws-sdk/util-body-length-node": "3.49.0",
"@aws-sdk/util-defaults-mode-browser": "3.49.0",
"@aws-sdk/util-defaults-mode-node": "3.49.0",
"@aws-sdk/util-user-agent-browser": "3.49.0",
"@aws-sdk/util-user-agent-node": "3.49.0",
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
"@aws-sdk/util-defaults-mode-node": "3.50.0",
"@aws-sdk/util-user-agent-browser": "3.50.0",
"@aws-sdk/util-user-agent-node": "3.50.0",
"@aws-sdk/util-utf8-browser": "3.49.0",

@@ -52,0 +52,0 @@ "@aws-sdk/util-utf8-node": "3.49.0",

@@ -13,13 +13,13 @@ # @aws-sdk/client-rbin

<p>Recycle Bin is a snapshot recovery feature that enables you to restore accidentally
deleted snapshots. When using Recycle Bin, if your snapshots are deleted, they are retained
in the Recycle Bin for a time period that you specify.</p>
<p>Recycle Bin is a resource recovery feature that enables you to restore accidentally
deleted snapshots and EBS-backed AMIs. When using Recycle Bin, if your resources are
deleted, they are retained in the Recycle Bin for a time period that you specify.</p>
<p>You can restore a snapshot from the Recycle Bin at any time before its retention period
expires. After you restore a snapshot from the Recycle Bin, the snapshot is removed from the
Recycle Bin, and you can then use it in the same way you use any other snapshot in your
account. If the retention period expires and the snapshot is not restored, the snapshot is
permanently deleted from the Recycle Bin and is no longer available for recovery. For more
<p>You can restore a resource from the Recycle Bin at any time before its retention period
expires. After you restore a resource from the Recycle Bin, the resource is removed from the
Recycle Bin, and you can then use it in the same way you use any other resource of that type
in your account. If the retention period expires and the resource is not restored, the resource
is permanently deleted from the Recycle Bin and is no longer available for recovery. For more
information about Recycle Bin, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-recycle-bin.html">
Recycle Bin</a> in the <i>Amazon EC2 User Guide</i>.</p>
Recycle Bin</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>

@@ -26,0 +26,0 @@ ## Installing

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc