Socket
Socket
Sign inDemoInstall

@aws-sdk/client-s3

Package Overview
Dependencies
Maintainers
5
Versions
433
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.591.0 to 3.592.0

3

dist-types/commands/AbortMultipartUploadCommand.d.ts

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -213,5 +214,5 @@ * @public

* @public
* @example To delete multiple objects from a versioned bucket
* @example To delete multiple object versions from a versioned bucket
* ```javascript
* // The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.
* // The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.
* const input = {

@@ -222,6 +223,8 @@ * "Bucket": "examplebucket",

* {
* "Key": "objectkey1"
* "Key": "HappyFace.jpg",
* "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
* },
* {
* "Key": "objectkey2"
* "Key": "HappyFace.jpg",
* "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
* }

@@ -238,10 +241,8 @@ * ],

* {
* "DeleteMarker": "true",
* "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
* "Key": "objectkey1"
* "Key": "HappyFace.jpg",
* "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
* },
* {
* "DeleteMarker": "true",
* "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
* "Key": "objectkey2"
* "Key": "HappyFace.jpg",
* "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
* }

@@ -251,8 +252,8 @@ * ]

* *\/
* // example id: to-delete-multiple-objects-from-a-versioned-bucket-1483146248805
* // example id: to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737
* ```
*
* @example To delete multiple object versions from a versioned bucket
* @example To delete multiple objects from a versioned bucket
* ```javascript
* // The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.
* // The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.
* const input = {

@@ -263,8 +264,6 @@ * "Bucket": "examplebucket",

* {
* "Key": "HappyFace.jpg",
* "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
* "Key": "objectkey1"
* },
* {
* "Key": "HappyFace.jpg",
* "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
* "Key": "objectkey2"
* }

@@ -281,8 +280,10 @@ * ],

* {
* "Key": "HappyFace.jpg",
* "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
* "DeleteMarker": "true",
* "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
* "Key": "objectkey1"
* },
* {
* "Key": "HappyFace.jpg",
* "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
* "DeleteMarker": "true",
* "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
* "Key": "objectkey2"
* }

@@ -292,3 +293,3 @@ * ]

* *\/
* // example id: to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737
* // example id: to-delete-multiple-objects-from-a-versioned-bucket-1483146248805
* ```

@@ -295,0 +296,0 @@ *

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -237,5 +238,5 @@ * @public

* @public
* @example To upload object and specify user-defined metadata
* @example To upload an object and specify server-side encryption and object tags
* ```javascript
* // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.
* // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.
* const input = {

@@ -245,6 +246,4 @@ * "Body": "filetoupload",

* "Key": "exampleobject",
* "Metadata": {
* "metadata1": "value1",
* "metadata2": "value2"
* }
* "ServerSideEncryption": "AES256",
* "Tagging": "key1=value1&key2=value2"
* };

@@ -256,8 +255,28 @@ * const command = new PutObjectCommand(input);

* "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
* "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
* "ServerSideEncryption": "AES256",
* "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
* }
* *\/
* // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757
* // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831
* ```
*
* @example To create an object.
* ```javascript
* // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
* const input = {
* "Body": "filetoupload",
* "Bucket": "examplebucket",
* "Key": "objectkey"
* };
* const command = new PutObjectCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
* "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
* }
* *\/
* // example id: to-create-an-object-1483147613675
* ```
*
* @example To upload an object (specify optional headers)

@@ -305,9 +324,13 @@ * ```javascript

*
* @example To create an object.
* @example To upload object and specify user-defined metadata
* ```javascript
* // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
* // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.
* const input = {
* "Body": "filetoupload",
* "Bucket": "examplebucket",
* "Key": "objectkey"
* "Key": "exampleobject",
* "Metadata": {
* "metadata1": "value1",
* "metadata2": "value2"
* }
* };

@@ -319,27 +342,8 @@ * const command = new PutObjectCommand(input);

* "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
* "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
* "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
* }
* *\/
* // example id: to-create-an-object-1483147613675
* // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757
* ```
*
* @example To upload an object
* ```javascript
* // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.
* const input = {
* "Body": "HappyFace.jpg",
* "Bucket": "examplebucket",
* "Key": "HappyFace.jpg"
* };
* const command = new PutObjectCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
* "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
* }
* *\/
* // example id: to-upload-an-object-1481760101010
* ```
*
* @example To upload an object and specify canned ACL.

@@ -365,11 +369,9 @@ * ```javascript

