@aws-sdk/client-s3-control 3.987.0 → 3.989.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +116 -3519
- package/dist-cjs/models/S3ControlServiceException.js +12 -0
- package/dist-cjs/models/errors.js +180 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2850 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +95 -89
- package/dist-types/schemas/schemas_0.d.ts +20 -13
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultS3ControlHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2018-08-20",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestXmlProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.s3control",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://awss3control.amazonaws.com/doc/2018-08-20/",
|
|
30
32
|
version: "2018-08-20",
|
|
31
33
|
serviceTarget: "AWSS3ControlServiceV20180820",
|
|
@@ -324,8 +324,8 @@ const _ICA = "IdentityCenterArn";
|
|
|
324
324
|
const _ICAA = "IdentityCenterApplicationArn";
|
|
325
325
|
const _ICIA = "IdentityCenterInstanceArn";
|
|
326
326
|
const _ID = "ID";
|
|
327
|
-
const _IE = "
|
|
328
|
-
const
|
|
327
|
+
const _IE = "IdempotencyException";
|
|
328
|
+
const _IEs = "IsEnabled";
|
|
329
329
|
const _INTE = "InvalidNextTokenException";
|
|
330
330
|
const _IP = "IsPublic";
|
|
331
331
|
const _IPA = "IgnorePublicAcls";
|
|
@@ -760,10 +760,10 @@ const _p = "permission";
|
|
|
760
760
|
const _pr = "privilege";
|
|
761
761
|
const _pri = "priority";
|
|
762
762
|
const _rJS = "requestedJobStatus";
|
|
763
|
-
const _s = "
|
|
763
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.s3control";
|
|
764
764
|
const _sUR = "statusUpdateReason";
|
|
765
765
|
const _se = "server";
|
|
766
|
-
const
|
|
766
|
+
const _sp = "s3prefix";
|
|
767
767
|
const _t = "target";
|
|
768
768
|
const _tK = "tagKeys";
|
|
769
769
|
const _tT = "targetType";
|
|
@@ -784,6 +784,86 @@ const n0 = "com.amazonaws.s3control";
|
|
|
784
784
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
785
785
|
import { BadRequestException, BucketAlreadyExists, BucketAlreadyOwnedByYou, IdempotencyException, InternalServiceException, InvalidNextTokenException, InvalidRequestException, JobStatusException, NoSuchPublicAccessBlockConfiguration, NotFoundException, TooManyRequestsException, TooManyTagsException, } from "../models/errors";
|
|
786
786
|
import { S3ControlServiceException } from "../models/S3ControlServiceException";
|
|
787
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
788
|
+
export var S3ControlServiceException$ = [-3, _s, "S3ControlServiceException", 0, [], []];
|
|
789
|
+
_s_registry.registerError(S3ControlServiceException$, S3ControlServiceException);
|
|
790
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
791
|
+
export var BadRequestException$ = [-3, n0, _BRE,
|
|
792
|
+
{ [_e]: _c },
|
|
793
|
+
[_M],
|
|
794
|
+
[0]
|
|
795
|
+
];
|
|
796
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
797
|
+
export var BucketAlreadyExists$ = [-3, n0, _BAE,
|
|
798
|
+
{ [_e]: _c },
|
|
799
|
+
[],
|
|
800
|
+
[]
|
|
801
|
+
];
|
|
802
|
+
n0_registry.registerError(BucketAlreadyExists$, BucketAlreadyExists);
|
|
803
|
+
export var BucketAlreadyOwnedByYou$ = [-3, n0, _BAOBY,
|
|
804
|
+
{ [_e]: _c },
|
|
805
|
+
[],
|
|
806
|
+
[]
|
|
807
|
+
];
|
|
808
|
+
n0_registry.registerError(BucketAlreadyOwnedByYou$, BucketAlreadyOwnedByYou);
|
|
809
|
+
export var IdempotencyException$ = [-3, n0, _IE,
|
|
810
|
+
{ [_e]: _c },
|
|
811
|
+
[_M],
|
|
812
|
+
[0]
|
|
813
|
+
];
|
|
814
|
+
n0_registry.registerError(IdempotencyException$, IdempotencyException);
|
|
815
|
+
export var InternalServiceException$ = [-3, n0, _ISE,
|
|
816
|
+
{ [_e]: _se },
|
|
817
|
+
[_M],
|
|
818
|
+
[0]
|
|
819
|
+
];
|
|
820
|
+
n0_registry.registerError(InternalServiceException$, InternalServiceException);
|
|
821
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
822
|
+
{ [_e]: _c },
|
|
823
|
+
[_M],
|
|
824
|
+
[0]
|
|
825
|
+
];
|
|
826
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
827
|
+
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
828
|
+
{ [_e]: _c },
|
|
829
|
+
[_M],
|
|
830
|
+
[0]
|
|
831
|
+
];
|
|
832
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
833
|
+
export var JobStatusException$ = [-3, n0, _JSE,
|
|
834
|
+
{ [_e]: _c },
|
|
835
|
+
[_M],
|
|
836
|
+
[0]
|
|
837
|
+
];
|
|
838
|
+
n0_registry.registerError(JobStatusException$, JobStatusException);
|
|
839
|
+
export var NoSuchPublicAccessBlockConfiguration$ = [-3, n0, _NSPABC,
|
|
840
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
841
|
+
[_M],
|
|
842
|
+
[0]
|
|
843
|
+
];
|
|
844
|
+
n0_registry.registerError(NoSuchPublicAccessBlockConfiguration$, NoSuchPublicAccessBlockConfiguration);
|
|
845
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
846
|
+
{ [_e]: _c },
|
|
847
|
+
[_M],
|
|
848
|
+
[0]
|
|
849
|
+
];
|
|
850
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
851
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
852
|
+
{ [_e]: _c },
|
|
853
|
+
[_M],
|
|
854
|
+
[0]
|
|
855
|
+
];
|
|
856
|
+
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
857
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
858
|
+
{ [_e]: _c },
|
|
859
|
+
[_M],
|
|
860
|
+
[0]
|
|
861
|
+
];
|
|
862
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
863
|
+
export const errorTypeRegistries = [
|
|
864
|
+
_s_registry,
|
|
865
|
+
n0_registry,
|
|
866
|
+
];
|
|
787
867
|
var AccessKeyId = [0, n0, _AKI, 8, 0];
|
|
788
868
|
var SecretAccessKey = [0, n0, _SAK, 8, 0];
|
|
789
869
|
var SessionToken = [0, n0, _ST, 8, 0];
|
|
@@ -814,22 +894,22 @@ export var AccountLevel$ = [3, n0, _AL,
|
|
|
814
894
|
];
|
|
815
895
|
export var ActivityMetrics$ = [3, n0, _AM,
|
|
816
896
|
0,
|
|
817
|
-
[
|
|
897
|
+
[_IEs],
|
|
818
898
|
[2]
|
|
819
899
|
];
|
|
820
900
|
export var AdvancedCostOptimizationMetrics$ = [3, n0, _ACOM,
|
|
821
901
|
0,
|
|
822
|
-
[
|
|
902
|
+
[_IEs],
|
|
823
903
|
[2]
|
|
824
904
|
];
|
|
825
905
|
export var AdvancedDataProtectionMetrics$ = [3, n0, _ADPM,
|
|
826
906
|
0,
|
|
827
|
-
[
|
|
907
|
+
[_IEs],
|
|
828
908
|
[2]
|
|
829
909
|
];
|
|
830
910
|
export var AdvancedPerformanceMetrics$ = [3, n0, _APM,
|
|
831
911
|
0,
|
|
832
|
-
[
|
|
912
|
+
[_IEs],
|
|
833
913
|
[2]
|
|
834
914
|
];
|
|
835
915
|
export var AssociateAccessGrantsIdentityCenterRequest$ = [3, n0, _AAGICR,
|
|
@@ -862,24 +942,6 @@ export var AwsLambdaTransformation$ = [3, n0, _ALT,
|
|
|
862
942
|
[_FA, _FP],
|
|
863
943
|
[0, 0], 1
|
|
864
944
|
];
|
|
865
|
-
export var BadRequestException$ = [-3, n0, _BRE,
|
|
866
|
-
{ [_e]: _c },
|
|
867
|
-
[_M],
|
|
868
|
-
[0]
|
|
869
|
-
];
|
|
870
|
-
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
871
|
-
export var BucketAlreadyExists$ = [-3, n0, _BAE,
|
|
872
|
-
{ [_e]: _c },
|
|
873
|
-
[],
|
|
874
|
-
[]
|
|
875
|
-
];
|
|
876
|
-
TypeRegistry.for(n0).registerError(BucketAlreadyExists$, BucketAlreadyExists);
|
|
877
|
-
export var BucketAlreadyOwnedByYou$ = [-3, n0, _BAOBY,
|
|
878
|
-
{ [_e]: _c },
|
|
879
|
-
[],
|
|
880
|
-
[]
|
|
881
|
-
];
|
|
882
|
-
TypeRegistry.for(n0).registerError(BucketAlreadyOwnedByYou$, BucketAlreadyOwnedByYou);
|
|
883
945
|
export var BucketLevel$ = [3, n0, _BL,
|
|
884
946
|
0,
|
|
885
947
|
[_AM, _PL, _ACOM, _ADPM, _DSCM, _APM],
|
|
@@ -887,7 +949,7 @@ export var BucketLevel$ = [3, n0, _BL,
|
|
|
887
949
|
];
|
|
888
950
|
export var CloudWatchMetrics$ = [3, n0, _CWM,
|
|
889
951
|
0,
|
|
890
|
-
[
|
|
952
|
+
[_IEs],
|
|
891
953
|
[2], 1
|
|
892
954
|
];
|
|
893
955
|
export var CreateAccessGrantRequest$ = [3, n0, _CAGR,
|
|
@@ -1142,7 +1204,7 @@ export var Destination$ = [3, n0, _Des,
|
|
|
1142
1204
|
];
|
|
1143
1205
|
export var DetailedStatusCodesMetrics$ = [3, n0, _DSCM,
|
|
1144
1206
|
0,
|
|
1145
|
-
[
|
|
1207
|
+
[_IEs],
|
|
1146
1208
|
[2]
|
|
1147
1209
|
];
|
|
1148
1210
|
export var DissociateAccessGrantsIdentityCenterRequest$ = [3, n0, _DAGICR,
|
|
@@ -1193,7 +1255,7 @@ export var GetAccessGrantResult$ = [3, n0, _GAGRe,
|
|
|
1193
1255
|
export var GetAccessGrantsInstanceForPrefixRequest$ = [3, n0, _GAGIFPR,
|
|
1194
1256
|
0,
|
|
1195
1257
|
[_SP, _AI],
|
|
1196
|
-
[[0, { [_hQ]:
|
|
1258
|
+
[[0, { [_hQ]: _sp }], [0, { [_hL]: 1, [_hH]: _xaai }]], 1
|
|
1197
1259
|
];
|
|
1198
1260
|
export var GetAccessGrantsInstanceForPrefixResult$ = [3, n0, _GAGIFPRe,
|
|
1199
1261
|
0,
|
|
@@ -1475,35 +1537,11 @@ export var Grantee$ = [3, n0, _G,
|
|
|
1475
1537
|
[_GT, _GI],
|
|
1476
1538
|
[0, 0]
|
|
1477
1539
|
];
|
|
1478
|
-
export var IdempotencyException$ = [-3, n0, _IEd,
|
|
1479
|
-
{ [_e]: _c },
|
|
1480
|
-
[_M],
|
|
1481
|
-
[0]
|
|
1482
|
-
];
|
|
1483
|
-
TypeRegistry.for(n0).registerError(IdempotencyException$, IdempotencyException);
|
|
1484
1540
|
export var Include$ = [3, n0, _I,
|
|
1485
1541
|
0,
|
|
1486
1542
|
[_Bu, _Reg],
|
|
1487
1543
|
[[() => Buckets, 0], [() => Regions, 0]]
|
|
1488
1544
|
];
|
|
1489
|
-
export var InternalServiceException$ = [-3, n0, _ISE,
|
|
1490
|
-
{ [_e]: _se },
|
|
1491
|
-
[_M],
|
|
1492
|
-
[0]
|
|
1493
|
-
];
|
|
1494
|
-
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
1495
|
-
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1496
|
-
{ [_e]: _c },
|
|
1497
|
-
[_M],
|
|
1498
|
-
[0]
|
|
1499
|
-
];
|
|
1500
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1501
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
1502
|
-
{ [_e]: _c },
|
|
1503
|
-
[_M],
|
|
1504
|
-
[0]
|
|
1505
|
-
];
|
|
1506
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
1507
1545
|
export var JobDescriptor$ = [3, n0, _JD,
|
|
1508
1546
|
0,
|
|
1509
1547
|
[_JI, _CR, _D, _JA, _St, _Ma, _Op, _Pr, _PSr, _SUR, _FR, _Re, _CT, _TD, _RA, _SD, _SCu, _MG, _GMD],
|
|
@@ -1554,12 +1592,6 @@ export var JobReport$ = [3, n0, _JR,
|
|
|
1554
1592
|
[_Ena, _B, _F, _Pre, _RSe, _EBO],
|
|
1555
1593
|
[2, 0, 0, 0, 0, 0], 1
|
|
1556
1594
|
];
|
|
1557
|
-
export var JobStatusException$ = [-3, n0, _JSE,
|
|
1558
|
-
{ [_e]: _c },
|
|
1559
|
-
[_M],
|
|
1560
|
-
[0]
|
|
1561
|
-
];
|
|
1562
|
-
TypeRegistry.for(n0).registerError(JobStatusException$, JobStatusException);
|
|
1563
1595
|
export var JobTimers$ = [3, n0, _JT,
|
|
1564
1596
|
0,
|
|
1565
1597
|
[_ETIAS],
|
|
@@ -1722,7 +1754,7 @@ export var ListRegionalBucketsResult$ = [3, n0, _LRBRi,
|
|
|
1722
1754
|
];
|
|
1723
1755
|
export var ListStorageLensConfigurationEntry$ = [3, n0, _LSLCE,
|
|
1724
1756
|
0,
|
|
1725
|
-
[_Id, _SLA, _HR,
|
|
1757
|
+
[_Id, _SLA, _HR, _IEs],
|
|
1726
1758
|
[0, 0, 0, 2], 3
|
|
1727
1759
|
];
|
|
1728
1760
|
export var ListStorageLensConfigurationsRequest$ = [3, n0, _LSLCR,
|
|
@@ -1810,18 +1842,6 @@ export var NoncurrentVersionTransition$ = [3, n0, _NVTo,
|
|
|
1810
1842
|
[_ND, _SC],
|
|
1811
1843
|
[1, 0]
|
|
1812
1844
|
];
|
|
1813
|
-
export var NoSuchPublicAccessBlockConfiguration$ = [-3, n0, _NSPABC,
|
|
1814
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1815
|
-
[_M],
|
|
1816
|
-
[0]
|
|
1817
|
-
];
|
|
1818
|
-
TypeRegistry.for(n0).registerError(NoSuchPublicAccessBlockConfiguration$, NoSuchPublicAccessBlockConfiguration);
|
|
1819
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
1820
|
-
{ [_e]: _c },
|
|
1821
|
-
[_M],
|
|
1822
|
-
[0]
|
|
1823
|
-
];
|
|
1824
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
1825
1845
|
export var NotSSEFilter$ = [3, n0, _NSSEF,
|
|
1826
1846
|
0,
|
|
1827
1847
|
[],
|
|
@@ -1864,7 +1884,7 @@ export var PrefixLevel$ = [3, n0, _PL,
|
|
|
1864
1884
|
];
|
|
1865
1885
|
export var PrefixLevelStorageMetrics$ = [3, n0, _PLSM,
|
|
1866
1886
|
0,
|
|
1867
|
-
[
|
|
1887
|
+
[_IEs, _SCe],
|
|
1868
1888
|
[2, () => SelectionCriteria$]
|
|
1869
1889
|
];
|
|
1870
1890
|
export var ProposedMultiRegionAccessPointPolicy$ = [3, n0, _PMRAPP,
|
|
@@ -2209,7 +2229,7 @@ export var StorageLensAwsOrg$ = [3, n0, _SLAO,
|
|
|
2209
2229
|
];
|
|
2210
2230
|
export var StorageLensConfiguration$ = [3, n0, _SLC,
|
|
2211
2231
|
0,
|
|
2212
|
-
[_Id, _AL,
|
|
2232
|
+
[_Id, _AL, _IEs, _I, _Ex, _DE, _EPDE, _AOw, _SLA, _PD],
|
|
2213
2233
|
[0, [() => AccountLevel$, 0], 2, [() => Include$, 0], [() => _Exclude$, 0], [() => StorageLensDataExport$, 0], [() => StorageLensExpandedPrefixesDataExport$, 0], () => StorageLensAwsOrg$, 0, 0], 3
|
|
2214
2234
|
];
|
|
2215
2235
|
export var StorageLensDataExport$ = [3, n0, _SLDE,
|
|
@@ -2259,7 +2279,7 @@ export var StorageLensGroupOrOperator$ = [3, n0, _SLGOO,
|
|
|
2259
2279
|
];
|
|
2260
2280
|
export var StorageLensTableDestination$ = [3, n0, _SLTD,
|
|
2261
2281
|
0,
|
|
2262
|
-
[
|
|
2282
|
+
[_IEs, _Enc],
|
|
2263
2283
|
[2, [() => StorageLensDataExportEncryption$, 0]], 1
|
|
2264
2284
|
];
|
|
2265
2285
|
export var StorageLensTag$ = [3, n0, _SLT,
|
|
@@ -2297,18 +2317,6 @@ export var TagResourceResult$ = [3, n0, _TRRa,
|
|
|
2297
2317
|
[],
|
|
2298
2318
|
[]
|
|
2299
2319
|
];
|
|
2300
|
-
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
2301
|
-
{ [_e]: _c },
|
|
2302
|
-
[_M],
|
|
2303
|
-
[0]
|
|
2304
|
-
];
|
|
2305
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
2306
|
-
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
2307
|
-
{ [_e]: _c },
|
|
2308
|
-
[_M],
|
|
2309
|
-
[0]
|
|
2310
|
-
];
|
|
2311
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
2312
2320
|
export var Transition$ = [3, n0, _Tra,
|
|
2313
2321
|
0,
|
|
2314
2322
|
[_Da, _Day, _SC],
|
|
@@ -2370,8 +2378,6 @@ export var VpcConfiguration$ = [3, n0, _VC,
|
|
|
2370
2378
|
[0], 1
|
|
2371
2379
|
];
|
|
2372
2380
|
var __Unit = "unit";
|
|
2373
|
-
export var S3ControlServiceException$ = [-3, _sm, "S3ControlServiceException", 0, [], []];
|
|
2374
|
-
TypeRegistry.for(_sm).registerError(S3ControlServiceException$, S3ControlServiceException);
|
|
2375
2381
|
var AccessGrantsInstancesList = [1, n0, _AGIL,
|
|
2376
2382
|
0, [() => ListAccessGrantsInstanceEntry$,
|
|
2377
2383
|
{ [_xN]: _AGIc }]
|
|
@@ -1,4 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var S3ControlServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
5
|
+
export declare var BucketAlreadyExists$: StaticErrorSchema;
|
|
6
|
+
export declare var BucketAlreadyOwnedByYou$: StaticErrorSchema;
|
|
7
|
+
export declare var IdempotencyException$: StaticErrorSchema;
|
|
8
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
11
|
+
export declare var JobStatusException$: StaticErrorSchema;
|
|
12
|
+
export declare var NoSuchPublicAccessBlockConfiguration$: StaticErrorSchema;
|
|
13
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
15
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
16
|
+
/**
|
|
17
|
+
* TypeRegistry instances containing modeled errors.
|
|
18
|
+
* @internal
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
22
|
export declare var AbortIncompleteMultipartUpload$: StaticStructureSchema;
|
|
3
23
|
export declare var AccessControlTranslation$: StaticStructureSchema;
|
|
4
24
|
export declare var AccessGrantsLocationConfiguration$: StaticStructureSchema;
|
|
@@ -14,9 +34,6 @@ export declare var AsyncOperation$: StaticStructureSchema;
|
|
|
14
34
|
export declare var AsyncRequestParameters$: StaticStructureSchema;
|
|
15
35
|
export declare var AsyncResponseDetails$: StaticStructureSchema;
|
|
16
36
|
export declare var AwsLambdaTransformation$: StaticStructureSchema;
|
|
17
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
18
|
-
export declare var BucketAlreadyExists$: StaticErrorSchema;
|
|
19
|
-
export declare var BucketAlreadyOwnedByYou$: StaticErrorSchema;
|
|
20
37
|
export declare var BucketLevel$: StaticStructureSchema;
|
|
21
38
|
export declare var CloudWatchMetrics$: StaticStructureSchema;
|
|
22
39
|
export declare var CreateAccessGrantRequest$: StaticStructureSchema;
|
|
@@ -136,11 +153,7 @@ export declare var GetStorageLensConfigurationTaggingResult$: StaticStructureSch
|
|
|
136
153
|
export declare var GetStorageLensGroupRequest$: StaticStructureSchema;
|
|
137
154
|
export declare var GetStorageLensGroupResult$: StaticStructureSchema;
|
|
138
155
|
export declare var Grantee$: StaticStructureSchema;
|
|
139
|
-
export declare var IdempotencyException$: StaticErrorSchema;
|
|
140
156
|
export declare var Include$: StaticStructureSchema;
|
|
141
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
142
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
143
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
144
157
|
export declare var JobDescriptor$: StaticStructureSchema;
|
|
145
158
|
export declare var JobFailure$: StaticStructureSchema;
|
|
146
159
|
export declare var JobListDescriptor$: StaticStructureSchema;
|
|
@@ -151,7 +164,6 @@ export declare var JobManifestSpec$: StaticStructureSchema;
|
|
|
151
164
|
export declare var JobOperation$: StaticStructureSchema;
|
|
152
165
|
export declare var JobProgressSummary$: StaticStructureSchema;
|
|
153
166
|
export declare var JobReport$: StaticStructureSchema;
|
|
154
|
-
export declare var JobStatusException$: StaticErrorSchema;
|
|
155
167
|
export declare var JobTimers$: StaticStructureSchema;
|
|
156
168
|
export declare var KeyNameConstraint$: StaticStructureSchema;
|
|
157
169
|
export declare var LambdaInvokeOperation$: StaticStructureSchema;
|
|
@@ -202,8 +214,6 @@ export declare var MultiRegionAccessPointRoute$: StaticStructureSchema;
|
|
|
202
214
|
export declare var MultiRegionAccessPointsAsyncResponse$: StaticStructureSchema;
|
|
203
215
|
export declare var NoncurrentVersionExpiration$: StaticStructureSchema;
|
|
204
216
|
export declare var NoncurrentVersionTransition$: StaticStructureSchema;
|
|
205
|
-
export declare var NoSuchPublicAccessBlockConfiguration$: StaticErrorSchema;
|
|
206
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
207
217
|
export declare var NotSSEFilter$: StaticStructureSchema;
|
|
208
218
|
export declare var ObjectEncryption$: StaticStructureSchema;
|
|
209
219
|
export declare var ObjectLambdaAccessPoint$: StaticStructureSchema;
|
|
@@ -299,8 +309,6 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
299
309
|
export declare var Tagging$: StaticStructureSchema;
|
|
300
310
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
301
311
|
export declare var TagResourceResult$: StaticStructureSchema;
|
|
302
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
303
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
304
312
|
export declare var Transition$: StaticStructureSchema;
|
|
305
313
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
306
314
|
export declare var UntagResourceResult$: StaticStructureSchema;
|
|
@@ -313,7 +321,6 @@ export declare var UpdateJobStatusResult$: StaticStructureSchema;
|
|
|
313
321
|
export declare var UpdateStorageLensGroupRequest$: StaticStructureSchema;
|
|
314
322
|
export declare var VersioningConfiguration$: StaticStructureSchema;
|
|
315
323
|
export declare var VpcConfiguration$: StaticStructureSchema;
|
|
316
|
-
export declare var S3ControlServiceException$: StaticErrorSchema;
|
|
317
324
|
export declare var JobManifestGenerator$: StaticUnionSchema;
|
|
318
325
|
export declare var ObjectEncryptionFilter$: StaticUnionSchema;
|
|
319
326
|
export declare var ObjectLambdaContentTransformation$: StaticUnionSchema;
|
|
@@ -1,9 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var S3ControlServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
10
|
+
export declare var BucketAlreadyExists$: StaticErrorSchema;
|
|
11
|
+
export declare var BucketAlreadyOwnedByYou$: StaticErrorSchema;
|
|
12
|
+
export declare var IdempotencyException$: StaticErrorSchema;
|
|
13
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
16
|
+
export declare var JobStatusException$: StaticErrorSchema;
|
|
17
|
+
export declare var NoSuchPublicAccessBlockConfiguration$: StaticErrorSchema;
|
|
18
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
20
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
21
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
22
|
export declare var AbortIncompleteMultipartUpload$: StaticStructureSchema;
|
|
8
23
|
export declare var AccessControlTranslation$: StaticStructureSchema;
|
|
9
24
|
export declare var AccessGrantsLocationConfiguration$: StaticStructureSchema;
|
|
@@ -19,9 +34,6 @@ export declare var AsyncOperation$: StaticStructureSchema;
|
|
|
19
34
|
export declare var AsyncRequestParameters$: StaticStructureSchema;
|
|
20
35
|
export declare var AsyncResponseDetails$: StaticStructureSchema;
|
|
21
36
|
export declare var AwsLambdaTransformation$: StaticStructureSchema;
|
|
22
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
23
|
-
export declare var BucketAlreadyExists$: StaticErrorSchema;
|
|
24
|
-
export declare var BucketAlreadyOwnedByYou$: StaticErrorSchema;
|
|
25
37
|
export declare var BucketLevel$: StaticStructureSchema;
|
|
26
38
|
export declare var CloudWatchMetrics$: StaticStructureSchema;
|
|
27
39
|
export declare var CreateAccessGrantRequest$: StaticStructureSchema;
|
|
@@ -141,11 +153,7 @@ export declare var GetStorageLensConfigurationTaggingResult$: StaticStructureSch
|
|
|
141
153
|
export declare var GetStorageLensGroupRequest$: StaticStructureSchema;
|
|
142
154
|
export declare var GetStorageLensGroupResult$: StaticStructureSchema;
|
|
143
155
|
export declare var Grantee$: StaticStructureSchema;
|
|
144
|
-
export declare var IdempotencyException$: StaticErrorSchema;
|
|
145
156
|
export declare var Include$: StaticStructureSchema;
|
|
146
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
147
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
148
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
149
157
|
export declare var JobDescriptor$: StaticStructureSchema;
|
|
150
158
|
export declare var JobFailure$: StaticStructureSchema;
|
|
151
159
|
export declare var JobListDescriptor$: StaticStructureSchema;
|
|
@@ -156,7 +164,6 @@ export declare var JobManifestSpec$: StaticStructureSchema;
|
|
|
156
164
|
export declare var JobOperation$: StaticStructureSchema;
|
|
157
165
|
export declare var JobProgressSummary$: StaticStructureSchema;
|
|
158
166
|
export declare var JobReport$: StaticStructureSchema;
|
|
159
|
-
export declare var JobStatusException$: StaticErrorSchema;
|
|
160
167
|
export declare var JobTimers$: StaticStructureSchema;
|
|
161
168
|
export declare var KeyNameConstraint$: StaticStructureSchema;
|
|
162
169
|
export declare var LambdaInvokeOperation$: StaticStructureSchema;
|
|
@@ -207,8 +214,6 @@ export declare var MultiRegionAccessPointRoute$: StaticStructureSchema;
|
|
|
207
214
|
export declare var MultiRegionAccessPointsAsyncResponse$: StaticStructureSchema;
|
|
208
215
|
export declare var NoncurrentVersionExpiration$: StaticStructureSchema;
|
|
209
216
|
export declare var NoncurrentVersionTransition$: StaticStructureSchema;
|
|
210
|
-
export declare var NoSuchPublicAccessBlockConfiguration$: StaticErrorSchema;
|
|
211
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
212
217
|
export declare var NotSSEFilter$: StaticStructureSchema;
|
|
213
218
|
export declare var ObjectEncryption$: StaticStructureSchema;
|
|
214
219
|
export declare var ObjectLambdaAccessPoint$: StaticStructureSchema;
|
|
@@ -304,8 +309,6 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
304
309
|
export declare var Tagging$: StaticStructureSchema;
|
|
305
310
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
306
311
|
export declare var TagResourceResult$: StaticStructureSchema;
|
|
307
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
308
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
309
312
|
export declare var Transition$: StaticStructureSchema;
|
|
310
313
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
311
314
|
export declare var UntagResourceResult$: StaticStructureSchema;
|
|
@@ -318,7 +321,6 @@ export declare var UpdateJobStatusResult$: StaticStructureSchema;
|
|
|
318
321
|
export declare var UpdateStorageLensGroupRequest$: StaticStructureSchema;
|
|
319
322
|
export declare var VersioningConfiguration$: StaticStructureSchema;
|
|
320
323
|
export declare var VpcConfiguration$: StaticStructureSchema;
|
|
321
|
-
export declare var S3ControlServiceException$: StaticErrorSchema;
|
|
322
324
|
export declare var JobManifestGenerator$: StaticUnionSchema;
|
|
323
325
|
export declare var ObjectEncryptionFilter$: StaticUnionSchema;
|
|
324
326
|
export declare var ObjectLambdaContentTransformation$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3-control",
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.9",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-bucket-endpoint": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
31
31
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
32
32
|
"@aws-sdk/middleware-sdk-s3-control": "^3.972.3",
|
|
33
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
33
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
34
34
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
35
35
|
"@aws-sdk/types": "^3.973.1",
|
|
36
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
37
37
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
38
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
38
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
39
39
|
"@smithy/config-resolver": "^4.4.6",
|
|
40
|
-
"@smithy/core": "^3.
|
|
40
|
+
"@smithy/core": "^3.23.0",
|
|
41
41
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
42
42
|
"@smithy/hash-blob-browser": "^4.2.9",
|
|
43
43
|
"@smithy/hash-node": "^4.2.8",
|
|
@@ -46,21 +46,21 @@
|
|
|
46
46
|
"@smithy/md5-js": "^4.2.8",
|
|
47
47
|
"@smithy/middleware-apply-body-checksum": "^4.3.8",
|
|
48
48
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
49
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
50
|
-
"@smithy/middleware-retry": "^4.4.
|
|
49
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
50
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
51
51
|
"@smithy/middleware-serde": "^4.2.9",
|
|
52
52
|
"@smithy/middleware-stack": "^4.2.8",
|
|
53
53
|
"@smithy/node-config-provider": "^4.3.8",
|
|
54
|
-
"@smithy/node-http-handler": "^4.4.
|
|
54
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
55
55
|
"@smithy/protocol-http": "^5.3.8",
|
|
56
|
-
"@smithy/smithy-client": "^4.11.
|
|
56
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
57
57
|
"@smithy/types": "^4.12.0",
|
|
58
58
|
"@smithy/url-parser": "^4.2.8",
|
|
59
59
|
"@smithy/util-base64": "^4.3.0",
|
|
60
60
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
61
61
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
62
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
63
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
62
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
63
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
64
64
|
"@smithy/util-endpoints": "^3.2.8",
|
|
65
65
|
"@smithy/util-middleware": "^4.2.8",
|
|
66
66
|
"@smithy/util-retry": "^4.2.8",
|