@aws-sdk/client-s3-control 3.58.0 → 3.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.64.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.63.0...v3.64.0) (2022-04-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
|
@@ -1561,7 +1561,7 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1561
1561
|
* <ul>
|
|
1562
1562
|
* <li>
|
|
1563
1563
|
* <p>
|
|
1564
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">
|
|
1564
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
|
|
1565
1565
|
* </p>
|
|
1566
1566
|
* </li>
|
|
1567
1567
|
* <li>
|
|
@@ -58,7 +58,7 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
|
|
|
58
58
|
* <ul>
|
|
59
59
|
* <li>
|
|
60
60
|
* <p>
|
|
61
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">
|
|
61
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
|
|
62
62
|
* </p>
|
|
63
63
|
* </li>
|
|
64
64
|
* <li>
|
|
@@ -1446,8 +1446,8 @@ export interface S3CopyObjectOperation {
|
|
|
1446
1446
|
SSEAwsKmsKeyId?: string;
|
|
1447
1447
|
/**
|
|
1448
1448
|
* <p>Specifies the folder prefix into which you would like the objects to be copied. For
|
|
1449
|
-
* example, to copy objects into a folder named
|
|
1450
|
-
* TargetKeyPrefix to
|
|
1449
|
+
* example, to copy objects into a folder named <code>Folder1</code> in the destination bucket, set the
|
|
1450
|
+
* TargetKeyPrefix to <code>Folder1</code>.</p>
|
|
1451
1451
|
*/
|
|
1452
1452
|
TargetKeyPrefix?: string;
|
|
1453
1453
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.64.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|