*
* @example To upload an object and specify server-side encryption and object tags
* @example To upload an object
* ```javascript
* // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.
* // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.
* const input = {
* "Body": "filetoupload",
* "Body": "HappyFace.jpg",
* "Bucket": "examplebucket",
* "Key": "exampleobject",
* "ServerSideEncryption": "AES256",
* "Tagging": "key1=value1&key2=value2"
* "Key": "HappyFace.jpg"
* };

@@ -381,7 +383,6 @@ * const command = new PutObjectCommand(input);

* "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
* "ServerSideEncryption": "AES256",
* "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
* "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
* }
* *\/
* // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831
* // example id: to-upload-an-object-1481760101010
* ```

@@ -388,0 +389,0 @@ *

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

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

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -9,4 +9,4 @@ /**

export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
export { RuntimeExtension } from "./runtimeExtensions";
export { S3ExtensionConfiguration } from "./extensionConfiguration";
export type { RuntimeExtension } from "./runtimeExtensions";
export type { S3ExtensionConfiguration } from "./extensionConfiguration";
export * from "./commands";

@@ -13,0 +13,0 @@ export * from "./pagination";

import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
export { __ServiceException, __ServiceExceptionOptions };
export type { __ServiceExceptionOptions };
export { __ServiceException };
/**

@@ -4,0 +5,0 @@ * @public

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface AbortMultipartUploadCommandInput

@@ -15,0 +16,0 @@ extends AbortMultipartUploadRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface CompleteMultipartUploadCommandInput

@@ -15,0 +16,0 @@ extends CompleteMultipartUploadRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface CopyObjectCommandInput extends CopyObjectRequest {}

@@ -12,0 +13,0 @@ export interface CopyObjectCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface CreateBucketCommandInput extends CreateBucketRequest {}

@@ -12,0 +13,0 @@ export interface CreateBucketCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface CreateMultipartUploadCommandInput

@@ -15,0 +16,0 @@ extends CreateMultipartUploadRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface CreateSessionCommandInput extends CreateSessionRequest {}

@@ -12,0 +13,0 @@ export interface CreateSessionCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketAnalyticsConfigurationCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketAnalyticsConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketCommandInput extends DeleteBucketRequest {}

@@ -12,0 +13,0 @@ export interface DeleteBucketCommandOutput extends __MetadataBearer {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketCorsCommandInput extends DeleteBucketCorsRequest {}

@@ -12,0 +13,0 @@ export interface DeleteBucketCorsCommandOutput extends __MetadataBearer {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketEncryptionCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketEncryptionRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketIntelligentTieringConfigurationCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketIntelligentTieringConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketInventoryConfigurationCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketInventoryConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketLifecycleCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketLifecycleRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketMetricsConfigurationCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketMetricsConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketOwnershipControlsCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketOwnershipControlsRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketPolicyCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketPolicyRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketReplicationCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketReplicationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketTaggingCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketTaggingRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketWebsiteCommandInput

@@ -12,0 +13,0 @@ extends DeleteBucketWebsiteRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteObjectCommandInput extends DeleteObjectRequest {}

@@ -12,0 +13,0 @@ export interface DeleteObjectCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteObjectsCommandInput extends DeleteObjectsRequest {}

@@ -12,0 +13,0 @@ export interface DeleteObjectsCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteObjectTaggingCommandInput

@@ -15,0 +16,0 @@ extends DeleteObjectTaggingRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeletePublicAccessBlockCommandInput

@@ -12,0 +13,0 @@ extends DeletePublicAccessBlockRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketAccelerateConfigurationCommandInput

@@ -15,0 +16,0 @@ extends GetBucketAccelerateConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketAclCommandInput extends GetBucketAclRequest {}

@@ -12,0 +13,0 @@ export interface GetBucketAclCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketAnalyticsConfigurationCommandInput

@@ -15,0 +16,0 @@ extends GetBucketAnalyticsConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketCorsCommandInput extends GetBucketCorsRequest {}

@@ -12,0 +13,0 @@ export interface GetBucketCorsCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketEncryptionCommandInput

@@ -15,0 +16,0 @@ extends GetBucketEncryptionRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketIntelligentTieringConfigurationCommandInput

@@ -15,0 +16,0 @@ extends GetBucketIntelligentTieringConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketInventoryConfigurationCommandInput

@@ -15,0 +16,0 @@ extends GetBucketInventoryConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketLifecycleConfigurationCommandInput

@@ -15,0 +16,0 @@ extends GetBucketLifecycleConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketLocationCommandInput

@@ -15,0 +16,0 @@ extends GetBucketLocationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketLoggingCommandInput extends GetBucketLoggingRequest {}

@@ -15,0 +16,0 @@ export interface GetBucketLoggingCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketMetricsConfigurationCommandInput

@@ -15,0 +16,0 @@ extends GetBucketMetricsConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketNotificationConfigurationCommandInput

@@ -15,0 +16,0 @@ extends GetBucketNotificationConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketOwnershipControlsCommandInput

@@ -15,0 +16,0 @@ extends GetBucketOwnershipControlsRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketPolicyCommandInput extends GetBucketPolicyRequest {}

@@ -15,0 +16,0 @@ export interface GetBucketPolicyCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketPolicyStatusCommandInput

@@ -15,0 +16,0 @@ extends GetBucketPolicyStatusRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketReplicationCommandInput

@@ -15,0 +16,0 @@ extends GetBucketReplicationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketRequestPaymentCommandInput

@@ -15,0 +16,0 @@ extends GetBucketRequestPaymentRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketTaggingCommandInput extends GetBucketTaggingRequest {}

@@ -15,0 +16,0 @@ export interface GetBucketTaggingCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketVersioningCommandInput

@@ -15,0 +16,0 @@ extends GetBucketVersioningRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetBucketWebsiteCommandInput extends GetBucketWebsiteRequest {}

@@ -15,0 +16,0 @@ export interface GetBucketWebsiteCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetObjectAclCommandInput extends GetObjectAclRequest {}

@@ -12,0 +13,0 @@ export interface GetObjectAclCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetObjectAttributesCommandInput

@@ -15,0 +16,0 @@ extends GetObjectAttributesRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetObjectCommandInput extends GetObjectRequest {}

@@ -15,0 +16,0 @@ export interface GetObjectCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetObjectLegalHoldCommandInput

@@ -15,0 +16,0 @@ extends GetObjectLegalHoldRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetObjectLockConfigurationCommandInput

@@ -15,0 +16,0 @@ extends GetObjectLockConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetObjectRetentionCommandInput

@@ -15,0 +16,0 @@ extends GetObjectRetentionRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetObjectTaggingCommandInput extends GetObjectTaggingRequest {}

@@ -15,0 +16,0 @@ export interface GetObjectTaggingCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetObjectTorrentCommandInput extends GetObjectTorrentRequest {}

@@ -18,0 +19,0 @@ export interface GetObjectTorrentCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetPublicAccessBlockCommandInput

@@ -15,0 +16,0 @@ extends GetPublicAccessBlockRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface HeadBucketCommandInput extends HeadBucketRequest {}

@@ -12,0 +13,0 @@ export interface HeadBucketCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface HeadObjectCommandInput extends HeadObjectRequest {}

@@ -12,0 +13,0 @@ export interface HeadObjectCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListBucketAnalyticsConfigurationsCommandInput

@@ -15,0 +16,0 @@ extends ListBucketAnalyticsConfigurationsRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListBucketIntelligentTieringConfigurationsCommandInput

@@ -15,0 +16,0 @@ extends ListBucketIntelligentTieringConfigurationsRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListBucketInventoryConfigurationsCommandInput

@@ -15,0 +16,0 @@ extends ListBucketInventoryConfigurationsRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListBucketMetricsConfigurationsCommandInput

@@ -15,0 +16,0 @@ extends ListBucketMetricsConfigurationsRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListBucketsCommandInput {}

@@ -12,0 +13,0 @@ export interface ListBucketsCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListDirectoryBucketsCommandInput

@@ -15,0 +16,0 @@ extends ListDirectoryBucketsRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListMultipartUploadsCommandInput

@@ -15,0 +16,0 @@ extends ListMultipartUploadsRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListObjectsCommandInput extends ListObjectsRequest {}

@@ -12,0 +13,0 @@ export interface ListObjectsCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListObjectsV2CommandInput extends ListObjectsV2Request {}

@@ -12,0 +13,0 @@ export interface ListObjectsV2CommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListObjectVersionsCommandInput

@@ -15,0 +16,0 @@ extends ListObjectVersionsRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListPartsCommandInput extends ListPartsRequest {}

@@ -12,0 +13,0 @@ export interface ListPartsCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketAccelerateConfigurationCommandInput

@@ -12,0 +13,0 @@ extends PutBucketAccelerateConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketAclCommandInput extends PutBucketAclRequest {}

@@ -12,0 +13,0 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketAnalyticsConfigurationCommandInput

@@ -12,0 +13,0 @@ extends PutBucketAnalyticsConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketCorsCommandInput extends PutBucketCorsRequest {}

@@ -12,0 +13,0 @@ export interface PutBucketCorsCommandOutput extends __MetadataBearer {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketEncryptionCommandInput

@@ -12,0 +13,0 @@ extends PutBucketEncryptionRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketIntelligentTieringConfigurationCommandInput

@@ -12,0 +13,0 @@ extends PutBucketIntelligentTieringConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketInventoryConfigurationCommandInput

@@ -12,0 +13,0 @@ extends PutBucketInventoryConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketLifecycleConfigurationCommandInput

@@ -12,0 +13,0 @@ extends PutBucketLifecycleConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketLoggingCommandInput extends PutBucketLoggingRequest {}

@@ -12,0 +13,0 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketMetricsConfigurationCommandInput

@@ -12,0 +13,0 @@ extends PutBucketMetricsConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketNotificationConfigurationCommandInput

@@ -12,0 +13,0 @@ extends PutBucketNotificationConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketOwnershipControlsCommandInput

@@ -12,0 +13,0 @@ extends PutBucketOwnershipControlsRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketPolicyCommandInput extends PutBucketPolicyRequest {}

@@ -12,0 +13,0 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketReplicationCommandInput

@@ -12,0 +13,0 @@ extends PutBucketReplicationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketRequestPaymentCommandInput

@@ -12,0 +13,0 @@ extends PutBucketRequestPaymentRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketTaggingCommandInput extends PutBucketTaggingRequest {}

@@ -12,0 +13,0 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketVersioningCommandInput

@@ -12,0 +13,0 @@ extends PutBucketVersioningRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutBucketWebsiteCommandInput extends PutBucketWebsiteRequest {}

@@ -12,0 +13,0 @@ export interface PutBucketWebsiteCommandOutput extends __MetadataBearer {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutObjectAclCommandInput extends PutObjectAclRequest {}

@@ -12,0 +13,0 @@ export interface PutObjectAclCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutObjectCommandInput

@@ -15,0 +16,0 @@ extends Pick<PutObjectRequest, Exclude<keyof PutObjectRequest, "Body">> {

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutObjectLegalHoldCommandInput

@@ -15,0 +16,0 @@ extends PutObjectLegalHoldRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutObjectLockConfigurationCommandInput

@@ -15,0 +16,0 @@ extends PutObjectLockConfigurationRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutObjectRetentionCommandInput

@@ -15,0 +16,0 @@ extends PutObjectRetentionRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutObjectTaggingCommandInput extends PutObjectTaggingRequest {}

@@ -15,0 +16,0 @@ export interface PutObjectTaggingCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PutPublicAccessBlockCommandInput

@@ -12,0 +13,0 @@ extends PutPublicAccessBlockRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface RestoreObjectCommandInput extends RestoreObjectRequest {}

@@ -12,0 +13,0 @@ export interface RestoreObjectCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface SelectObjectContentCommandInput

@@ -15,0 +16,0 @@ extends SelectObjectContentRequest {}

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface UploadPartCommandInput

@@ -15,0 +16,0 @@ extends Pick<UploadPartRequest, Exclude<keyof UploadPartRequest, "Body">> {

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface UploadPartCopyCommandInput extends UploadPartCopyRequest {}

@@ -15,0 +16,0 @@ export interface UploadPartCopyCommandOutput

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

} from "../S3Client";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface WriteGetObjectResponseCommandInput

@@ -15,0 +16,0 @@ extends Pick<

@@ -5,5 +5,6 @@ import {

} from "@smithy/smithy-client";
export { __ServiceException, __ServiceExceptionOptions };
export { __ServiceExceptionOptions };
export { __ServiceException };
export declare class S3ServiceException extends __ServiceException {
constructor(options: __ServiceExceptionOptions);
}
{
"name": "@aws-sdk/client-s3",
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
"version": "3.591.0",
"version": "3.592.0",
"scripts": {

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

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sso-oidc": "3.590.0",
"@aws-sdk/client-sts": "3.590.0",
"@aws-sdk/core": "3.588.0",
"@aws-sdk/credential-provider-node": "3.590.0",
"@aws-sdk/client-sso-oidc": "3.592.0",
"@aws-sdk/client-sts": "3.592.0",
"@aws-sdk/core": "3.592.0",
"@aws-sdk/credential-provider-node": "3.592.0",
"@aws-sdk/middleware-bucket-endpoint": "3.587.0",

@@ -53,3 +53,3 @@ "@aws-sdk/middleware-expect-continue": "3.577.0",

"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/core": "^2.2.0",
"@smithy/eventstream-serde-browser": "^3.0.0",

@@ -56,0 +56,0 @@ "@smithy/eventstream-serde-config-resolver": "^3.0.0",

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