@aws-sdk/client-s3-control 3.180.0 → 3.183.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist-cjs/protocols/Aws_restXml.js +67 -59
- package/dist-es/S3Control.js +238 -245
- package/dist-es/S3ControlClient.js +23 -29
- package/dist-es/commands/CreateAccessPointCommand.js +21 -28
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/CreateBucketCommand.js +21 -28
- package/dist-es/commands/CreateJobCommand.js +21 -28
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +21 -28
- package/dist-es/commands/DeleteAccessPointCommand.js +22 -29
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +22 -29
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +22 -29
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +22 -29
- package/dist-es/commands/DeleteBucketCommand.js +22 -29
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +22 -29
- package/dist-es/commands/DeleteBucketPolicyCommand.js +22 -29
- package/dist-es/commands/DeleteBucketTaggingCommand.js +22 -29
- package/dist-es/commands/DeleteJobTaggingCommand.js +21 -28
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +21 -28
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +22 -29
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +22 -29
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +21 -28
- package/dist-es/commands/DescribeJobCommand.js +21 -28
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +21 -28
- package/dist-es/commands/GetAccessPointCommand.js +21 -28
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/GetAccessPointPolicyCommand.js +21 -28
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +21 -28
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/GetBucketCommand.js +21 -28
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +21 -28
- package/dist-es/commands/GetBucketPolicyCommand.js +21 -28
- package/dist-es/commands/GetBucketTaggingCommand.js +21 -28
- package/dist-es/commands/GetBucketVersioningCommand.js +21 -28
- package/dist-es/commands/GetJobTaggingCommand.js +21 -28
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +21 -28
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +21 -28
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +21 -28
- package/dist-es/commands/GetPublicAccessBlockCommand.js +21 -28
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +21 -28
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +21 -28
- package/dist-es/commands/ListAccessPointsCommand.js +21 -28
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/ListJobsCommand.js +21 -28
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +21 -28
- package/dist-es/commands/ListRegionalBucketsCommand.js +21 -28
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +21 -28
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +22 -29
- package/dist-es/commands/PutAccessPointPolicyCommand.js +22 -29
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +22 -29
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +22 -29
- package/dist-es/commands/PutBucketPolicyCommand.js +22 -29
- package/dist-es/commands/PutBucketTaggingCommand.js +22 -29
- package/dist-es/commands/PutBucketVersioningCommand.js +22 -29
- package/dist-es/commands/PutJobTaggingCommand.js +21 -28
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +21 -28
- package/dist-es/commands/PutPublicAccessBlockCommand.js +22 -29
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +22 -29
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +21 -28
- package/dist-es/commands/UpdateJobPriorityCommand.js +21 -28
- package/dist-es/commands/UpdateJobStatusCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/S3ControlServiceException.js +5 -10
- package/dist-es/models/models_0.js +723 -344
- package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js +25 -68
- package/dist-es/pagination/ListAccessPointsPaginator.js +25 -68
- package/dist-es/pagination/ListJobsPaginator.js +25 -68
- package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js +25 -68
- package/dist-es/pagination/ListRegionalBucketsPaginator.js +25 -68
- package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js +24 -67
- package/dist-es/protocols/Aws_restXml.js +4547 -6148
- package/dist-es/runtimeConfig.browser.js +28 -12
- package/dist-es/runtimeConfig.js +32 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +39 -39
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,27 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **clients:** make parseErrorBody async ([#3999](https://github.com/aws/aws-sdk-js-v3/issues/3999)) ([2558c93](https://github.com/aws/aws-sdk-js-v3/commit/2558c93c050357ac6dc47aa0452b15b12ebfd676))
|
|
20
|
+
* **clients:** populate message field when parsing errors ([#3995](https://github.com/aws/aws-sdk-js-v3/issues/3995)) ([02e47f1](https://github.com/aws/aws-sdk-js-v3/commit/02e47f14397ae0a5d2e2883350d038b307fdcdb4))
|
|
21
|
+
* **clients:** update message in Error key in case of XML protocol ([#4000](https://github.com/aws/aws-sdk-js-v3/issues/4000)) ([057f686](https://github.com/aws/aws-sdk-js-v3/commit/057f686f217caa4e277bbe6e2905decf97b0fad1))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
6
27
|
# [3.180.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.179.0...v3.180.0) (2022-09-27)
|
|
7
28
|
|
|
8
29
|
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
|
@@ -2113,7 +2113,7 @@ exports.deserializeAws_restXmlCreateAccessPointCommand = deserializeAws_restXmlC
|
|
|
2113
2113
|
const deserializeAws_restXmlCreateAccessPointCommandError = async (output, context) => {
|
|
2114
2114
|
const parsedOutput = {
|
|
2115
2115
|
...output,
|
|
2116
|
-
body: await
|
|
2116
|
+
body: await parseErrorBody(output.body, context),
|
|
2117
2117
|
};
|
|
2118
2118
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2119
2119
|
const parsedBody = parsedOutput.body;
|
|
@@ -2141,7 +2141,7 @@ exports.deserializeAws_restXmlCreateAccessPointForObjectLambdaCommand = deserial
|
|
|
2141
2141
|
const deserializeAws_restXmlCreateAccessPointForObjectLambdaCommandError = async (output, context) => {
|
|
2142
2142
|
const parsedOutput = {
|
|
2143
2143
|
...output,
|
|
2144
|
-
body: await
|
|
2144
|
+
body: await parseErrorBody(output.body, context),
|
|
2145
2145
|
};
|
|
2146
2146
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2147
2147
|
const parsedBody = parsedOutput.body;
|
|
@@ -2170,7 +2170,7 @@ exports.deserializeAws_restXmlCreateBucketCommand = deserializeAws_restXmlCreate
|
|
|
2170
2170
|
const deserializeAws_restXmlCreateBucketCommandError = async (output, context) => {
|
|
2171
2171
|
const parsedOutput = {
|
|
2172
2172
|
...output,
|
|
2173
|
-
body: await
|
|
2173
|
+
body: await parseErrorBody(output.body, context),
|
|
2174
2174
|
};
|
|
2175
2175
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2176
2176
|
switch (errorCode) {
|
|
@@ -2207,7 +2207,7 @@ exports.deserializeAws_restXmlCreateJobCommand = deserializeAws_restXmlCreateJob
|
|
|
2207
2207
|
const deserializeAws_restXmlCreateJobCommandError = async (output, context) => {
|
|
2208
2208
|
const parsedOutput = {
|
|
2209
2209
|
...output,
|
|
2210
|
-
body: await
|
|
2210
|
+
body: await parseErrorBody(output.body, context),
|
|
2211
2211
|
};
|
|
2212
2212
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2213
2213
|
switch (errorCode) {
|
|
@@ -2250,7 +2250,7 @@ exports.deserializeAws_restXmlCreateMultiRegionAccessPointCommand = deserializeA
|
|
|
2250
2250
|
const deserializeAws_restXmlCreateMultiRegionAccessPointCommandError = async (output, context) => {
|
|
2251
2251
|
const parsedOutput = {
|
|
2252
2252
|
...output,
|
|
2253
|
-
body: await
|
|
2253
|
+
body: await parseErrorBody(output.body, context),
|
|
2254
2254
|
};
|
|
2255
2255
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2256
2256
|
const parsedBody = parsedOutput.body;
|
|
@@ -2275,7 +2275,7 @@ exports.deserializeAws_restXmlDeleteAccessPointCommand = deserializeAws_restXmlD
|
|
|
2275
2275
|
const deserializeAws_restXmlDeleteAccessPointCommandError = async (output, context) => {
|
|
2276
2276
|
const parsedOutput = {
|
|
2277
2277
|
...output,
|
|
2278
|
-
body: await
|
|
2278
|
+
body: await parseErrorBody(output.body, context),
|
|
2279
2279
|
};
|
|
2280
2280
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2281
2281
|
const parsedBody = parsedOutput.body;
|
|
@@ -2300,7 +2300,7 @@ exports.deserializeAws_restXmlDeleteAccessPointForObjectLambdaCommand = deserial
|
|
|
2300
2300
|
const deserializeAws_restXmlDeleteAccessPointForObjectLambdaCommandError = async (output, context) => {
|
|
2301
2301
|
const parsedOutput = {
|
|
2302
2302
|
...output,
|
|
2303
|
-
body: await
|
|
2303
|
+
body: await parseErrorBody(output.body, context),
|
|
2304
2304
|
};
|
|
2305
2305
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2306
2306
|
const parsedBody = parsedOutput.body;
|
|
@@ -2325,7 +2325,7 @@ exports.deserializeAws_restXmlDeleteAccessPointPolicyCommand = deserializeAws_re
|
|
|
2325
2325
|
const deserializeAws_restXmlDeleteAccessPointPolicyCommandError = async (output, context) => {
|
|
2326
2326
|
const parsedOutput = {
|
|
2327
2327
|
...output,
|
|
2328
|
-
body: await
|
|
2328
|
+
body: await parseErrorBody(output.body, context),
|
|
2329
2329
|
};
|
|
2330
2330
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2331
2331
|
const parsedBody = parsedOutput.body;
|
|
@@ -2350,7 +2350,7 @@ exports.deserializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand = de
|
|
|
2350
2350
|
const deserializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommandError = async (output, context) => {
|
|
2351
2351
|
const parsedOutput = {
|
|
2352
2352
|
...output,
|
|
2353
|
-
body: await
|
|
2353
|
+
body: await parseErrorBody(output.body, context),
|
|
2354
2354
|
};
|
|
2355
2355
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2356
2356
|
const parsedBody = parsedOutput.body;
|
|
@@ -2375,7 +2375,7 @@ exports.deserializeAws_restXmlDeleteBucketCommand = deserializeAws_restXmlDelete
|
|
|
2375
2375
|
const deserializeAws_restXmlDeleteBucketCommandError = async (output, context) => {
|
|
2376
2376
|
const parsedOutput = {
|
|
2377
2377
|
...output,
|
|
2378
|
-
body: await
|
|
2378
|
+
body: await parseErrorBody(output.body, context),
|
|
2379
2379
|
};
|
|
2380
2380
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2381
2381
|
const parsedBody = parsedOutput.body;
|
|
@@ -2400,7 +2400,7 @@ exports.deserializeAws_restXmlDeleteBucketLifecycleConfigurationCommand = deseri
|
|
|
2400
2400
|
const deserializeAws_restXmlDeleteBucketLifecycleConfigurationCommandError = async (output, context) => {
|
|
2401
2401
|
const parsedOutput = {
|
|
2402
2402
|
...output,
|
|
2403
|
-
body: await
|
|
2403
|
+
body: await parseErrorBody(output.body, context),
|
|
2404
2404
|
};
|
|
2405
2405
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2406
2406
|
const parsedBody = parsedOutput.body;
|
|
@@ -2425,7 +2425,7 @@ exports.deserializeAws_restXmlDeleteBucketPolicyCommand = deserializeAws_restXml
|
|
|
2425
2425
|
const deserializeAws_restXmlDeleteBucketPolicyCommandError = async (output, context) => {
|
|
2426
2426
|
const parsedOutput = {
|
|
2427
2427
|
...output,
|
|
2428
|
-
body: await
|
|
2428
|
+
body: await parseErrorBody(output.body, context),
|
|
2429
2429
|
};
|
|
2430
2430
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2431
2431
|
const parsedBody = parsedOutput.body;
|
|
@@ -2450,7 +2450,7 @@ exports.deserializeAws_restXmlDeleteBucketTaggingCommand = deserializeAws_restXm
|
|
|
2450
2450
|
const deserializeAws_restXmlDeleteBucketTaggingCommandError = async (output, context) => {
|
|
2451
2451
|
const parsedOutput = {
|
|
2452
2452
|
...output,
|
|
2453
|
-
body: await
|
|
2453
|
+
body: await parseErrorBody(output.body, context),
|
|
2454
2454
|
};
|
|
2455
2455
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2456
2456
|
const parsedBody = parsedOutput.body;
|
|
@@ -2475,7 +2475,7 @@ exports.deserializeAws_restXmlDeleteJobTaggingCommand = deserializeAws_restXmlDe
|
|
|
2475
2475
|
const deserializeAws_restXmlDeleteJobTaggingCommandError = async (output, context) => {
|
|
2476
2476
|
const parsedOutput = {
|
|
2477
2477
|
...output,
|
|
2478
|
-
body: await
|
|
2478
|
+
body: await parseErrorBody(output.body, context),
|
|
2479
2479
|
};
|
|
2480
2480
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2481
2481
|
switch (errorCode) {
|
|
@@ -2515,7 +2515,7 @@ exports.deserializeAws_restXmlDeleteMultiRegionAccessPointCommand = deserializeA
|
|
|
2515
2515
|
const deserializeAws_restXmlDeleteMultiRegionAccessPointCommandError = async (output, context) => {
|
|
2516
2516
|
const parsedOutput = {
|
|
2517
2517
|
...output,
|
|
2518
|
-
body: await
|
|
2518
|
+
body: await parseErrorBody(output.body, context),
|
|
2519
2519
|
};
|
|
2520
2520
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2521
2521
|
const parsedBody = parsedOutput.body;
|
|
@@ -2540,7 +2540,7 @@ exports.deserializeAws_restXmlDeletePublicAccessBlockCommand = deserializeAws_re
|
|
|
2540
2540
|
const deserializeAws_restXmlDeletePublicAccessBlockCommandError = async (output, context) => {
|
|
2541
2541
|
const parsedOutput = {
|
|
2542
2542
|
...output,
|
|
2543
|
-
body: await
|
|
2543
|
+
body: await parseErrorBody(output.body, context),
|
|
2544
2544
|
};
|
|
2545
2545
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2546
2546
|
const parsedBody = parsedOutput.body;
|
|
@@ -2565,7 +2565,7 @@ exports.deserializeAws_restXmlDeleteStorageLensConfigurationCommand = deserializ
|
|
|
2565
2565
|
const deserializeAws_restXmlDeleteStorageLensConfigurationCommandError = async (output, context) => {
|
|
2566
2566
|
const parsedOutput = {
|
|
2567
2567
|
...output,
|
|
2568
|
-
body: await
|
|
2568
|
+
body: await parseErrorBody(output.body, context),
|
|
2569
2569
|
};
|
|
2570
2570
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2571
2571
|
const parsedBody = parsedOutput.body;
|
|
@@ -2590,7 +2590,7 @@ exports.deserializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand = des
|
|
|
2590
2590
|
const deserializeAws_restXmlDeleteStorageLensConfigurationTaggingCommandError = async (output, context) => {
|
|
2591
2591
|
const parsedOutput = {
|
|
2592
2592
|
...output,
|
|
2593
|
-
body: await
|
|
2593
|
+
body: await parseErrorBody(output.body, context),
|
|
2594
2594
|
};
|
|
2595
2595
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2596
2596
|
const parsedBody = parsedOutput.body;
|
|
@@ -2618,7 +2618,7 @@ exports.deserializeAws_restXmlDescribeJobCommand = deserializeAws_restXmlDescrib
|
|
|
2618
2618
|
const deserializeAws_restXmlDescribeJobCommandError = async (output, context) => {
|
|
2619
2619
|
const parsedOutput = {
|
|
2620
2620
|
...output,
|
|
2621
|
-
body: await
|
|
2621
|
+
body: await parseErrorBody(output.body, context),
|
|
2622
2622
|
};
|
|
2623
2623
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2624
2624
|
switch (errorCode) {
|
|
@@ -2661,7 +2661,7 @@ exports.deserializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand = d
|
|
|
2661
2661
|
const deserializeAws_restXmlDescribeMultiRegionAccessPointOperationCommandError = async (output, context) => {
|
|
2662
2662
|
const parsedOutput = {
|
|
2663
2663
|
...output,
|
|
2664
|
-
body: await
|
|
2664
|
+
body: await parseErrorBody(output.body, context),
|
|
2665
2665
|
};
|
|
2666
2666
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2667
2667
|
const parsedBody = parsedOutput.body;
|
|
@@ -2716,7 +2716,7 @@ exports.deserializeAws_restXmlGetAccessPointCommand = deserializeAws_restXmlGetA
|
|
|
2716
2716
|
const deserializeAws_restXmlGetAccessPointCommandError = async (output, context) => {
|
|
2717
2717
|
const parsedOutput = {
|
|
2718
2718
|
...output,
|
|
2719
|
-
body: await
|
|
2719
|
+
body: await parseErrorBody(output.body, context),
|
|
2720
2720
|
};
|
|
2721
2721
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2722
2722
|
const parsedBody = parsedOutput.body;
|
|
@@ -2744,7 +2744,7 @@ exports.deserializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand
|
|
|
2744
2744
|
const deserializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommandError = async (output, context) => {
|
|
2745
2745
|
const parsedOutput = {
|
|
2746
2746
|
...output,
|
|
2747
|
-
body: await
|
|
2747
|
+
body: await parseErrorBody(output.body, context),
|
|
2748
2748
|
};
|
|
2749
2749
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2750
2750
|
const parsedBody = parsedOutput.body;
|
|
@@ -2778,7 +2778,7 @@ exports.deserializeAws_restXmlGetAccessPointForObjectLambdaCommand = deserialize
|
|
|
2778
2778
|
const deserializeAws_restXmlGetAccessPointForObjectLambdaCommandError = async (output, context) => {
|
|
2779
2779
|
const parsedOutput = {
|
|
2780
2780
|
...output,
|
|
2781
|
-
body: await
|
|
2781
|
+
body: await parseErrorBody(output.body, context),
|
|
2782
2782
|
};
|
|
2783
2783
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2784
2784
|
const parsedBody = parsedOutput.body;
|
|
@@ -2806,7 +2806,7 @@ exports.deserializeAws_restXmlGetAccessPointPolicyCommand = deserializeAws_restX
|
|
|
2806
2806
|
const deserializeAws_restXmlGetAccessPointPolicyCommandError = async (output, context) => {
|
|
2807
2807
|
const parsedOutput = {
|
|
2808
2808
|
...output,
|
|
2809
|
-
body: await
|
|
2809
|
+
body: await parseErrorBody(output.body, context),
|
|
2810
2810
|
};
|
|
2811
2811
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2812
2812
|
const parsedBody = parsedOutput.body;
|
|
@@ -2834,7 +2834,7 @@ exports.deserializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand = deser
|
|
|
2834
2834
|
const deserializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommandError = async (output, context) => {
|
|
2835
2835
|
const parsedOutput = {
|
|
2836
2836
|
...output,
|
|
2837
|
-
body: await
|
|
2837
|
+
body: await parseErrorBody(output.body, context),
|
|
2838
2838
|
};
|
|
2839
2839
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2840
2840
|
const parsedBody = parsedOutput.body;
|
|
@@ -2862,7 +2862,7 @@ exports.deserializeAws_restXmlGetAccessPointPolicyStatusCommand = deserializeAws
|
|
|
2862
2862
|
const deserializeAws_restXmlGetAccessPointPolicyStatusCommandError = async (output, context) => {
|
|
2863
2863
|
const parsedOutput = {
|
|
2864
2864
|
...output,
|
|
2865
|
-
body: await
|
|
2865
|
+
body: await parseErrorBody(output.body, context),
|
|
2866
2866
|
};
|
|
2867
2867
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2868
2868
|
const parsedBody = parsedOutput.body;
|
|
@@ -2890,7 +2890,7 @@ exports.deserializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand =
|
|
|
2890
2890
|
const deserializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommandError = async (output, context) => {
|
|
2891
2891
|
const parsedOutput = {
|
|
2892
2892
|
...output,
|
|
2893
|
-
body: await
|
|
2893
|
+
body: await parseErrorBody(output.body, context),
|
|
2894
2894
|
};
|
|
2895
2895
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2896
2896
|
const parsedBody = parsedOutput.body;
|
|
@@ -2924,7 +2924,7 @@ exports.deserializeAws_restXmlGetBucketCommand = deserializeAws_restXmlGetBucket
|
|
|
2924
2924
|
const deserializeAws_restXmlGetBucketCommandError = async (output, context) => {
|
|
2925
2925
|
const parsedOutput = {
|
|
2926
2926
|
...output,
|
|
2927
|
-
body: await
|
|
2927
|
+
body: await parseErrorBody(output.body, context),
|
|
2928
2928
|
};
|
|
2929
2929
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2930
2930
|
const parsedBody = parsedOutput.body;
|
|
@@ -2955,7 +2955,7 @@ exports.deserializeAws_restXmlGetBucketLifecycleConfigurationCommand = deseriali
|
|
|
2955
2955
|
const deserializeAws_restXmlGetBucketLifecycleConfigurationCommandError = async (output, context) => {
|
|
2956
2956
|
const parsedOutput = {
|
|
2957
2957
|
...output,
|
|
2958
|
-
body: await
|
|
2958
|
+
body: await parseErrorBody(output.body, context),
|
|
2959
2959
|
};
|
|
2960
2960
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2961
2961
|
const parsedBody = parsedOutput.body;
|
|
@@ -2983,7 +2983,7 @@ exports.deserializeAws_restXmlGetBucketPolicyCommand = deserializeAws_restXmlGet
|
|
|
2983
2983
|
const deserializeAws_restXmlGetBucketPolicyCommandError = async (output, context) => {
|
|
2984
2984
|
const parsedOutput = {
|
|
2985
2985
|
...output,
|
|
2986
|
-
body: await
|
|
2986
|
+
body: await parseErrorBody(output.body, context),
|
|
2987
2987
|
};
|
|
2988
2988
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2989
2989
|
const parsedBody = parsedOutput.body;
|
|
@@ -3014,7 +3014,7 @@ exports.deserializeAws_restXmlGetBucketTaggingCommand = deserializeAws_restXmlGe
|
|
|
3014
3014
|
const deserializeAws_restXmlGetBucketTaggingCommandError = async (output, context) => {
|
|
3015
3015
|
const parsedOutput = {
|
|
3016
3016
|
...output,
|
|
3017
|
-
body: await
|
|
3017
|
+
body: await parseErrorBody(output.body, context),
|
|
3018
3018
|
};
|
|
3019
3019
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3020
3020
|
const parsedBody = parsedOutput.body;
|
|
@@ -3045,7 +3045,7 @@ exports.deserializeAws_restXmlGetBucketVersioningCommand = deserializeAws_restXm
|
|
|
3045
3045
|
const deserializeAws_restXmlGetBucketVersioningCommandError = async (output, context) => {
|
|
3046
3046
|
const parsedOutput = {
|
|
3047
3047
|
...output,
|
|
3048
|
-
body: await
|
|
3048
|
+
body: await parseErrorBody(output.body, context),
|
|
3049
3049
|
};
|
|
3050
3050
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3051
3051
|
const parsedBody = parsedOutput.body;
|
|
@@ -3076,7 +3076,7 @@ exports.deserializeAws_restXmlGetJobTaggingCommand = deserializeAws_restXmlGetJo
|
|
|
3076
3076
|
const deserializeAws_restXmlGetJobTaggingCommandError = async (output, context) => {
|
|
3077
3077
|
const parsedOutput = {
|
|
3078
3078
|
...output,
|
|
3079
|
-
body: await
|
|
3079
|
+
body: await parseErrorBody(output.body, context),
|
|
3080
3080
|
};
|
|
3081
3081
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3082
3082
|
switch (errorCode) {
|
|
@@ -3116,7 +3116,7 @@ exports.deserializeAws_restXmlGetMultiRegionAccessPointCommand = deserializeAws_
|
|
|
3116
3116
|
const deserializeAws_restXmlGetMultiRegionAccessPointCommandError = async (output, context) => {
|
|
3117
3117
|
const parsedOutput = {
|
|
3118
3118
|
...output,
|
|
3119
|
-
body: await
|
|
3119
|
+
body: await parseErrorBody(output.body, context),
|
|
3120
3120
|
};
|
|
3121
3121
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3122
3122
|
const parsedBody = parsedOutput.body;
|
|
@@ -3144,7 +3144,7 @@ exports.deserializeAws_restXmlGetMultiRegionAccessPointPolicyCommand = deseriali
|
|
|
3144
3144
|
const deserializeAws_restXmlGetMultiRegionAccessPointPolicyCommandError = async (output, context) => {
|
|
3145
3145
|
const parsedOutput = {
|
|
3146
3146
|
...output,
|
|
3147
|
-
body: await
|
|
3147
|
+
body: await parseErrorBody(output.body, context),
|
|
3148
3148
|
};
|
|
3149
3149
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3150
3150
|
const parsedBody = parsedOutput.body;
|
|
@@ -3172,7 +3172,7 @@ exports.deserializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand = des
|
|
|
3172
3172
|
const deserializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommandError = async (output, context) => {
|
|
3173
3173
|
const parsedOutput = {
|
|
3174
3174
|
...output,
|
|
3175
|
-
body: await
|
|
3175
|
+
body: await parseErrorBody(output.body, context),
|
|
3176
3176
|
};
|
|
3177
3177
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3178
3178
|
const parsedBody = parsedOutput.body;
|
|
@@ -3198,7 +3198,7 @@ exports.deserializeAws_restXmlGetPublicAccessBlockCommand = deserializeAws_restX
|
|
|
3198
3198
|
const deserializeAws_restXmlGetPublicAccessBlockCommandError = async (output, context) => {
|
|
3199
3199
|
const parsedOutput = {
|
|
3200
3200
|
...output,
|
|
3201
|
-
body: await
|
|
3201
|
+
body: await parseErrorBody(output.body, context),
|
|
3202
3202
|
};
|
|
3203
3203
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3204
3204
|
switch (errorCode) {
|
|
@@ -3230,7 +3230,7 @@ exports.deserializeAws_restXmlGetStorageLensConfigurationCommand = deserializeAw
|
|
|
3230
3230
|
const deserializeAws_restXmlGetStorageLensConfigurationCommandError = async (output, context) => {
|
|
3231
3231
|
const parsedOutput = {
|
|
3232
3232
|
...output,
|
|
3233
|
-
body: await
|
|
3233
|
+
body: await parseErrorBody(output.body, context),
|
|
3234
3234
|
};
|
|
3235
3235
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3236
3236
|
const parsedBody = parsedOutput.body;
|
|
@@ -3261,7 +3261,7 @@ exports.deserializeAws_restXmlGetStorageLensConfigurationTaggingCommand = deseri
|
|
|
3261
3261
|
const deserializeAws_restXmlGetStorageLensConfigurationTaggingCommandError = async (output, context) => {
|
|
3262
3262
|
const parsedOutput = {
|
|
3263
3263
|
...output,
|
|
3264
|
-
body: await
|
|
3264
|
+
body: await parseErrorBody(output.body, context),
|
|
3265
3265
|
};
|
|
3266
3266
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3267
3267
|
const parsedBody = parsedOutput.body;
|
|
@@ -3295,7 +3295,7 @@ exports.deserializeAws_restXmlListAccessPointsCommand = deserializeAws_restXmlLi
|
|
|
3295
3295
|
const deserializeAws_restXmlListAccessPointsCommandError = async (output, context) => {
|
|
3296
3296
|
const parsedOutput = {
|
|
3297
3297
|
...output,
|
|
3298
|
-
body: await
|
|
3298
|
+
body: await parseErrorBody(output.body, context),
|
|
3299
3299
|
};
|
|
3300
3300
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3301
3301
|
const parsedBody = parsedOutput.body;
|
|
@@ -3330,7 +3330,7 @@ exports.deserializeAws_restXmlListAccessPointsForObjectLambdaCommand = deseriali
|
|
|
3330
3330
|
const deserializeAws_restXmlListAccessPointsForObjectLambdaCommandError = async (output, context) => {
|
|
3331
3331
|
const parsedOutput = {
|
|
3332
3332
|
...output,
|
|
3333
|
-
body: await
|
|
3333
|
+
body: await parseErrorBody(output.body, context),
|
|
3334
3334
|
};
|
|
3335
3335
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3336
3336
|
const parsedBody = parsedOutput.body;
|
|
@@ -3364,7 +3364,7 @@ exports.deserializeAws_restXmlListJobsCommand = deserializeAws_restXmlListJobsCo
|
|
|
3364
3364
|
const deserializeAws_restXmlListJobsCommandError = async (output, context) => {
|
|
3365
3365
|
const parsedOutput = {
|
|
3366
3366
|
...output,
|
|
3367
|
-
body: await
|
|
3367
|
+
body: await parseErrorBody(output.body, context),
|
|
3368
3368
|
};
|
|
3369
3369
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3370
3370
|
switch (errorCode) {
|
|
@@ -3410,7 +3410,7 @@ exports.deserializeAws_restXmlListMultiRegionAccessPointsCommand = deserializeAw
|
|
|
3410
3410
|
const deserializeAws_restXmlListMultiRegionAccessPointsCommandError = async (output, context) => {
|
|
3411
3411
|
const parsedOutput = {
|
|
3412
3412
|
...output,
|
|
3413
|
-
body: await
|
|
3413
|
+
body: await parseErrorBody(output.body, context),
|
|
3414
3414
|
};
|
|
3415
3415
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3416
3416
|
const parsedBody = parsedOutput.body;
|
|
@@ -3444,7 +3444,7 @@ exports.deserializeAws_restXmlListRegionalBucketsCommand = deserializeAws_restXm
|
|
|
3444
3444
|
const deserializeAws_restXmlListRegionalBucketsCommandError = async (output, context) => {
|
|
3445
3445
|
const parsedOutput = {
|
|
3446
3446
|
...output,
|
|
3447
|
-
body: await
|
|
3447
|
+
body: await parseErrorBody(output.body, context),
|
|
3448
3448
|
};
|
|
3449
3449
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3450
3450
|
const parsedBody = parsedOutput.body;
|
|
@@ -3478,7 +3478,7 @@ exports.deserializeAws_restXmlListStorageLensConfigurationsCommand = deserialize
|
|
|
3478
3478
|
const deserializeAws_restXmlListStorageLensConfigurationsCommandError = async (output, context) => {
|
|
3479
3479
|
const parsedOutput = {
|
|
3480
3480
|
...output,
|
|
3481
|
-
body: await
|
|
3481
|
+
body: await parseErrorBody(output.body, context),
|
|
3482
3482
|
};
|
|
3483
3483
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3484
3484
|
const parsedBody = parsedOutput.body;
|
|
@@ -3503,7 +3503,7 @@ exports.deserializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand
|
|
|
3503
3503
|
const deserializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommandError = async (output, context) => {
|
|
3504
3504
|
const parsedOutput = {
|
|
3505
3505
|
...output,
|
|
3506
|
-
body: await
|
|
3506
|
+
body: await parseErrorBody(output.body, context),
|
|
3507
3507
|
};
|
|
3508
3508
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3509
3509
|
const parsedBody = parsedOutput.body;
|
|
@@ -3528,7 +3528,7 @@ exports.deserializeAws_restXmlPutAccessPointPolicyCommand = deserializeAws_restX
|
|
|
3528
3528
|
const deserializeAws_restXmlPutAccessPointPolicyCommandError = async (output, context) => {
|
|
3529
3529
|
const parsedOutput = {
|
|
3530
3530
|
...output,
|
|
3531
|
-
body: await
|
|
3531
|
+
body: await parseErrorBody(output.body, context),
|
|
3532
3532
|
};
|
|
3533
3533
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3534
3534
|
const parsedBody = parsedOutput.body;
|
|
@@ -3553,7 +3553,7 @@ exports.deserializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand = deser
|
|
|
3553
3553
|
const deserializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommandError = async (output, context) => {
|
|
3554
3554
|
const parsedOutput = {
|
|
3555
3555
|
...output,
|
|
3556
|
-
body: await
|
|
3556
|
+
body: await parseErrorBody(output.body, context),
|
|
3557
3557
|
};
|
|
3558
3558
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3559
3559
|
const parsedBody = parsedOutput.body;
|
|
@@ -3578,7 +3578,7 @@ exports.deserializeAws_restXmlPutBucketLifecycleConfigurationCommand = deseriali
|
|
|
3578
3578
|
const deserializeAws_restXmlPutBucketLifecycleConfigurationCommandError = async (output, context) => {
|
|
3579
3579
|
const parsedOutput = {
|
|
3580
3580
|
...output,
|
|
3581
|
-
body: await
|
|
3581
|
+
body: await parseErrorBody(output.body, context),
|
|
3582
3582
|
};
|
|
3583
3583
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3584
3584
|
const parsedBody = parsedOutput.body;
|
|
@@ -3603,7 +3603,7 @@ exports.deserializeAws_restXmlPutBucketPolicyCommand = deserializeAws_restXmlPut
|
|
|
3603
3603
|
const deserializeAws_restXmlPutBucketPolicyCommandError = async (output, context) => {
|
|
3604
3604
|
const parsedOutput = {
|
|
3605
3605
|
...output,
|
|
3606
|
-
body: await
|
|
3606
|
+
body: await parseErrorBody(output.body, context),
|
|
3607
3607
|
};
|
|
3608
3608
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3609
3609
|
const parsedBody = parsedOutput.body;
|
|
@@ -3628,7 +3628,7 @@ exports.deserializeAws_restXmlPutBucketTaggingCommand = deserializeAws_restXmlPu
|
|
|
3628
3628
|
const deserializeAws_restXmlPutBucketTaggingCommandError = async (output, context) => {
|
|
3629
3629
|
const parsedOutput = {
|
|
3630
3630
|
...output,
|
|
3631
|
-
body: await
|
|
3631
|
+
body: await parseErrorBody(output.body, context),
|
|
3632
3632
|
};
|
|
3633
3633
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3634
3634
|
const parsedBody = parsedOutput.body;
|
|
@@ -3653,7 +3653,7 @@ exports.deserializeAws_restXmlPutBucketVersioningCommand = deserializeAws_restXm
|
|
|
3653
3653
|
const deserializeAws_restXmlPutBucketVersioningCommandError = async (output, context) => {
|
|
3654
3654
|
const parsedOutput = {
|
|
3655
3655
|
...output,
|
|
3656
|
-
body: await
|
|
3656
|
+
body: await parseErrorBody(output.body, context),
|
|
3657
3657
|
};
|
|
3658
3658
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3659
3659
|
const parsedBody = parsedOutput.body;
|
|
@@ -3678,7 +3678,7 @@ exports.deserializeAws_restXmlPutJobTaggingCommand = deserializeAws_restXmlPutJo
|
|
|
3678
3678
|
const deserializeAws_restXmlPutJobTaggingCommandError = async (output, context) => {
|
|
3679
3679
|
const parsedOutput = {
|
|
3680
3680
|
...output,
|
|
3681
|
-
body: await
|
|
3681
|
+
body: await parseErrorBody(output.body, context),
|
|
3682
3682
|
};
|
|
3683
3683
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3684
3684
|
switch (errorCode) {
|
|
@@ -3721,7 +3721,7 @@ exports.deserializeAws_restXmlPutMultiRegionAccessPointPolicyCommand = deseriali
|
|
|
3721
3721
|
const deserializeAws_restXmlPutMultiRegionAccessPointPolicyCommandError = async (output, context) => {
|
|
3722
3722
|
const parsedOutput = {
|
|
3723
3723
|
...output,
|
|
3724
|
-
body: await
|
|
3724
|
+
body: await parseErrorBody(output.body, context),
|
|
3725
3725
|
};
|
|
3726
3726
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3727
3727
|
const parsedBody = parsedOutput.body;
|
|
@@ -3746,7 +3746,7 @@ exports.deserializeAws_restXmlPutPublicAccessBlockCommand = deserializeAws_restX
|
|
|
3746
3746
|
const deserializeAws_restXmlPutPublicAccessBlockCommandError = async (output, context) => {
|
|
3747
3747
|
const parsedOutput = {
|
|
3748
3748
|
...output,
|
|
3749
|
-
body: await
|
|
3749
|
+
body: await parseErrorBody(output.body, context),
|
|
3750
3750
|
};
|
|
3751
3751
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3752
3752
|
const parsedBody = parsedOutput.body;
|
|
@@ -3771,7 +3771,7 @@ exports.deserializeAws_restXmlPutStorageLensConfigurationCommand = deserializeAw
|
|
|
3771
3771
|
const deserializeAws_restXmlPutStorageLensConfigurationCommandError = async (output, context) => {
|
|
3772
3772
|
const parsedOutput = {
|
|
3773
3773
|
...output,
|
|
3774
|
-
body: await
|
|
3774
|
+
body: await parseErrorBody(output.body, context),
|
|
3775
3775
|
};
|
|
3776
3776
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3777
3777
|
const parsedBody = parsedOutput.body;
|
|
@@ -3796,7 +3796,7 @@ exports.deserializeAws_restXmlPutStorageLensConfigurationTaggingCommand = deseri
|
|
|
3796
3796
|
const deserializeAws_restXmlPutStorageLensConfigurationTaggingCommandError = async (output, context) => {
|
|
3797
3797
|
const parsedOutput = {
|
|
3798
3798
|
...output,
|
|
3799
|
-
body: await
|
|
3799
|
+
body: await parseErrorBody(output.body, context),
|
|
3800
3800
|
};
|
|
3801
3801
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3802
3802
|
const parsedBody = parsedOutput.body;
|
|
@@ -3827,7 +3827,7 @@ exports.deserializeAws_restXmlUpdateJobPriorityCommand = deserializeAws_restXmlU
|
|
|
3827
3827
|
const deserializeAws_restXmlUpdateJobPriorityCommandError = async (output, context) => {
|
|
3828
3828
|
const parsedOutput = {
|
|
3829
3829
|
...output,
|
|
3830
|
-
body: await
|
|
3830
|
+
body: await parseErrorBody(output.body, context),
|
|
3831
3831
|
};
|
|
3832
3832
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3833
3833
|
switch (errorCode) {
|
|
@@ -3876,7 +3876,7 @@ exports.deserializeAws_restXmlUpdateJobStatusCommand = deserializeAws_restXmlUpd
|
|
|
3876
3876
|
const deserializeAws_restXmlUpdateJobStatusCommandError = async (output, context) => {
|
|
3877
3877
|
const parsedOutput = {
|
|
3878
3878
|
...output,
|
|
3879
|
-
body: await
|
|
3879
|
+
body: await parseErrorBody(output.body, context),
|
|
3880
3880
|
};
|
|
3881
3881
|
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
3882
3882
|
switch (errorCode) {
|
|
@@ -7038,6 +7038,14 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
7038
7038
|
}
|
|
7039
7039
|
return {};
|
|
7040
7040
|
});
|
|
7041
|
+
const parseErrorBody = async (errorBody, context) => {
|
|
7042
|
+
var _a;
|
|
7043
|
+
const value = await parseBody(errorBody, context);
|
|
7044
|
+
if (value.Error) {
|
|
7045
|
+
value.Error.message = (_a = value.Error.message) !== null && _a !== void 0 ? _a : value.Error.Message;
|
|
7046
|
+
}
|
|
7047
|
+
return value;
|
|
7048
|
+
};
|
|
7041
7049
|
const loadRestXmlErrorCode = (output, data) => {
|
|
7042
7050
|
if (data.Error.Code !== undefined) {
|
|
7043
7051
|
return data.Error.Code;
|