@aws-sdk/client-s3-control 3.857.0 → 3.859.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
CHANGED
|
@@ -1020,6 +1020,7 @@ var se_CreateAccessPointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1020
1020
|
if (input[_S] != null) {
|
|
1021
1021
|
bn.c(se_Scope(input[_S], context).n(_S));
|
|
1022
1022
|
}
|
|
1023
|
+
bn.lc(input, "Tags", "Tags", () => se_TagList(input[_T], context));
|
|
1023
1024
|
if (input[_VC] != null) {
|
|
1024
1025
|
bn.c(se_VpcConfiguration(input[_VC], context).n(_VC));
|
|
1025
1026
|
}
|
|
@@ -111,6 +111,7 @@ export const se_CreateAccessPointCommand = async (input, context) => {
|
|
|
111
111
|
if (input[_S] != null) {
|
|
112
112
|
bn.c(se_Scope(input[_S], context).n(_S));
|
|
113
113
|
}
|
|
114
|
+
bn.lc(input, "Tags", "Tags", () => se_TagList(input[_T], context));
|
|
114
115
|
if (input[_VC] != null) {
|
|
115
116
|
bn.c(se_VpcConfiguration(input[_VC], context).n(_VC));
|
|
116
117
|
}
|
|
@@ -94,6 +94,12 @@ declare const CreateAccessPointCommand_base: {
|
|
|
94
94
|
* "GetObject" || "GetObjectAttributes" || "ListMultipartUploadParts" || "ListBucket" || "ListBucketMultipartUploads" || "PutObject" || "DeleteObject" || "AbortMultipartUpload",
|
|
95
95
|
* ],
|
|
96
96
|
* },
|
|
97
|
+
* Tags: [ // TagList
|
|
98
|
+
* { // Tag
|
|
99
|
+
* Key: "STRING_VALUE", // required
|
|
100
|
+
* Value: "STRING_VALUE", // required
|
|
101
|
+
* },
|
|
102
|
+
* ],
|
|
97
103
|
* };
|
|
98
104
|
* const command = new CreateAccessPointCommand(input);
|
|
99
105
|
* const response = await client.send(command);
|
|
@@ -1201,6 +1201,11 @@ export interface CreateAccessPointRequest {
|
|
|
1201
1201
|
* @public
|
|
1202
1202
|
*/
|
|
1203
1203
|
Scope?: Scope | undefined;
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>An array of tags that you can apply to an access point. Tags are key-value pairs of metadata used to control access to your access points. For more information about tags, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html">Using tags with Amazon S3</a>. For information about tagging access points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html#using-tags-for-abac">Using tags for attribute-based access control (ABAC)</a>.</p>
|
|
1206
|
+
* @public
|
|
1207
|
+
*/
|
|
1208
|
+
Tags?: Tag[] | undefined;
|
|
1204
1209
|
}
|
|
1205
1210
|
/**
|
|
1206
1211
|
* @public
|
|
@@ -280,6 +280,7 @@ export interface CreateAccessPointRequest {
|
|
|
280
280
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | undefined;
|
|
281
281
|
BucketAccountId?: string | undefined;
|
|
282
282
|
Scope?: Scope | undefined;
|
|
283
|
+
Tags?: Tag[] | undefined;
|
|
283
284
|
}
|
|
284
285
|
export interface CreateAccessPointResult {
|
|
285
286
|
AccessPointArn?: string | undefined;
|
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.859.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,19 +22,19 @@
|
|
|
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.
|
|
25
|
+
"@aws-sdk/core": "3.858.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.859.0",
|
|
27
27
|
"@aws-sdk/middleware-bucket-endpoint": "3.840.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
31
31
|
"@aws-sdk/middleware-sdk-s3-control": "3.848.0",
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.858.0",
|
|
33
33
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
34
34
|
"@aws-sdk/types": "3.840.0",
|
|
35
35
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.858.0",
|
|
38
38
|
"@aws-sdk/xml-builder": "3.821.0",
|
|
39
39
|
"@smithy/config-resolver": "^4.1.4",
|
|
40
40
|
"@smithy/core": "^3.7.2",
|