@aws-sdk/client-s3-control 3.934.0 → 3.936.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/dist-cjs/index.js +282 -282
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +281 -0
- package/dist-es/models/errors.js +165 -0
- package/dist-es/models/models_0.js +1 -370
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -2
- package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointScopeCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +689 -0
- package/dist-types/models/errors.d.ts +160 -0
- package/dist-types/models/models_0.d.ts +1165 -753
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +371 -0
- package/dist-types/ts3.4/models/errors.d.ts +95 -0
- package/dist-types/ts3.4/models/models_0.d.ts +307 -412
- package/package.json +21 -21
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -77
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -1263
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -330
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.936.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3-control",
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-sdk-s3-control": "3.
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
34
|
-
"@aws-sdk/types": "3.
|
|
35
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
25
|
+
"@aws-sdk/core": "3.936.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
31
|
+
"@aws-sdk/middleware-sdk-s3-control": "3.936.0",
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
33
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
34
|
+
"@aws-sdk/types": "3.936.0",
|
|
35
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
38
38
|
"@smithy/config-resolver": "^4.4.3",
|
|
39
|
-
"@smithy/core": "^3.18.
|
|
39
|
+
"@smithy/core": "^3.18.5",
|
|
40
40
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
41
41
|
"@smithy/hash-blob-browser": "^4.2.6",
|
|
42
42
|
"@smithy/hash-node": "^4.2.5",
|
|
@@ -45,21 +45,21 @@
|
|
|
45
45
|
"@smithy/md5-js": "^4.2.5",
|
|
46
46
|
"@smithy/middleware-apply-body-checksum": "^4.3.5",
|
|
47
47
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
48
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
49
|
-
"@smithy/middleware-retry": "^4.4.
|
|
50
|
-
"@smithy/middleware-serde": "^4.2.
|
|
48
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
49
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
50
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
51
51
|
"@smithy/middleware-stack": "^4.2.5",
|
|
52
52
|
"@smithy/node-config-provider": "^4.3.5",
|
|
53
53
|
"@smithy/node-http-handler": "^4.4.5",
|
|
54
54
|
"@smithy/protocol-http": "^5.3.5",
|
|
55
|
-
"@smithy/smithy-client": "^4.9.
|
|
55
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
56
56
|
"@smithy/types": "^4.9.0",
|
|
57
57
|
"@smithy/url-parser": "^4.2.5",
|
|
58
58
|
"@smithy/util-base64": "^4.3.0",
|
|
59
59
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
60
60
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
61
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
62
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
63
63
|
"@smithy/util-endpoints": "^3.2.5",
|
|
64
64
|
"@smithy/util-middleware": "^4.2.5",
|
|
65
65
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
2
|
-
export class InvalidNextTokenException extends __BaseException {
|
|
3
|
-
name = "InvalidNextTokenException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
Message;
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "InvalidNextTokenException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
13
|
-
this.Message = opts.Message;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export class InvalidRequestException extends __BaseException {
|
|
17
|
-
name = "InvalidRequestException";
|
|
18
|
-
$fault = "client";
|
|
19
|
-
Message;
|
|
20
|
-
constructor(opts) {
|
|
21
|
-
super({
|
|
22
|
-
name: "InvalidRequestException",
|
|
23
|
-
$fault: "client",
|
|
24
|
-
...opts,
|
|
25
|
-
});
|
|
26
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
27
|
-
this.Message = opts.Message;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export const OperationName = {
|
|
31
|
-
LambdaInvoke: "LambdaInvoke",
|
|
32
|
-
S3ComputeObjectChecksum: "S3ComputeObjectChecksum",
|
|
33
|
-
S3DeleteObjectTagging: "S3DeleteObjectTagging",
|
|
34
|
-
S3InitiateRestoreObject: "S3InitiateRestoreObject",
|
|
35
|
-
S3PutObjectAcl: "S3PutObjectAcl",
|
|
36
|
-
S3PutObjectCopy: "S3PutObjectCopy",
|
|
37
|
-
S3PutObjectLegalHold: "S3PutObjectLegalHold",
|
|
38
|
-
S3PutObjectRetention: "S3PutObjectRetention",
|
|
39
|
-
S3PutObjectTagging: "S3PutObjectTagging",
|
|
40
|
-
S3ReplicateObject: "S3ReplicateObject",
|
|
41
|
-
};
|
|
42
|
-
export const MFADelete = {
|
|
43
|
-
Disabled: "Disabled",
|
|
44
|
-
Enabled: "Enabled",
|
|
45
|
-
};
|
|
46
|
-
export class TooManyTagsException extends __BaseException {
|
|
47
|
-
name = "TooManyTagsException";
|
|
48
|
-
$fault = "client";
|
|
49
|
-
Message;
|
|
50
|
-
constructor(opts) {
|
|
51
|
-
super({
|
|
52
|
-
name: "TooManyTagsException",
|
|
53
|
-
$fault: "client",
|
|
54
|
-
...opts,
|
|
55
|
-
});
|
|
56
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
57
|
-
this.Message = opts.Message;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
export class JobStatusException extends __BaseException {
|
|
61
|
-
name = "JobStatusException";
|
|
62
|
-
$fault = "client";
|
|
63
|
-
Message;
|
|
64
|
-
constructor(opts) {
|
|
65
|
-
super({
|
|
66
|
-
name: "JobStatusException",
|
|
67
|
-
$fault: "client",
|
|
68
|
-
...opts,
|
|
69
|
-
});
|
|
70
|
-
Object.setPrototypeOf(this, JobStatusException.prototype);
|
|
71
|
-
this.Message = opts.Message;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
export const RequestedJobStatus = {
|
|
75
|
-
Cancelled: "Cancelled",
|
|
76
|
-
Ready: "Ready",
|
|
77
|
-
};
|