@aws-sdk/client-s3-control 3.777.0 → 3.782.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/README.md +32 -0
- package/dist-cjs/endpoint/endpointResolver.js +1 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +482 -201
- package/dist-es/S3Control.js +8 -0
- package/dist-es/commands/CreateAccessPointCommand.js +1 -0
- package/dist-es/commands/DeleteAccessPointScopeCommand.js +30 -0
- package/dist-es/commands/GetAccessPointScopeCommand.js +30 -0
- package/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +29 -0
- package/dist-es/commands/PutAccessPointScopeCommand.js +30 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/endpointResolver.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +10 -0
- package/dist-es/pagination/ListAccessPointsForDirectoryBucketsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restXml.js +221 -51
- package/dist-types/S3Control.d.ts +29 -0
- package/dist-types/S3ControlClient.d.ts +6 -2
- package/dist-types/commands/CreateAccessPointCommand.d.ts +16 -5
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -4
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -4
- package/dist-types/commands/DeleteAccessPointScopeCommand.d.ts +78 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +1 -4
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +1 -4
- package/dist-types/commands/GetAccessPointScopeCommand.d.ts +84 -0
- package/dist-types/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +92 -0
- package/dist-types/commands/ListJobsCommand.d.ts +2 -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 -2
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -4
- package/dist-types/commands/PutAccessPointScopeCommand.d.ts +128 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +141 -147
- package/dist-types/models/models_1.d.ts +172 -3
- package/dist-types/pagination/ListAccessPointsForDirectoryBucketsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restXml.d.ts +36 -0
- package/dist-types/ts3.4/S3Control.d.ts +75 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointScopeCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetAccessPointScopeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -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 +4 -2
- package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +38 -34
- package/dist-types/ts3.4/models/models_1.d.ts +42 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsForDirectoryBucketsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +48 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -47,6 +47,7 @@ __export(index_exports, {
|
|
|
47
47
|
DeleteAccessPointForObjectLambdaCommand: () => DeleteAccessPointForObjectLambdaCommand,
|
|
48
48
|
DeleteAccessPointPolicyCommand: () => DeleteAccessPointPolicyCommand,
|
|
49
49
|
DeleteAccessPointPolicyForObjectLambdaCommand: () => DeleteAccessPointPolicyForObjectLambdaCommand,
|
|
50
|
+
DeleteAccessPointScopeCommand: () => DeleteAccessPointScopeCommand,
|
|
50
51
|
DeleteBucketCommand: () => DeleteBucketCommand,
|
|
51
52
|
DeleteBucketLifecycleConfigurationCommand: () => DeleteBucketLifecycleConfigurationCommand,
|
|
52
53
|
DeleteBucketPolicyCommand: () => DeleteBucketPolicyCommand,
|
|
@@ -78,6 +79,7 @@ __export(index_exports, {
|
|
|
78
79
|
GetAccessPointPolicyForObjectLambdaCommand: () => GetAccessPointPolicyForObjectLambdaCommand,
|
|
79
80
|
GetAccessPointPolicyStatusCommand: () => GetAccessPointPolicyStatusCommand,
|
|
80
81
|
GetAccessPointPolicyStatusForObjectLambdaCommand: () => GetAccessPointPolicyStatusForObjectLambdaCommand,
|
|
82
|
+
GetAccessPointScopeCommand: () => GetAccessPointScopeCommand,
|
|
81
83
|
GetBucketCommand: () => GetBucketCommand,
|
|
82
84
|
GetBucketLifecycleConfigurationCommand: () => GetBucketLifecycleConfigurationCommand,
|
|
83
85
|
GetBucketPolicyCommand: () => GetBucketPolicyCommand,
|
|
@@ -111,6 +113,7 @@ __export(index_exports, {
|
|
|
111
113
|
ListAccessGrantsInstancesCommand: () => ListAccessGrantsInstancesCommand,
|
|
112
114
|
ListAccessGrantsLocationsCommand: () => ListAccessGrantsLocationsCommand,
|
|
113
115
|
ListAccessPointsCommand: () => ListAccessPointsCommand,
|
|
116
|
+
ListAccessPointsForDirectoryBucketsCommand: () => ListAccessPointsForDirectoryBucketsCommand,
|
|
114
117
|
ListAccessPointsForObjectLambdaCommand: () => ListAccessPointsForObjectLambdaCommand,
|
|
115
118
|
ListCallerAccessGrantsCommand: () => ListCallerAccessGrantsCommand,
|
|
116
119
|
ListJobsCommand: () => ListJobsCommand,
|
|
@@ -139,6 +142,7 @@ __export(index_exports, {
|
|
|
139
142
|
PutAccessPointConfigurationForObjectLambdaCommand: () => PutAccessPointConfigurationForObjectLambdaCommand,
|
|
140
143
|
PutAccessPointPolicyCommand: () => PutAccessPointPolicyCommand,
|
|
141
144
|
PutAccessPointPolicyForObjectLambdaCommand: () => PutAccessPointPolicyForObjectLambdaCommand,
|
|
145
|
+
PutAccessPointScopeCommand: () => PutAccessPointScopeCommand,
|
|
142
146
|
PutBucketLifecycleConfigurationCommand: () => PutBucketLifecycleConfigurationCommand,
|
|
143
147
|
PutBucketPolicyCommand: () => PutBucketPolicyCommand,
|
|
144
148
|
PutBucketReplicationCommand: () => PutBucketReplicationCommand,
|
|
@@ -170,6 +174,7 @@ __export(index_exports, {
|
|
|
170
174
|
S3PrefixType: () => S3PrefixType,
|
|
171
175
|
S3SSEAlgorithm: () => S3SSEAlgorithm,
|
|
172
176
|
S3StorageClass: () => S3StorageClass,
|
|
177
|
+
ScopePermission: () => ScopePermission,
|
|
173
178
|
SseKmsEncryptedObjectsStatus: () => SseKmsEncryptedObjectsStatus,
|
|
174
179
|
SubmitMultiRegionAccessPointRoutesCommand: () => SubmitMultiRegionAccessPointRoutesCommand,
|
|
175
180
|
TagResourceCommand: () => TagResourceCommand,
|
|
@@ -186,6 +191,7 @@ __export(index_exports, {
|
|
|
186
191
|
paginateListAccessGrantsInstances: () => paginateListAccessGrantsInstances,
|
|
187
192
|
paginateListAccessGrantsLocations: () => paginateListAccessGrantsLocations,
|
|
188
193
|
paginateListAccessPoints: () => paginateListAccessPoints,
|
|
194
|
+
paginateListAccessPointsForDirectoryBuckets: () => paginateListAccessPointsForDirectoryBuckets,
|
|
189
195
|
paginateListAccessPointsForObjectLambda: () => paginateListAccessPointsForObjectLambda,
|
|
190
196
|
paginateListCallerAccessGrants: () => paginateListCallerAccessGrants,
|
|
191
197
|
paginateListJobs: () => paginateListJobs,
|
|
@@ -403,6 +409,16 @@ var AsyncOperationName = {
|
|
|
403
409
|
var S3PrefixType = {
|
|
404
410
|
Object: "Object"
|
|
405
411
|
};
|
|
412
|
+
var ScopePermission = {
|
|
413
|
+
AbortMultipartUpload: "AbortMultipartUpload",
|
|
414
|
+
DeleteObject: "DeleteObject",
|
|
415
|
+
GetObject: "GetObject",
|
|
416
|
+
GetObjectAttributes: "GetObjectAttributes",
|
|
417
|
+
ListBucket: "ListBucket",
|
|
418
|
+
ListBucketMultipartUploads: "ListBucketMultipartUploads",
|
|
419
|
+
ListMultipartUploadParts: "ListMultipartUploadParts",
|
|
420
|
+
PutObject: "PutObject"
|
|
421
|
+
};
|
|
406
422
|
var ObjectLambdaAllowedFeature = {
|
|
407
423
|
GetObjectPartNumber: "GetObject-PartNumber",
|
|
408
424
|
GetObjectRange: "GetObject-Range",
|
|
@@ -1050,6 +1066,9 @@ var se_CreateAccessPointCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1050
1066
|
if (input[_PABC] != null) {
|
|
1051
1067
|
bn.c(se_PublicAccessBlockConfiguration(input[_PABC], context).n(_PABC));
|
|
1052
1068
|
}
|
|
1069
|
+
if (input[_S] != null) {
|
|
1070
|
+
bn.c(se_Scope(input[_S], context).n(_S));
|
|
1071
|
+
}
|
|
1053
1072
|
if (input[_VC] != null) {
|
|
1054
1073
|
bn.c(se_VpcConfiguration(input[_VC], context).n(_VC));
|
|
1055
1074
|
}
|
|
@@ -1433,6 +1452,17 @@ var se_DeleteAccessPointPolicyForObjectLambdaCommand = /* @__PURE__ */ __name(as
|
|
|
1433
1452
|
b.m("DELETE").h(headers).b(body);
|
|
1434
1453
|
return b.build();
|
|
1435
1454
|
}, "se_DeleteAccessPointPolicyForObjectLambdaCommand");
|
|
1455
|
+
var se_DeleteAccessPointScopeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1456
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1457
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1458
|
+
[_xaai]: input[_AI]
|
|
1459
|
+
});
|
|
1460
|
+
b.bp("/v20180820/accesspoint/{Name}/scope");
|
|
1461
|
+
b.p("Name", () => input.Name, "{Name}", false);
|
|
1462
|
+
let body;
|
|
1463
|
+
b.m("DELETE").h(headers).b(body);
|
|
1464
|
+
return b.build();
|
|
1465
|
+
}, "se_DeleteAccessPointScopeCommand");
|
|
1436
1466
|
var se_DeleteBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1437
1467
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1438
1468
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -2042,6 +2072,17 @@ var se_GetAccessPointPolicyStatusForObjectLambdaCommand = /* @__PURE__ */ __name
|
|
|
2042
2072
|
b.m("GET").h(headers).b(body);
|
|
2043
2073
|
return b.build();
|
|
2044
2074
|
}, "se_GetAccessPointPolicyStatusForObjectLambdaCommand");
|
|
2075
|
+
var se_GetAccessPointScopeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2076
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2077
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2078
|
+
[_xaai]: input[_AI]
|
|
2079
|
+
});
|
|
2080
|
+
b.bp("/v20180820/accesspoint/{Name}/scope");
|
|
2081
|
+
b.p("Name", () => input.Name, "{Name}", false);
|
|
2082
|
+
let body;
|
|
2083
|
+
b.m("GET").h(headers).b(body);
|
|
2084
|
+
return b.build();
|
|
2085
|
+
}, "se_GetAccessPointScopeCommand");
|
|
2045
2086
|
var se_GetBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2046
2087
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2047
2088
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -2526,6 +2567,21 @@ var se_ListAccessPointsCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2526
2567
|
b.m("GET").h(headers).q(query).b(body);
|
|
2527
2568
|
return b.build();
|
|
2528
2569
|
}, "se_ListAccessPointsCommand");
|
|
2570
|
+
var se_ListAccessPointsForDirectoryBucketsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2571
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2572
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2573
|
+
[_xaai]: input[_AI]
|
|
2574
|
+
});
|
|
2575
|
+
b.bp("/v20180820/accesspointfordirectory");
|
|
2576
|
+
const query = (0, import_smithy_client.map)({
|
|
2577
|
+
[_dB]: [, input[_DB]],
|
|
2578
|
+
[_nT]: [, input[_NT]],
|
|
2579
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()]
|
|
2580
|
+
});
|
|
2581
|
+
let body;
|
|
2582
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2583
|
+
return b.build();
|
|
2584
|
+
}, "se_ListAccessPointsForDirectoryBucketsCommand");
|
|
2529
2585
|
var se_ListAccessPointsForObjectLambdaCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2530
2586
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2531
2587
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -2855,6 +2911,25 @@ var se_PutAccessPointPolicyForObjectLambdaCommand = /* @__PURE__ */ __name(async
|
|
|
2855
2911
|
b.m("PUT").h(headers).b(body);
|
|
2856
2912
|
return b.build();
|
|
2857
2913
|
}, "se_PutAccessPointPolicyForObjectLambdaCommand");
|
|
2914
|
+
var se_PutAccessPointScopeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2915
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2916
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2917
|
+
"content-type": "application/xml",
|
|
2918
|
+
[_xaai]: input[_AI]
|
|
2919
|
+
});
|
|
2920
|
+
b.bp("/v20180820/accesspoint/{Name}/scope");
|
|
2921
|
+
b.p("Name", () => input.Name, "{Name}", false);
|
|
2922
|
+
let body;
|
|
2923
|
+
body = _ve;
|
|
2924
|
+
const bn = new import_xml_builder.XmlNode(_PAPSR);
|
|
2925
|
+
bn.a("xmlns", "http://awss3control.amazonaws.com/doc/2018-08-20/");
|
|
2926
|
+
if (input[_S] != null) {
|
|
2927
|
+
bn.c(se_Scope(input[_S], context).n(_S));
|
|
2928
|
+
}
|
|
2929
|
+
body += bn.toString();
|
|
2930
|
+
b.m("PUT").h(headers).b(body);
|
|
2931
|
+
return b.build();
|
|
2932
|
+
}, "se_PutAccessPointScopeCommand");
|
|
2858
2933
|
var se_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2859
2934
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2860
2935
|
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
@@ -3625,6 +3700,16 @@ var de_DeleteAccessPointPolicyForObjectLambdaCommand = /* @__PURE__ */ __name(as
|
|
|
3625
3700
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3626
3701
|
return contents;
|
|
3627
3702
|
}, "de_DeleteAccessPointPolicyForObjectLambdaCommand");
|
|
3703
|
+
var de_DeleteAccessPointScopeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3704
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3705
|
+
return de_CommandError(output, context);
|
|
3706
|
+
}
|
|
3707
|
+
const contents = (0, import_smithy_client.map)({
|
|
3708
|
+
$metadata: deserializeMetadata(output)
|
|
3709
|
+
});
|
|
3710
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3711
|
+
return contents;
|
|
3712
|
+
}, "de_DeleteAccessPointScopeCommand");
|
|
3628
3713
|
var de_DeleteBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3629
3714
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3630
3715
|
return de_CommandError(output, context);
|
|
@@ -4028,6 +4113,19 @@ var de_GetAccessPointPolicyStatusForObjectLambdaCommand = /* @__PURE__ */ __name
|
|
|
4028
4113
|
}
|
|
4029
4114
|
return contents;
|
|
4030
4115
|
}, "de_GetAccessPointPolicyStatusForObjectLambdaCommand");
|
|
4116
|
+
var de_GetAccessPointScopeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4117
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4118
|
+
return de_CommandError(output, context);
|
|
4119
|
+
}
|
|
4120
|
+
const contents = (0, import_smithy_client.map)({
|
|
4121
|
+
$metadata: deserializeMetadata(output)
|
|
4122
|
+
});
|
|
4123
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseXmlBody)(output.body, context)), "body");
|
|
4124
|
+
if (data[_S] != null) {
|
|
4125
|
+
contents[_S] = de_Scope(data[_S], context);
|
|
4126
|
+
}
|
|
4127
|
+
return contents;
|
|
4128
|
+
}, "de_GetAccessPointScopeCommand");
|
|
4031
4129
|
var de_GetBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4032
4130
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4033
4131
|
return de_CommandError(output, context);
|
|
@@ -4114,8 +4212,8 @@ var de_GetBucketVersioningCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
4114
4212
|
if (data[_MD] != null) {
|
|
4115
4213
|
contents[_MFAD] = (0, import_smithy_client.expectString)(data[_MD]);
|
|
4116
4214
|
}
|
|
4117
|
-
if (data[
|
|
4118
|
-
contents[
|
|
4215
|
+
if (data[_St] != null) {
|
|
4216
|
+
contents[_St] = (0, import_smithy_client.expectString)(data[_St]);
|
|
4119
4217
|
}
|
|
4120
4218
|
return contents;
|
|
4121
4219
|
}, "de_GetBucketVersioningCommand");
|
|
@@ -4330,6 +4428,24 @@ var de_ListAccessPointsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
4330
4428
|
}
|
|
4331
4429
|
return contents;
|
|
4332
4430
|
}, "de_ListAccessPointsCommand");
|
|
4431
|
+
var de_ListAccessPointsForDirectoryBucketsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4432
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4433
|
+
return de_CommandError(output, context);
|
|
4434
|
+
}
|
|
4435
|
+
const contents = (0, import_smithy_client.map)({
|
|
4436
|
+
$metadata: deserializeMetadata(output)
|
|
4437
|
+
});
|
|
4438
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseXmlBody)(output.body, context)), "body");
|
|
4439
|
+
if (data.AccessPointList === "") {
|
|
4440
|
+
contents[_APL] = [];
|
|
4441
|
+
} else if (data[_APL] != null && data[_APL][_AP] != null) {
|
|
4442
|
+
contents[_APL] = de_AccessPointList((0, import_smithy_client.getArrayIfSingleItem)(data[_APL][_AP]), context);
|
|
4443
|
+
}
|
|
4444
|
+
if (data[_NT] != null) {
|
|
4445
|
+
contents[_NT] = (0, import_smithy_client.expectString)(data[_NT]);
|
|
4446
|
+
}
|
|
4447
|
+
return contents;
|
|
4448
|
+
}, "de_ListAccessPointsForDirectoryBucketsCommand");
|
|
4333
4449
|
var de_ListAccessPointsForObjectLambdaCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4334
4450
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4335
4451
|
return de_CommandError(output, context);
|
|
@@ -4520,6 +4636,16 @@ var de_PutAccessPointPolicyForObjectLambdaCommand = /* @__PURE__ */ __name(async
|
|
|
4520
4636
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4521
4637
|
return contents;
|
|
4522
4638
|
}, "de_PutAccessPointPolicyForObjectLambdaCommand");
|
|
4639
|
+
var de_PutAccessPointScopeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4640
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4641
|
+
return de_CommandError(output, context);
|
|
4642
|
+
}
|
|
4643
|
+
const contents = (0, import_smithy_client.map)({
|
|
4644
|
+
$metadata: deserializeMetadata(output)
|
|
4645
|
+
});
|
|
4646
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4647
|
+
return contents;
|
|
4648
|
+
}, "de_PutAccessPointScopeCommand");
|
|
4523
4649
|
var de_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4524
4650
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4525
4651
|
return de_CommandError(output, context);
|
|
@@ -4705,8 +4831,8 @@ var de_UpdateJobStatusCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
4705
4831
|
if (data[_JI] != null) {
|
|
4706
4832
|
contents[_JI] = (0, import_smithy_client.expectString)(data[_JI]);
|
|
4707
4833
|
}
|
|
4708
|
-
if (data[
|
|
4709
|
-
contents[
|
|
4834
|
+
if (data[_St] != null) {
|
|
4835
|
+
contents[_St] = (0, import_smithy_client.expectString)(data[_St]);
|
|
4710
4836
|
}
|
|
4711
4837
|
if (data[_SUR] != null) {
|
|
4712
4838
|
contents[_SUR] = (0, import_smithy_client.expectString)(data[_SUR]);
|
|
@@ -5040,8 +5166,8 @@ var se_CreateMultiRegionAccessPointInput = /* @__PURE__ */ __name((input, contex
|
|
|
5040
5166
|
}, "se_CreateMultiRegionAccessPointInput");
|
|
5041
5167
|
var se_DeleteMarkerReplication = /* @__PURE__ */ __name((input, context) => {
|
|
5042
5168
|
const bn = new import_xml_builder.XmlNode(_DMR);
|
|
5043
|
-
if (input[
|
|
5044
|
-
bn.c(import_xml_builder.XmlNode.of(_DMRS, input[
|
|
5169
|
+
if (input[_St] != null) {
|
|
5170
|
+
bn.c(import_xml_builder.XmlNode.of(_DMRS, input[_St]).n(_St));
|
|
5045
5171
|
}
|
|
5046
5172
|
return bn;
|
|
5047
5173
|
}, "se_DeleteMarkerReplication");
|
|
@@ -5097,8 +5223,8 @@ var se__Exclude = /* @__PURE__ */ __name((input, context) => {
|
|
|
5097
5223
|
}, "se__Exclude");
|
|
5098
5224
|
var se_ExistingObjectReplication = /* @__PURE__ */ __name((input, context) => {
|
|
5099
5225
|
const bn = new import_xml_builder.XmlNode(_EOR);
|
|
5100
|
-
if (input[
|
|
5101
|
-
bn.c(import_xml_builder.XmlNode.of(_EORS, input[
|
|
5226
|
+
if (input[_St] != null) {
|
|
5227
|
+
bn.c(import_xml_builder.XmlNode.of(_EORS, input[_St]).n(_St));
|
|
5102
5228
|
}
|
|
5103
5229
|
return bn;
|
|
5104
5230
|
}, "se_ExistingObjectReplication");
|
|
@@ -5307,8 +5433,8 @@ var se_LifecycleRule = /* @__PURE__ */ __name((input, context) => {
|
|
|
5307
5433
|
if (input[_Fil] != null) {
|
|
5308
5434
|
bn.c(se_LifecycleRuleFilter(input[_Fil], context).n(_Fil));
|
|
5309
5435
|
}
|
|
5310
|
-
if (input[
|
|
5311
|
-
bn.c(import_xml_builder.XmlNode.of(_ES, input[
|
|
5436
|
+
if (input[_St] != null) {
|
|
5437
|
+
bn.c(import_xml_builder.XmlNode.of(_ES, input[_St]).n(_St));
|
|
5312
5438
|
}
|
|
5313
5439
|
bn.lc(input, "Transitions", "Transitions", () => se_TransitionList(input[_Tr], context));
|
|
5314
5440
|
bn.lc(
|
|
@@ -5400,8 +5526,8 @@ var se_MatchObjectSize = /* @__PURE__ */ __name((input, context) => {
|
|
|
5400
5526
|
}, "se_MatchObjectSize");
|
|
5401
5527
|
var se_Metrics = /* @__PURE__ */ __name((input, context) => {
|
|
5402
5528
|
const bn = new import_xml_builder.XmlNode(_Met);
|
|
5403
|
-
if (input[
|
|
5404
|
-
bn.c(import_xml_builder.XmlNode.of(_MS, input[
|
|
5529
|
+
if (input[_St] != null) {
|
|
5530
|
+
bn.c(import_xml_builder.XmlNode.of(_MS, input[_St]).n(_St));
|
|
5405
5531
|
}
|
|
5406
5532
|
if (input[_ETv] != null) {
|
|
5407
5533
|
bn.c(se_ReplicationTimeValue(input[_ETv], context).n(_ETv));
|
|
@@ -5518,6 +5644,12 @@ var se_ObjectLambdaTransformationConfigurationsList = /* @__PURE__ */ __name((in
|
|
|
5518
5644
|
return n.n(_TCr);
|
|
5519
5645
|
});
|
|
5520
5646
|
}, "se_ObjectLambdaTransformationConfigurationsList");
|
|
5647
|
+
var se_PrefixesList = /* @__PURE__ */ __name((input, context) => {
|
|
5648
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
5649
|
+
const n = import_xml_builder.XmlNode.of(_Pre, entry);
|
|
5650
|
+
return n.n(_Pre);
|
|
5651
|
+
});
|
|
5652
|
+
}, "se_PrefixesList");
|
|
5521
5653
|
var se_PrefixLevel = /* @__PURE__ */ __name((input, context) => {
|
|
5522
5654
|
const bn = new import_xml_builder.XmlNode(_PL);
|
|
5523
5655
|
if (input[_SM] != null) {
|
|
@@ -5583,8 +5715,8 @@ var se_Regions = /* @__PURE__ */ __name((input, context) => {
|
|
|
5583
5715
|
}, "se_Regions");
|
|
5584
5716
|
var se_ReplicaModifications = /* @__PURE__ */ __name((input, context) => {
|
|
5585
5717
|
const bn = new import_xml_builder.XmlNode(_RM);
|
|
5586
|
-
if (input[
|
|
5587
|
-
bn.c(import_xml_builder.XmlNode.of(_RMS, input[
|
|
5718
|
+
if (input[_St] != null) {
|
|
5719
|
+
bn.c(import_xml_builder.XmlNode.of(_RMS, input[_St]).n(_St));
|
|
5588
5720
|
}
|
|
5589
5721
|
return bn;
|
|
5590
5722
|
}, "se_ReplicaModifications");
|
|
@@ -5604,8 +5736,8 @@ var se_ReplicationRule = /* @__PURE__ */ __name((input, context) => {
|
|
|
5604
5736
|
if (input[_Fil] != null) {
|
|
5605
5737
|
bn.c(se_ReplicationRuleFilter(input[_Fil], context).n(_Fil));
|
|
5606
5738
|
}
|
|
5607
|
-
if (input[
|
|
5608
|
-
bn.c(import_xml_builder.XmlNode.of(_RRS, input[
|
|
5739
|
+
if (input[_St] != null) {
|
|
5740
|
+
bn.c(import_xml_builder.XmlNode.of(_RRS, input[_St]).n(_St));
|
|
5609
5741
|
}
|
|
5610
5742
|
if (input[_SSC] != null) {
|
|
5611
5743
|
bn.c(se_SourceSelectionCriteria(input[_SSC], context).n(_SSC));
|
|
@@ -5655,8 +5787,8 @@ var se_ReplicationStatusFilterList = /* @__PURE__ */ __name((input, context) =>
|
|
|
5655
5787
|
}, "se_ReplicationStatusFilterList");
|
|
5656
5788
|
var se_ReplicationTime = /* @__PURE__ */ __name((input, context) => {
|
|
5657
5789
|
const bn = new import_xml_builder.XmlNode(_RT);
|
|
5658
|
-
if (input[
|
|
5659
|
-
bn.c(import_xml_builder.XmlNode.of(_RTS, input[
|
|
5790
|
+
if (input[_St] != null) {
|
|
5791
|
+
bn.c(import_xml_builder.XmlNode.of(_RTS, input[_St]).n(_St));
|
|
5660
5792
|
}
|
|
5661
5793
|
if (input[_Ti] != null) {
|
|
5662
5794
|
bn.c(se_ReplicationTimeValue(input[_Ti], context).n(_Ti));
|
|
@@ -5845,8 +5977,8 @@ var se_S3ManifestOutputLocation = /* @__PURE__ */ __name((input, context) => {
|
|
|
5845
5977
|
}, "se_S3ManifestOutputLocation");
|
|
5846
5978
|
var se_S3ObjectLockLegalHold = /* @__PURE__ */ __name((input, context) => {
|
|
5847
5979
|
const bn = new import_xml_builder.XmlNode(_SOLLH);
|
|
5848
|
-
if (input[
|
|
5849
|
-
bn.c(import_xml_builder.XmlNode.of(_SOLLHS, input[
|
|
5980
|
+
if (input[_St] != null) {
|
|
5981
|
+
bn.c(import_xml_builder.XmlNode.of(_SOLLHS, input[_St]).n(_St));
|
|
5850
5982
|
}
|
|
5851
5983
|
return bn;
|
|
5852
5984
|
}, "se_S3ObjectLockLegalHold");
|
|
@@ -5965,6 +6097,18 @@ var se_S3UserMetadata = /* @__PURE__ */ __name((input, context) => {
|
|
|
5965
6097
|
return entryNode;
|
|
5966
6098
|
});
|
|
5967
6099
|
}, "se_S3UserMetadata");
|
|
6100
|
+
var se_Scope = /* @__PURE__ */ __name((input, context) => {
|
|
6101
|
+
const bn = new import_xml_builder.XmlNode(_S);
|
|
6102
|
+
bn.lc(input, "Prefixes", "Prefixes", () => se_PrefixesList(input[_Pref], context));
|
|
6103
|
+
bn.lc(input, "Permissions", "Permissions", () => se_ScopePermissionList(input[_Pe], context));
|
|
6104
|
+
return bn;
|
|
6105
|
+
}, "se_Scope");
|
|
6106
|
+
var se_ScopePermissionList = /* @__PURE__ */ __name((input, context) => {
|
|
6107
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
6108
|
+
const n = import_xml_builder.XmlNode.of(_SPc, entry);
|
|
6109
|
+
return n.n(_P);
|
|
6110
|
+
});
|
|
6111
|
+
}, "se_ScopePermissionList");
|
|
5968
6112
|
var se_SelectionCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
5969
6113
|
const bn = new import_xml_builder.XmlNode(_SCe);
|
|
5970
6114
|
if (input[_Del] != null) {
|
|
@@ -5997,8 +6141,8 @@ var se_SSEKMS = /* @__PURE__ */ __name((input, context) => {
|
|
|
5997
6141
|
}, "se_SSEKMS");
|
|
5998
6142
|
var se_SseKmsEncryptedObjects = /* @__PURE__ */ __name((input, context) => {
|
|
5999
6143
|
const bn = new import_xml_builder.XmlNode(_SKEO);
|
|
6000
|
-
if (input[
|
|
6001
|
-
bn.c(import_xml_builder.XmlNode.of(_SKEOS, input[
|
|
6144
|
+
if (input[_St] != null) {
|
|
6145
|
+
bn.c(import_xml_builder.XmlNode.of(_SKEOS, input[_St]).n(_St));
|
|
6002
6146
|
}
|
|
6003
6147
|
return bn;
|
|
6004
6148
|
}, "se_SseKmsEncryptedObjects");
|
|
@@ -6229,8 +6373,8 @@ var se_VersioningConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
6229
6373
|
if (input[_MFAD] != null) {
|
|
6230
6374
|
bn.c(import_xml_builder.XmlNode.of(_MFAD, input[_MFAD]).n(_MD));
|
|
6231
6375
|
}
|
|
6232
|
-
if (input[
|
|
6233
|
-
bn.c(import_xml_builder.XmlNode.of(_BVS, input[
|
|
6376
|
+
if (input[_St] != null) {
|
|
6377
|
+
bn.c(import_xml_builder.XmlNode.of(_BVS, input[_St]).n(_St));
|
|
6234
6378
|
}
|
|
6235
6379
|
return bn;
|
|
6236
6380
|
}, "se_VersioningConfiguration");
|
|
@@ -6488,8 +6632,8 @@ var de_Credentials = /* @__PURE__ */ __name((output, context) => {
|
|
|
6488
6632
|
}, "de_Credentials");
|
|
6489
6633
|
var de_DeleteMarkerReplication = /* @__PURE__ */ __name((output, context) => {
|
|
6490
6634
|
const contents = {};
|
|
6491
|
-
if (output[
|
|
6492
|
-
contents[
|
|
6635
|
+
if (output[_St] != null) {
|
|
6636
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
6493
6637
|
}
|
|
6494
6638
|
return contents;
|
|
6495
6639
|
}, "de_DeleteMarkerReplication");
|
|
@@ -6571,8 +6715,8 @@ var de__Exclude = /* @__PURE__ */ __name((output, context) => {
|
|
|
6571
6715
|
}, "de__Exclude");
|
|
6572
6716
|
var de_ExistingObjectReplication = /* @__PURE__ */ __name((output, context) => {
|
|
6573
6717
|
const contents = {};
|
|
6574
|
-
if (output[
|
|
6575
|
-
contents[
|
|
6718
|
+
if (output[_St] != null) {
|
|
6719
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
6576
6720
|
}
|
|
6577
6721
|
return contents;
|
|
6578
6722
|
}, "de_ExistingObjectReplication");
|
|
@@ -6624,8 +6768,8 @@ var de_JobDescriptor = /* @__PURE__ */ __name((output, context) => {
|
|
|
6624
6768
|
if (output[_JA] != null) {
|
|
6625
6769
|
contents[_JA] = (0, import_smithy_client.expectString)(output[_JA]);
|
|
6626
6770
|
}
|
|
6627
|
-
if (output[
|
|
6628
|
-
contents[
|
|
6771
|
+
if (output[_St] != null) {
|
|
6772
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
6629
6773
|
}
|
|
6630
6774
|
if (output[_M] != null) {
|
|
6631
6775
|
contents[_M] = de_JobManifest(output[_M], context);
|
|
@@ -6703,8 +6847,8 @@ var de_JobListDescriptor = /* @__PURE__ */ __name((output, context) => {
|
|
|
6703
6847
|
if (output[_Pr] != null) {
|
|
6704
6848
|
contents[_Pr] = (0, import_smithy_client.strictParseInt32)(output[_Pr]);
|
|
6705
6849
|
}
|
|
6706
|
-
if (output[
|
|
6707
|
-
contents[
|
|
6850
|
+
if (output[_St] != null) {
|
|
6851
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
6708
6852
|
}
|
|
6709
6853
|
if (output[_CTr] != null) {
|
|
6710
6854
|
contents[_CTr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CTr]));
|
|
@@ -6933,8 +7077,8 @@ var de_LifecycleRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
6933
7077
|
if (output[_Fil] != null) {
|
|
6934
7078
|
contents[_Fil] = de_LifecycleRuleFilter(output[_Fil], context);
|
|
6935
7079
|
}
|
|
6936
|
-
if (output[
|
|
6937
|
-
contents[
|
|
7080
|
+
if (output[_St] != null) {
|
|
7081
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
6938
7082
|
}
|
|
6939
7083
|
if (output.Transitions === "") {
|
|
6940
7084
|
contents[_Tr] = [];
|
|
@@ -7147,8 +7291,8 @@ var de_MatchObjectSize = /* @__PURE__ */ __name((output, context) => {
|
|
|
7147
7291
|
}, "de_MatchObjectSize");
|
|
7148
7292
|
var de_Metrics = /* @__PURE__ */ __name((output, context) => {
|
|
7149
7293
|
const contents = {};
|
|
7150
|
-
if (output[
|
|
7151
|
-
contents[
|
|
7294
|
+
if (output[_St] != null) {
|
|
7295
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
7152
7296
|
}
|
|
7153
7297
|
if (output[_ETv] != null) {
|
|
7154
7298
|
contents[_ETv] = de_ReplicationTimeValue(output[_ETv], context);
|
|
@@ -7194,8 +7338,8 @@ var de_MultiRegionAccessPointReport = /* @__PURE__ */ __name((output, context) =
|
|
|
7194
7338
|
if (output[_PAB] != null) {
|
|
7195
7339
|
contents[_PAB] = de_PublicAccessBlockConfiguration(output[_PAB], context);
|
|
7196
7340
|
}
|
|
7197
|
-
if (output[
|
|
7198
|
-
contents[
|
|
7341
|
+
if (output[_St] != null) {
|
|
7342
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
7199
7343
|
}
|
|
7200
7344
|
if (output.Regions === "") {
|
|
7201
7345
|
contents[_Re] = [];
|
|
@@ -7279,8 +7423,8 @@ var de_ObjectLambdaAccessPointAlias = /* @__PURE__ */ __name((output, context) =
|
|
|
7279
7423
|
if (output[_V] != null) {
|
|
7280
7424
|
contents[_V] = (0, import_smithy_client.expectString)(output[_V]);
|
|
7281
7425
|
}
|
|
7282
|
-
if (output[
|
|
7283
|
-
contents[
|
|
7426
|
+
if (output[_St] != null) {
|
|
7427
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
7284
7428
|
}
|
|
7285
7429
|
return contents;
|
|
7286
7430
|
}, "de_ObjectLambdaAccessPointAlias");
|
|
@@ -7355,6 +7499,11 @@ var de_PolicyStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
7355
7499
|
}
|
|
7356
7500
|
return contents;
|
|
7357
7501
|
}, "de_PolicyStatus");
|
|
7502
|
+
var de_PrefixesList = /* @__PURE__ */ __name((output, context) => {
|
|
7503
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
7504
|
+
return (0, import_smithy_client.expectString)(entry);
|
|
7505
|
+
});
|
|
7506
|
+
}, "de_PrefixesList");
|
|
7358
7507
|
var de_PrefixLevel = /* @__PURE__ */ __name((output, context) => {
|
|
7359
7508
|
const contents = {};
|
|
7360
7509
|
if (output[_SM] != null) {
|
|
@@ -7469,8 +7618,8 @@ var de_Regions = /* @__PURE__ */ __name((output, context) => {
|
|
|
7469
7618
|
}, "de_Regions");
|
|
7470
7619
|
var de_ReplicaModifications = /* @__PURE__ */ __name((output, context) => {
|
|
7471
7620
|
const contents = {};
|
|
7472
|
-
if (output[
|
|
7473
|
-
contents[
|
|
7621
|
+
if (output[_St] != null) {
|
|
7622
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
7474
7623
|
}
|
|
7475
7624
|
return contents;
|
|
7476
7625
|
}, "de_ReplicaModifications");
|
|
@@ -7500,8 +7649,8 @@ var de_ReplicationRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
7500
7649
|
if (output[_Fil] != null) {
|
|
7501
7650
|
contents[_Fil] = de_ReplicationRuleFilter(output[_Fil], context);
|
|
7502
7651
|
}
|
|
7503
|
-
if (output[
|
|
7504
|
-
contents[
|
|
7652
|
+
if (output[_St] != null) {
|
|
7653
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
7505
7654
|
}
|
|
7506
7655
|
if (output[_SSC] != null) {
|
|
7507
7656
|
contents[_SSC] = de_SourceSelectionCriteria(output[_SSC], context);
|
|
@@ -7557,8 +7706,8 @@ var de_ReplicationStatusFilterList = /* @__PURE__ */ __name((output, context) =>
|
|
|
7557
7706
|
}, "de_ReplicationStatusFilterList");
|
|
7558
7707
|
var de_ReplicationTime = /* @__PURE__ */ __name((output, context) => {
|
|
7559
7708
|
const contents = {};
|
|
7560
|
-
if (output[
|
|
7561
|
-
contents[
|
|
7709
|
+
if (output[_St] != null) {
|
|
7710
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
7562
7711
|
}
|
|
7563
7712
|
if (output[_Ti] != null) {
|
|
7564
7713
|
contents[_Ti] = de_ReplicationTimeValue(output[_Ti], context);
|
|
@@ -7775,8 +7924,8 @@ var de_S3ManifestOutputLocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
7775
7924
|
}, "de_S3ManifestOutputLocation");
|
|
7776
7925
|
var de_S3ObjectLockLegalHold = /* @__PURE__ */ __name((output, context) => {
|
|
7777
7926
|
const contents = {};
|
|
7778
|
-
if (output[
|
|
7779
|
-
contents[
|
|
7927
|
+
if (output[_St] != null) {
|
|
7928
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
7780
7929
|
}
|
|
7781
7930
|
return contents;
|
|
7782
7931
|
}, "de_S3ObjectLockLegalHold");
|
|
@@ -7900,6 +8049,25 @@ var de_S3UserMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
7900
8049
|
return acc;
|
|
7901
8050
|
}, {});
|
|
7902
8051
|
}, "de_S3UserMetadata");
|
|
8052
|
+
var de_Scope = /* @__PURE__ */ __name((output, context) => {
|
|
8053
|
+
const contents = {};
|
|
8054
|
+
if (output.Prefixes === "") {
|
|
8055
|
+
contents[_Pref] = [];
|
|
8056
|
+
} else if (output[_Pref] != null && output[_Pref][_Pre] != null) {
|
|
8057
|
+
contents[_Pref] = de_PrefixesList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pref][_Pre]), context);
|
|
8058
|
+
}
|
|
8059
|
+
if (output.Permissions === "") {
|
|
8060
|
+
contents[_Pe] = [];
|
|
8061
|
+
} else if (output[_Pe] != null && output[_Pe][_P] != null) {
|
|
8062
|
+
contents[_Pe] = de_ScopePermissionList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pe][_P]), context);
|
|
8063
|
+
}
|
|
8064
|
+
return contents;
|
|
8065
|
+
}, "de_Scope");
|
|
8066
|
+
var de_ScopePermissionList = /* @__PURE__ */ __name((output, context) => {
|
|
8067
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
8068
|
+
return (0, import_smithy_client.expectString)(entry);
|
|
8069
|
+
});
|
|
8070
|
+
}, "de_ScopePermissionList");
|
|
7903
8071
|
var de_SelectionCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
7904
8072
|
const contents = {};
|
|
7905
8073
|
if (output[_Del] != null) {
|
|
@@ -7932,8 +8100,8 @@ var de_SSEKMS = /* @__PURE__ */ __name((output, context) => {
|
|
|
7932
8100
|
}, "de_SSEKMS");
|
|
7933
8101
|
var de_SseKmsEncryptedObjects = /* @__PURE__ */ __name((output, context) => {
|
|
7934
8102
|
const contents = {};
|
|
7935
|
-
if (output[
|
|
7936
|
-
contents[
|
|
8103
|
+
if (output[_St] != null) {
|
|
8104
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
7937
8105
|
}
|
|
7938
8106
|
return contents;
|
|
7939
8107
|
}, "de_SseKmsEncryptedObjects");
|
|
@@ -8317,6 +8485,7 @@ var _Co = "Code";
|
|
|
8317
8485
|
var _Cr = "Credentials";
|
|
8318
8486
|
var _D = "Description";
|
|
8319
8487
|
var _DAI = "DaysAfterInitiation";
|
|
8488
|
+
var _DB = "DirectoryBucket";
|
|
8320
8489
|
var _DE = "DataExport";
|
|
8321
8490
|
var _DGT = "DaysGreaterThan";
|
|
8322
8491
|
var _DLT = "DaysLessThan";
|
|
@@ -8511,6 +8680,7 @@ var _PAGIRPR = "PutAccessGrantsInstanceResourcePolicyRequest";
|
|
|
8511
8680
|
var _PAPCFOLR = "PutAccessPointConfigurationForObjectLambdaRequest";
|
|
8512
8681
|
var _PAPPFOLR = "PutAccessPointPolicyForObjectLambdaRequest";
|
|
8513
8682
|
var _PAPPR = "PutAccessPointPolicyRequest";
|
|
8683
|
+
var _PAPSR = "PutAccessPointScopeRequest";
|
|
8514
8684
|
var _PBPR = "PutBucketPolicyRequest";
|
|
8515
8685
|
var _PD = "PolicyDocument";
|
|
8516
8686
|
var _PJTR = "PutJobTaggingRequest";
|
|
@@ -8522,9 +8692,11 @@ var _PS = "PolicyStatus";
|
|
|
8522
8692
|
var _PSLCR = "PutStorageLensConfigurationRequest";
|
|
8523
8693
|
var _PSLCTR = "PutStorageLensConfigurationTaggingRequest";
|
|
8524
8694
|
var _PSr = "ProgressSummary";
|
|
8695
|
+
var _Pe = "Permissions";
|
|
8525
8696
|
var _Po = "Policy";
|
|
8526
8697
|
var _Pr = "Priority";
|
|
8527
8698
|
var _Pre = "Prefix";
|
|
8699
|
+
var _Pref = "Prefixes";
|
|
8528
8700
|
var _Pri = "Privilege";
|
|
8529
8701
|
var _Pro = "Proposed";
|
|
8530
8702
|
var _R = "Report";
|
|
@@ -8568,7 +8740,7 @@ var _Rol = "Role";
|
|
|
8568
8740
|
var _Rou = "Route";
|
|
8569
8741
|
var _Ru = "Rules";
|
|
8570
8742
|
var _Rul = "Rule";
|
|
8571
|
-
var _S = "
|
|
8743
|
+
var _S = "Scope";
|
|
8572
8744
|
var _SACL = "S3AccessControlList";
|
|
8573
8745
|
var _SACP = "S3AccessControlPolicy";
|
|
8574
8746
|
var _SAK = "SecretAccessKey";
|
|
@@ -8635,6 +8807,7 @@ var _SPOLH = "S3PutObjectLegalHold";
|
|
|
8635
8807
|
var _SPOR = "S3PutObjectRetention";
|
|
8636
8808
|
var _SPOT = "S3PutObjectTagging";
|
|
8637
8809
|
var _SPT = "S3PrefixType";
|
|
8810
|
+
var _SPc = "ScopePermission";
|
|
8638
8811
|
var _SPe = "S3Permission";
|
|
8639
8812
|
var _SR = "S3Retention";
|
|
8640
8813
|
var _SRO = "S3ReplicateObject";
|
|
@@ -8659,6 +8832,7 @@ var _STe = "SessionToken";
|
|
|
8659
8832
|
var _SUR = "StatusUpdateReason";
|
|
8660
8833
|
var _Se = "Setting";
|
|
8661
8834
|
var _Sp = "Spec";
|
|
8835
|
+
var _St = "Status";
|
|
8662
8836
|
var _Su = "Suffix";
|
|
8663
8837
|
var _T = "Tags";
|
|
8664
8838
|
var _TC = "TransformationConfigurations";
|
|
@@ -8696,6 +8870,7 @@ var _VI = "VpcId";
|
|
|
8696
8870
|
var _aBA = "allowedByApplication";
|
|
8697
8871
|
var _aa = "application_arn";
|
|
8698
8872
|
var _b = "bucket";
|
|
8873
|
+
var _dB = "directoryBucket";
|
|
8699
8874
|
var _dS = "durationSeconds";
|
|
8700
8875
|
var _e = "entry";
|
|
8701
8876
|
var _g = "granteetype";
|
|
@@ -8825,6 +9000,7 @@ var import_middleware_sdk_s3_control6 = require("@aws-sdk/middleware-sdk-s3-cont
|
|
|
8825
9000
|
var CreateAccessPointCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
8826
9001
|
...commonParams,
|
|
8827
9002
|
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
9003
|
+
AccessPointName: { type: "contextParams", name: "Name" },
|
|
8828
9004
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
8829
9005
|
Bucket: { type: "contextParams", name: "Bucket" }
|
|
8830
9006
|
}).m(function(Command, cs, config, o) {
|
|
@@ -9126,11 +9302,34 @@ var DeleteAccessPointPolicyForObjectLambdaCommand = class extends import_smithy_
|
|
|
9126
9302
|
}
|
|
9127
9303
|
};
|
|
9128
9304
|
|
|
9129
|
-
// src/commands/
|
|
9305
|
+
// src/commands/DeleteAccessPointScopeCommand.ts
|
|
9130
9306
|
var import_middleware_sdk_s3_control20 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9131
9307
|
|
|
9132
9308
|
|
|
9133
9309
|
|
|
9310
|
+
var DeleteAccessPointScopeCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
9311
|
+
...commonParams,
|
|
9312
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
9313
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
9314
|
+
AccessPointName: { type: "contextParams", name: "Name" },
|
|
9315
|
+
AccountId: { type: "contextParams", name: "AccountId" }
|
|
9316
|
+
}).m(function(Command, cs, config, o) {
|
|
9317
|
+
return [
|
|
9318
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9319
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9320
|
+
(0, import_middleware_sdk_s3_control20.getProcessArnablesPlugin)(config)
|
|
9321
|
+
];
|
|
9322
|
+
}).s("AWSS3ControlServiceV20180820", "DeleteAccessPointScope", {}).n("S3ControlClient", "DeleteAccessPointScopeCommand").f(void 0, void 0).ser(se_DeleteAccessPointScopeCommand).de(de_DeleteAccessPointScopeCommand).build() {
|
|
9323
|
+
static {
|
|
9324
|
+
__name(this, "DeleteAccessPointScopeCommand");
|
|
9325
|
+
}
|
|
9326
|
+
};
|
|
9327
|
+
|
|
9328
|
+
// src/commands/DeleteBucketCommand.ts
|
|
9329
|
+
var import_middleware_sdk_s3_control21 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9330
|
+
|
|
9331
|
+
|
|
9332
|
+
|
|
9134
9333
|
var DeleteBucketCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
9135
9334
|
...commonParams,
|
|
9136
9335
|
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
@@ -9140,7 +9339,7 @@ var DeleteBucketCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
9140
9339
|
return [
|
|
9141
9340
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9142
9341
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9143
|
-
(0,
|
|
9342
|
+
(0, import_middleware_sdk_s3_control21.getProcessArnablesPlugin)(config)
|
|
9144
9343
|
];
|
|
9145
9344
|
}).s("AWSS3ControlServiceV20180820", "DeleteBucket", {}).n("S3ControlClient", "DeleteBucketCommand").f(void 0, void 0).ser(se_DeleteBucketCommand).de(de_DeleteBucketCommand).build() {
|
|
9146
9345
|
static {
|
|
@@ -9149,7 +9348,7 @@ var DeleteBucketCommand = class extends import_smithy_client.Command.classBuilde
|
|
|
9149
9348
|
};
|
|
9150
9349
|
|
|
9151
9350
|
// src/commands/DeleteBucketLifecycleConfigurationCommand.ts
|
|
9152
|
-
var
|
|
9351
|
+
var import_middleware_sdk_s3_control22 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9153
9352
|
|
|
9154
9353
|
|
|
9155
9354
|
|
|
@@ -9162,7 +9361,7 @@ var DeleteBucketLifecycleConfigurationCommand = class extends import_smithy_clie
|
|
|
9162
9361
|
return [
|
|
9163
9362
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9164
9363
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9165
|
-
(0,
|
|
9364
|
+
(0, import_middleware_sdk_s3_control22.getProcessArnablesPlugin)(config)
|
|
9166
9365
|
];
|
|
9167
9366
|
}).s("AWSS3ControlServiceV20180820", "DeleteBucketLifecycleConfiguration", {}).n("S3ControlClient", "DeleteBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketLifecycleConfigurationCommand).de(de_DeleteBucketLifecycleConfigurationCommand).build() {
|
|
9168
9367
|
static {
|
|
@@ -9171,7 +9370,7 @@ var DeleteBucketLifecycleConfigurationCommand = class extends import_smithy_clie
|
|
|
9171
9370
|
};
|
|
9172
9371
|
|
|
9173
9372
|
// src/commands/DeleteBucketPolicyCommand.ts
|
|
9174
|
-
var
|
|
9373
|
+
var import_middleware_sdk_s3_control23 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9175
9374
|
|
|
9176
9375
|
|
|
9177
9376
|
|
|
@@ -9184,7 +9383,7 @@ var DeleteBucketPolicyCommand = class extends import_smithy_client.Command.class
|
|
|
9184
9383
|
return [
|
|
9185
9384
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9186
9385
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9187
|
-
(0,
|
|
9386
|
+
(0, import_middleware_sdk_s3_control23.getProcessArnablesPlugin)(config)
|
|
9188
9387
|
];
|
|
9189
9388
|
}).s("AWSS3ControlServiceV20180820", "DeleteBucketPolicy", {}).n("S3ControlClient", "DeleteBucketPolicyCommand").f(void 0, void 0).ser(se_DeleteBucketPolicyCommand).de(de_DeleteBucketPolicyCommand).build() {
|
|
9190
9389
|
static {
|
|
@@ -9193,7 +9392,7 @@ var DeleteBucketPolicyCommand = class extends import_smithy_client.Command.class
|
|
|
9193
9392
|
};
|
|
9194
9393
|
|
|
9195
9394
|
// src/commands/DeleteBucketReplicationCommand.ts
|
|
9196
|
-
var
|
|
9395
|
+
var import_middleware_sdk_s3_control24 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9197
9396
|
|
|
9198
9397
|
|
|
9199
9398
|
|
|
@@ -9206,7 +9405,7 @@ var DeleteBucketReplicationCommand = class extends import_smithy_client.Command.
|
|
|
9206
9405
|
return [
|
|
9207
9406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9208
9407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9209
|
-
(0,
|
|
9408
|
+
(0, import_middleware_sdk_s3_control24.getProcessArnablesPlugin)(config)
|
|
9210
9409
|
];
|
|
9211
9410
|
}).s("AWSS3ControlServiceV20180820", "DeleteBucketReplication", {}).n("S3ControlClient", "DeleteBucketReplicationCommand").f(void 0, void 0).ser(se_DeleteBucketReplicationCommand).de(de_DeleteBucketReplicationCommand).build() {
|
|
9212
9411
|
static {
|
|
@@ -9215,7 +9414,7 @@ var DeleteBucketReplicationCommand = class extends import_smithy_client.Command.
|
|
|
9215
9414
|
};
|
|
9216
9415
|
|
|
9217
9416
|
// src/commands/DeleteBucketTaggingCommand.ts
|
|
9218
|
-
var
|
|
9417
|
+
var import_middleware_sdk_s3_control25 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9219
9418
|
|
|
9220
9419
|
|
|
9221
9420
|
|
|
@@ -9228,7 +9427,7 @@ var DeleteBucketTaggingCommand = class extends import_smithy_client.Command.clas
|
|
|
9228
9427
|
return [
|
|
9229
9428
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9230
9429
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9231
|
-
(0,
|
|
9430
|
+
(0, import_middleware_sdk_s3_control25.getProcessArnablesPlugin)(config)
|
|
9232
9431
|
];
|
|
9233
9432
|
}).s("AWSS3ControlServiceV20180820", "DeleteBucketTagging", {}).n("S3ControlClient", "DeleteBucketTaggingCommand").f(void 0, void 0).ser(se_DeleteBucketTaggingCommand).de(de_DeleteBucketTaggingCommand).build() {
|
|
9234
9433
|
static {
|
|
@@ -9237,7 +9436,7 @@ var DeleteBucketTaggingCommand = class extends import_smithy_client.Command.clas
|
|
|
9237
9436
|
};
|
|
9238
9437
|
|
|
9239
9438
|
// src/commands/DeleteJobTaggingCommand.ts
|
|
9240
|
-
var
|
|
9439
|
+
var import_middleware_sdk_s3_control26 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9241
9440
|
|
|
9242
9441
|
|
|
9243
9442
|
|
|
@@ -9249,7 +9448,7 @@ var DeleteJobTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
9249
9448
|
return [
|
|
9250
9449
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9251
9450
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9252
|
-
(0,
|
|
9451
|
+
(0, import_middleware_sdk_s3_control26.getProcessArnablesPlugin)(config)
|
|
9253
9452
|
];
|
|
9254
9453
|
}).s("AWSS3ControlServiceV20180820", "DeleteJobTagging", {}).n("S3ControlClient", "DeleteJobTaggingCommand").f(void 0, void 0).ser(se_DeleteJobTaggingCommand).de(de_DeleteJobTaggingCommand).build() {
|
|
9255
9454
|
static {
|
|
@@ -9258,7 +9457,7 @@ var DeleteJobTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
9258
9457
|
};
|
|
9259
9458
|
|
|
9260
9459
|
// src/commands/DeleteMultiRegionAccessPointCommand.ts
|
|
9261
|
-
var
|
|
9460
|
+
var import_middleware_sdk_s3_control27 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9262
9461
|
|
|
9263
9462
|
|
|
9264
9463
|
|
|
@@ -9271,7 +9470,7 @@ var DeleteMultiRegionAccessPointCommand = class extends import_smithy_client.Com
|
|
|
9271
9470
|
return [
|
|
9272
9471
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9273
9472
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9274
|
-
(0,
|
|
9473
|
+
(0, import_middleware_sdk_s3_control27.getProcessArnablesPlugin)(config),
|
|
9275
9474
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9276
9475
|
];
|
|
9277
9476
|
}).s("AWSS3ControlServiceV20180820", "DeleteMultiRegionAccessPoint", {}).n("S3ControlClient", "DeleteMultiRegionAccessPointCommand").f(void 0, void 0).ser(se_DeleteMultiRegionAccessPointCommand).de(de_DeleteMultiRegionAccessPointCommand).build() {
|
|
@@ -9281,7 +9480,7 @@ var DeleteMultiRegionAccessPointCommand = class extends import_smithy_client.Com
|
|
|
9281
9480
|
};
|
|
9282
9481
|
|
|
9283
9482
|
// src/commands/DeletePublicAccessBlockCommand.ts
|
|
9284
|
-
var
|
|
9483
|
+
var import_middleware_sdk_s3_control28 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9285
9484
|
|
|
9286
9485
|
|
|
9287
9486
|
|
|
@@ -9293,7 +9492,7 @@ var DeletePublicAccessBlockCommand = class extends import_smithy_client.Command.
|
|
|
9293
9492
|
return [
|
|
9294
9493
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9295
9494
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9296
|
-
(0,
|
|
9495
|
+
(0, import_middleware_sdk_s3_control28.getProcessArnablesPlugin)(config)
|
|
9297
9496
|
];
|
|
9298
9497
|
}).s("AWSS3ControlServiceV20180820", "DeletePublicAccessBlock", {}).n("S3ControlClient", "DeletePublicAccessBlockCommand").f(void 0, void 0).ser(se_DeletePublicAccessBlockCommand).de(de_DeletePublicAccessBlockCommand).build() {
|
|
9299
9498
|
static {
|
|
@@ -9302,7 +9501,7 @@ var DeletePublicAccessBlockCommand = class extends import_smithy_client.Command.
|
|
|
9302
9501
|
};
|
|
9303
9502
|
|
|
9304
9503
|
// src/commands/DeleteStorageLensConfigurationCommand.ts
|
|
9305
|
-
var
|
|
9504
|
+
var import_middleware_sdk_s3_control29 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9306
9505
|
|
|
9307
9506
|
|
|
9308
9507
|
|
|
@@ -9314,7 +9513,7 @@ var DeleteStorageLensConfigurationCommand = class extends import_smithy_client.C
|
|
|
9314
9513
|
return [
|
|
9315
9514
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9316
9515
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9317
|
-
(0,
|
|
9516
|
+
(0, import_middleware_sdk_s3_control29.getProcessArnablesPlugin)(config)
|
|
9318
9517
|
];
|
|
9319
9518
|
}).s("AWSS3ControlServiceV20180820", "DeleteStorageLensConfiguration", {}).n("S3ControlClient", "DeleteStorageLensConfigurationCommand").f(void 0, void 0).ser(se_DeleteStorageLensConfigurationCommand).de(de_DeleteStorageLensConfigurationCommand).build() {
|
|
9320
9519
|
static {
|
|
@@ -9323,7 +9522,7 @@ var DeleteStorageLensConfigurationCommand = class extends import_smithy_client.C
|
|
|
9323
9522
|
};
|
|
9324
9523
|
|
|
9325
9524
|
// src/commands/DeleteStorageLensConfigurationTaggingCommand.ts
|
|
9326
|
-
var
|
|
9525
|
+
var import_middleware_sdk_s3_control30 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9327
9526
|
|
|
9328
9527
|
|
|
9329
9528
|
|
|
@@ -9335,7 +9534,7 @@ var DeleteStorageLensConfigurationTaggingCommand = class extends import_smithy_c
|
|
|
9335
9534
|
return [
|
|
9336
9535
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9337
9536
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9338
|
-
(0,
|
|
9537
|
+
(0, import_middleware_sdk_s3_control30.getProcessArnablesPlugin)(config)
|
|
9339
9538
|
];
|
|
9340
9539
|
}).s("AWSS3ControlServiceV20180820", "DeleteStorageLensConfigurationTagging", {}).n("S3ControlClient", "DeleteStorageLensConfigurationTaggingCommand").f(void 0, void 0).ser(se_DeleteStorageLensConfigurationTaggingCommand).de(de_DeleteStorageLensConfigurationTaggingCommand).build() {
|
|
9341
9540
|
static {
|
|
@@ -9344,7 +9543,7 @@ var DeleteStorageLensConfigurationTaggingCommand = class extends import_smithy_c
|
|
|
9344
9543
|
};
|
|
9345
9544
|
|
|
9346
9545
|
// src/commands/DeleteStorageLensGroupCommand.ts
|
|
9347
|
-
var
|
|
9546
|
+
var import_middleware_sdk_s3_control31 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9348
9547
|
|
|
9349
9548
|
|
|
9350
9549
|
|
|
@@ -9356,7 +9555,7 @@ var DeleteStorageLensGroupCommand = class extends import_smithy_client.Command.c
|
|
|
9356
9555
|
return [
|
|
9357
9556
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9358
9557
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9359
|
-
(0,
|
|
9558
|
+
(0, import_middleware_sdk_s3_control31.getProcessArnablesPlugin)(config)
|
|
9360
9559
|
];
|
|
9361
9560
|
}).s("AWSS3ControlServiceV20180820", "DeleteStorageLensGroup", {}).n("S3ControlClient", "DeleteStorageLensGroupCommand").f(void 0, void 0).ser(se_DeleteStorageLensGroupCommand).de(de_DeleteStorageLensGroupCommand).build() {
|
|
9362
9561
|
static {
|
|
@@ -9365,7 +9564,7 @@ var DeleteStorageLensGroupCommand = class extends import_smithy_client.Command.c
|
|
|
9365
9564
|
};
|
|
9366
9565
|
|
|
9367
9566
|
// src/commands/DescribeJobCommand.ts
|
|
9368
|
-
var
|
|
9567
|
+
var import_middleware_sdk_s3_control32 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9369
9568
|
|
|
9370
9569
|
|
|
9371
9570
|
|
|
@@ -9377,7 +9576,7 @@ var DescribeJobCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
9377
9576
|
return [
|
|
9378
9577
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9379
9578
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9380
|
-
(0,
|
|
9579
|
+
(0, import_middleware_sdk_s3_control32.getProcessArnablesPlugin)(config)
|
|
9381
9580
|
];
|
|
9382
9581
|
}).s("AWSS3ControlServiceV20180820", "DescribeJob", {}).n("S3ControlClient", "DescribeJobCommand").f(void 0, void 0).ser(se_DescribeJobCommand).de(de_DescribeJobCommand).build() {
|
|
9383
9582
|
static {
|
|
@@ -9386,7 +9585,7 @@ var DescribeJobCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
9386
9585
|
};
|
|
9387
9586
|
|
|
9388
9587
|
// src/commands/DescribeMultiRegionAccessPointOperationCommand.ts
|
|
9389
|
-
var
|
|
9588
|
+
var import_middleware_sdk_s3_control33 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9390
9589
|
|
|
9391
9590
|
|
|
9392
9591
|
|
|
@@ -9399,7 +9598,7 @@ var DescribeMultiRegionAccessPointOperationCommand = class extends import_smithy
|
|
|
9399
9598
|
return [
|
|
9400
9599
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9401
9600
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9402
|
-
(0,
|
|
9601
|
+
(0, import_middleware_sdk_s3_control33.getProcessArnablesPlugin)(config),
|
|
9403
9602
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9404
9603
|
];
|
|
9405
9604
|
}).s("AWSS3ControlServiceV20180820", "DescribeMultiRegionAccessPointOperation", {}).n("S3ControlClient", "DescribeMultiRegionAccessPointOperationCommand").f(void 0, void 0).ser(se_DescribeMultiRegionAccessPointOperationCommand).de(de_DescribeMultiRegionAccessPointOperationCommand).build() {
|
|
@@ -9409,7 +9608,7 @@ var DescribeMultiRegionAccessPointOperationCommand = class extends import_smithy
|
|
|
9409
9608
|
};
|
|
9410
9609
|
|
|
9411
9610
|
// src/commands/DissociateAccessGrantsIdentityCenterCommand.ts
|
|
9412
|
-
var
|
|
9611
|
+
var import_middleware_sdk_s3_control34 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9413
9612
|
|
|
9414
9613
|
|
|
9415
9614
|
|
|
@@ -9422,7 +9621,7 @@ var DissociateAccessGrantsIdentityCenterCommand = class extends import_smithy_cl
|
|
|
9422
9621
|
return [
|
|
9423
9622
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9424
9623
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9425
|
-
(0,
|
|
9624
|
+
(0, import_middleware_sdk_s3_control34.getProcessArnablesPlugin)(config),
|
|
9426
9625
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9427
9626
|
];
|
|
9428
9627
|
}).s("AWSS3ControlServiceV20180820", "DissociateAccessGrantsIdentityCenter", {}).n("S3ControlClient", "DissociateAccessGrantsIdentityCenterCommand").f(void 0, void 0).ser(se_DissociateAccessGrantsIdentityCenterCommand).de(de_DissociateAccessGrantsIdentityCenterCommand).build() {
|
|
@@ -9432,7 +9631,7 @@ var DissociateAccessGrantsIdentityCenterCommand = class extends import_smithy_cl
|
|
|
9432
9631
|
};
|
|
9433
9632
|
|
|
9434
9633
|
// src/commands/GetAccessGrantCommand.ts
|
|
9435
|
-
var
|
|
9634
|
+
var import_middleware_sdk_s3_control35 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9436
9635
|
|
|
9437
9636
|
|
|
9438
9637
|
|
|
@@ -9445,7 +9644,7 @@ var GetAccessGrantCommand = class extends import_smithy_client.Command.classBuil
|
|
|
9445
9644
|
return [
|
|
9446
9645
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9447
9646
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9448
|
-
(0,
|
|
9647
|
+
(0, import_middleware_sdk_s3_control35.getProcessArnablesPlugin)(config),
|
|
9449
9648
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9450
9649
|
];
|
|
9451
9650
|
}).s("AWSS3ControlServiceV20180820", "GetAccessGrant", {}).n("S3ControlClient", "GetAccessGrantCommand").f(void 0, void 0).ser(se_GetAccessGrantCommand).de(de_GetAccessGrantCommand).build() {
|
|
@@ -9455,7 +9654,7 @@ var GetAccessGrantCommand = class extends import_smithy_client.Command.classBuil
|
|
|
9455
9654
|
};
|
|
9456
9655
|
|
|
9457
9656
|
// src/commands/GetAccessGrantsInstanceCommand.ts
|
|
9458
|
-
var
|
|
9657
|
+
var import_middleware_sdk_s3_control36 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9459
9658
|
|
|
9460
9659
|
|
|
9461
9660
|
|
|
@@ -9468,7 +9667,7 @@ var GetAccessGrantsInstanceCommand = class extends import_smithy_client.Command.
|
|
|
9468
9667
|
return [
|
|
9469
9668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9470
9669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9471
|
-
(0,
|
|
9670
|
+
(0, import_middleware_sdk_s3_control36.getProcessArnablesPlugin)(config),
|
|
9472
9671
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9473
9672
|
];
|
|
9474
9673
|
}).s("AWSS3ControlServiceV20180820", "GetAccessGrantsInstance", {}).n("S3ControlClient", "GetAccessGrantsInstanceCommand").f(void 0, void 0).ser(se_GetAccessGrantsInstanceCommand).de(de_GetAccessGrantsInstanceCommand).build() {
|
|
@@ -9478,7 +9677,7 @@ var GetAccessGrantsInstanceCommand = class extends import_smithy_client.Command.
|
|
|
9478
9677
|
};
|
|
9479
9678
|
|
|
9480
9679
|
// src/commands/GetAccessGrantsInstanceForPrefixCommand.ts
|
|
9481
|
-
var
|
|
9680
|
+
var import_middleware_sdk_s3_control37 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9482
9681
|
|
|
9483
9682
|
|
|
9484
9683
|
|
|
@@ -9491,7 +9690,7 @@ var GetAccessGrantsInstanceForPrefixCommand = class extends import_smithy_client
|
|
|
9491
9690
|
return [
|
|
9492
9691
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9493
9692
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9494
|
-
(0,
|
|
9693
|
+
(0, import_middleware_sdk_s3_control37.getProcessArnablesPlugin)(config),
|
|
9495
9694
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9496
9695
|
];
|
|
9497
9696
|
}).s("AWSS3ControlServiceV20180820", "GetAccessGrantsInstanceForPrefix", {}).n("S3ControlClient", "GetAccessGrantsInstanceForPrefixCommand").f(void 0, void 0).ser(se_GetAccessGrantsInstanceForPrefixCommand).de(de_GetAccessGrantsInstanceForPrefixCommand).build() {
|
|
@@ -9501,7 +9700,7 @@ var GetAccessGrantsInstanceForPrefixCommand = class extends import_smithy_client
|
|
|
9501
9700
|
};
|
|
9502
9701
|
|
|
9503
9702
|
// src/commands/GetAccessGrantsInstanceResourcePolicyCommand.ts
|
|
9504
|
-
var
|
|
9703
|
+
var import_middleware_sdk_s3_control38 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9505
9704
|
|
|
9506
9705
|
|
|
9507
9706
|
|
|
@@ -9514,7 +9713,7 @@ var GetAccessGrantsInstanceResourcePolicyCommand = class extends import_smithy_c
|
|
|
9514
9713
|
return [
|
|
9515
9714
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9516
9715
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9517
|
-
(0,
|
|
9716
|
+
(0, import_middleware_sdk_s3_control38.getProcessArnablesPlugin)(config),
|
|
9518
9717
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9519
9718
|
];
|
|
9520
9719
|
}).s("AWSS3ControlServiceV20180820", "GetAccessGrantsInstanceResourcePolicy", {}).n("S3ControlClient", "GetAccessGrantsInstanceResourcePolicyCommand").f(void 0, void 0).ser(se_GetAccessGrantsInstanceResourcePolicyCommand).de(de_GetAccessGrantsInstanceResourcePolicyCommand).build() {
|
|
@@ -9524,7 +9723,7 @@ var GetAccessGrantsInstanceResourcePolicyCommand = class extends import_smithy_c
|
|
|
9524
9723
|
};
|
|
9525
9724
|
|
|
9526
9725
|
// src/commands/GetAccessGrantsLocationCommand.ts
|
|
9527
|
-
var
|
|
9726
|
+
var import_middleware_sdk_s3_control39 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9528
9727
|
|
|
9529
9728
|
|
|
9530
9729
|
|
|
@@ -9537,7 +9736,7 @@ var GetAccessGrantsLocationCommand = class extends import_smithy_client.Command.
|
|
|
9537
9736
|
return [
|
|
9538
9737
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9539
9738
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9540
|
-
(0,
|
|
9739
|
+
(0, import_middleware_sdk_s3_control39.getProcessArnablesPlugin)(config),
|
|
9541
9740
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9542
9741
|
];
|
|
9543
9742
|
}).s("AWSS3ControlServiceV20180820", "GetAccessGrantsLocation", {}).n("S3ControlClient", "GetAccessGrantsLocationCommand").f(void 0, void 0).ser(se_GetAccessGrantsLocationCommand).de(de_GetAccessGrantsLocationCommand).build() {
|
|
@@ -9547,7 +9746,7 @@ var GetAccessGrantsLocationCommand = class extends import_smithy_client.Command.
|
|
|
9547
9746
|
};
|
|
9548
9747
|
|
|
9549
9748
|
// src/commands/GetAccessPointCommand.ts
|
|
9550
|
-
var
|
|
9749
|
+
var import_middleware_sdk_s3_control40 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9551
9750
|
|
|
9552
9751
|
|
|
9553
9752
|
|
|
@@ -9560,7 +9759,7 @@ var GetAccessPointCommand = class extends import_smithy_client.Command.classBuil
|
|
|
9560
9759
|
return [
|
|
9561
9760
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9562
9761
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9563
|
-
(0,
|
|
9762
|
+
(0, import_middleware_sdk_s3_control40.getProcessArnablesPlugin)(config)
|
|
9564
9763
|
];
|
|
9565
9764
|
}).s("AWSS3ControlServiceV20180820", "GetAccessPoint", {}).n("S3ControlClient", "GetAccessPointCommand").f(void 0, void 0).ser(se_GetAccessPointCommand).de(de_GetAccessPointCommand).build() {
|
|
9566
9765
|
static {
|
|
@@ -9569,7 +9768,7 @@ var GetAccessPointCommand = class extends import_smithy_client.Command.classBuil
|
|
|
9569
9768
|
};
|
|
9570
9769
|
|
|
9571
9770
|
// src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts
|
|
9572
|
-
var
|
|
9771
|
+
var import_middleware_sdk_s3_control41 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9573
9772
|
|
|
9574
9773
|
|
|
9575
9774
|
|
|
@@ -9581,7 +9780,7 @@ var GetAccessPointConfigurationForObjectLambdaCommand = class extends import_smi
|
|
|
9581
9780
|
return [
|
|
9582
9781
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9583
9782
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9584
|
-
(0,
|
|
9783
|
+
(0, import_middleware_sdk_s3_control41.getProcessArnablesPlugin)(config)
|
|
9585
9784
|
];
|
|
9586
9785
|
}).s("AWSS3ControlServiceV20180820", "GetAccessPointConfigurationForObjectLambda", {}).n("S3ControlClient", "GetAccessPointConfigurationForObjectLambdaCommand").f(void 0, void 0).ser(se_GetAccessPointConfigurationForObjectLambdaCommand).de(de_GetAccessPointConfigurationForObjectLambdaCommand).build() {
|
|
9587
9786
|
static {
|
|
@@ -9590,7 +9789,7 @@ var GetAccessPointConfigurationForObjectLambdaCommand = class extends import_smi
|
|
|
9590
9789
|
};
|
|
9591
9790
|
|
|
9592
9791
|
// src/commands/GetAccessPointForObjectLambdaCommand.ts
|
|
9593
|
-
var
|
|
9792
|
+
var import_middleware_sdk_s3_control42 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9594
9793
|
|
|
9595
9794
|
|
|
9596
9795
|
|
|
@@ -9602,7 +9801,7 @@ var GetAccessPointForObjectLambdaCommand = class extends import_smithy_client.Co
|
|
|
9602
9801
|
return [
|
|
9603
9802
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9604
9803
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9605
|
-
(0,
|
|
9804
|
+
(0, import_middleware_sdk_s3_control42.getProcessArnablesPlugin)(config)
|
|
9606
9805
|
];
|
|
9607
9806
|
}).s("AWSS3ControlServiceV20180820", "GetAccessPointForObjectLambda", {}).n("S3ControlClient", "GetAccessPointForObjectLambdaCommand").f(void 0, void 0).ser(se_GetAccessPointForObjectLambdaCommand).de(de_GetAccessPointForObjectLambdaCommand).build() {
|
|
9608
9807
|
static {
|
|
@@ -9611,7 +9810,7 @@ var GetAccessPointForObjectLambdaCommand = class extends import_smithy_client.Co
|
|
|
9611
9810
|
};
|
|
9612
9811
|
|
|
9613
9812
|
// src/commands/GetAccessPointPolicyCommand.ts
|
|
9614
|
-
var
|
|
9813
|
+
var import_middleware_sdk_s3_control43 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9615
9814
|
|
|
9616
9815
|
|
|
9617
9816
|
|
|
@@ -9624,7 +9823,7 @@ var GetAccessPointPolicyCommand = class extends import_smithy_client.Command.cla
|
|
|
9624
9823
|
return [
|
|
9625
9824
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9626
9825
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9627
|
-
(0,
|
|
9826
|
+
(0, import_middleware_sdk_s3_control43.getProcessArnablesPlugin)(config)
|
|
9628
9827
|
];
|
|
9629
9828
|
}).s("AWSS3ControlServiceV20180820", "GetAccessPointPolicy", {}).n("S3ControlClient", "GetAccessPointPolicyCommand").f(void 0, void 0).ser(se_GetAccessPointPolicyCommand).de(de_GetAccessPointPolicyCommand).build() {
|
|
9630
9829
|
static {
|
|
@@ -9633,7 +9832,7 @@ var GetAccessPointPolicyCommand = class extends import_smithy_client.Command.cla
|
|
|
9633
9832
|
};
|
|
9634
9833
|
|
|
9635
9834
|
// src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts
|
|
9636
|
-
var
|
|
9835
|
+
var import_middleware_sdk_s3_control44 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9637
9836
|
|
|
9638
9837
|
|
|
9639
9838
|
|
|
@@ -9645,7 +9844,7 @@ var GetAccessPointPolicyForObjectLambdaCommand = class extends import_smithy_cli
|
|
|
9645
9844
|
return [
|
|
9646
9845
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9647
9846
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9648
|
-
(0,
|
|
9847
|
+
(0, import_middleware_sdk_s3_control44.getProcessArnablesPlugin)(config)
|
|
9649
9848
|
];
|
|
9650
9849
|
}).s("AWSS3ControlServiceV20180820", "GetAccessPointPolicyForObjectLambda", {}).n("S3ControlClient", "GetAccessPointPolicyForObjectLambdaCommand").f(void 0, void 0).ser(se_GetAccessPointPolicyForObjectLambdaCommand).de(de_GetAccessPointPolicyForObjectLambdaCommand).build() {
|
|
9651
9850
|
static {
|
|
@@ -9654,7 +9853,7 @@ var GetAccessPointPolicyForObjectLambdaCommand = class extends import_smithy_cli
|
|
|
9654
9853
|
};
|
|
9655
9854
|
|
|
9656
9855
|
// src/commands/GetAccessPointPolicyStatusCommand.ts
|
|
9657
|
-
var
|
|
9856
|
+
var import_middleware_sdk_s3_control45 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9658
9857
|
|
|
9659
9858
|
|
|
9660
9859
|
|
|
@@ -9667,7 +9866,7 @@ var GetAccessPointPolicyStatusCommand = class extends import_smithy_client.Comma
|
|
|
9667
9866
|
return [
|
|
9668
9867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9669
9868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9670
|
-
(0,
|
|
9869
|
+
(0, import_middleware_sdk_s3_control45.getProcessArnablesPlugin)(config)
|
|
9671
9870
|
];
|
|
9672
9871
|
}).s("AWSS3ControlServiceV20180820", "GetAccessPointPolicyStatus", {}).n("S3ControlClient", "GetAccessPointPolicyStatusCommand").f(void 0, void 0).ser(se_GetAccessPointPolicyStatusCommand).de(de_GetAccessPointPolicyStatusCommand).build() {
|
|
9673
9872
|
static {
|
|
@@ -9676,7 +9875,7 @@ var GetAccessPointPolicyStatusCommand = class extends import_smithy_client.Comma
|
|
|
9676
9875
|
};
|
|
9677
9876
|
|
|
9678
9877
|
// src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts
|
|
9679
|
-
var
|
|
9878
|
+
var import_middleware_sdk_s3_control46 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9680
9879
|
|
|
9681
9880
|
|
|
9682
9881
|
|
|
@@ -9688,7 +9887,7 @@ var GetAccessPointPolicyStatusForObjectLambdaCommand = class extends import_smit
|
|
|
9688
9887
|
return [
|
|
9689
9888
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9690
9889
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9691
|
-
(0,
|
|
9890
|
+
(0, import_middleware_sdk_s3_control46.getProcessArnablesPlugin)(config)
|
|
9692
9891
|
];
|
|
9693
9892
|
}).s("AWSS3ControlServiceV20180820", "GetAccessPointPolicyStatusForObjectLambda", {}).n("S3ControlClient", "GetAccessPointPolicyStatusForObjectLambdaCommand").f(void 0, void 0).ser(se_GetAccessPointPolicyStatusForObjectLambdaCommand).de(de_GetAccessPointPolicyStatusForObjectLambdaCommand).build() {
|
|
9694
9893
|
static {
|
|
@@ -9696,8 +9895,31 @@ var GetAccessPointPolicyStatusForObjectLambdaCommand = class extends import_smit
|
|
|
9696
9895
|
}
|
|
9697
9896
|
};
|
|
9698
9897
|
|
|
9898
|
+
// src/commands/GetAccessPointScopeCommand.ts
|
|
9899
|
+
var import_middleware_sdk_s3_control47 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9900
|
+
|
|
9901
|
+
|
|
9902
|
+
|
|
9903
|
+
var GetAccessPointScopeCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
9904
|
+
...commonParams,
|
|
9905
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
9906
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
9907
|
+
AccessPointName: { type: "contextParams", name: "Name" },
|
|
9908
|
+
AccountId: { type: "contextParams", name: "AccountId" }
|
|
9909
|
+
}).m(function(Command, cs, config, o) {
|
|
9910
|
+
return [
|
|
9911
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9912
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9913
|
+
(0, import_middleware_sdk_s3_control47.getProcessArnablesPlugin)(config)
|
|
9914
|
+
];
|
|
9915
|
+
}).s("AWSS3ControlServiceV20180820", "GetAccessPointScope", {}).n("S3ControlClient", "GetAccessPointScopeCommand").f(void 0, void 0).ser(se_GetAccessPointScopeCommand).de(de_GetAccessPointScopeCommand).build() {
|
|
9916
|
+
static {
|
|
9917
|
+
__name(this, "GetAccessPointScopeCommand");
|
|
9918
|
+
}
|
|
9919
|
+
};
|
|
9920
|
+
|
|
9699
9921
|
// src/commands/GetBucketCommand.ts
|
|
9700
|
-
var
|
|
9922
|
+
var import_middleware_sdk_s3_control48 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9701
9923
|
|
|
9702
9924
|
|
|
9703
9925
|
|
|
@@ -9710,7 +9932,7 @@ var GetBucketCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
9710
9932
|
return [
|
|
9711
9933
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9712
9934
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9713
|
-
(0,
|
|
9935
|
+
(0, import_middleware_sdk_s3_control48.getProcessArnablesPlugin)(config)
|
|
9714
9936
|
];
|
|
9715
9937
|
}).s("AWSS3ControlServiceV20180820", "GetBucket", {}).n("S3ControlClient", "GetBucketCommand").f(void 0, void 0).ser(se_GetBucketCommand).de(de_GetBucketCommand).build() {
|
|
9716
9938
|
static {
|
|
@@ -9719,7 +9941,7 @@ var GetBucketCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
9719
9941
|
};
|
|
9720
9942
|
|
|
9721
9943
|
// src/commands/GetBucketLifecycleConfigurationCommand.ts
|
|
9722
|
-
var
|
|
9944
|
+
var import_middleware_sdk_s3_control49 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9723
9945
|
|
|
9724
9946
|
|
|
9725
9947
|
|
|
@@ -9732,7 +9954,7 @@ var GetBucketLifecycleConfigurationCommand = class extends import_smithy_client.
|
|
|
9732
9954
|
return [
|
|
9733
9955
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9734
9956
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9735
|
-
(0,
|
|
9957
|
+
(0, import_middleware_sdk_s3_control49.getProcessArnablesPlugin)(config)
|
|
9736
9958
|
];
|
|
9737
9959
|
}).s("AWSS3ControlServiceV20180820", "GetBucketLifecycleConfiguration", {}).n("S3ControlClient", "GetBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_GetBucketLifecycleConfigurationCommand).de(de_GetBucketLifecycleConfigurationCommand).build() {
|
|
9738
9960
|
static {
|
|
@@ -9741,7 +9963,7 @@ var GetBucketLifecycleConfigurationCommand = class extends import_smithy_client.
|
|
|
9741
9963
|
};
|
|
9742
9964
|
|
|
9743
9965
|
// src/commands/GetBucketPolicyCommand.ts
|
|
9744
|
-
var
|
|
9966
|
+
var import_middleware_sdk_s3_control50 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9745
9967
|
|
|
9746
9968
|
|
|
9747
9969
|
|
|
@@ -9754,7 +9976,7 @@ var GetBucketPolicyCommand = class extends import_smithy_client.Command.classBui
|
|
|
9754
9976
|
return [
|
|
9755
9977
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9756
9978
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9757
|
-
(0,
|
|
9979
|
+
(0, import_middleware_sdk_s3_control50.getProcessArnablesPlugin)(config)
|
|
9758
9980
|
];
|
|
9759
9981
|
}).s("AWSS3ControlServiceV20180820", "GetBucketPolicy", {}).n("S3ControlClient", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
|
|
9760
9982
|
static {
|
|
@@ -9763,7 +9985,7 @@ var GetBucketPolicyCommand = class extends import_smithy_client.Command.classBui
|
|
|
9763
9985
|
};
|
|
9764
9986
|
|
|
9765
9987
|
// src/commands/GetBucketReplicationCommand.ts
|
|
9766
|
-
var
|
|
9988
|
+
var import_middleware_sdk_s3_control51 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9767
9989
|
|
|
9768
9990
|
|
|
9769
9991
|
|
|
@@ -9776,7 +9998,7 @@ var GetBucketReplicationCommand = class extends import_smithy_client.Command.cla
|
|
|
9776
9998
|
return [
|
|
9777
9999
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9778
10000
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9779
|
-
(0,
|
|
10001
|
+
(0, import_middleware_sdk_s3_control51.getProcessArnablesPlugin)(config)
|
|
9780
10002
|
];
|
|
9781
10003
|
}).s("AWSS3ControlServiceV20180820", "GetBucketReplication", {}).n("S3ControlClient", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
|
|
9782
10004
|
static {
|
|
@@ -9785,7 +10007,7 @@ var GetBucketReplicationCommand = class extends import_smithy_client.Command.cla
|
|
|
9785
10007
|
};
|
|
9786
10008
|
|
|
9787
10009
|
// src/commands/GetBucketTaggingCommand.ts
|
|
9788
|
-
var
|
|
10010
|
+
var import_middleware_sdk_s3_control52 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9789
10011
|
|
|
9790
10012
|
|
|
9791
10013
|
|
|
@@ -9798,7 +10020,7 @@ var GetBucketTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
9798
10020
|
return [
|
|
9799
10021
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9800
10022
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9801
|
-
(0,
|
|
10023
|
+
(0, import_middleware_sdk_s3_control52.getProcessArnablesPlugin)(config)
|
|
9802
10024
|
];
|
|
9803
10025
|
}).s("AWSS3ControlServiceV20180820", "GetBucketTagging", {}).n("S3ControlClient", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
|
|
9804
10026
|
static {
|
|
@@ -9807,7 +10029,7 @@ var GetBucketTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
9807
10029
|
};
|
|
9808
10030
|
|
|
9809
10031
|
// src/commands/GetBucketVersioningCommand.ts
|
|
9810
|
-
var
|
|
10032
|
+
var import_middleware_sdk_s3_control53 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9811
10033
|
|
|
9812
10034
|
|
|
9813
10035
|
|
|
@@ -9820,7 +10042,7 @@ var GetBucketVersioningCommand = class extends import_smithy_client.Command.clas
|
|
|
9820
10042
|
return [
|
|
9821
10043
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9822
10044
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9823
|
-
(0,
|
|
10045
|
+
(0, import_middleware_sdk_s3_control53.getProcessArnablesPlugin)(config)
|
|
9824
10046
|
];
|
|
9825
10047
|
}).s("AWSS3ControlServiceV20180820", "GetBucketVersioning", {}).n("S3ControlClient", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
|
|
9826
10048
|
static {
|
|
@@ -9829,7 +10051,7 @@ var GetBucketVersioningCommand = class extends import_smithy_client.Command.clas
|
|
|
9829
10051
|
};
|
|
9830
10052
|
|
|
9831
10053
|
// src/commands/GetDataAccessCommand.ts
|
|
9832
|
-
var
|
|
10054
|
+
var import_middleware_sdk_s3_control54 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9833
10055
|
|
|
9834
10056
|
|
|
9835
10057
|
|
|
@@ -9842,7 +10064,7 @@ var GetDataAccessCommand = class extends import_smithy_client.Command.classBuild
|
|
|
9842
10064
|
return [
|
|
9843
10065
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9844
10066
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9845
|
-
(0,
|
|
10067
|
+
(0, import_middleware_sdk_s3_control54.getProcessArnablesPlugin)(config),
|
|
9846
10068
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9847
10069
|
];
|
|
9848
10070
|
}).s("AWSS3ControlServiceV20180820", "GetDataAccess", {}).n("S3ControlClient", "GetDataAccessCommand").f(void 0, GetDataAccessResultFilterSensitiveLog).ser(se_GetDataAccessCommand).de(de_GetDataAccessCommand).build() {
|
|
@@ -9852,7 +10074,7 @@ var GetDataAccessCommand = class extends import_smithy_client.Command.classBuild
|
|
|
9852
10074
|
};
|
|
9853
10075
|
|
|
9854
10076
|
// src/commands/GetJobTaggingCommand.ts
|
|
9855
|
-
var
|
|
10077
|
+
var import_middleware_sdk_s3_control55 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9856
10078
|
|
|
9857
10079
|
|
|
9858
10080
|
|
|
@@ -9864,7 +10086,7 @@ var GetJobTaggingCommand = class extends import_smithy_client.Command.classBuild
|
|
|
9864
10086
|
return [
|
|
9865
10087
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9866
10088
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9867
|
-
(0,
|
|
10089
|
+
(0, import_middleware_sdk_s3_control55.getProcessArnablesPlugin)(config)
|
|
9868
10090
|
];
|
|
9869
10091
|
}).s("AWSS3ControlServiceV20180820", "GetJobTagging", {}).n("S3ControlClient", "GetJobTaggingCommand").f(void 0, void 0).ser(se_GetJobTaggingCommand).de(de_GetJobTaggingCommand).build() {
|
|
9870
10092
|
static {
|
|
@@ -9873,7 +10095,7 @@ var GetJobTaggingCommand = class extends import_smithy_client.Command.classBuild
|
|
|
9873
10095
|
};
|
|
9874
10096
|
|
|
9875
10097
|
// src/commands/GetMultiRegionAccessPointCommand.ts
|
|
9876
|
-
var
|
|
10098
|
+
var import_middleware_sdk_s3_control56 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9877
10099
|
|
|
9878
10100
|
|
|
9879
10101
|
|
|
@@ -9886,7 +10108,7 @@ var GetMultiRegionAccessPointCommand = class extends import_smithy_client.Comman
|
|
|
9886
10108
|
return [
|
|
9887
10109
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9888
10110
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9889
|
-
(0,
|
|
10111
|
+
(0, import_middleware_sdk_s3_control56.getProcessArnablesPlugin)(config),
|
|
9890
10112
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9891
10113
|
];
|
|
9892
10114
|
}).s("AWSS3ControlServiceV20180820", "GetMultiRegionAccessPoint", {}).n("S3ControlClient", "GetMultiRegionAccessPointCommand").f(void 0, void 0).ser(se_GetMultiRegionAccessPointCommand).de(de_GetMultiRegionAccessPointCommand).build() {
|
|
@@ -9896,7 +10118,7 @@ var GetMultiRegionAccessPointCommand = class extends import_smithy_client.Comman
|
|
|
9896
10118
|
};
|
|
9897
10119
|
|
|
9898
10120
|
// src/commands/GetMultiRegionAccessPointPolicyCommand.ts
|
|
9899
|
-
var
|
|
10121
|
+
var import_middleware_sdk_s3_control57 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9900
10122
|
|
|
9901
10123
|
|
|
9902
10124
|
|
|
@@ -9909,7 +10131,7 @@ var GetMultiRegionAccessPointPolicyCommand = class extends import_smithy_client.
|
|
|
9909
10131
|
return [
|
|
9910
10132
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9911
10133
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9912
|
-
(0,
|
|
10134
|
+
(0, import_middleware_sdk_s3_control57.getProcessArnablesPlugin)(config),
|
|
9913
10135
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9914
10136
|
];
|
|
9915
10137
|
}).s("AWSS3ControlServiceV20180820", "GetMultiRegionAccessPointPolicy", {}).n("S3ControlClient", "GetMultiRegionAccessPointPolicyCommand").f(void 0, void 0).ser(se_GetMultiRegionAccessPointPolicyCommand).de(de_GetMultiRegionAccessPointPolicyCommand).build() {
|
|
@@ -9919,7 +10141,7 @@ var GetMultiRegionAccessPointPolicyCommand = class extends import_smithy_client.
|
|
|
9919
10141
|
};
|
|
9920
10142
|
|
|
9921
10143
|
// src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts
|
|
9922
|
-
var
|
|
10144
|
+
var import_middleware_sdk_s3_control58 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9923
10145
|
|
|
9924
10146
|
|
|
9925
10147
|
|
|
@@ -9932,7 +10154,7 @@ var GetMultiRegionAccessPointPolicyStatusCommand = class extends import_smithy_c
|
|
|
9932
10154
|
return [
|
|
9933
10155
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9934
10156
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9935
|
-
(0,
|
|
10157
|
+
(0, import_middleware_sdk_s3_control58.getProcessArnablesPlugin)(config),
|
|
9936
10158
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9937
10159
|
];
|
|
9938
10160
|
}).s("AWSS3ControlServiceV20180820", "GetMultiRegionAccessPointPolicyStatus", {}).n("S3ControlClient", "GetMultiRegionAccessPointPolicyStatusCommand").f(void 0, void 0).ser(se_GetMultiRegionAccessPointPolicyStatusCommand).de(de_GetMultiRegionAccessPointPolicyStatusCommand).build() {
|
|
@@ -9942,7 +10164,7 @@ var GetMultiRegionAccessPointPolicyStatusCommand = class extends import_smithy_c
|
|
|
9942
10164
|
};
|
|
9943
10165
|
|
|
9944
10166
|
// src/commands/GetMultiRegionAccessPointRoutesCommand.ts
|
|
9945
|
-
var
|
|
10167
|
+
var import_middleware_sdk_s3_control59 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9946
10168
|
|
|
9947
10169
|
|
|
9948
10170
|
|
|
@@ -9955,7 +10177,7 @@ var GetMultiRegionAccessPointRoutesCommand = class extends import_smithy_client.
|
|
|
9955
10177
|
return [
|
|
9956
10178
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9957
10179
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9958
|
-
(0,
|
|
10180
|
+
(0, import_middleware_sdk_s3_control59.getProcessArnablesPlugin)(config),
|
|
9959
10181
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
9960
10182
|
];
|
|
9961
10183
|
}).s("AWSS3ControlServiceV20180820", "GetMultiRegionAccessPointRoutes", {}).n("S3ControlClient", "GetMultiRegionAccessPointRoutesCommand").f(void 0, void 0).ser(se_GetMultiRegionAccessPointRoutesCommand).de(de_GetMultiRegionAccessPointRoutesCommand).build() {
|
|
@@ -9965,7 +10187,7 @@ var GetMultiRegionAccessPointRoutesCommand = class extends import_smithy_client.
|
|
|
9965
10187
|
};
|
|
9966
10188
|
|
|
9967
10189
|
// src/commands/GetPublicAccessBlockCommand.ts
|
|
9968
|
-
var
|
|
10190
|
+
var import_middleware_sdk_s3_control60 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9969
10191
|
|
|
9970
10192
|
|
|
9971
10193
|
|
|
@@ -9977,7 +10199,7 @@ var GetPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
|
|
|
9977
10199
|
return [
|
|
9978
10200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9979
10201
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9980
|
-
(0,
|
|
10202
|
+
(0, import_middleware_sdk_s3_control60.getProcessArnablesPlugin)(config)
|
|
9981
10203
|
];
|
|
9982
10204
|
}).s("AWSS3ControlServiceV20180820", "GetPublicAccessBlock", {}).n("S3ControlClient", "GetPublicAccessBlockCommand").f(void 0, void 0).ser(se_GetPublicAccessBlockCommand).de(de_GetPublicAccessBlockCommand).build() {
|
|
9983
10205
|
static {
|
|
@@ -9986,7 +10208,7 @@ var GetPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
|
|
|
9986
10208
|
};
|
|
9987
10209
|
|
|
9988
10210
|
// src/commands/GetStorageLensConfigurationCommand.ts
|
|
9989
|
-
var
|
|
10211
|
+
var import_middleware_sdk_s3_control61 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
9990
10212
|
|
|
9991
10213
|
|
|
9992
10214
|
|
|
@@ -9998,7 +10220,7 @@ var GetStorageLensConfigurationCommand = class extends import_smithy_client.Comm
|
|
|
9998
10220
|
return [
|
|
9999
10221
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10000
10222
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10001
|
-
(0,
|
|
10223
|
+
(0, import_middleware_sdk_s3_control61.getProcessArnablesPlugin)(config)
|
|
10002
10224
|
];
|
|
10003
10225
|
}).s("AWSS3ControlServiceV20180820", "GetStorageLensConfiguration", {}).n("S3ControlClient", "GetStorageLensConfigurationCommand").f(void 0, void 0).ser(se_GetStorageLensConfigurationCommand).de(de_GetStorageLensConfigurationCommand).build() {
|
|
10004
10226
|
static {
|
|
@@ -10007,7 +10229,7 @@ var GetStorageLensConfigurationCommand = class extends import_smithy_client.Comm
|
|
|
10007
10229
|
};
|
|
10008
10230
|
|
|
10009
10231
|
// src/commands/GetStorageLensConfigurationTaggingCommand.ts
|
|
10010
|
-
var
|
|
10232
|
+
var import_middleware_sdk_s3_control62 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10011
10233
|
|
|
10012
10234
|
|
|
10013
10235
|
|
|
@@ -10019,7 +10241,7 @@ var GetStorageLensConfigurationTaggingCommand = class extends import_smithy_clie
|
|
|
10019
10241
|
return [
|
|
10020
10242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10021
10243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10022
|
-
(0,
|
|
10244
|
+
(0, import_middleware_sdk_s3_control62.getProcessArnablesPlugin)(config)
|
|
10023
10245
|
];
|
|
10024
10246
|
}).s("AWSS3ControlServiceV20180820", "GetStorageLensConfigurationTagging", {}).n("S3ControlClient", "GetStorageLensConfigurationTaggingCommand").f(void 0, void 0).ser(se_GetStorageLensConfigurationTaggingCommand).de(de_GetStorageLensConfigurationTaggingCommand).build() {
|
|
10025
10247
|
static {
|
|
@@ -10028,7 +10250,7 @@ var GetStorageLensConfigurationTaggingCommand = class extends import_smithy_clie
|
|
|
10028
10250
|
};
|
|
10029
10251
|
|
|
10030
10252
|
// src/commands/GetStorageLensGroupCommand.ts
|
|
10031
|
-
var
|
|
10253
|
+
var import_middleware_sdk_s3_control63 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10032
10254
|
|
|
10033
10255
|
|
|
10034
10256
|
|
|
@@ -10040,7 +10262,7 @@ var GetStorageLensGroupCommand = class extends import_smithy_client.Command.clas
|
|
|
10040
10262
|
return [
|
|
10041
10263
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10042
10264
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10043
|
-
(0,
|
|
10265
|
+
(0, import_middleware_sdk_s3_control63.getProcessArnablesPlugin)(config)
|
|
10044
10266
|
];
|
|
10045
10267
|
}).s("AWSS3ControlServiceV20180820", "GetStorageLensGroup", {}).n("S3ControlClient", "GetStorageLensGroupCommand").f(void 0, void 0).ser(se_GetStorageLensGroupCommand).de(de_GetStorageLensGroupCommand).build() {
|
|
10046
10268
|
static {
|
|
@@ -10049,7 +10271,7 @@ var GetStorageLensGroupCommand = class extends import_smithy_client.Command.clas
|
|
|
10049
10271
|
};
|
|
10050
10272
|
|
|
10051
10273
|
// src/commands/ListAccessGrantsCommand.ts
|
|
10052
|
-
var
|
|
10274
|
+
var import_middleware_sdk_s3_control64 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10053
10275
|
|
|
10054
10276
|
|
|
10055
10277
|
|
|
@@ -10062,7 +10284,7 @@ var ListAccessGrantsCommand = class extends import_smithy_client.Command.classBu
|
|
|
10062
10284
|
return [
|
|
10063
10285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10064
10286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10065
|
-
(0,
|
|
10287
|
+
(0, import_middleware_sdk_s3_control64.getProcessArnablesPlugin)(config),
|
|
10066
10288
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10067
10289
|
];
|
|
10068
10290
|
}).s("AWSS3ControlServiceV20180820", "ListAccessGrants", {}).n("S3ControlClient", "ListAccessGrantsCommand").f(void 0, void 0).ser(se_ListAccessGrantsCommand).de(de_ListAccessGrantsCommand).build() {
|
|
@@ -10072,7 +10294,7 @@ var ListAccessGrantsCommand = class extends import_smithy_client.Command.classBu
|
|
|
10072
10294
|
};
|
|
10073
10295
|
|
|
10074
10296
|
// src/commands/ListAccessGrantsInstancesCommand.ts
|
|
10075
|
-
var
|
|
10297
|
+
var import_middleware_sdk_s3_control65 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10076
10298
|
|
|
10077
10299
|
|
|
10078
10300
|
|
|
@@ -10085,7 +10307,7 @@ var ListAccessGrantsInstancesCommand = class extends import_smithy_client.Comman
|
|
|
10085
10307
|
return [
|
|
10086
10308
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10087
10309
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10088
|
-
(0,
|
|
10310
|
+
(0, import_middleware_sdk_s3_control65.getProcessArnablesPlugin)(config),
|
|
10089
10311
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10090
10312
|
];
|
|
10091
10313
|
}).s("AWSS3ControlServiceV20180820", "ListAccessGrantsInstances", {}).n("S3ControlClient", "ListAccessGrantsInstancesCommand").f(void 0, void 0).ser(se_ListAccessGrantsInstancesCommand).de(de_ListAccessGrantsInstancesCommand).build() {
|
|
@@ -10095,7 +10317,7 @@ var ListAccessGrantsInstancesCommand = class extends import_smithy_client.Comman
|
|
|
10095
10317
|
};
|
|
10096
10318
|
|
|
10097
10319
|
// src/commands/ListAccessGrantsLocationsCommand.ts
|
|
10098
|
-
var
|
|
10320
|
+
var import_middleware_sdk_s3_control66 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10099
10321
|
|
|
10100
10322
|
|
|
10101
10323
|
|
|
@@ -10108,7 +10330,7 @@ var ListAccessGrantsLocationsCommand = class extends import_smithy_client.Comman
|
|
|
10108
10330
|
return [
|
|
10109
10331
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10110
10332
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10111
|
-
(0,
|
|
10333
|
+
(0, import_middleware_sdk_s3_control66.getProcessArnablesPlugin)(config),
|
|
10112
10334
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10113
10335
|
];
|
|
10114
10336
|
}).s("AWSS3ControlServiceV20180820", "ListAccessGrantsLocations", {}).n("S3ControlClient", "ListAccessGrantsLocationsCommand").f(void 0, void 0).ser(se_ListAccessGrantsLocationsCommand).de(de_ListAccessGrantsLocationsCommand).build() {
|
|
@@ -10118,7 +10340,7 @@ var ListAccessGrantsLocationsCommand = class extends import_smithy_client.Comman
|
|
|
10118
10340
|
};
|
|
10119
10341
|
|
|
10120
10342
|
// src/commands/ListAccessPointsCommand.ts
|
|
10121
|
-
var
|
|
10343
|
+
var import_middleware_sdk_s3_control67 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10122
10344
|
|
|
10123
10345
|
|
|
10124
10346
|
|
|
@@ -10131,7 +10353,7 @@ var ListAccessPointsCommand = class extends import_smithy_client.Command.classBu
|
|
|
10131
10353
|
return [
|
|
10132
10354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10133
10355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10134
|
-
(0,
|
|
10356
|
+
(0, import_middleware_sdk_s3_control67.getProcessArnablesPlugin)(config)
|
|
10135
10357
|
];
|
|
10136
10358
|
}).s("AWSS3ControlServiceV20180820", "ListAccessPoints", {}).n("S3ControlClient", "ListAccessPointsCommand").f(void 0, void 0).ser(se_ListAccessPointsCommand).de(de_ListAccessPointsCommand).build() {
|
|
10137
10359
|
static {
|
|
@@ -10139,8 +10361,30 @@ var ListAccessPointsCommand = class extends import_smithy_client.Command.classBu
|
|
|
10139
10361
|
}
|
|
10140
10362
|
};
|
|
10141
10363
|
|
|
10364
|
+
// src/commands/ListAccessPointsForDirectoryBucketsCommand.ts
|
|
10365
|
+
var import_middleware_sdk_s3_control68 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10366
|
+
|
|
10367
|
+
|
|
10368
|
+
|
|
10369
|
+
var ListAccessPointsForDirectoryBucketsCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
10370
|
+
...commonParams,
|
|
10371
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
10372
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
10373
|
+
AccountId: { type: "contextParams", name: "AccountId" }
|
|
10374
|
+
}).m(function(Command, cs, config, o) {
|
|
10375
|
+
return [
|
|
10376
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10377
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10378
|
+
(0, import_middleware_sdk_s3_control68.getProcessArnablesPlugin)(config)
|
|
10379
|
+
];
|
|
10380
|
+
}).s("AWSS3ControlServiceV20180820", "ListAccessPointsForDirectoryBuckets", {}).n("S3ControlClient", "ListAccessPointsForDirectoryBucketsCommand").f(void 0, void 0).ser(se_ListAccessPointsForDirectoryBucketsCommand).de(de_ListAccessPointsForDirectoryBucketsCommand).build() {
|
|
10381
|
+
static {
|
|
10382
|
+
__name(this, "ListAccessPointsForDirectoryBucketsCommand");
|
|
10383
|
+
}
|
|
10384
|
+
};
|
|
10385
|
+
|
|
10142
10386
|
// src/commands/ListAccessPointsForObjectLambdaCommand.ts
|
|
10143
|
-
var
|
|
10387
|
+
var import_middleware_sdk_s3_control69 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10144
10388
|
|
|
10145
10389
|
|
|
10146
10390
|
|
|
@@ -10152,7 +10396,7 @@ var ListAccessPointsForObjectLambdaCommand = class extends import_smithy_client.
|
|
|
10152
10396
|
return [
|
|
10153
10397
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10154
10398
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10155
|
-
(0,
|
|
10399
|
+
(0, import_middleware_sdk_s3_control69.getProcessArnablesPlugin)(config)
|
|
10156
10400
|
];
|
|
10157
10401
|
}).s("AWSS3ControlServiceV20180820", "ListAccessPointsForObjectLambda", {}).n("S3ControlClient", "ListAccessPointsForObjectLambdaCommand").f(void 0, void 0).ser(se_ListAccessPointsForObjectLambdaCommand).de(de_ListAccessPointsForObjectLambdaCommand).build() {
|
|
10158
10402
|
static {
|
|
@@ -10161,7 +10405,7 @@ var ListAccessPointsForObjectLambdaCommand = class extends import_smithy_client.
|
|
|
10161
10405
|
};
|
|
10162
10406
|
|
|
10163
10407
|
// src/commands/ListCallerAccessGrantsCommand.ts
|
|
10164
|
-
var
|
|
10408
|
+
var import_middleware_sdk_s3_control70 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10165
10409
|
|
|
10166
10410
|
|
|
10167
10411
|
|
|
@@ -10174,7 +10418,7 @@ var ListCallerAccessGrantsCommand = class extends import_smithy_client.Command.c
|
|
|
10174
10418
|
return [
|
|
10175
10419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10176
10420
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10177
|
-
(0,
|
|
10421
|
+
(0, import_middleware_sdk_s3_control70.getProcessArnablesPlugin)(config),
|
|
10178
10422
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10179
10423
|
];
|
|
10180
10424
|
}).s("AWSS3ControlServiceV20180820", "ListCallerAccessGrants", {}).n("S3ControlClient", "ListCallerAccessGrantsCommand").f(void 0, void 0).ser(se_ListCallerAccessGrantsCommand).de(de_ListCallerAccessGrantsCommand).build() {
|
|
@@ -10184,7 +10428,7 @@ var ListCallerAccessGrantsCommand = class extends import_smithy_client.Command.c
|
|
|
10184
10428
|
};
|
|
10185
10429
|
|
|
10186
10430
|
// src/commands/ListJobsCommand.ts
|
|
10187
|
-
var
|
|
10431
|
+
var import_middleware_sdk_s3_control71 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10188
10432
|
|
|
10189
10433
|
|
|
10190
10434
|
|
|
@@ -10196,7 +10440,7 @@ var ListJobsCommand = class extends import_smithy_client.Command.classBuilder().
|
|
|
10196
10440
|
return [
|
|
10197
10441
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10198
10442
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10199
|
-
(0,
|
|
10443
|
+
(0, import_middleware_sdk_s3_control71.getProcessArnablesPlugin)(config)
|
|
10200
10444
|
];
|
|
10201
10445
|
}).s("AWSS3ControlServiceV20180820", "ListJobs", {}).n("S3ControlClient", "ListJobsCommand").f(void 0, void 0).ser(se_ListJobsCommand).de(de_ListJobsCommand).build() {
|
|
10202
10446
|
static {
|
|
@@ -10205,7 +10449,7 @@ var ListJobsCommand = class extends import_smithy_client.Command.classBuilder().
|
|
|
10205
10449
|
};
|
|
10206
10450
|
|
|
10207
10451
|
// src/commands/ListMultiRegionAccessPointsCommand.ts
|
|
10208
|
-
var
|
|
10452
|
+
var import_middleware_sdk_s3_control72 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10209
10453
|
|
|
10210
10454
|
|
|
10211
10455
|
|
|
@@ -10218,7 +10462,7 @@ var ListMultiRegionAccessPointsCommand = class extends import_smithy_client.Comm
|
|
|
10218
10462
|
return [
|
|
10219
10463
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10220
10464
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10221
|
-
(0,
|
|
10465
|
+
(0, import_middleware_sdk_s3_control72.getProcessArnablesPlugin)(config),
|
|
10222
10466
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10223
10467
|
];
|
|
10224
10468
|
}).s("AWSS3ControlServiceV20180820", "ListMultiRegionAccessPoints", {}).n("S3ControlClient", "ListMultiRegionAccessPointsCommand").f(void 0, void 0).ser(se_ListMultiRegionAccessPointsCommand).de(de_ListMultiRegionAccessPointsCommand).build() {
|
|
@@ -10228,7 +10472,7 @@ var ListMultiRegionAccessPointsCommand = class extends import_smithy_client.Comm
|
|
|
10228
10472
|
};
|
|
10229
10473
|
|
|
10230
10474
|
// src/commands/ListRegionalBucketsCommand.ts
|
|
10231
|
-
var
|
|
10475
|
+
var import_middleware_sdk_s3_control73 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10232
10476
|
|
|
10233
10477
|
|
|
10234
10478
|
|
|
@@ -10241,7 +10485,7 @@ var ListRegionalBucketsCommand = class extends import_smithy_client.Command.clas
|
|
|
10241
10485
|
return [
|
|
10242
10486
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10243
10487
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10244
|
-
(0,
|
|
10488
|
+
(0, import_middleware_sdk_s3_control73.getRedirectFromPostIdPlugin)(config)
|
|
10245
10489
|
];
|
|
10246
10490
|
}).s("AWSS3ControlServiceV20180820", "ListRegionalBuckets", {}).n("S3ControlClient", "ListRegionalBucketsCommand").f(void 0, void 0).ser(se_ListRegionalBucketsCommand).de(de_ListRegionalBucketsCommand).build() {
|
|
10247
10491
|
static {
|
|
@@ -10250,7 +10494,7 @@ var ListRegionalBucketsCommand = class extends import_smithy_client.Command.clas
|
|
|
10250
10494
|
};
|
|
10251
10495
|
|
|
10252
10496
|
// src/commands/ListStorageLensConfigurationsCommand.ts
|
|
10253
|
-
var
|
|
10497
|
+
var import_middleware_sdk_s3_control74 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10254
10498
|
|
|
10255
10499
|
|
|
10256
10500
|
|
|
@@ -10262,7 +10506,7 @@ var ListStorageLensConfigurationsCommand = class extends import_smithy_client.Co
|
|
|
10262
10506
|
return [
|
|
10263
10507
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10264
10508
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10265
|
-
(0,
|
|
10509
|
+
(0, import_middleware_sdk_s3_control74.getProcessArnablesPlugin)(config)
|
|
10266
10510
|
];
|
|
10267
10511
|
}).s("AWSS3ControlServiceV20180820", "ListStorageLensConfigurations", {}).n("S3ControlClient", "ListStorageLensConfigurationsCommand").f(void 0, void 0).ser(se_ListStorageLensConfigurationsCommand).de(de_ListStorageLensConfigurationsCommand).build() {
|
|
10268
10512
|
static {
|
|
@@ -10271,7 +10515,7 @@ var ListStorageLensConfigurationsCommand = class extends import_smithy_client.Co
|
|
|
10271
10515
|
};
|
|
10272
10516
|
|
|
10273
10517
|
// src/commands/ListStorageLensGroupsCommand.ts
|
|
10274
|
-
var
|
|
10518
|
+
var import_middleware_sdk_s3_control75 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10275
10519
|
|
|
10276
10520
|
|
|
10277
10521
|
|
|
@@ -10283,7 +10527,7 @@ var ListStorageLensGroupsCommand = class extends import_smithy_client.Command.cl
|
|
|
10283
10527
|
return [
|
|
10284
10528
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10285
10529
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10286
|
-
(0,
|
|
10530
|
+
(0, import_middleware_sdk_s3_control75.getProcessArnablesPlugin)(config)
|
|
10287
10531
|
];
|
|
10288
10532
|
}).s("AWSS3ControlServiceV20180820", "ListStorageLensGroups", {}).n("S3ControlClient", "ListStorageLensGroupsCommand").f(void 0, void 0).ser(se_ListStorageLensGroupsCommand).de(de_ListStorageLensGroupsCommand).build() {
|
|
10289
10533
|
static {
|
|
@@ -10292,7 +10536,7 @@ var ListStorageLensGroupsCommand = class extends import_smithy_client.Command.cl
|
|
|
10292
10536
|
};
|
|
10293
10537
|
|
|
10294
10538
|
// src/commands/ListTagsForResourceCommand.ts
|
|
10295
|
-
var
|
|
10539
|
+
var import_middleware_sdk_s3_control76 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10296
10540
|
|
|
10297
10541
|
|
|
10298
10542
|
|
|
@@ -10304,7 +10548,7 @@ var ListTagsForResourceCommand = class extends import_smithy_client.Command.clas
|
|
|
10304
10548
|
return [
|
|
10305
10549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10306
10550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10307
|
-
(0,
|
|
10551
|
+
(0, import_middleware_sdk_s3_control76.getProcessArnablesPlugin)(config)
|
|
10308
10552
|
];
|
|
10309
10553
|
}).s("AWSS3ControlServiceV20180820", "ListTagsForResource", {}).n("S3ControlClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
10310
10554
|
static {
|
|
@@ -10313,7 +10557,7 @@ var ListTagsForResourceCommand = class extends import_smithy_client.Command.clas
|
|
|
10313
10557
|
};
|
|
10314
10558
|
|
|
10315
10559
|
// src/commands/PutAccessGrantsInstanceResourcePolicyCommand.ts
|
|
10316
|
-
var
|
|
10560
|
+
var import_middleware_sdk_s3_control77 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10317
10561
|
|
|
10318
10562
|
|
|
10319
10563
|
|
|
@@ -10326,7 +10570,7 @@ var PutAccessGrantsInstanceResourcePolicyCommand = class extends import_smithy_c
|
|
|
10326
10570
|
return [
|
|
10327
10571
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10328
10572
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10329
|
-
(0,
|
|
10573
|
+
(0, import_middleware_sdk_s3_control77.getProcessArnablesPlugin)(config),
|
|
10330
10574
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10331
10575
|
];
|
|
10332
10576
|
}).s("AWSS3ControlServiceV20180820", "PutAccessGrantsInstanceResourcePolicy", {}).n("S3ControlClient", "PutAccessGrantsInstanceResourcePolicyCommand").f(void 0, void 0).ser(se_PutAccessGrantsInstanceResourcePolicyCommand).de(de_PutAccessGrantsInstanceResourcePolicyCommand).build() {
|
|
@@ -10336,7 +10580,7 @@ var PutAccessGrantsInstanceResourcePolicyCommand = class extends import_smithy_c
|
|
|
10336
10580
|
};
|
|
10337
10581
|
|
|
10338
10582
|
// src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts
|
|
10339
|
-
var
|
|
10583
|
+
var import_middleware_sdk_s3_control78 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10340
10584
|
|
|
10341
10585
|
|
|
10342
10586
|
|
|
@@ -10348,7 +10592,7 @@ var PutAccessPointConfigurationForObjectLambdaCommand = class extends import_smi
|
|
|
10348
10592
|
return [
|
|
10349
10593
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10350
10594
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10351
|
-
(0,
|
|
10595
|
+
(0, import_middleware_sdk_s3_control78.getProcessArnablesPlugin)(config)
|
|
10352
10596
|
];
|
|
10353
10597
|
}).s("AWSS3ControlServiceV20180820", "PutAccessPointConfigurationForObjectLambda", {}).n("S3ControlClient", "PutAccessPointConfigurationForObjectLambdaCommand").f(void 0, void 0).ser(se_PutAccessPointConfigurationForObjectLambdaCommand).de(de_PutAccessPointConfigurationForObjectLambdaCommand).build() {
|
|
10354
10598
|
static {
|
|
@@ -10357,7 +10601,7 @@ var PutAccessPointConfigurationForObjectLambdaCommand = class extends import_smi
|
|
|
10357
10601
|
};
|
|
10358
10602
|
|
|
10359
10603
|
// src/commands/PutAccessPointPolicyCommand.ts
|
|
10360
|
-
var
|
|
10604
|
+
var import_middleware_sdk_s3_control79 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10361
10605
|
|
|
10362
10606
|
|
|
10363
10607
|
|
|
@@ -10370,7 +10614,7 @@ var PutAccessPointPolicyCommand = class extends import_smithy_client.Command.cla
|
|
|
10370
10614
|
return [
|
|
10371
10615
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10372
10616
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10373
|
-
(0,
|
|
10617
|
+
(0, import_middleware_sdk_s3_control79.getProcessArnablesPlugin)(config)
|
|
10374
10618
|
];
|
|
10375
10619
|
}).s("AWSS3ControlServiceV20180820", "PutAccessPointPolicy", {}).n("S3ControlClient", "PutAccessPointPolicyCommand").f(void 0, void 0).ser(se_PutAccessPointPolicyCommand).de(de_PutAccessPointPolicyCommand).build() {
|
|
10376
10620
|
static {
|
|
@@ -10379,7 +10623,7 @@ var PutAccessPointPolicyCommand = class extends import_smithy_client.Command.cla
|
|
|
10379
10623
|
};
|
|
10380
10624
|
|
|
10381
10625
|
// src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts
|
|
10382
|
-
var
|
|
10626
|
+
var import_middleware_sdk_s3_control80 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10383
10627
|
|
|
10384
10628
|
|
|
10385
10629
|
|
|
@@ -10391,7 +10635,7 @@ var PutAccessPointPolicyForObjectLambdaCommand = class extends import_smithy_cli
|
|
|
10391
10635
|
return [
|
|
10392
10636
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10393
10637
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10394
|
-
(0,
|
|
10638
|
+
(0, import_middleware_sdk_s3_control80.getProcessArnablesPlugin)(config)
|
|
10395
10639
|
];
|
|
10396
10640
|
}).s("AWSS3ControlServiceV20180820", "PutAccessPointPolicyForObjectLambda", {}).n("S3ControlClient", "PutAccessPointPolicyForObjectLambdaCommand").f(void 0, void 0).ser(se_PutAccessPointPolicyForObjectLambdaCommand).de(de_PutAccessPointPolicyForObjectLambdaCommand).build() {
|
|
10397
10641
|
static {
|
|
@@ -10399,8 +10643,31 @@ var PutAccessPointPolicyForObjectLambdaCommand = class extends import_smithy_cli
|
|
|
10399
10643
|
}
|
|
10400
10644
|
};
|
|
10401
10645
|
|
|
10646
|
+
// src/commands/PutAccessPointScopeCommand.ts
|
|
10647
|
+
var import_middleware_sdk_s3_control81 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10648
|
+
|
|
10649
|
+
|
|
10650
|
+
|
|
10651
|
+
var PutAccessPointScopeCommand = class extends import_smithy_client.Command.classBuilder().ep({
|
|
10652
|
+
...commonParams,
|
|
10653
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
10654
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
10655
|
+
AccessPointName: { type: "contextParams", name: "Name" },
|
|
10656
|
+
AccountId: { type: "contextParams", name: "AccountId" }
|
|
10657
|
+
}).m(function(Command, cs, config, o) {
|
|
10658
|
+
return [
|
|
10659
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10660
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10661
|
+
(0, import_middleware_sdk_s3_control81.getProcessArnablesPlugin)(config)
|
|
10662
|
+
];
|
|
10663
|
+
}).s("AWSS3ControlServiceV20180820", "PutAccessPointScope", {}).n("S3ControlClient", "PutAccessPointScopeCommand").f(void 0, void 0).ser(se_PutAccessPointScopeCommand).de(de_PutAccessPointScopeCommand).build() {
|
|
10664
|
+
static {
|
|
10665
|
+
__name(this, "PutAccessPointScopeCommand");
|
|
10666
|
+
}
|
|
10667
|
+
};
|
|
10668
|
+
|
|
10402
10669
|
// src/commands/PutBucketLifecycleConfigurationCommand.ts
|
|
10403
|
-
var
|
|
10670
|
+
var import_middleware_sdk_s3_control82 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10404
10671
|
|
|
10405
10672
|
|
|
10406
10673
|
|
|
@@ -10414,7 +10681,7 @@ var PutBucketLifecycleConfigurationCommand = class extends import_smithy_client.
|
|
|
10414
10681
|
return [
|
|
10415
10682
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10416
10683
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10417
|
-
(0,
|
|
10684
|
+
(0, import_middleware_sdk_s3_control82.getProcessArnablesPlugin)(config),
|
|
10418
10685
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10419
10686
|
];
|
|
10420
10687
|
}).s("AWSS3ControlServiceV20180820", "PutBucketLifecycleConfiguration", {}).n("S3ControlClient", "PutBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_PutBucketLifecycleConfigurationCommand).de(de_PutBucketLifecycleConfigurationCommand).build() {
|
|
@@ -10424,7 +10691,7 @@ var PutBucketLifecycleConfigurationCommand = class extends import_smithy_client.
|
|
|
10424
10691
|
};
|
|
10425
10692
|
|
|
10426
10693
|
// src/commands/PutBucketPolicyCommand.ts
|
|
10427
|
-
var
|
|
10694
|
+
var import_middleware_sdk_s3_control83 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10428
10695
|
|
|
10429
10696
|
|
|
10430
10697
|
|
|
@@ -10438,7 +10705,7 @@ var PutBucketPolicyCommand = class extends import_smithy_client.Command.classBui
|
|
|
10438
10705
|
return [
|
|
10439
10706
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10440
10707
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10441
|
-
(0,
|
|
10708
|
+
(0, import_middleware_sdk_s3_control83.getProcessArnablesPlugin)(config),
|
|
10442
10709
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10443
10710
|
];
|
|
10444
10711
|
}).s("AWSS3ControlServiceV20180820", "PutBucketPolicy", {}).n("S3ControlClient", "PutBucketPolicyCommand").f(void 0, void 0).ser(se_PutBucketPolicyCommand).de(de_PutBucketPolicyCommand).build() {
|
|
@@ -10448,7 +10715,7 @@ var PutBucketPolicyCommand = class extends import_smithy_client.Command.classBui
|
|
|
10448
10715
|
};
|
|
10449
10716
|
|
|
10450
10717
|
// src/commands/PutBucketReplicationCommand.ts
|
|
10451
|
-
var
|
|
10718
|
+
var import_middleware_sdk_s3_control84 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10452
10719
|
|
|
10453
10720
|
|
|
10454
10721
|
|
|
@@ -10462,7 +10729,7 @@ var PutBucketReplicationCommand = class extends import_smithy_client.Command.cla
|
|
|
10462
10729
|
return [
|
|
10463
10730
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10464
10731
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10465
|
-
(0,
|
|
10732
|
+
(0, import_middleware_sdk_s3_control84.getProcessArnablesPlugin)(config),
|
|
10466
10733
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10467
10734
|
];
|
|
10468
10735
|
}).s("AWSS3ControlServiceV20180820", "PutBucketReplication", {}).n("S3ControlClient", "PutBucketReplicationCommand").f(void 0, void 0).ser(se_PutBucketReplicationCommand).de(de_PutBucketReplicationCommand).build() {
|
|
@@ -10472,7 +10739,7 @@ var PutBucketReplicationCommand = class extends import_smithy_client.Command.cla
|
|
|
10472
10739
|
};
|
|
10473
10740
|
|
|
10474
10741
|
// src/commands/PutBucketTaggingCommand.ts
|
|
10475
|
-
var
|
|
10742
|
+
var import_middleware_sdk_s3_control85 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10476
10743
|
|
|
10477
10744
|
|
|
10478
10745
|
|
|
@@ -10486,7 +10753,7 @@ var PutBucketTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
10486
10753
|
return [
|
|
10487
10754
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10488
10755
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10489
|
-
(0,
|
|
10756
|
+
(0, import_middleware_sdk_s3_control85.getProcessArnablesPlugin)(config),
|
|
10490
10757
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10491
10758
|
];
|
|
10492
10759
|
}).s("AWSS3ControlServiceV20180820", "PutBucketTagging", {}).n("S3ControlClient", "PutBucketTaggingCommand").f(void 0, void 0).ser(se_PutBucketTaggingCommand).de(de_PutBucketTaggingCommand).build() {
|
|
@@ -10496,7 +10763,7 @@ var PutBucketTaggingCommand = class extends import_smithy_client.Command.classBu
|
|
|
10496
10763
|
};
|
|
10497
10764
|
|
|
10498
10765
|
// src/commands/PutBucketVersioningCommand.ts
|
|
10499
|
-
var
|
|
10766
|
+
var import_middleware_sdk_s3_control86 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10500
10767
|
|
|
10501
10768
|
|
|
10502
10769
|
|
|
@@ -10510,7 +10777,7 @@ var PutBucketVersioningCommand = class extends import_smithy_client.Command.clas
|
|
|
10510
10777
|
return [
|
|
10511
10778
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10512
10779
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10513
|
-
(0,
|
|
10780
|
+
(0, import_middleware_sdk_s3_control86.getProcessArnablesPlugin)(config),
|
|
10514
10781
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10515
10782
|
];
|
|
10516
10783
|
}).s("AWSS3ControlServiceV20180820", "PutBucketVersioning", {}).n("S3ControlClient", "PutBucketVersioningCommand").f(void 0, void 0).ser(se_PutBucketVersioningCommand).de(de_PutBucketVersioningCommand).build() {
|
|
@@ -10520,7 +10787,7 @@ var PutBucketVersioningCommand = class extends import_smithy_client.Command.clas
|
|
|
10520
10787
|
};
|
|
10521
10788
|
|
|
10522
10789
|
// src/commands/PutJobTaggingCommand.ts
|
|
10523
|
-
var
|
|
10790
|
+
var import_middleware_sdk_s3_control87 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10524
10791
|
|
|
10525
10792
|
|
|
10526
10793
|
|
|
@@ -10532,7 +10799,7 @@ var PutJobTaggingCommand = class extends import_smithy_client.Command.classBuild
|
|
|
10532
10799
|
return [
|
|
10533
10800
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10534
10801
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10535
|
-
(0,
|
|
10802
|
+
(0, import_middleware_sdk_s3_control87.getProcessArnablesPlugin)(config)
|
|
10536
10803
|
];
|
|
10537
10804
|
}).s("AWSS3ControlServiceV20180820", "PutJobTagging", {}).n("S3ControlClient", "PutJobTaggingCommand").f(void 0, void 0).ser(se_PutJobTaggingCommand).de(de_PutJobTaggingCommand).build() {
|
|
10538
10805
|
static {
|
|
@@ -10541,7 +10808,7 @@ var PutJobTaggingCommand = class extends import_smithy_client.Command.classBuild
|
|
|
10541
10808
|
};
|
|
10542
10809
|
|
|
10543
10810
|
// src/commands/PutMultiRegionAccessPointPolicyCommand.ts
|
|
10544
|
-
var
|
|
10811
|
+
var import_middleware_sdk_s3_control88 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10545
10812
|
|
|
10546
10813
|
|
|
10547
10814
|
|
|
@@ -10554,7 +10821,7 @@ var PutMultiRegionAccessPointPolicyCommand = class extends import_smithy_client.
|
|
|
10554
10821
|
return [
|
|
10555
10822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10556
10823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10557
|
-
(0,
|
|
10824
|
+
(0, import_middleware_sdk_s3_control88.getProcessArnablesPlugin)(config),
|
|
10558
10825
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10559
10826
|
];
|
|
10560
10827
|
}).s("AWSS3ControlServiceV20180820", "PutMultiRegionAccessPointPolicy", {}).n("S3ControlClient", "PutMultiRegionAccessPointPolicyCommand").f(void 0, void 0).ser(se_PutMultiRegionAccessPointPolicyCommand).de(de_PutMultiRegionAccessPointPolicyCommand).build() {
|
|
@@ -10564,7 +10831,7 @@ var PutMultiRegionAccessPointPolicyCommand = class extends import_smithy_client.
|
|
|
10564
10831
|
};
|
|
10565
10832
|
|
|
10566
10833
|
// src/commands/PutPublicAccessBlockCommand.ts
|
|
10567
|
-
var
|
|
10834
|
+
var import_middleware_sdk_s3_control89 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10568
10835
|
|
|
10569
10836
|
|
|
10570
10837
|
|
|
@@ -10576,7 +10843,7 @@ var PutPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
|
|
|
10576
10843
|
return [
|
|
10577
10844
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10578
10845
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10579
|
-
(0,
|
|
10846
|
+
(0, import_middleware_sdk_s3_control89.getProcessArnablesPlugin)(config)
|
|
10580
10847
|
];
|
|
10581
10848
|
}).s("AWSS3ControlServiceV20180820", "PutPublicAccessBlock", {}).n("S3ControlClient", "PutPublicAccessBlockCommand").f(void 0, void 0).ser(se_PutPublicAccessBlockCommand).de(de_PutPublicAccessBlockCommand).build() {
|
|
10582
10849
|
static {
|
|
@@ -10585,7 +10852,7 @@ var PutPublicAccessBlockCommand = class extends import_smithy_client.Command.cla
|
|
|
10585
10852
|
};
|
|
10586
10853
|
|
|
10587
10854
|
// src/commands/PutStorageLensConfigurationCommand.ts
|
|
10588
|
-
var
|
|
10855
|
+
var import_middleware_sdk_s3_control90 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10589
10856
|
|
|
10590
10857
|
|
|
10591
10858
|
|
|
@@ -10597,7 +10864,7 @@ var PutStorageLensConfigurationCommand = class extends import_smithy_client.Comm
|
|
|
10597
10864
|
return [
|
|
10598
10865
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10599
10866
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10600
|
-
(0,
|
|
10867
|
+
(0, import_middleware_sdk_s3_control90.getProcessArnablesPlugin)(config)
|
|
10601
10868
|
];
|
|
10602
10869
|
}).s("AWSS3ControlServiceV20180820", "PutStorageLensConfiguration", {}).n("S3ControlClient", "PutStorageLensConfigurationCommand").f(void 0, void 0).ser(se_PutStorageLensConfigurationCommand).de(de_PutStorageLensConfigurationCommand).build() {
|
|
10603
10870
|
static {
|
|
@@ -10606,7 +10873,7 @@ var PutStorageLensConfigurationCommand = class extends import_smithy_client.Comm
|
|
|
10606
10873
|
};
|
|
10607
10874
|
|
|
10608
10875
|
// src/commands/PutStorageLensConfigurationTaggingCommand.ts
|
|
10609
|
-
var
|
|
10876
|
+
var import_middleware_sdk_s3_control91 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10610
10877
|
|
|
10611
10878
|
|
|
10612
10879
|
|
|
@@ -10618,7 +10885,7 @@ var PutStorageLensConfigurationTaggingCommand = class extends import_smithy_clie
|
|
|
10618
10885
|
return [
|
|
10619
10886
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10620
10887
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10621
|
-
(0,
|
|
10888
|
+
(0, import_middleware_sdk_s3_control91.getProcessArnablesPlugin)(config)
|
|
10622
10889
|
];
|
|
10623
10890
|
}).s("AWSS3ControlServiceV20180820", "PutStorageLensConfigurationTagging", {}).n("S3ControlClient", "PutStorageLensConfigurationTaggingCommand").f(void 0, void 0).ser(se_PutStorageLensConfigurationTaggingCommand).de(de_PutStorageLensConfigurationTaggingCommand).build() {
|
|
10624
10891
|
static {
|
|
@@ -10627,7 +10894,7 @@ var PutStorageLensConfigurationTaggingCommand = class extends import_smithy_clie
|
|
|
10627
10894
|
};
|
|
10628
10895
|
|
|
10629
10896
|
// src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts
|
|
10630
|
-
var
|
|
10897
|
+
var import_middleware_sdk_s3_control92 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10631
10898
|
|
|
10632
10899
|
|
|
10633
10900
|
|
|
@@ -10640,7 +10907,7 @@ var SubmitMultiRegionAccessPointRoutesCommand = class extends import_smithy_clie
|
|
|
10640
10907
|
return [
|
|
10641
10908
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10642
10909
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10643
|
-
(0,
|
|
10910
|
+
(0, import_middleware_sdk_s3_control92.getProcessArnablesPlugin)(config),
|
|
10644
10911
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10645
10912
|
];
|
|
10646
10913
|
}).s("AWSS3ControlServiceV20180820", "SubmitMultiRegionAccessPointRoutes", {}).n("S3ControlClient", "SubmitMultiRegionAccessPointRoutesCommand").f(void 0, void 0).ser(se_SubmitMultiRegionAccessPointRoutesCommand).de(de_SubmitMultiRegionAccessPointRoutesCommand).build() {
|
|
@@ -10650,7 +10917,7 @@ var SubmitMultiRegionAccessPointRoutesCommand = class extends import_smithy_clie
|
|
|
10650
10917
|
};
|
|
10651
10918
|
|
|
10652
10919
|
// src/commands/TagResourceCommand.ts
|
|
10653
|
-
var
|
|
10920
|
+
var import_middleware_sdk_s3_control93 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10654
10921
|
|
|
10655
10922
|
|
|
10656
10923
|
|
|
@@ -10662,7 +10929,7 @@ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
10662
10929
|
return [
|
|
10663
10930
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10664
10931
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10665
|
-
(0,
|
|
10932
|
+
(0, import_middleware_sdk_s3_control93.getProcessArnablesPlugin)(config)
|
|
10666
10933
|
];
|
|
10667
10934
|
}).s("AWSS3ControlServiceV20180820", "TagResource", {}).n("S3ControlClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
10668
10935
|
static {
|
|
@@ -10671,7 +10938,7 @@ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
10671
10938
|
};
|
|
10672
10939
|
|
|
10673
10940
|
// src/commands/UntagResourceCommand.ts
|
|
10674
|
-
var
|
|
10941
|
+
var import_middleware_sdk_s3_control94 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10675
10942
|
|
|
10676
10943
|
|
|
10677
10944
|
|
|
@@ -10683,7 +10950,7 @@ var UntagResourceCommand = class extends import_smithy_client.Command.classBuild
|
|
|
10683
10950
|
return [
|
|
10684
10951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10685
10952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10686
|
-
(0,
|
|
10953
|
+
(0, import_middleware_sdk_s3_control94.getProcessArnablesPlugin)(config)
|
|
10687
10954
|
];
|
|
10688
10955
|
}).s("AWSS3ControlServiceV20180820", "UntagResource", {}).n("S3ControlClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
10689
10956
|
static {
|
|
@@ -10692,7 +10959,7 @@ var UntagResourceCommand = class extends import_smithy_client.Command.classBuild
|
|
|
10692
10959
|
};
|
|
10693
10960
|
|
|
10694
10961
|
// src/commands/UpdateAccessGrantsLocationCommand.ts
|
|
10695
|
-
var
|
|
10962
|
+
var import_middleware_sdk_s3_control95 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10696
10963
|
|
|
10697
10964
|
|
|
10698
10965
|
|
|
@@ -10705,7 +10972,7 @@ var UpdateAccessGrantsLocationCommand = class extends import_smithy_client.Comma
|
|
|
10705
10972
|
return [
|
|
10706
10973
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10707
10974
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10708
|
-
(0,
|
|
10975
|
+
(0, import_middleware_sdk_s3_control95.getProcessArnablesPlugin)(config),
|
|
10709
10976
|
(0, import_middleware_apply_body_checksum.getApplyMd5BodyChecksumPlugin)(config)
|
|
10710
10977
|
];
|
|
10711
10978
|
}).s("AWSS3ControlServiceV20180820", "UpdateAccessGrantsLocation", {}).n("S3ControlClient", "UpdateAccessGrantsLocationCommand").f(void 0, void 0).ser(se_UpdateAccessGrantsLocationCommand).de(de_UpdateAccessGrantsLocationCommand).build() {
|
|
@@ -10715,7 +10982,7 @@ var UpdateAccessGrantsLocationCommand = class extends import_smithy_client.Comma
|
|
|
10715
10982
|
};
|
|
10716
10983
|
|
|
10717
10984
|
// src/commands/UpdateJobPriorityCommand.ts
|
|
10718
|
-
var
|
|
10985
|
+
var import_middleware_sdk_s3_control96 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10719
10986
|
|
|
10720
10987
|
|
|
10721
10988
|
|
|
@@ -10727,7 +10994,7 @@ var UpdateJobPriorityCommand = class extends import_smithy_client.Command.classB
|
|
|
10727
10994
|
return [
|
|
10728
10995
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10729
10996
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10730
|
-
(0,
|
|
10997
|
+
(0, import_middleware_sdk_s3_control96.getProcessArnablesPlugin)(config)
|
|
10731
10998
|
];
|
|
10732
10999
|
}).s("AWSS3ControlServiceV20180820", "UpdateJobPriority", {}).n("S3ControlClient", "UpdateJobPriorityCommand").f(void 0, void 0).ser(se_UpdateJobPriorityCommand).de(de_UpdateJobPriorityCommand).build() {
|
|
10733
11000
|
static {
|
|
@@ -10736,7 +11003,7 @@ var UpdateJobPriorityCommand = class extends import_smithy_client.Command.classB
|
|
|
10736
11003
|
};
|
|
10737
11004
|
|
|
10738
11005
|
// src/commands/UpdateJobStatusCommand.ts
|
|
10739
|
-
var
|
|
11006
|
+
var import_middleware_sdk_s3_control97 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10740
11007
|
|
|
10741
11008
|
|
|
10742
11009
|
|
|
@@ -10748,7 +11015,7 @@ var UpdateJobStatusCommand = class extends import_smithy_client.Command.classBui
|
|
|
10748
11015
|
return [
|
|
10749
11016
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10750
11017
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10751
|
-
(0,
|
|
11018
|
+
(0, import_middleware_sdk_s3_control97.getProcessArnablesPlugin)(config)
|
|
10752
11019
|
];
|
|
10753
11020
|
}).s("AWSS3ControlServiceV20180820", "UpdateJobStatus", {}).n("S3ControlClient", "UpdateJobStatusCommand").f(void 0, void 0).ser(se_UpdateJobStatusCommand).de(de_UpdateJobStatusCommand).build() {
|
|
10754
11021
|
static {
|
|
@@ -10757,7 +11024,7 @@ var UpdateJobStatusCommand = class extends import_smithy_client.Command.classBui
|
|
|
10757
11024
|
};
|
|
10758
11025
|
|
|
10759
11026
|
// src/commands/UpdateStorageLensGroupCommand.ts
|
|
10760
|
-
var
|
|
11027
|
+
var import_middleware_sdk_s3_control98 = require("@aws-sdk/middleware-sdk-s3-control");
|
|
10761
11028
|
|
|
10762
11029
|
|
|
10763
11030
|
|
|
@@ -10769,7 +11036,7 @@ var UpdateStorageLensGroupCommand = class extends import_smithy_client.Command.c
|
|
|
10769
11036
|
return [
|
|
10770
11037
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10771
11038
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10772
|
-
(0,
|
|
11039
|
+
(0, import_middleware_sdk_s3_control98.getProcessArnablesPlugin)(config)
|
|
10773
11040
|
];
|
|
10774
11041
|
}).s("AWSS3ControlServiceV20180820", "UpdateStorageLensGroup", {}).n("S3ControlClient", "UpdateStorageLensGroupCommand").f(void 0, void 0).ser(se_UpdateStorageLensGroupCommand).de(de_UpdateStorageLensGroupCommand).build() {
|
|
10775
11042
|
static {
|
|
@@ -10797,6 +11064,7 @@ var commands = {
|
|
|
10797
11064
|
DeleteAccessPointForObjectLambdaCommand,
|
|
10798
11065
|
DeleteAccessPointPolicyCommand,
|
|
10799
11066
|
DeleteAccessPointPolicyForObjectLambdaCommand,
|
|
11067
|
+
DeleteAccessPointScopeCommand,
|
|
10800
11068
|
DeleteBucketCommand,
|
|
10801
11069
|
DeleteBucketLifecycleConfigurationCommand,
|
|
10802
11070
|
DeleteBucketPolicyCommand,
|
|
@@ -10823,6 +11091,7 @@ var commands = {
|
|
|
10823
11091
|
GetAccessPointPolicyForObjectLambdaCommand,
|
|
10824
11092
|
GetAccessPointPolicyStatusCommand,
|
|
10825
11093
|
GetAccessPointPolicyStatusForObjectLambdaCommand,
|
|
11094
|
+
GetAccessPointScopeCommand,
|
|
10826
11095
|
GetBucketCommand,
|
|
10827
11096
|
GetBucketLifecycleConfigurationCommand,
|
|
10828
11097
|
GetBucketPolicyCommand,
|
|
@@ -10843,6 +11112,7 @@ var commands = {
|
|
|
10843
11112
|
ListAccessGrantsInstancesCommand,
|
|
10844
11113
|
ListAccessGrantsLocationsCommand,
|
|
10845
11114
|
ListAccessPointsCommand,
|
|
11115
|
+
ListAccessPointsForDirectoryBucketsCommand,
|
|
10846
11116
|
ListAccessPointsForObjectLambdaCommand,
|
|
10847
11117
|
ListCallerAccessGrantsCommand,
|
|
10848
11118
|
ListJobsCommand,
|
|
@@ -10855,6 +11125,7 @@ var commands = {
|
|
|
10855
11125
|
PutAccessPointConfigurationForObjectLambdaCommand,
|
|
10856
11126
|
PutAccessPointPolicyCommand,
|
|
10857
11127
|
PutAccessPointPolicyForObjectLambdaCommand,
|
|
11128
|
+
PutAccessPointScopeCommand,
|
|
10858
11129
|
PutBucketLifecycleConfigurationCommand,
|
|
10859
11130
|
PutBucketPolicyCommand,
|
|
10860
11131
|
PutBucketReplicationCommand,
|
|
@@ -10892,6 +11163,10 @@ var paginateListAccessGrantsLocations = (0, import_core.createPaginator)(S3Contr
|
|
|
10892
11163
|
|
|
10893
11164
|
var paginateListAccessGrants = (0, import_core.createPaginator)(S3ControlClient, ListAccessGrantsCommand, "NextToken", "NextToken", "MaxResults");
|
|
10894
11165
|
|
|
11166
|
+
// src/pagination/ListAccessPointsForDirectoryBucketsPaginator.ts
|
|
11167
|
+
|
|
11168
|
+
var paginateListAccessPointsForDirectoryBuckets = (0, import_core.createPaginator)(S3ControlClient, ListAccessPointsForDirectoryBucketsCommand, "NextToken", "NextToken", "MaxResults");
|
|
11169
|
+
|
|
10895
11170
|
// src/pagination/ListAccessPointsForObjectLambdaPaginator.ts
|
|
10896
11171
|
|
|
10897
11172
|
var paginateListAccessPointsForObjectLambda = (0, import_core.createPaginator)(S3ControlClient, ListAccessPointsForObjectLambdaCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -10949,6 +11224,7 @@ var paginateListStorageLensGroups = (0, import_core.createPaginator)(S3ControlCl
|
|
|
10949
11224
|
DeleteAccessPointForObjectLambdaCommand,
|
|
10950
11225
|
DeleteAccessPointPolicyCommand,
|
|
10951
11226
|
DeleteAccessPointPolicyForObjectLambdaCommand,
|
|
11227
|
+
DeleteAccessPointScopeCommand,
|
|
10952
11228
|
DeleteBucketCommand,
|
|
10953
11229
|
DeleteBucketLifecycleConfigurationCommand,
|
|
10954
11230
|
DeleteBucketPolicyCommand,
|
|
@@ -10975,6 +11251,7 @@ var paginateListStorageLensGroups = (0, import_core.createPaginator)(S3ControlCl
|
|
|
10975
11251
|
GetAccessPointPolicyForObjectLambdaCommand,
|
|
10976
11252
|
GetAccessPointPolicyStatusCommand,
|
|
10977
11253
|
GetAccessPointPolicyStatusForObjectLambdaCommand,
|
|
11254
|
+
GetAccessPointScopeCommand,
|
|
10978
11255
|
GetBucketCommand,
|
|
10979
11256
|
GetBucketLifecycleConfigurationCommand,
|
|
10980
11257
|
GetBucketPolicyCommand,
|
|
@@ -10995,6 +11272,7 @@ var paginateListStorageLensGroups = (0, import_core.createPaginator)(S3ControlCl
|
|
|
10995
11272
|
ListAccessGrantsInstancesCommand,
|
|
10996
11273
|
ListAccessGrantsLocationsCommand,
|
|
10997
11274
|
ListAccessPointsCommand,
|
|
11275
|
+
ListAccessPointsForDirectoryBucketsCommand,
|
|
10998
11276
|
ListAccessPointsForObjectLambdaCommand,
|
|
10999
11277
|
ListCallerAccessGrantsCommand,
|
|
11000
11278
|
ListJobsCommand,
|
|
@@ -11007,6 +11285,7 @@ var paginateListStorageLensGroups = (0, import_core.createPaginator)(S3ControlCl
|
|
|
11007
11285
|
PutAccessPointConfigurationForObjectLambdaCommand,
|
|
11008
11286
|
PutAccessPointPolicyCommand,
|
|
11009
11287
|
PutAccessPointPolicyForObjectLambdaCommand,
|
|
11288
|
+
PutAccessPointScopeCommand,
|
|
11010
11289
|
PutBucketLifecycleConfigurationCommand,
|
|
11011
11290
|
PutBucketPolicyCommand,
|
|
11012
11291
|
PutBucketReplicationCommand,
|
|
@@ -11027,6 +11306,7 @@ var paginateListStorageLensGroups = (0, import_core.createPaginator)(S3ControlCl
|
|
|
11027
11306
|
paginateListAccessGrantsInstances,
|
|
11028
11307
|
paginateListAccessGrantsLocations,
|
|
11029
11308
|
paginateListAccessGrants,
|
|
11309
|
+
paginateListAccessPointsForDirectoryBuckets,
|
|
11030
11310
|
paginateListAccessPointsForObjectLambda,
|
|
11031
11311
|
paginateListAccessPoints,
|
|
11032
11312
|
paginateListCallerAccessGrants,
|
|
@@ -11041,6 +11321,7 @@ var paginateListStorageLensGroups = (0, import_core.createPaginator)(S3ControlCl
|
|
|
11041
11321
|
NetworkOrigin,
|
|
11042
11322
|
AsyncOperationName,
|
|
11043
11323
|
S3PrefixType,
|
|
11324
|
+
ScopePermission,
|
|
11044
11325
|
ObjectLambdaAllowedFeature,
|
|
11045
11326
|
ObjectLambdaTransformationConfigurationAction,
|
|
11046
11327
|
ObjectLambdaContentTransformation,
|